.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWBOCEVHwsPn1mR8l8mXN047or6uPw37 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(215,255,0,0.94);background-image:none;position:relative;display:block; }#oWBOCEVHwsPn1mR8l8mXN047or6uPw37 > .row .container { background-color: transparent; background-image: none; }#oWBOCEVHwsPn1mR8l8mXN047or6uPw37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWBOCEVHwsPn1mR8l8mXN047or6uPw37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWBOCEVHwsPn1mR8l8mXN047or6uPw37 > .row .container > .video-iframe-container { display: none; }#oWBOCEVHwsPn1mR8l8mXN047or6uPw37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWBOCEVHwsPn1mR8l8mXN047or6uPw37 > .row > .video-iframe-container { display: none; }#oWBOCEVHwsPn1mR8l8mXN047or6uPw37 > .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); }#oWBOCEVHwsPn1mR8l8mXN047or6uPw37 > .row .container { border-width: 0; border-radius: 0; }#oWBOCEVHwsPn1mR8l8mXN047or6uPw37 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#QsquRsSPVfGhJI7c7yQ5Nl5FU8Xc6yQc { color:#000000;display:block;width:50.9375rem;position:absolute;font-family:nunito;font-size:1.4375rem;font-weight:normal;z-index:100003;line-height:.9;letter-spacing:0;top:1.6875rem;left:12.03125rem;height:1.29345625rem;text-align:center;text-align-last:center;display:block; }
#Jrq9kNmFklJI2hIMVH2hpRZO2JC2D4Tb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(282deg, #371a9d, #362bff);background-image: -moz-linear-gradient(282deg, #371a9d, #362bff);background-image: -ms-linear-gradient(282deg, #371a9d, #362bff);background-image: -o-linear-gradient(282deg, #371a9d, #362bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#371a9d', endColorstr='#362bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#371a9d', endColorstr='#362bff' );";background-image: linear-gradient(282deg, #371a9d, #362bff);background-size:auto !important;position:relative;display:block; }#Jrq9kNmFklJI2hIMVH2hpRZO2JC2D4Tb > .row .container { background-color: transparent; background-image: none; }#Jrq9kNmFklJI2hIMVH2hpRZO2JC2D4Tb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jrq9kNmFklJI2hIMVH2hpRZO2JC2D4Tb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jrq9kNmFklJI2hIMVH2hpRZO2JC2D4Tb > .row .container > .video-iframe-container { display: none; }#Jrq9kNmFklJI2hIMVH2hpRZO2JC2D4Tb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jrq9kNmFklJI2hIMVH2hpRZO2JC2D4Tb > .row > .video-iframe-container { display: none; }#Jrq9kNmFklJI2hIMVH2hpRZO2JC2D4Tb > .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); }#Jrq9kNmFklJI2hIMVH2hpRZO2JC2D4Tb > .row .container { border-width: 0; border-radius: 0; }#Jrq9kNmFklJI2hIMVH2hpRZO2JC2D4Tb > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#XDdseTryvn5T74pZfVNasmMf17QgG4Ta { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:9.6875rem;top:1.6875rem;left:32.6875rem;overflow:hidden;display:block; }
#wbiwrxWgRgCfSL9aJ2XKnHiZwzOPIOkI { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:nunito;font-size:4.125rem;font-weight:normal;z-index:100002;line-height:.9;letter-spacing:0;top:7.6875rem;left:13.25rem;height:7.4248125rem;text-align:center;text-align-last:center;display:block; }
#WrElTFfAz8C6SQIWaJhUbBGT32mPgrMK { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:6.125rem;top:15.875rem;left:56.25rem;overflow:hidden;display:block; }
#isc4Vm3VwCOpwdb3dyw5cOtqXzzndehH { color:#ffffff;display:block;width:29rem;position:absolute;font-family:nunito;font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:17.5625rem;left:23rem;height:4.330075rem;text-align:center;text-align-last:center;display:block; }
#dxJ26T1T5l4MIo8iOSeBp7C5fTCOEtx3 { position:absolute;display:block;z-index:99997;background-color:#362bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22rem;width:57.5rem;top:4.5rem;left:8.75rem;display:block; }
#sm6bZh7UN3cU4mErSRQXtMbnCSybCPXc { z-index:100002;top:24.0625rem;left:21.1875rem;background-color:#01d8a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.0625rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AMq2Qv4N5s36aMefLFgoergFOBtwsR2U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WkXp6FkJMMQGLvDOcgETxyKvLyEXvUPV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#WkXp6FkJMMQGLvDOcgETxyKvLyEXvUPV > .row .container { background-color: transparent; background-image: none; }#WkXp6FkJMMQGLvDOcgETxyKvLyEXvUPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkXp6FkJMMQGLvDOcgETxyKvLyEXvUPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkXp6FkJMMQGLvDOcgETxyKvLyEXvUPV > .row .container > .video-iframe-container { display: none; }#WkXp6FkJMMQGLvDOcgETxyKvLyEXvUPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkXp6FkJMMQGLvDOcgETxyKvLyEXvUPV > .row > .video-iframe-container { display: none; }#WkXp6FkJMMQGLvDOcgETxyKvLyEXvUPV > .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); }#WkXp6FkJMMQGLvDOcgETxyKvLyEXvUPV > .row .container { border-width: 0; border-radius: 0; }#WkXp6FkJMMQGLvDOcgETxyKvLyEXvUPV > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#CW7CcaUaJE4fXHffuEDxn90rKghPtWOV { color:#ffffff;display:block;width:52.5625rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:normal;z-index:100003;line-height:1.1;letter-spacing:0;top:3.6875rem;left:11.40625rem;height:1.92480625rem;text-align:center;text-align-last:center;display:block; }
#dUQGmO2oOfgoNOsEGB7MekG7wG0LqfTd { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:13.505859375rem;left:7.0625rem;height:6.53075rem;text-align:center;text-align-last:center;display:block; }
#e2RICXpu6bdQKDGysDItxUzvqfhQs5kQ { color:#000000;display:block;width:17.125rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:14.4990234375rem;left:29.125rem;height:3.91845625rem;text-align:center;text-align-last:center;display:block; }
#KUDwbnIiuhBNOLJOihuGQlaqZ3Uvvdrz { color:#000000;display:block;width:17.125rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:13.50537109375rem;left:51.46875rem;height:5.2246125rem;text-align:center;text-align-last:center;display:block; }
#Xg95H4k3fvtHwtAMbesHnGKdig5eiOTK { position:absolute;display:block;z-index:100002;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;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.16) ;height:12.5rem;width:19.9375rem;top:10.25rem;left:5rem;display:block; }
#xKDhnQx3qvwrIyRhOtFfKTikODA4U5i4 { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:20.375rem;top:0rem;left:27.3125rem;display:block; }
#ih5z3HedMDnLO7pukRZIA32NxSSwwkAk { position:absolute;display:block;z-index:100003;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;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.16) ;height:12.5rem;width:19.9375rem;top:10.25rem;left:27.625rem;display:block; }
#S0cfTG7N8TeoaXPbOb5NxAWuWURlzVEl { position:absolute;display:block;z-index:100003;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;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.16) ;height:12.5rem;width:19.9375rem;top:10.25rem;left:50.0625rem;display:block; }
#xTnQM0P49GIuQPWKJl7A2EmbBOfZpOKN { box-sizing:content-box;color:#000000;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:9.3125rem;left:13.5rem;display:block; }
#PvKcWlt0JJugUJLcFu56tLL1rvXWQ3uu { box-sizing:content-box;color:#000000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:9.5rem;left:36.28125rem;display:block; }
#npO7GkTodTURFSFqAd4JNS7TZxiwWNCg { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:9.0625rem;left:58.625rem;display:block; }
#DmTx1ZzUreyLzIEO9GecqhPrLBPOtzs9 { z-index:100001;top:26.19921875rem;left:19.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #371a9d, #3800ff);background-image: -moz-linear-gradient(216deg, #371a9d, #3800ff);background-image: -ms-linear-gradient(216deg, #371a9d, #3800ff);background-image: -o-linear-gradient(216deg, #371a9d, #3800ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#371a9d', endColorstr='#3800ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#371a9d', endColorstr='#3800ff' );";background-image: linear-gradient(216deg, #371a9d, #3800ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(56,24,165,0.86) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.875rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HSC8LTWQ8c2kQJvzJRZZiHQcOGVxm2S1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dyy6BHF8M83PZt7Ez4W9x5q9l0Ti3WPD { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:3.5rem;top:24.3125rem;left:53.125rem;overflow:hidden;display:block; }
#GplJ2xcZAd7tGU9tVrE7IApf6fE6sAHR { box-sizing:content-box;color:#45ff8c;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:8.25rem;left:12.5rem;display:block; }
#cgwkPC6XXoOxLEgpuVTfHzzFhLKhiWmH { box-sizing:content-box;color:#45ff8c;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:8.40625rem;left:35.15625rem;display:block; }
#s04ltuyDXPfMoOACkCu2FP47tOkRBg6a { box-sizing:content-box;color:#45ff8c;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:8.28125rem;left:57.6875rem;display:block; }
#yLr1TDisxT53T518Q871sELu9TTNGVzF { position:relative;display:none; }#yLr1TDisxT53T518Q871sELu9TTNGVzF { border-width: 0; border-radius: 0; }#yLr1TDisxT53T518Q871sELu9TTNGVzF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#OdvqNWrcLLbF47daOyaKqSM1rm7lR2Df { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OdvqNWrcLLbF47daOyaKqSM1rm7lR2Df > .row .container { background-color: transparent; background-image: none; }#OdvqNWrcLLbF47daOyaKqSM1rm7lR2Df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdvqNWrcLLbF47daOyaKqSM1rm7lR2Df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdvqNWrcLLbF47daOyaKqSM1rm7lR2Df > .row .container > .video-iframe-container { display: none; }#OdvqNWrcLLbF47daOyaKqSM1rm7lR2Df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdvqNWrcLLbF47daOyaKqSM1rm7lR2Df > .row > .video-iframe-container { display: none; }#OdvqNWrcLLbF47daOyaKqSM1rm7lR2Df > .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); }#OdvqNWrcLLbF47daOyaKqSM1rm7lR2Df > .row .container { border-width: 0; border-radius: 0; }#OdvqNWrcLLbF47daOyaKqSM1rm7lR2Df > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:75rem;position:relative;display:block; }#z9CKHMJzNZZofb81yH1I6xDWQmltFIt9 { position:absolute;display:block;z-index:100003;background-color:#1a1a1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:11.125rem;top:0rem;left:31.9375rem;display:block; }
#OrWWD7eJKr7K8PQd1aA87ghL9QxKbdKC { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:400;z-index:100004;line-height:1.1;letter-spacing:0;top:13.5rem;left:29.625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fs2uiL5BaNyziy7EdTcLHv6Ill6M8B7B { color:#000000;display:block;width:18.75rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:25.32470703125rem;left:36.625rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UhgVgtiJW7TvgUb3Ricss5o680ha4rC9 { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:3.3125rem;left:18.46875rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u1B6qltQxycNQOWRTaW38RNSI8LqWOgm { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.4375rem;width:30.125rem;top:13.5rem;left:2.75rem;overflow:hidden;display:block; }
#olKaZqUoBwW1cSO8FzZX3wfvWnxZibUf { position:absolute;display:block;z-index:100002;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;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:24.9375rem;width:43.625rem;top:14.0625rem;left:20rem;display:block; }
#gSvoe3RJsSs3fsKTmEzVtSZLSVN9sViy { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(26deg, #362bff, #2821a9);background-image: -moz-linear-gradient(26deg, #362bff, #2821a9);background-image: -ms-linear-gradient(26deg, #362bff, #2821a9);background-image: -o-linear-gradient(26deg, #362bff, #2821a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#362bff', endColorstr='#2821a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#362bff', endColorstr='#2821a9' );";background-image: linear-gradient(26deg, #362bff, #2821a9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:4.125rem;width:29.8125rem;top:12.3125rem;left:28.0625rem;display:block; }
#SufTyiGwp1SWyVe93vuD95bqrGofDyeM { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:19.3935546875rem;left:34.75rem;display:block; }
#rwRWX8cW1GT6wOUx6MWAmIT6i14iFSSR { color:#000000;display:block;width:18.75rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:22.5rem;left:36.8125rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QgbcfSqmVnrqsOkKU7BH6vfPBD1hlmVW { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:19.5439453125rem;left:36.8125rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LPLbVT1xwoMeSal6SgBz1GXdTyZcnWFh { color:#000000;display:block;width:22rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:28.26220703125rem;left:36.8125rem;height:2.4746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GXz8nARPEl3dARUVpykyH5v9W9pggOsk { color:#000000;display:block;width:22rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:31.94970703125rem;left:36.8125rem;height:2.4746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mMNDTObBx27tlaCKVtDVN9zEHRlbMdNx { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:22.162109375rem;left:34.75rem;display:block; }
#oVwFGLFqe8WcimTPl0oTMT9mP01fVJ6w { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:25.17431640625rem;left:34.75rem;display:block; }
#sTAu58Q4ZkVv4JzCtE6o7uaUvC6OQw0R { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:28.0625rem;left:34.8125rem;display:block; }
#C2XvL7LrW30ibQEPZbPLs8uCzTq0BMJD { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:31.630859375rem;left:34.875rem;display:block; }
#eIeIqGngQ9m6zHMDWtTLcmSJztkfpEGB { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:21.662109375rem;left:34.25rem;display:block; }
#fJfA3c1RWuB56TsvmIqC1WTivF6S7spV { position:absolute;display:block;z-index:100013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:24.599609375rem;left:34.25rem;display:none; }
#w7nhxkezqsJabEyTsVIn93IeQbQM06ZJ { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:27.599609375rem;left:34.3125rem;display:block; }
#ESJobPzTC74qIpAepTGn4rf9szMyT89w { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:31.287109375rem;left:34.3125rem;display:block; }
#modP8OqcPyP8KSyXoTHXexhR3Ovih8EO { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #4531fd, #0e0e0e);background-image: -moz-linear-gradient(251deg, #4531fd, #0e0e0e);background-image: -ms-linear-gradient(251deg, #4531fd, #0e0e0e);background-image: -o-linear-gradient(251deg, #4531fd, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4531fd', endColorstr='#0e0e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4531fd', endColorstr='#0e0e0e' );";background-image: linear-gradient(251deg, #4531fd, #0e0e0e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:4.125rem;width:36.375rem;top:37rem;left:25rem;display:block; }
#Z2hgV2m0i4rifuX2794xrHo5qCtETnek { color:#ffffff;display:block;width:22rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.1;letter-spacing:0;top:37.8310546875rem;left:37.0625rem;height:2.3369125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JqAvP6nZNciNK7IXvrIlk8Tietzy45ue { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:44.974609375rem;left:20.34375rem;height:7.87353125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e3xSTB3poCql2JIXnxpRBW7Frw19EWs6 { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:400;z-index:100006;line-height:1.1;letter-spacing:0;top:55.6875rem;left:18.46875rem;height:3.0244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dt921ZH3bs43xaq8EWh4rIHBD9gyGxHq { position:absolute;display:block;z-index:100001;background-color:#2bf376;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:5.25rem;width:43.125rem;top:54.63671875rem;left:15.9375rem;display:block; }
#OhutAuVJJUxr2HET5xtWBFkeNyI2t65J { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:21.662109375rem;left:34.25rem;display:none; }
#irATZ6riwsZN5tNtCR2zMNuuoqTBCmus { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:21.662109375rem;left:34.25rem;display:none; }
#SzkXu1lMEPqe2TIxde5AGC1xipA4Usm7 { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:21.662109375rem;left:34.25rem;display:none; }
#C7IlwxpypTlO989RMX2JBJNKKngNKUit { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:24.57421875rem;left:33.75rem;display:block; }
#uvQ292RRPzO3RUVxigyUXKsSH0vFVuho { position:relative;display:none; }#uvQ292RRPzO3RUVxigyUXKsSH0vFVuho { border-width: 0; border-radius: 0; }#uvQ292RRPzO3RUVxigyUXKsSH0vFVuho > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#Gf1lR6LcrdrFuGOQmcPAXkln9uydAZdm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #121212, #0c0c0c);background-image: -moz-linear-gradient(40deg, #121212, #0c0c0c);background-image: -ms-linear-gradient(40deg, #121212, #0c0c0c);background-image: -o-linear-gradient(40deg, #121212, #0c0c0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#0c0c0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#0c0c0c' );";background-image: linear-gradient(40deg, #121212, #0c0c0c);background-size:auto !important;position:relative;display:block; }#Gf1lR6LcrdrFuGOQmcPAXkln9uydAZdm > .row .container { background-color: transparent; background-image: none; }#Gf1lR6LcrdrFuGOQmcPAXkln9uydAZdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1lR6LcrdrFuGOQmcPAXkln9uydAZdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1lR6LcrdrFuGOQmcPAXkln9uydAZdm > .row .container > .video-iframe-container { display: none; }#Gf1lR6LcrdrFuGOQmcPAXkln9uydAZdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1lR6LcrdrFuGOQmcPAXkln9uydAZdm > .row > .video-iframe-container { display: none; }#Gf1lR6LcrdrFuGOQmcPAXkln9uydAZdm > .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); }#Gf1lR6LcrdrFuGOQmcPAXkln9uydAZdm > .row .container { border-width: 0; border-radius: 0; }#Gf1lR6LcrdrFuGOQmcPAXkln9uydAZdm > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#TOyTLLFW5w6Sp5PUOadTfcyicSgmXoLq { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:nunito;font-size:1.6875rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:5.125rem;left:37.875rem;height:5.56786875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lv9J6IUUNcGzyQR7Pklx74AbqzmD4Bv5 { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(26deg, #362bff, #4511bc);background-image: -moz-linear-gradient(26deg, #362bff, #4511bc);background-image: -ms-linear-gradient(26deg, #362bff, #4511bc);background-image: -o-linear-gradient(26deg, #362bff, #4511bc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#362bff', endColorstr='#4511bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#362bff', endColorstr='#4511bc' );";background-image: linear-gradient(26deg, #362bff, #4511bc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:22.625rem;width:34rem;top:12.8125rem;left:34.4375rem;display:block; }
#rdJE1rVg0RhTi5WtDr2ZmwQ2osMmCXA1 { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:28.0625rem;width:21rem;top:4.8125rem;left:14.75rem;overflow:hidden;display:block; }
#v68VW7UTQH4IMmAC6smUx0LEQLaOErSg { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:14.9375rem;width:11.1875rem;top:5.6875rem;left:8.3125rem;overflow:hidden;display:block; }
#prDCzUpEeSkzI4prpT9Xpkra1Xf5X5k4 { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:17.4375rem;width:13.8125rem;top:19.125rem;left:2.6875rem;overflow:hidden;display:block; }
#iMd4XI5BlOq9vxpaaxq9Jykd7F8HKUfm { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.1;letter-spacing:0;top:14.5625rem;left:36.75rem;height:2.4746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AkWyXSMcetrbvltbWskykwviX69JAHzm { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:19.0625rem;left:36.75rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z2IIPqWHoqi991NQJX0bnbWfcxJhGxOH { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:22.1875rem;left:36.75rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mGnL6mvFHLqeJf9vnpHGm9dRq3Dn6p4O { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:25.625rem;left:36.75rem;height:2.4746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e0XezP1hpzkTh8h0ax81ODbos2eSmi0C { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.1;letter-spacing:0;top:30.4375rem;left:36.75rem;height:2.4746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v1MURu4moN4e9D2U2BfZA79eBm5Z4sKD { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:14.875rem;left:33.5625rem;display:block; }
#GvaXTKXZbafELbRnB2Nhsk6rQBFtuJrO { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:18.625rem;left:33.625rem;display:block; }
#ODAtd35ZInpM5ZTmnrEbHR8SCZLzpeCF { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:21.875rem;left:33.5625rem;display:block; }
#nMMig0qVbe58rZXAC6GC8L4at16velp7 { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:30.5625rem;left:33.5625rem;display:block; }
#gpFDFTlNNcshgMlslo3uau95yoKwvrIf { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:25.9375rem;left:33.625rem;display:block; }
#Wg7kHDQJ3bPfVSiQmirtCAICUJWQ7Jmi { position:absolute;display:block;z-index:100016;background-color:#131313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:29.8125rem;top:17.9375rem;left:36.5625rem;display:block; }
#fb564Q0eCsMlMXcqCatTRUfqcFZU82TU { position:absolute;display:block;z-index:100017;background-color:#131313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:29.8125rem;top:21.3125rem;left:36.5625rem;display:block; }
#NDQkfMGCg8qpVN06WrMB56UyNHcs5v9v { position:absolute;display:block;z-index:100017;background-color:#131313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:29.8125rem;top:24.625rem;left:36.5625rem;display:block; }
#OAyncqcwnoaXVNnOTKORCmiIKiwThxkX { position:absolute;display:block;z-index:100018;background-color:#131313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:29.8125rem;top:29.4375rem;left:36.5625rem;display:block; }
#W1oOugg39ZWt5cv94zNF8puee0TnTNAg { position:absolute;display:block;z-index:100004;background-color:#362bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:11.125rem;top:0rem;left:31.9375rem;display:block; }
#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #371a9d, #362bff);background-image: -moz-linear-gradient(89deg, #371a9d, #362bff);background-image: -ms-linear-gradient(89deg, #371a9d, #362bff);background-image: -o-linear-gradient(89deg, #371a9d, #362bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#371a9d', endColorstr='#362bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#371a9d', endColorstr='#362bff' );";background-image: linear-gradient(89deg, #371a9d, #362bff);background-size:auto !important;position:relative;display:block; }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .row .container { background-color: transparent; background-image: none; }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .row .container > .video-iframe-container { display: none; }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .row > .video-iframe-container { display: none; }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .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); }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .row .container { border-width: 0; border-radius: 0; }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#Qs1QOecTu7CVCX9tUDiPlxvbkHEkWQbg { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:normal;z-index:100003;line-height:1.1;letter-spacing:0;top:3.6875rem;left:13.90625rem;height:1.92480625rem;text-align:center;text-align-last:center;display:block; }
#OdhXl118Oyv8o8iPWvOTHVyuxDU6W0kx { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:12.75rem;left:17.25rem;height:5.2246125rem;text-align:center;text-align-last:center;display:block; }
#ymE6BTbwyA6aOddl4voF0LocoeEPZvKh { color:#000000;display:block;width:17.125rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:14.05615234375rem;left:48.375rem;height:2.61230625rem;text-align:center;text-align-last:center;display:block; }
#CqPEHOaw0nLNqFMGtX0wtHq820uQEdg5 { color:#000000;display:block;width:16.5rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:28.0625rem;left:20.875rem;height:2.61230625rem;text-align:center;text-align-last:center;display:block; }
#pypRnfGw94hvD5EKodehMrqb9w0xZVTi { position:absolute;display:block;z-index:100002;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;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.46) ;height:12.5rem;width:19.9375rem;top:9.0625rem;left:14.1875rem;display:block; }
#UC5cssmF8mOIv2qkLPLDZVPv8SM51axk { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:20.375rem;top:0rem;left:27.3125rem;display:block; }
#dOLpXGEtrNGc8ATf9TkxvBIm37wHpVqG { position:absolute;display:block;z-index:100003;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;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.46) ;height:12.5rem;width:19.9375rem;top:8.875rem;left:45.5rem;display:block; }
#tREqW8n55BXQeN0JGiMwg74CZDwu091x { position:absolute;display:block;z-index:100003;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;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.46) ;height:12.5rem;width:19.9375rem;top:23.125rem;left:18.5rem;display:block; }
#wuM0oCsxSHorwVBWUff3U7o9GtfWQcOT { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.46) ;height:12.5rem;width:19.9375rem;top:23.125rem;left:50.1875rem;display:block; }
#tFPNcTQvpg3xx0AfWm0UHHUgx4PrXAdK { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:28.0625rem;left:54.1875rem;height:2.61230625rem;text-align:center;text-align-last:center;display:block; }
#Bp48z3RgMhdcsayfc23rG8TypMm8xnWz { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:5.1875rem;width:12.125rem;top:9.0625rem;left:3.625rem;overflow:hidden;display:none; }
#Dwg9pat4FquQAtgppzGmr3RgKcuke7CN { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:5.1875rem;width:12.125rem;top:23.125rem;left:7.6875rem;overflow:hidden;display:none; }
#PX1236Qgvp05dFNkHBck273bk5rkTaN1 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:5.1875rem;width:12.125rem;top:8.875rem;left:36.125rem;overflow:hidden;display:none; }
#BQ8Qy5TeszasTGnbOgWRQb0LrwT98nJE { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:5.1875rem;width:12.125rem;top:23.125rem;left:40.8125rem;overflow:hidden;display:none; }
#cPKpNvC5X1tb1WhfLMNlEwVbv8rv1t2c { position:absolute;display:block;z-index:100005;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:28.125rem;top:21.1875rem;left:6rem;display:block; }
#wTsuiC0PWVRWWT7PTy8MWWzGd8TAQ21T { position:absolute;display:block;z-index:100006;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:28.125rem;top:21rem;left:37.3125rem;display:block; }
#yQysIrktBdTD1km1eTratgsaNb7oB6nD { position:absolute;display:block;z-index:100007;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:28.125rem;top:35.25rem;left:10.34375rem;display:block; }
#pQlSUvEciBtBJzw60X5DRSGhS0TQEAso { position:absolute;display:block;z-index:100008;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:28.125rem;top:35.25rem;left:42.0625rem;display:block; }
#AlaQk5gduk5Xf9KSPpVJ1bd3LlxQbiRp { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:12.5625rem;width:12.1875rem;top:9.0498046875rem;left:4.5625rem;overflow:hidden;display:block; }
#r5b0xcnqbUtSk29yxax2CFMyDlhV0poH { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:12.5625rem;width:12.1875rem;top:8.84375rem;left:36.4375rem;overflow:hidden;display:block; }
#P5qVshx4Oi47DWqG5XWaNLEulzo3s8Vu { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:12.5625rem;width:12.1875rem;top:23.08740234375rem;left:8.1875rem;overflow:hidden;display:block; }
#ZnTXZoArf3206pq1Ke7XgXtKnZbwzkVT { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:12.5625rem;width:12.1875rem;top:23.08740234375rem;left:41.5rem;overflow:hidden;display:block; }
#hGwM7C9pWhnrsa43XJsrziwCmsQAE6Z3 { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #101010, #271ec7);background-image: -moz-linear-gradient(45deg, #101010, #271ec7);background-image: -ms-linear-gradient(45deg, #101010, #271ec7);background-image: -o-linear-gradient(45deg, #101010, #271ec7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#271ec7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#271ec7' );";background-image: linear-gradient(45deg, #101010, #271ec7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:17.6875rem;width:69.0625rem;top:12.75rem;left:2.21875rem;display:block; }
#s0FTxMGal5iCZUGwTiKhqdN6MLnDwRfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#s0FTxMGal5iCZUGwTiKhqdN6MLnDwRfT > .row .container { background-color: transparent; background-image: none; }#s0FTxMGal5iCZUGwTiKhqdN6MLnDwRfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0FTxMGal5iCZUGwTiKhqdN6MLnDwRfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0FTxMGal5iCZUGwTiKhqdN6MLnDwRfT > .row .container > .video-iframe-container { display: none; }#s0FTxMGal5iCZUGwTiKhqdN6MLnDwRfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0FTxMGal5iCZUGwTiKhqdN6MLnDwRfT > .row > .video-iframe-container { display: none; }#s0FTxMGal5iCZUGwTiKhqdN6MLnDwRfT > .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); }#s0FTxMGal5iCZUGwTiKhqdN6MLnDwRfT > .row .container { border-width: 0; border-radius: 0; }#s0FTxMGal5iCZUGwTiKhqdN6MLnDwRfT > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#IvGohWUhF7WeSTFc1twML0e9WyERBiTn { position:absolute;display:block;z-index:100003;background-color:#1a1a1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:11.125rem;top:0rem;left:31.9375rem;display:block; }
#UGkcpTOSzfIryso2W4Vzq5idZEp7wcRn { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:34.8125rem;left:44.625rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v7sJfRJ3TXBbrF9N88NvfP9BJ017Cb5k { color:#000000;display:block;width:33.375rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:3.125rem;left:20.8125rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n4TvuNucTZGo21H9IERoxQO4oSUrIxlD { position:absolute;display:block;z-index:100002;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:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:4.5rem;width:25.6875rem;top:33.9375rem;left:38.625rem;display:block; }
#JH144Z0k9fkdDzuZAeNVmxFduwvrfd07 { position:absolute;display:block;z-index:100013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:24.599609375rem;left:34.25rem;display:none; }
#spweIWDo79WNUQXhXQNSANMKJQnPB1hA { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:27.6875rem;left:44.875rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A07oasfNEVVbvAfkPc41t9FLb1b3HGEG { position:absolute;display:block;z-index:100005;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:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:4.5rem;width:25.6875rem;top:26.8125rem;left:38.625rem;display:block; }
#CG9RZ83Lewcc9D3ah9XGyJDleIXByzTK { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:20.6875rem;left:11.6875rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ds6uIH8KJVPTyEfSkg5tV7EDQBF6cXqn { position:absolute;display:block;z-index:100008;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:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:4.5rem;width:25.6875rem;top:19.8125rem;left:5.0625rem;display:block; }
#FbyD55PRIA9P1kESvqfZJpRoRz5gz1zN { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:20.8125rem;left:6.375rem;display:block; }
#bNb4sDx78uWJv5Tf09KIKT7v7m5btHOL { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:20.6875rem;left:44.875rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UtvmMaeNpKDBbU0b2p1uy43h7wO5W3Im { position:absolute;display:block;z-index:100011;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:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:4.5rem;width:25.6875rem;top:19.8125rem;left:38.6875rem;display:block; }
#LpRCM8vLbb8pzkmIhRbdDXJkxKCvi3QB { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:20.75rem;left:39.875rem;display:block; }
#nCwGeeCES3LA0PgrEQmgiUt6feOTIAHR { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:27.6875rem;left:11.6875rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XZ37qQuUAtqbBmGOwHrfDvUsrImlR3v2 { position:absolute;display:block;z-index:100014;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:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:4.5rem;width:25.6875rem;top:26.8125rem;left:5.0625rem;display:block; }
#VnJXCoGS0HOhNb8hQhTOF8TqOFbXZtOH { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:27.8125rem;left:6.375rem;display:block; }
#fcxe0uXJdiNACpE5Q1cISyGTgEFEwrLd { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100020;line-height:1.4;letter-spacing:0;top:13.5625rem;left:44.625rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b5nwydnnlTlkx0v4D1UgPTzLw2IcOg90 { position:absolute;display:block;z-index:100017;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:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:4.5rem;width:25.6875rem;top:12.6875rem;left:38.625rem;display:block; }
#i9Q2qI1kKMTvHQkRDMsWif8AKSu4IGuO { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:13.6875rem;left:39.9375rem;display:block; }
#wVELIJOuimy8kvNBiTPIHzIFMfGQCKOe { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:34.8125rem;left:11.6875rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JNytUiHogJE0TdxQegUH9iaPqwFEBJ5f { position:absolute;display:block;z-index:100020;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:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:4.5rem;width:25.6875rem;top:33.9375rem;left:5.0625rem;display:block; }
#nWPgazKydHbCo5uT6Gdz7eNJgAepysJK { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:34.9375rem;left:6.375rem;display:block; }
#y1FSvlewvHy7pdqKEiV80VeUWDs6ESMt { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:13.5625rem;left:11.125rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o6Co0Fmg071HJHbcWJ6xZdndlEyKwdpI { position:absolute;display:block;z-index:100008;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:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:4.5rem;width:25.6875rem;top:12.6875rem;left:4.875rem;display:block; }
#LqyHFJPz1KV4Qg0hbn7NsdJh77D5hQWR { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.6875rem;left:6.1875rem;display:block; }
#a6bBQ5TtHAFxRuKrxdOD4PlRhHrKHnuC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100026;top:27.93115234375rem;left:40rem; }
#LZN1kMaNVlEATTR2AugcnRDp1FQIOasn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100027;top:35.05615234375rem;left:40.0625rem; }
#yh3TAhsOi91JVqOyshGMRUEFglht73Nc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2bf376;background-image:none;position:relative;display:block; }#yh3TAhsOi91JVqOyshGMRUEFglht73Nc > .row .container { background-color: transparent; background-image: none; }#yh3TAhsOi91JVqOyshGMRUEFglht73Nc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh3TAhsOi91JVqOyshGMRUEFglht73Nc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh3TAhsOi91JVqOyshGMRUEFglht73Nc > .row .container > .video-iframe-container { display: none; }#yh3TAhsOi91JVqOyshGMRUEFglht73Nc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh3TAhsOi91JVqOyshGMRUEFglht73Nc > .row > .video-iframe-container { display: none; }#yh3TAhsOi91JVqOyshGMRUEFglht73Nc > .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); }#yh3TAhsOi91JVqOyshGMRUEFglht73Nc > .row .container { border-width: 0; border-radius: 0; }#yh3TAhsOi91JVqOyshGMRUEFglht73Nc > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#NhK0XwnZMFXTsnRk95xrd7JONE8LmSIK { color:#000000;display:block;width:33.375rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:400;z-index:100006;line-height:1.1;letter-spacing:0;top:2.4375rem;left:20.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fHdpd3Cqp1b2VtEtFP5yZVaMCHQ7i6HS { position:absolute;display:block;z-index:100004;background-color:#1a1a1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:11.125rem;top:0rem;left:31.9375rem;display:block; }
#goQUKL9n2pHHIdWSnF82M7COAWT9EoMG { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.625rem;width:58.4375rem;top:3.5625rem;left:8.28125rem;overflow:hidden;display:block; }
#eMCtvOQqXQpLE6XygnIAVwVhaO2K6UgF { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:6.5625rem;top:3.5625rem;left:54.1875rem;overflow:hidden;display:block; }
#Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR { position:relative;display:none; }#Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR { border-width: 0; border-radius: 0; }#Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#NEgG21OhKsTV3CUBqnFPTwb2WnFarDJO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#NEgG21OhKsTV3CUBqnFPTwb2WnFarDJO > .row .container { background-color: transparent; background-image: none; }#NEgG21OhKsTV3CUBqnFPTwb2WnFarDJO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEgG21OhKsTV3CUBqnFPTwb2WnFarDJO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEgG21OhKsTV3CUBqnFPTwb2WnFarDJO > .row .container > .video-iframe-container { display: none; }#NEgG21OhKsTV3CUBqnFPTwb2WnFarDJO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEgG21OhKsTV3CUBqnFPTwb2WnFarDJO > .row > .video-iframe-container { display: none; }#NEgG21OhKsTV3CUBqnFPTwb2WnFarDJO > .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); }#NEgG21OhKsTV3CUBqnFPTwb2WnFarDJO > .row .container { border-width: 0; border-radius: 0; }#NEgG21OhKsTV3CUBqnFPTwb2WnFarDJO > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#Vm6OoLrdUEcf0y8ckFsrtkwx8z0KtvdN { position:absolute;display:block;z-index:100005;background-color:#1a1a1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:11.125rem;top:0rem;left:31.9375rem;display:block; }
#xAlmXLAh9BgMwpz0dIhbDLiiVwOAnenV { color:#000000;display:block;width:33.375rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:5.1875rem;left:20.8125rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTTXT35202miWWbd3etnheDdlM9g3XTw { box-sizing:content-box;color:#101010;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:100008;top:1.875rem;left:35.9375rem;display:block; }
#f4TZrcX9aVpuhzdfnPLeWXK0wpJMXVrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#f4TZrcX9aVpuhzdfnPLeWXK0wpJMXVrT > .row .container { background-color: transparent; background-image: none; }#f4TZrcX9aVpuhzdfnPLeWXK0wpJMXVrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4TZrcX9aVpuhzdfnPLeWXK0wpJMXVrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4TZrcX9aVpuhzdfnPLeWXK0wpJMXVrT > .row .container > .video-iframe-container { display: none; }#f4TZrcX9aVpuhzdfnPLeWXK0wpJMXVrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4TZrcX9aVpuhzdfnPLeWXK0wpJMXVrT > .row > .video-iframe-container { display: none; }#f4TZrcX9aVpuhzdfnPLeWXK0wpJMXVrT > .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); }#f4TZrcX9aVpuhzdfnPLeWXK0wpJMXVrT > .row .container { border-width: 0; border-radius: 0; }#f4TZrcX9aVpuhzdfnPLeWXK0wpJMXVrT > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#Dl9d6vE4OwiFF4dPpXZVR2T5UWhDyX0b { position:absolute;display:block;z-index:100006;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:15.75rem;width:33.4375rem;top:6.375rem;left:27.4375rem;display:block; }
#tW4QCtNtNHlUpETI6o8q2wn4SvgFHtT5 { position:absolute;display:block;z-index:100007;background-color:#2bf376;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:8.125rem;top:5rem;left:28.8125rem;display:block; }
#eUAgMJXnLAJfinE8UlZu3h8wp38SmrDQ { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5);top:5.5625rem;left:29.25rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XMvWwLer8QSLWNGTvn1srnKO3dO1J2RM { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:9.125rem;left:29.25rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZL3ODcAf1flwroEFi4iTgJxcLTMriXJH { color:#000000;display:block;width:27.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:14.5625rem;left:29.25rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VGAsW2Au81FA5Gz0rKSRlixQmC5zp7sy { position:absolute;display:block;z-index:100008;background-color:#171717;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:19.3125rem;top:20.875rem;left:40.5625rem;display:block; }
#F8eqs8mvh3N2TfCVQqTdpDERIf9Nl69Z { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:21.625rem;left:40.4375rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uZrn0716bTKEuaZB0CGZsnGcQq4ELpUw { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.4375rem;width:18.4375rem;top:1.1875rem;left:9.3125rem;overflow:hidden;display:block; }
#LIbs7Te4Uhd5nUd47BfrenhQ8y16LvAU { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #1b807a, #2bf376);background-image: -moz-linear-gradient(251deg, #1b807a, #2bf376);background-image: -ms-linear-gradient(251deg, #1b807a, #2bf376);background-image: -o-linear-gradient(251deg, #1b807a, #2bf376);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b807a', endColorstr='#2bf376' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b807a', endColorstr='#2bf376' );";background-image: linear-gradient(251deg, #1b807a, #2bf376);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:17.25rem;width:32.0625rem;top:2.5625rem;left:14.125rem;display:block; }
#FlII6TcT8CTQIt3GMyGWG7sV4GqLFCML { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#FlII6TcT8CTQIt3GMyGWG7sV4GqLFCML > .row .container { background-color: transparent; background-image: none; }#FlII6TcT8CTQIt3GMyGWG7sV4GqLFCML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlII6TcT8CTQIt3GMyGWG7sV4GqLFCML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlII6TcT8CTQIt3GMyGWG7sV4GqLFCML > .row .container > .video-iframe-container { display: none; }#FlII6TcT8CTQIt3GMyGWG7sV4GqLFCML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlII6TcT8CTQIt3GMyGWG7sV4GqLFCML > .row > .video-iframe-container { display: none; }#FlII6TcT8CTQIt3GMyGWG7sV4GqLFCML > .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); }#FlII6TcT8CTQIt3GMyGWG7sV4GqLFCML > .row .container { border-width: 0; border-radius: 0; }#FlII6TcT8CTQIt3GMyGWG7sV4GqLFCML > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#dWsCil8WXuJzsBKHmwZ5t45EPuRCZE9H { position:absolute;display:block;z-index:100006;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:15.75rem;width:33.4375rem;top:6.625rem;left:10.125rem;display:block; }
#eqt30eyM1aF8L6oWSe1pVcqDqXxyimxC { position:absolute;display:block;z-index:100007;background-color:#362bff;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:8.125rem;top:5.25rem;left:33.5625rem;display:block; }
#dIS5UCqkviutP02maGlQXKOkvGhLiftA { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5);top:5.8125rem;left:34rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uqXQE1rPrRQOS0McravAaiTCs9IOHemT { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:9.375rem;left:11.9375rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LZsztr1JIg21nJ0Lm6RHIVmz9AcDpeGu { color:#000000;display:block;width:27.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:14.8125rem;left:11.9375rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tvqoO6coDxt56XfdDlBulgFfRaZpVIap { position:absolute;display:block;z-index:100008;background-color:#171717;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:19.3125rem;top:21.125rem;left:23.25rem;display:block; }
#srKlTxHfQqUJWfhRnM2vWbz2EJBxydEk { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:21.875rem;left:23.125rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wFTdKLOhE98gM1r0UsvHAGJfHIJJJqxG { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:20rem;top:3.03125rem;left:45.1875rem;overflow:hidden;display:block; }
#ShXX6zvi1det4kbcsCAp6qy6ViygriVr { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #362bff, #222274);background-image: -moz-linear-gradient(251deg, #362bff, #222274);background-image: -ms-linear-gradient(251deg, #362bff, #222274);background-image: -o-linear-gradient(251deg, #362bff, #222274);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#362bff', endColorstr='#222274' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#362bff', endColorstr='#222274' );";background-image: linear-gradient(251deg, #362bff, #222274);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:17.25rem;width:32.0625rem;top:4.40625rem;left:32.1875rem;display:block; }
#HubaEagPwMEbzm7v0kXZ72DxVbOoGucf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#HubaEagPwMEbzm7v0kXZ72DxVbOoGucf > .row .container { background-color: transparent; background-image: none; }#HubaEagPwMEbzm7v0kXZ72DxVbOoGucf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HubaEagPwMEbzm7v0kXZ72DxVbOoGucf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HubaEagPwMEbzm7v0kXZ72DxVbOoGucf > .row .container > .video-iframe-container { display: none; }#HubaEagPwMEbzm7v0kXZ72DxVbOoGucf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HubaEagPwMEbzm7v0kXZ72DxVbOoGucf > .row > .video-iframe-container { display: none; }#HubaEagPwMEbzm7v0kXZ72DxVbOoGucf > .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); }#HubaEagPwMEbzm7v0kXZ72DxVbOoGucf > .row .container { border-width: 0; border-radius: 0; }#HubaEagPwMEbzm7v0kXZ72DxVbOoGucf > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#ccgQiz3v7hBgdCSotlitAXhDn5RJIXO9 { position:absolute;display:block;z-index:100006;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:15.75rem;width:33.4375rem;top:6.625rem;left:10.125rem;display:block; }
#aCOUUvMi3VkuHsE83ENZNJOTFMgAznfz { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #c0c0c0, #ffffff);background-image: -moz-linear-gradient(251deg, #c0c0c0, #ffffff);background-image: -ms-linear-gradient(251deg, #c0c0c0, #ffffff);background-image: -o-linear-gradient(251deg, #c0c0c0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#ffffff' );";background-image: linear-gradient(251deg, #c0c0c0, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:17.25rem;width:32.0625rem;top:2.4375rem;left:26.3125rem;display:block; }
#Sga7buxPluLHRpM9zQOqWkWLua5aNRtK { position:absolute;display:block;z-index:100007;background-color:#362bff;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:8.125rem;top:5.25rem;left:33.5625rem;display:block; }
#MRFkGGmyvpmzg3gTzNGE3cORtcr8gNEC { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5);top:5.8125rem;left:34rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rOU1UlpbLE0tyUaeikcW4sTmC1X8Iwtc { color:#000000;display:block;width:24.25rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:9.375rem;left:11.9375rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EOCliG0KwS9NGVt4MVCPHdAuX5vXViJc { color:#000000;display:block;width:27.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:13.8125rem;left:11.9375rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZRLxcE13Czq7pAWMXUD3exiz8cuwCvBR { position:absolute;display:block;z-index:100008;background-color:#171717;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:19.3125rem;top:21.125rem;left:23.25rem;display:block; }
#SiDIXTJrsxyQ3uM4eoEnG7nQKqTv9QCP { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:21.875rem;left:23.125rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ak6JGqmTWTPmQUkgrVRFw8FNTmm3PBeU { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5625rem;width:23.625rem;top:2.78125rem;left:41.6875rem;overflow:hidden;display:block; }
#Uz3MQwJhculTJWaNbWLlIiKDUnzKNfl9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#Uz3MQwJhculTJWaNbWLlIiKDUnzKNfl9 > .row .container { background-color: transparent; background-image: none; }#Uz3MQwJhculTJWaNbWLlIiKDUnzKNfl9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz3MQwJhculTJWaNbWLlIiKDUnzKNfl9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz3MQwJhculTJWaNbWLlIiKDUnzKNfl9 > .row .container > .video-iframe-container { display: none; }#Uz3MQwJhculTJWaNbWLlIiKDUnzKNfl9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz3MQwJhculTJWaNbWLlIiKDUnzKNfl9 > .row > .video-iframe-container { display: none; }#Uz3MQwJhculTJWaNbWLlIiKDUnzKNfl9 > .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); }#Uz3MQwJhculTJWaNbWLlIiKDUnzKNfl9 > .row .container { border-width: 0; border-radius: 0; }#Uz3MQwJhculTJWaNbWLlIiKDUnzKNfl9 > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#ea4wZVQPNK6GTMu31OlWLI1dGoDGHRRP { position:absolute;display:block;z-index:100006;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:15.75rem;width:33.4375rem;top:6.375rem;left:27.4375rem;display:block; }
#lLX4QmOZ3tPOz6vGUcrNWuQ1hFTpPTad { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #362bff, #222274);background-image: -moz-linear-gradient(251deg, #362bff, #222274);background-image: -ms-linear-gradient(251deg, #362bff, #222274);background-image: -o-linear-gradient(251deg, #362bff, #222274);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#362bff', endColorstr='#222274' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#362bff', endColorstr='#222274' );";background-image: linear-gradient(251deg, #362bff, #222274);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:17.25rem;width:32.0625rem;top:2.5625rem;left:15.25rem;display:block; }
#urFhqxEemPFChHxFQqIy4uzppxTsVXQf { position:absolute;display:block;z-index:100007;background-color:#3c3c3c;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:8.125rem;top:5rem;left:28.8125rem;display:block; }
#P48SwEv3VV06QH7HdpQpeRbnF3UPuIVB { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5);top:5.5625rem;left:29.25rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndxJZf3dKFIpncarVReJ7kCedROCoXnI { color:#000000;display:block;width:22.125rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:9.125rem;left:29.25rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qyGZUC8eNML42pRtGxQtNiiNgvwBTyv0 { color:#000000;display:block;width:27.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:14.5625rem;left:29.25rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rymnEJTdsH6k2Ud4LfGm52x9aunGJRCK { position:absolute;display:block;z-index:100008;background-color:#171717;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:19.3125rem;top:20.875rem;left:40.5625rem;display:block; }
#ye7aDmKDS0Z0xyJa4IQZBLt6RpK7B09y { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:21.625rem;left:40.4375rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aHQxGNlXoy45mvTTXkJmTtSFXN1JqObq { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.125rem;top:3.40625rem;left:10.8662109375rem;overflow:hidden;display:block; }
#Xfwu3JtV7wNghHuwiaxQNrgV4a5AXLQC { position:absolute;display:block;z-index:100008;background-color:#00e847;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:15.6875rem;top:5rem;left:43.8125rem;display:block; }
#t3CFNCn84GXhJmdJLLtZxUdapsumCCuK { color:#1e1e1e;display:block;width:19.375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100010;line-height:1.1;letter-spacing:0;top:5.77490234375rem;left:41.96875rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #371a9d, #362bff);background-image: -moz-linear-gradient(89deg, #371a9d, #362bff);background-image: -ms-linear-gradient(89deg, #371a9d, #362bff);background-image: -o-linear-gradient(89deg, #371a9d, #362bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#371a9d', endColorstr='#362bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#371a9d', endColorstr='#362bff' );";background-image: linear-gradient(89deg, #371a9d, #362bff);background-size:auto !important;position:relative;display:block; }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .row .container { background-color: transparent; background-image: none; }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .row .container > .video-iframe-container { display: none; }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .row > .video-iframe-container { display: none; }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .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); }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .row .container { border-width: 0; border-radius: 0; }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#udeC6h6qiliXJdK2W0pvOiCfgv6VZt6C { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:normal;z-index:100003;line-height:1.1;letter-spacing:0;top:3.0625rem;left:13.90625rem;height:1.92480625rem;text-align:center;text-align-last:center;display:block; }
#tPXDaTC2HvNWJFuMbhMDWD7vVqe73ZDe { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:20.375rem;top:0rem;left:27.3125rem;display:block; }
#s7l5kyPVwTBUFn2yra2lA5kMcHUyzwAi { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #101010, #371a9d);background-image: -moz-linear-gradient(45deg, #101010, #371a9d);background-image: -ms-linear-gradient(45deg, #101010, #371a9d);background-image: -o-linear-gradient(45deg, #101010, #371a9d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#371a9d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#371a9d' );";background-image: linear-gradient(45deg, #101010, #371a9d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:21rem;width:61.375rem;top:7.8125rem;left:7.25rem;display:block; }
#TsGKpk1EhamtpKJKoQv4qIFRDuWDsyD4 { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:10.0625rem;left:12rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h10NvSPiLsmrZVzunUNHN7IyeTZ9FPGX { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.1;letter-spacing:0;top:13.5rem;left:12rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kmRVXmEwgc5zIQVSA6uZXE8Ef82XCyw6 { color:#ffffff;display:block;width:34rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.1;letter-spacing:0;top:20.1875rem;left:12rem;height:2.4746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kkbpfqZpdTCSUDdyJsK11TDedOm0TGqg { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.1;letter-spacing:0;top:16.9375rem;left:12rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nbw6VkIVmp6pAlPiQWC8q8gqLRhF7Z52 { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.1;letter-spacing:0;top:25.0625rem;left:12rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NHoAIPrFVltxpeeIUwoqZpCeMC7JmiFT { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:9.74365234375rem;left:9.625rem;display:block; }
#JLtJblANUN3NHyO0TduQ9T55SuBSa3U8 { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:13.05615234375rem;left:9.625rem;display:block; }
#CqzI2TKPQA03zqyeTr0Jnm3PR7vGFIXH { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:16.61865234375rem;left:9.625rem;display:block; }
#uKIzOcRBXmqdJDALiGxxNZGMoL4m1mPZ { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:20.1748046875rem;left:9.625rem;display:block; }
#towu7MLR5XOC92TcFPubmPT1A1webJTe { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:24.74365234375rem;left:9.625rem;display:block; }
#c7ogVT0PE1pTLKto4LpRzkDbJqRBbmC3 { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.1;letter-spacing:0;top:10.0625rem;left:61.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PXXJGtBfwErnUHhpCqa9IMVEf9r4lban { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.1;letter-spacing:0;top:13.5rem;left:61.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zMOykkbpBQ2qsS4OV9ebsK2JWDf1skiq { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.1;letter-spacing:0;top:16.9375rem;left:61.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k4UTyaElo7pMFlWqythlAcR46rRxrn3m { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.1;letter-spacing:0;top:20.80615234375rem;left:61.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BmaZKVeOrtuFQiaH6ciKgWxo7kDb2HnM { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100014;line-height:1.1;letter-spacing:0;top:25.0625rem;left:61.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ewEIQV9of7KPvZqBzq8CElTyXLqMnmLk { position:absolute;display:block;z-index:100015;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:12.5rem;top:10.75rem;left:48.3125rem;display:block; }
#IQZmimUzl1K2wruJwBQFJ1qV2SbwEal8 { position:absolute;display:block;z-index:100016;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:30.3125rem;top:14.05615234375rem;left:30.5rem;display:block; }
#b7btTE9g30NfNOPoVWD4Rl1wRwIvyzMS { position:absolute;display:block;z-index:100016;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:26.875rem;top:17.43115234375rem;left:33.75rem;display:block; }
#qinCEn8wdX2wZi5VCB6ugxNlVozFqC5y { position:absolute;display:block;z-index:100016;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.875rem;top:21.2998046875rem;left:46.0625rem;display:block; }
#AnDhPTTT9LdqvwSSnWQLMwUbUWIR3qLh { position:absolute;display:block;z-index:100016;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:12.5rem;top:25.61865234375rem;left:48.3125rem;display:block; }
#M016HzTLdTGPxhBH1OthZkgJMb1B2Obb { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:31.625rem;left:20.25rem;height:3.8496125rem;text-align:center;text-align-last:center;display:block; }
#CB13eFJNekiyNBwN6OfwickRNPNqeFOx { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:37.25rem;left:21.15625rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ww9Lr46Km6VAzcWt86OSDGJIoCrJBJlW { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:42.625rem;left:20.34375rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOmnCTX4hNor3ANkhZq9SWdZ70bWrQFy { box-sizing:content-box;color:#5d92ff;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:100000;display:none; }
#qMbv43fMOBaa3g3cZrxfwFEahTI63BWB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(237deg, #efefef, #f6f6f6);background-image: -moz-linear-gradient(237deg, #efefef, #f6f6f6);background-image: -ms-linear-gradient(237deg, #efefef, #f6f6f6);background-image: -o-linear-gradient(237deg, #efefef, #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f6f6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f6f6f6' );";background-image: linear-gradient(237deg, #efefef, #f6f6f6);background-size:auto !important;position:relative;display:block; }#qMbv43fMOBaa3g3cZrxfwFEahTI63BWB > .row .container { background-color: transparent; background-image: none; }#qMbv43fMOBaa3g3cZrxfwFEahTI63BWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMbv43fMOBaa3g3cZrxfwFEahTI63BWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMbv43fMOBaa3g3cZrxfwFEahTI63BWB > .row .container > .video-iframe-container { display: none; }#qMbv43fMOBaa3g3cZrxfwFEahTI63BWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMbv43fMOBaa3g3cZrxfwFEahTI63BWB > .row > .video-iframe-container { display: none; }#qMbv43fMOBaa3g3cZrxfwFEahTI63BWB > .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); }#qMbv43fMOBaa3g3cZrxfwFEahTI63BWB > .row .container { border-width: 0; border-radius: 0; }#qMbv43fMOBaa3g3cZrxfwFEahTI63BWB > .row .container { font-size:0.875rem;font-family:arial;height:74.625rem;width:75rem;position:relative;display:block; }#oO43hiIbNk47DXJObhOaNOfpKgUnmWqy { position:absolute;display:block;z-index:100005;background-color:#1a1a1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:11.125rem;top:0rem;left:31.9375rem;display:block; }
#bN5qGbIb2dWlyatAJGJUHUSFPTusAfuT { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:5.6875rem;left:18.28125rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IZmX6ee5SG4S4pWMGgTmGLUn54hIBCF1 { box-sizing:content-box;color:#2bf376;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:100008;top:1.875rem;left:35.9375rem;display:block; }
#wKV9ILEnFB7UC8XTmbt5Uw8fxGeyhs8D { position:absolute;display:block;z-index:100003;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.17) ;height:20.9375rem;width:43.875rem;top:27.0625rem;left:15.5625rem;display:block; }
#lbQ5Zz2uz71Dg5Jl4NtK7bmbPoWkoBFh { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.75rem;width:37.5rem;top:9.26171875rem;left:18.53125rem;overflow:hidden;display:block; }
#XZ4vuk0mxsRQw8iNTRN0JbmIrZbbTc3L { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:nunito;font-size:3.3125rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0rem rgba(0,0,0,0.1);top:34.58447265625rem;left:18.28125rem;height:3.64355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcftW3cp4kxTIDmFIquozl8bZLAATEHf { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:nunito;font-size:1.6875rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:38.79052734375rem;left:18.28125rem;height:1.85595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eQvGKeNWy4EPViQU7iFE5M1V4LD2Q40K { color:#b9b9b9;display:block;width:34.3125rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:41.5625rem;left:20.34375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mNg7GA9r8iGQhGrCOEpOqTwN4ekIbaFb { z-index:100003;top:45.7998046875rem;left:19.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.4375rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wivMkWHgxWCtnoM43lMmLNFrizXUMbT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OvCebIJLKUCBnB8pawV9d4dFT7ZbeS8r { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:7.6875rem;top:38.4375rem;left:49.9814453125rem;overflow:hidden;display:block; }
#GFIyfWk3bVMCGPVKAZxRkz4MJ7BkERT0 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:36.0625rem;top:52.4375rem;left:19.46875rem;overflow:hidden;display:block; }
#T1edPhHJNsvWaJm7TaW1Ii85phrNH3mx { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:8.125rem;top:59.625rem;left:12.125rem;overflow:hidden;display:block; }
#EWJbDLufRl2pK5v4c4GuxtvMUL2Po5sk { position:absolute;display:block;z-index:100002;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:44rem;top:57.4375rem;left:15.625rem;display:block; }
#Eh05oG5SeNRApey6ysJpsILSzg0S74wE { color:#000000;display:block;width:27.75rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:59.125rem;left:22.1875rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#ARxzgcUtTLF8MmqIkTW9yHfhJns84VAX { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:63.1875rem;left:22.1875rem;height:5.625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD { position:relative;display:none; }#dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD { border-width: 0; border-radius: 0; }#dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#TCZ3Egzepr4lTisypGaRgufI3wNFT0vM { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:7.6875rem;top:38.4375rem;left:49.9814453125rem;overflow:hidden;display:none; }
#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(4deg, #371a9d, #362bff);background-image: -moz-linear-gradient(4deg, #371a9d, #362bff);background-image: -ms-linear-gradient(4deg, #371a9d, #362bff);background-image: -o-linear-gradient(4deg, #371a9d, #362bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#371a9d', endColorstr='#362bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#371a9d', endColorstr='#362bff' );";background-image: linear-gradient(4deg, #371a9d, #362bff);background-size:auto !important;position:relative;display:block; }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .row .container { background-color: transparent; background-image: none; }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .row .container > .video-iframe-container { display: none; }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .row > .video-iframe-container { display: none; }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .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); }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .row .container { border-width: 0; border-radius: 0; }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#wN170pU4KT70VLayEoSAWZo3vBEyLgaR { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:nunito;font-size:1.8125rem;font-weight:normal;z-index:100003;line-height:.9;letter-spacing:0;top:5.1875rem;left:30.25rem;height:3.26171875rem;text-align:left;text-align-last:left;display:block; }
#KtsBwuk8SKhTfEikyLBu59ZLgzLsyytT { position:absolute;display:block;z-index:100002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:20.375rem;top:0rem;left:27.3125rem;display:block; }
#MkGktUwsQarKfZrRRHcFlAdipn06Bi3k { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:5.1875rem;width:12.125rem;top:9.0625rem;left:3.625rem;overflow:hidden;display:none; }
#bkHCL869cRFJW3NqNuP9iGI1lAERXBUH { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:5.1875rem;width:12.125rem;top:23.125rem;left:7.6875rem;overflow:hidden;display:none; }
#HGJ406VfwWb04RoCoxhFIvpa0S2yZTVM { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:5.1875rem;width:12.125rem;top:8.875rem;left:36.125rem;overflow:hidden;display:none; }
#z6GusaS3CJQi1NytS33dLpdfrPeNrVOQ { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #101010, #371a9d);background-image: -moz-linear-gradient(45deg, #101010, #371a9d);background-image: -ms-linear-gradient(45deg, #101010, #371a9d);background-image: -o-linear-gradient(45deg, #101010, #371a9d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#371a9d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#371a9d' );";background-image: linear-gradient(45deg, #101010, #371a9d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:30.4375rem;width:39.25rem;top:3.375rem;left:22.8125rem;display:block; }
#BN7zKCh16DwuT0nJZTyPAFD1igrKZx6h { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:24.1875rem;width:18.125rem;top:6.5rem;left:9.875rem;overflow:hidden;display:block; }
#po1QVq3FxmU7E9XcJCWCgslzhz86Q95H { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:10.625rem;left:30.25rem;height:20.47118125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NVPefCeLWWzTt8qdf4QpUNbupGlLRc0Q { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:14.9375rem;width:11.1875rem;top:16.3125rem;left:27rem;overflow:hidden;display:block; }
#tPzJUfVpr1ocxTisD48Q2KoXfg1zg55r { position:relative;display:block; }#tPzJUfVpr1ocxTisD48Q2KoXfg1zg55r { background-color: transparent; background-image: none; }#tPzJUfVpr1ocxTisD48Q2KoXfg1zg55r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPzJUfVpr1ocxTisD48Q2KoXfg1zg55r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPzJUfVpr1ocxTisD48Q2KoXfg1zg55r > .row .container > .video-iframe-container { display: none; }#tPzJUfVpr1ocxTisD48Q2KoXfg1zg55r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPzJUfVpr1ocxTisD48Q2KoXfg1zg55r > .row > .video-iframe-container { display: none; }#tPzJUfVpr1ocxTisD48Q2KoXfg1zg55r > .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); }#tPzJUfVpr1ocxTisD48Q2KoXfg1zg55r { border-width: 0; border-radius: 0; }#tPzJUfVpr1ocxTisD48Q2KoXfg1zg55r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#SwhotzbtH4ZOFwzTTC6FKeMZcs8LOToD { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:7.75rem;left:11.9375rem;height:8.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#STE49sAuhTLTcLogyXHNzkiQWqCnE8XS { position:absolute;display:block;z-index:100008;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:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:10.5rem;width:25.6875rem;top:6.875rem;left:5.3125rem;display:block; }
#W0of6LVNR7HdbhHesUNDZiUN57gQhmUy { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:7.875rem;left:6.625rem;display:block; }
#SznOIMC7Ay7S2evNqQze4vTIkeu2gtkp { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:2.25rem;left:18.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VJEy6y5WADu0MXest6tUvGJ1GIX5y5EP { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:21.8125rem;left:45.4375rem;height:6.99950625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aV0t7orsNSFRKPMkhrsU9CEebG2EZL6E { position:absolute;display:block;z-index:100011;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:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:9.5rem;width:25.6875rem;top:20.9375rem;left:38.8125rem;display:block; }
#VWQqfqr5Li4tMULyPGdMhyrvIKR0S2vA { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:21.9375rem;left:40.125rem;display:block; }
#IUoe062dnBEecBKl2yOP6CDrR7sk3GAT { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:7.75rem;left:45.375rem;height:9.79931875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZIxAuFQe4RzXJEMaObfrzFaKgQqthI2l { position:absolute;display:block;z-index:100011;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:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:11.75rem;width:25.6875rem;top:6.875rem;left:38.75rem;display:block; }
#RW2aosECOrvVTaEB30UtGgoNEVyZI9UA { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:7.875rem;left:40.0625rem;display:block; }
#IDM5eccxtUWIM8TOfgdT6bQ0Og0cwqVR { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:20.9375rem;left:11.8125rem;height:8.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xxVER9mQAv4pLe4Br4XxGHrcT9QyXLQ5 { position:absolute;display:block;z-index:100014;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:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:10.4375rem;width:25.6875rem;top:20.0625rem;left:5.3125rem;display:block; }
#fsuPIuLS7LQampz7sXkCQpcoKcR3hkU7 { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:20.9375rem;left:6.75rem;display:block; }
#Kgy8MSRnixQisS9vm9tnV4MOVG1d7TkK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(237deg, #efefef, #f6f6f6);background-image: -moz-linear-gradient(237deg, #efefef, #f6f6f6);background-image: -ms-linear-gradient(237deg, #efefef, #f6f6f6);background-image: -o-linear-gradient(237deg, #efefef, #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f6f6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f6f6f6' );";background-image: linear-gradient(237deg, #efefef, #f6f6f6);background-size:auto !important;position:relative;display:block; }#Kgy8MSRnixQisS9vm9tnV4MOVG1d7TkK > .row .container { background-color: transparent; background-image: none; }#Kgy8MSRnixQisS9vm9tnV4MOVG1d7TkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kgy8MSRnixQisS9vm9tnV4MOVG1d7TkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kgy8MSRnixQisS9vm9tnV4MOVG1d7TkK > .row .container > .video-iframe-container { display: none; }#Kgy8MSRnixQisS9vm9tnV4MOVG1d7TkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kgy8MSRnixQisS9vm9tnV4MOVG1d7TkK > .row > .video-iframe-container { display: none; }#Kgy8MSRnixQisS9vm9tnV4MOVG1d7TkK > .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); }#Kgy8MSRnixQisS9vm9tnV4MOVG1d7TkK > .row .container { border-width: 0; border-radius: 0; }#Kgy8MSRnixQisS9vm9tnV4MOVG1d7TkK > .row .container { font-size:0.875rem;font-family:arial;height:86.5rem;width:75rem;position:relative;display:block; }#pwwapan6DnNThwDSSXc9Q6N07yp1el1Q { position:absolute;display:block;z-index:100005;background-color:#1a1a1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:11.125rem;top:0rem;left:31.9375rem;display:block; }
#JpwmrTiDDz9qlXRR7OMmPf2dRI6ibl9x { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:19.5625rem;left:17.9375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xdBnN7MDm59KzwGKGx5wFaHNULoSmREA { position:absolute;display:block;z-index:100003;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.17) ;height:20.9375rem;width:43.875rem;top:40.9375rem;left:15.1875rem;display:block; }
#DVAXChG6eB58Ozuv9F4TF4qEGc3RLw1R { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.125rem;width:38.125rem;top:22.375rem;left:17.9375rem;overflow:hidden;display:block; }
#Fie5VCQTQvxrSFJk9EL6W4DtHQUE9pPR { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:nunito;font-size:3.3125rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0rem rgba(0,0,0,0.1);top:48.4375rem;left:17.9375rem;height:3.64355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K1PrZNulbF9Ma23XGXsPQOA8gPVu6eSi { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:nunito;font-size:1.6875rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:52.6875rem;left:17.9375rem;height:1.85595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RPUqaSPL69m1TNoBgDJn3KiSMi67B6BA { color:#b9b9b9;display:block;width:34.3125rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:55.4375rem;left:20rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aA0WuzQeWKfluTsOCn0DC5PhznoCrmGc { z-index:100003;top:59.6875rem;left:19.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.4375rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DFbV2IqxHZk0TZuxhkJMEUr5BVXlHvE3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a4aKCHnerprhD9dnxrXsZBkgTI9XKpkl { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:7.6875rem;top:52.3125rem;left:49.625rem;overflow:hidden;display:block; }
#hZ813h178ftoTiaOqz14y2VhIXJnmexh { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:36.0625rem;top:66.3125rem;left:19.125rem;overflow:hidden;display:block; }
#Gkwde1CJmHNXaav4r4QZ4LlbsXqTrfTq { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:8.125rem;top:73.375rem;left:11.9375rem;overflow:hidden;display:block; }
#reBznAIsmBo1S5BnrsaskNs74UCQisXu { position:absolute;display:block;z-index:100002;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:44rem;top:71.3125rem;left:15.4375rem;display:block; }
#KwTU1WQxwNCwT43u9weeRCJgR7XMiWVk { color:#000000;display:block;width:27.75rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:73rem;left:22rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#xDOTLR0agDdxTyzTbetFOodeLXcAo7nb { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:76.0625rem;left:22.0625rem;height:5.625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MZDQ3l48LAgTNTJd1bT8GLH8Ll0BoyVS { color:#000000;display:block;width:33.875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:3.3125rem;left:20.5625rem;height:12.59765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pBJsfnNKq4vRVIVku3EiXwX7CD5pudb8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.75rem;width:43.75rem;display:none; }
#U7CN0LZuC5uWlh5HkdEZKQxDVdzVwRgs { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#U7CN0LZuC5uWlh5HkdEZKQxDVdzVwRgs > .row .container { background-color: transparent; background-image: none; }#U7CN0LZuC5uWlh5HkdEZKQxDVdzVwRgs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7CN0LZuC5uWlh5HkdEZKQxDVdzVwRgs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7CN0LZuC5uWlh5HkdEZKQxDVdzVwRgs > .row .container > .video-iframe-container { display: none; }#U7CN0LZuC5uWlh5HkdEZKQxDVdzVwRgs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7CN0LZuC5uWlh5HkdEZKQxDVdzVwRgs > .row > .video-iframe-container { display: none; }#U7CN0LZuC5uWlh5HkdEZKQxDVdzVwRgs > .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); }#U7CN0LZuC5uWlh5HkdEZKQxDVdzVwRgs > .row .container { border-width: 0; border-radius: 0; }#U7CN0LZuC5uWlh5HkdEZKQxDVdzVwRgs > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#sSJwFNgRTq9wnXwo9v0DNcvbcFaXWzy5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:9.5rem;top:1.4375rem;left:7rem;overflow:hidden;display:block; }
#bdghx0WTdytxVafQH8T6VJyWsVkHc7Pr { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:1.71875rem;left:25.625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wwV8TGz2LMngc2EGqVyqwJtvowi3lD2Q { z-index:100001;top:1.125rem;left:58.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #12cc94;border-left:0.125rem solid #12cc94;border-right:0.125rem solid #12cc94;border-bottom:0.125rem solid #12cc94;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#12cc94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ywqHRXi1ZfqyuNlTetyFhqP0eIlKyVy5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oWBOCEVHwsPn1mR8l8mXN047or6uPw37 { display:block; }#oWBOCEVHwsPn1mR8l8mXN047or6uPw37 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsquRsSPVfGhJI7c7yQ5Nl5FU8Xc6yQc { top:1.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrq9kNmFklJI2hIMVH2hpRZO2JC2D4Tb { display:block; }#Jrq9kNmFklJI2hIMVH2hpRZO2JC2D4Tb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDdseTryvn5T74pZfVNasmMf17QgG4Ta { top:1.6875rem;left:19.0625rem;width:9.6875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbiwrxWgRgCfSL9aJ2XKnHiZwzOPIOkI { top:7.6875rem;left:0rem;width:47.75rem;height:7.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrElTFfAz8C6SQIWaJhUbBGT32mPgrMK { top:15.875rem;left:41.625rem;width:6.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isc4Vm3VwCOpwdb3dyw5cOtqXzzndehH { top:17.5625rem;left:9.375rem;width:29rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxJ26T1T5l4MIo8iOSeBp7C5fTCOEtx3 { top:4.5rem;left:0rem;width:47.75rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm6bZh7UN3cU4mErSRQXtMbnCSybCPXc { top:24.0625rem;left:7.5625rem;width:35.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMq2Qv4N5s36aMefLFgoergFOBtwsR2U { display:block; }
 }@media only screen and (max-width: 763px) { #WkXp6FkJMMQGLvDOcgETxyKvLyEXvUPV { display:block; }#WkXp6FkJMMQGLvDOcgETxyKvLyEXvUPV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CW7CcaUaJE4fXHffuEDxn90rKghPtWOV { top:3.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUQGmO2oOfgoNOsEGB7MekG7wG0LqfTd { top:13.5rem;left:0.0625rem;width:15.8125rem;height:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2RICXpu6bdQKDGysDItxUzvqfhQs5kQ { top:14.4375rem;left:14.625rem;width:17.125rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUDwbnIiuhBNOLJOihuGQlaqZ3Uvvdrz { top:13.5rem;left:30.5rem;width:17.125rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg95H4k3fvtHwtAMbesHnGKdig5eiOTK { top:10.25rem;left:0rem;width:19.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKDhnQx3qvwrIyRhOtFfKTikODA4U5i4 { top:0rem;left:11.375rem;width:20.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih5z3HedMDnLO7pukRZIA32NxSSwwkAk { top:10.25rem;left:11.8125rem;width:19.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0cfTG7N8TeoaXPbOb5NxAWuWURlzVEl { top:10.25rem;left:27.6875rem;width:19.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTnQM0P49GIuQPWKJl7A2EmbBOfZpOKN { top:9.3125rem;left:8.9375rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvKcWlt0JJugUJLcFu56tLL1rvXWQ3uu { top:9.5rem;left:22.59375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #npO7GkTodTURFSFqAd4JNS7TZxiwWNCg { top:9.0625rem;left:35.8125rem;width:2.875rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmTx1ZzUreyLzIEO9GecqhPrLBPOtzs9 { top:26.1875rem;left:0rem;width:36.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSC8LTWQ8c2kQJvzJRZZiHQcOGVxm2S1 { display:block; }
 }@media only screen and (max-width: 763px) { #dyy6BHF8M83PZt7Ez4W9x5q9l0Ti3WPD { top:24.3125rem;left:31.75rem;width:3.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GplJ2xcZAd7tGU9tVrE7IApf6fE6sAHR { top:8.25rem;left:7.9375rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgwkPC6XXoOxLEgpuVTfHzzFhLKhiWmH { top:8.375rem;left:21.46875rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04ltuyDXPfMoOACkCu2FP47tOkRBg6a { top:8.25rem;left:34.875rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLr1TDisxT53T518Q871sELu9TTNGVzF { display:none; }#yLr1TDisxT53T518Q871sELu9TTNGVzF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OdvqNWrcLLbF47daOyaKqSM1rm7lR2Df { display:block; }#OdvqNWrcLLbF47daOyaKqSM1rm7lR2Df > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9CKHMJzNZZofb81yH1I6xDWQmltFIt9 { top:0rem;left:18.3125rem;width:11.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrWWD7eJKr7K8PQd1aA87ghL9QxKbdKC { top:13.5rem;left:16rem;width:27.125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs2uiL5BaNyziy7EdTcLHv6Ill6M8B7B { top:25.3125rem;left:23rem;width:18.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhgVgtiJW7TvgUb3Ricss5o680ha4rC9 { top:3.3125rem;left:4.84375rem;width:38.0625rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1B6qltQxycNQOWRTaW38RNSI8LqWOgm { top:13.5rem;left:0rem;width:30.125rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olKaZqUoBwW1cSO8FzZX3wfvWnxZibUf { top:14.0625rem;left:4.125rem;width:43.625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSvoe3RJsSs3fsKTmEzVtSZLSVN9sViy { top:12.3125rem;left:14.4375rem;width:29.8125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SufTyiGwp1SWyVe93vuD95bqrGofDyeM { top:19.375rem;left:21.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwRWX8cW1GT6wOUx6MWAmIT6i14iFSSR { top:22.5rem;left:23.1875rem;width:18.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgbcfSqmVnrqsOkKU7BH6vfPBD1hlmVW { top:19.5rem;left:23.1875rem;width:23.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPLbVT1xwoMeSal6SgBz1GXdTyZcnWFh { top:28.25rem;left:23.1875rem;width:22rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXz8nARPEl3dARUVpykyH5v9W9pggOsk { top:31.9375rem;left:23.1875rem;width:22rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMNDTObBx27tlaCKVtDVN9zEHRlbMdNx { top:22.125rem;left:21.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVwFGLFqe8WcimTPl0oTMT9mP01fVJ6w { top:25.125rem;left:21.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTAu58Q4ZkVv4JzCtE6o7uaUvC6OQw0R { top:28.0625rem;left:21.1875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2XvL7LrW30ibQEPZbPLs8uCzTq0BMJD { top:31.625rem;left:21.25rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIeIqGngQ9m6zHMDWtTLcmSJztkfpEGB { top:21.625rem;left:20.625rem;width:24.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJfA3c1RWuB56TsvmIqC1WTivF6S7spV { top:24.5625rem;left:20.625rem;width:24.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7nhxkezqsJabEyTsVIn93IeQbQM06ZJ { top:27.5625rem;left:20.6875rem;width:24.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESJobPzTC74qIpAepTGn4rf9szMyT89w { top:31.25rem;left:20.6875rem;width:24.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #modP8OqcPyP8KSyXoTHXexhR3Ovih8EO { top:37rem;left:10.625rem;width:36.375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2hgV2m0i4rifuX2794xrHo5qCtETnek { top:37.8125rem;left:23.4375rem;width:22rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqAvP6nZNciNK7IXvrIlk8Tietzy45ue { top:44.9375rem;left:6.71875rem;width:34.3125rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3xSTB3poCql2JIXnxpRBW7Frw19EWs6 { top:55.6875rem;left:4.84375rem;width:38.0625rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt921ZH3bs43xaq8EWh4rIHBD9gyGxHq { top:54.625rem;left:2.3125rem;width:43.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhutAuVJJUxr2HET5xtWBFkeNyI2t65J { top:21.625rem;left:20.625rem;width:24.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #irATZ6riwsZN5tNtCR2zMNuuoqTBCmus { top:21.625rem;left:20.625rem;width:24.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzkXu1lMEPqe2TIxde5AGC1xipA4Usm7 { top:21.625rem;left:20.625rem;width:24.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7IlwxpypTlO989RMX2JBJNKKngNKUit { top:24.5625rem;left:20.125rem;width:24.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvQ292RRPzO3RUVxigyUXKsSH0vFVuho { display:none; }#uvQ292RRPzO3RUVxigyUXKsSH0vFVuho > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gf1lR6LcrdrFuGOQmcPAXkln9uydAZdm { display:block; }#Gf1lR6LcrdrFuGOQmcPAXkln9uydAZdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOyTLLFW5w6Sp5PUOadTfcyicSgmXoLq { top:5.125rem;left:18.375rem;width:29.375rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv9J6IUUNcGzyQR7Pklx74AbqzmD4Bv5 { top:12.8125rem;left:13.75rem;width:34rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdJE1rVg0RhTi5WtDr2ZmwQ2osMmCXA1 { top:4.8125rem;left:1.125rem;width:21rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v68VW7UTQH4IMmAC6smUx0LEQLaOErSg { top:5.6875rem;left:0rem;width:11.1875rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prDCzUpEeSkzI4prpT9Xpkra1Xf5X5k4 { top:19.125rem;left:0rem;width:13.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMd4XI5BlOq9vxpaaxq9Jykd7F8HKUfm { top:14.5625rem;left:23.0625rem;width:24.6875rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkWyXSMcetrbvltbWskykwviX69JAHzm { top:19.0625rem;left:18.375rem;width:29.375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2IIPqWHoqi991NQJX0bnbWfcxJhGxOH { top:22.1875rem;left:18.5625rem;width:29.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGnL6mvFHLqeJf9vnpHGm9dRq3Dn6p4O { top:25.625rem;left:21.0625rem;width:26.6875rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0XezP1hpzkTh8h0ax81ODbos2eSmi0C { top:30.4375rem;left:21.0625rem;width:26.6875rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1MURu4moN4e9D2U2BfZA79eBm5Z4sKD { top:14.875rem;left:19.9375rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvaXTKXZbafELbRnB2Nhsk6rQBFtuJrO { top:18.625rem;left:20rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODAtd35ZInpM5ZTmnrEbHR8SCZLzpeCF { top:21.875rem;left:19.9375rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMMig0qVbe58rZXAC6GC8L4at16velp7 { top:30.5625rem;left:19.9375rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpFDFTlNNcshgMlslo3uau95yoKwvrIf { top:25.9375rem;left:20rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg7kHDQJ3bPfVSiQmirtCAICUJWQ7Jmi { top:17.9375rem;left:17.9375rem;width:29.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb564Q0eCsMlMXcqCatTRUfqcFZU82TU { top:21.3125rem;left:17.9375rem;width:29.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDQkfMGCg8qpVN06WrMB56UyNHcs5v9v { top:24.625rem;left:17.9375rem;width:29.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAyncqcwnoaXVNnOTKORCmiIKiwThxkX { top:29.4375rem;left:17.9375rem;width:29.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1oOugg39ZWt5cv94zNF8puee0TnTNAg { top:0rem;left:18.3125rem;width:11.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL { display:block; }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qs1QOecTu7CVCX9tUDiPlxvbkHEkWQbg { top:3.6875rem;left:0rem;width:47.1875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdhXl118Oyv8o8iPWvOTHVyuxDU6W0kx { top:12.75rem;left:0.0625rem;width:15.8125rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymE6BTbwyA6aOddl4voF0LocoeEPZvKh { top:14rem;left:14.625rem;width:17.125rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqPEHOaw0nLNqFMGtX0wtHq820uQEdg5 { top:28.0625rem;left:0rem;width:16.5rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pypRnfGw94hvD5EKodehMrqb9w0xZVTi { top:9.0625rem;left:0rem;width:19.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC5cssmF8mOIv2qkLPLDZVPv8SM51axk { top:0rem;left:11.375rem;width:20.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOLpXGEtrNGc8ATf9TkxvBIm37wHpVqG { top:8.875rem;left:11.8125rem;width:19.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tREqW8n55BXQeN0JGiMwg74CZDwu091x { top:23.125rem;left:0rem;width:19.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuM0oCsxSHorwVBWUff3U7o9GtfWQcOT { top:23.125rem;left:27.6875rem;width:19.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFPNcTQvpg3xx0AfWm0UHHUgx4PrXAdK { top:28.0625rem;left:31.75rem;width:14.5625rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp48z3RgMhdcsayfc23rG8TypMm8xnWz { top:9.0625rem;left:0rem;width:12.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwg9pat4FquQAtgppzGmr3RgKcuke7CN { top:23.125rem;left:3.125rem;width:12.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX1236Qgvp05dFNkHBck273bk5rkTaN1 { top:8.875rem;left:19.625rem;width:12.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ8Qy5TeszasTGnbOgWRQb0LrwT98nJE { top:23.125rem;left:19.625rem;width:12.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPKpNvC5X1tb1WhfLMNlEwVbv8rv1t2c { top:21.1875rem;left:0rem;width:28.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTsuiC0PWVRWWT7PTy8MWWzGd8TAQ21T { top:21rem;left:3.625rem;width:28.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQysIrktBdTD1km1eTratgsaNb7oB6nD { top:35.25rem;left:0rem;width:28.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQlSUvEciBtBJzw60X5DRSGhS0TQEAso { top:35.25rem;left:3.625rem;width:28.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlaQk5gduk5Xf9KSPpVJ1bd3LlxQbiRp { top:9rem;left:0rem;width:12.1875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5b0xcnqbUtSk29yxax2CFMyDlhV0poH { top:8.8125rem;left:19.5625rem;width:12.1875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5qVshx4Oi47DWqG5XWaNLEulzo3s8Vu { top:23.0625rem;left:3.625rem;width:12.1875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnTXZoArf3206pq1Ke7XgXtKnZbwzkVT { top:23.0625rem;left:19.5625rem;width:12.1875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGwM7C9pWhnrsa43XJsrziwCmsQAE6Z3 { top:12.75rem;left:0rem;width:47.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0FTxMGal5iCZUGwTiKhqdN6MLnDwRfT { display:block; }#s0FTxMGal5iCZUGwTiKhqdN6MLnDwRfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvGohWUhF7WeSTFc1twML0e9WyERBiTn { top:0rem;left:18.3125rem;width:11.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGkcpTOSzfIryso2W4Vzq5idZEp7wcRn { top:34.8125rem;left:24.6875rem;width:23.0625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7sJfRJ3TXBbrF9N88NvfP9BJ017Cb5k { top:3.125rem;left:7.1875rem;width:33.375rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4TvuNucTZGo21H9IERoxQO4oSUrIxlD { top:33.9375rem;left:17.0625rem;width:25.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH144Z0k9fkdDzuZAeNVmxFduwvrfd07 { top:24.5625rem;left:20.625rem;width:24.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spweIWDo79WNUQXhXQNSANMKJQnPB1hA { top:27.6875rem;left:25.1875rem;width:22.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A07oasfNEVVbvAfkPc41t9FLb1b3HGEG { top:26.8125rem;left:17.0625rem;width:25.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG9RZ83Lewcc9D3ah9XGyJDleIXByzTK { top:20.6875rem;left:0rem;width:21.9375rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds6uIH8KJVPTyEfSkg5tV7EDQBF6cXqn { top:19.8125rem;left:0rem;width:25.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbyD55PRIA9P1kESvqfZJpRoRz5gz1zN { top:20.8125rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNb4sDx78uWJv5Tf09KIKT7v7m5btHOL { top:20.6875rem;left:25.1875rem;width:22.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtvmMaeNpKDBbU0b2p1uy43h7wO5W3Im { top:19.8125rem;left:17.0625rem;width:25.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpRCM8vLbb8pzkmIhRbdDXJkxKCvi3QB { top:20.75rem;left:26.25rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCwGeeCES3LA0PgrEQmgiUt6feOTIAHR { top:27.6875rem;left:0rem;width:22.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ37qQuUAtqbBmGOwHrfDvUsrImlR3v2 { top:26.8125rem;left:0rem;width:25.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnJXCoGS0HOhNb8hQhTOF8TqOFbXZtOH { top:27.8125rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcxe0uXJdiNACpE5Q1cISyGTgEFEwrLd { top:13.5625rem;left:25.1875rem;width:22.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5nwydnnlTlkx0v4D1UgPTzLw2IcOg90 { top:12.6875rem;left:17.0625rem;width:25.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9Q2qI1kKMTvHQkRDMsWif8AKSu4IGuO { top:13.6875rem;left:26.3125rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVELIJOuimy8kvNBiTPIHzIFMfGQCKOe { top:34.8125rem;left:0rem;width:22.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNytUiHogJE0TdxQegUH9iaPqwFEBJ5f { top:33.9375rem;left:0rem;width:25.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWPgazKydHbCo5uT6Gdz7eNJgAepysJK { top:34.9375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1FSvlewvHy7pdqKEiV80VeUWDs6ESMt { top:13.5625rem;left:0rem;width:22.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Co0Fmg071HJHbcWJ6xZdndlEyKwdpI { top:12.6875rem;left:0rem;width:25.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqyHFJPz1KV4Qg0hbn7NsdJh77D5hQWR { top:13.6875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6bBQ5TtHAFxRuKrxdOD4PlRhHrKHnuC { top:27.875rem;left:26.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZN1kMaNVlEATTR2AugcnRDp1FQIOasn { top:35rem;left:26.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh3TAhsOi91JVqOyshGMRUEFglht73Nc { display:block; }#yh3TAhsOi91JVqOyshGMRUEFglht73Nc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhK0XwnZMFXTsnRk95xrd7JONE8LmSIK { top:2.4375rem;left:7.1875rem;width:33.375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHdpd3Cqp1b2VtEtFP5yZVaMCHQ7i6HS { top:0rem;left:18.3125rem;width:11.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goQUKL9n2pHHIdWSnF82M7COAWT9EoMG { top:3.5625rem;left:0rem;width:47.75rem;height:29.109625668449rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMCtvOQqXQpLE6XygnIAVwVhaO2K6UgF { top:3.5625rem;left:40.5625rem;width:6.5625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR { display:none; }#Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NEgG21OhKsTV3CUBqnFPTwb2WnFarDJO { display:block; }#NEgG21OhKsTV3CUBqnFPTwb2WnFarDJO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vm6OoLrdUEcf0y8ckFsrtkwx8z0KtvdN { top:0rem;left:18.3125rem;width:11.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAlmXLAh9BgMwpz0dIhbDLiiVwOAnenV { top:5.1875rem;left:7.1875rem;width:33.375rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTXT35202miWWbd3etnheDdlM9g3XTw { top:1.875rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4TZrcX9aVpuhzdfnPLeWXK0wpJMXVrT { display:block; }#f4TZrcX9aVpuhzdfnPLeWXK0wpJMXVrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dl9d6vE4OwiFF4dPpXZVR2T5UWhDyX0b { top:6.375rem;left:13.8125rem;width:33.4375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW4QCtNtNHlUpETI6o8q2wn4SvgFHtT5 { top:5rem;left:15.1875rem;width:8.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUAgMJXnLAJfinE8UlZu3h8wp38SmrDQ { top:5.5625rem;left:15.625rem;width:7.25rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMvWwLer8QSLWNGTvn1srnKO3dO1J2RM { top:9.125rem;left:15.625rem;width:20.0625rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL3ODcAf1flwroEFi4iTgJxcLTMriXJH { top:14.5625rem;left:15.625rem;width:27.25rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGAsW2Au81FA5Gz0rKSRlixQmC5zp7sy { top:20.875rem;left:26.9375rem;width:19.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8eqs8mvh3N2TfCVQqTdpDERIf9Nl69Z { top:21.625rem;left:26.8125rem;width:19.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZrn0716bTKEuaZB0CGZsnGcQq4ELpUw { top:1.1875rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIbs7Te4Uhd5nUd47BfrenhQ8y16LvAU { top:2.5625rem;left:0.5rem;width:32.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlII6TcT8CTQIt3GMyGWG7sV4GqLFCML { display:block; }#FlII6TcT8CTQIt3GMyGWG7sV4GqLFCML > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWsCil8WXuJzsBKHmwZ5t45EPuRCZE9H { top:6.625rem;left:0rem;width:33.4375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqt30eyM1aF8L6oWSe1pVcqDqXxyimxC { top:5.25rem;left:19.9375rem;width:8.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIS5UCqkviutP02maGlQXKOkvGhLiftA { top:5.8125rem;left:20.375rem;width:7.25rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqXQE1rPrRQOS0McravAaiTCs9IOHemT { top:9.375rem;left:0rem;width:28.0625rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZsztr1JIg21nJ0Lm6RHIVmz9AcDpeGu { top:14.8125rem;left:0rem;width:27.25rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvqoO6coDxt56XfdDlBulgFfRaZpVIap { top:21.125rem;left:9.625rem;width:19.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srKlTxHfQqUJWfhRnM2vWbz2EJBxydEk { top:21.875rem;left:9.5rem;width:19.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFTdKLOhE98gM1r0UsvHAGJfHIJJJqxG { top:3rem;left:27.75rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShXX6zvi1det4kbcsCAp6qy6ViygriVr { top:4.375rem;left:15.6875rem;width:32.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HubaEagPwMEbzm7v0kXZ72DxVbOoGucf { display:block; }#HubaEagPwMEbzm7v0kXZ72DxVbOoGucf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccgQiz3v7hBgdCSotlitAXhDn5RJIXO9 { top:6.625rem;left:0rem;width:33.4375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCOUUvMi3VkuHsE83ENZNJOTFMgAznfz { top:2.4375rem;left:12.6875rem;width:32.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sga7buxPluLHRpM9zQOqWkWLua5aNRtK { top:5.25rem;left:19.9375rem;width:8.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRFkGGmyvpmzg3gTzNGE3cORtcr8gNEC { top:5.8125rem;left:20.375rem;width:7.25rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOU1UlpbLE0tyUaeikcW4sTmC1X8Iwtc { top:9.375rem;left:0rem;width:24.25rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCliG0KwS9NGVt4MVCPHdAuX5vXViJc { top:13.8125rem;left:0rem;width:27.25rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRLxcE13Czq7pAWMXUD3exiz8cuwCvBR { top:21.125rem;left:9.625rem;width:19.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiDIXTJrsxyQ3uM4eoEnG7nQKqTv9QCP { top:21.875rem;left:9.5rem;width:19.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak6JGqmTWTPmQUkgrVRFw8FNTmm3PBeU { top:2.75rem;left:24.125rem;width:23.625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz3MQwJhculTJWaNbWLlIiKDUnzKNfl9 { display:block; }#Uz3MQwJhculTJWaNbWLlIiKDUnzKNfl9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ea4wZVQPNK6GTMu31OlWLI1dGoDGHRRP { top:6.375rem;left:13.8125rem;width:33.4375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLX4QmOZ3tPOz6vGUcrNWuQ1hFTpPTad { top:2.5625rem;left:1.625rem;width:32.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #urFhqxEemPFChHxFQqIy4uzppxTsVXQf { top:5rem;left:15.1875rem;width:8.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P48SwEv3VV06QH7HdpQpeRbnF3UPuIVB { top:5.5625rem;left:15.625rem;width:7.25rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndxJZf3dKFIpncarVReJ7kCedROCoXnI { top:9.125rem;left:15.625rem;width:22.125rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyGZUC8eNML42pRtGxQtNiiNgvwBTyv0 { top:14.5625rem;left:15.625rem;width:27.25rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rymnEJTdsH6k2Ud4LfGm52x9aunGJRCK { top:20.875rem;left:26.9375rem;width:19.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye7aDmKDS0Z0xyJa4IQZBLt6RpK7B09y { top:21.625rem;left:26.8125rem;width:19.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHQxGNlXoy45mvTTXkJmTtSFXN1JqObq { top:3.375rem;left:0rem;width:15.125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfwu3JtV7wNghHuwiaxQNrgV4a5AXLQC { top:5rem;left:30.1875rem;width:15.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3CFNCn84GXhJmdJLLtZxUdapsumCCuK { top:5.75rem;left:28.34375rem;width:19.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNJ6BZilTIPLguub49CTbUy7LXBv7Vef { display:block; }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udeC6h6qiliXJdK2W0pvOiCfgv6VZt6C { top:3.0625rem;left:0rem;width:47.1875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPXDaTC2HvNWJFuMbhMDWD7vVqe73ZDe { top:0rem;left:11.375rem;width:20.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7l5kyPVwTBUFn2yra2lA5kMcHUyzwAi { top:7.8125rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsGKpk1EhamtpKJKoQv4qIFRDuWDsyD4 { top:10.0625rem;left:0rem;width:39.6875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h10NvSPiLsmrZVzunUNHN7IyeTZ9FPGX { top:13.5rem;left:0rem;width:41.1875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmRVXmEwgc5zIQVSA6uZXE8Ef82XCyw6 { top:20.1875rem;left:0rem;width:34rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkbpfqZpdTCSUDdyJsK11TDedOm0TGqg { top:16.9375rem;left:0rem;width:41.1875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbw6VkIVmp6pAlPiQWC8q8gqLRhF7Z52 { top:25.0625rem;left:0rem;width:41.1875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHoAIPrFVltxpeeIUwoqZpCeMC7JmiFT { top:9.6875rem;left:5.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLtJblANUN3NHyO0TduQ9T55SuBSa3U8 { top:13rem;left:5.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqzI2TKPQA03zqyeTr0Jnm3PR7vGFIXH { top:16.5625rem;left:5.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKIzOcRBXmqdJDALiGxxNZGMoL4m1mPZ { top:20.125rem;left:5.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #towu7MLR5XOC92TcFPubmPT1A1webJTe { top:24.6875rem;left:5.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ogVT0PE1pTLKto4LpRzkDbJqRBbmC3 { top:10.0625rem;left:39.125rem;width:3.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXXJGtBfwErnUHhpCqa9IMVEf9r4lban { top:13.5rem;left:39.125rem;width:3.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMOykkbpBQ2qsS4OV9ebsK2JWDf1skiq { top:16.9375rem;left:39.125rem;width:3.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4UTyaElo7pMFlWqythlAcR46rRxrn3m { top:20.75rem;left:39.125rem;width:3.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmaZKVeOrtuFQiaH6ciKgWxo7kDb2HnM { top:25.0625rem;left:39.125rem;width:3.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewEIQV9of7KPvZqBzq8CElTyXLqMnmLk { top:10.75rem;left:19.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQZmimUzl1K2wruJwBQFJ1qV2SbwEal8 { top:14rem;left:1.4375rem;width:30.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7btTE9g30NfNOPoVWD4Rl1wRwIvyzMS { top:17.375rem;left:4.875rem;width:26.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qinCEn8wdX2wZi5VCB6ugxNlVozFqC5y { top:21.25rem;left:16.875rem;width:14.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnDhPTTT9LdqvwSSnWQLMwUbUWIR3qLh { top:25.5625rem;left:19.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M016HzTLdTGPxhBH1OthZkgJMb1B2Obb { top:31.625rem;left:0rem;width:34.5rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB13eFJNekiyNBwN6OfwickRNPNqeFOx { top:37.25rem;left:0rem;width:33.5625rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww9Lr46Km6VAzcWt86OSDGJIoCrJBJlW { top:42.625rem;left:0rem;width:34.3125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOmnCTX4hNor3ANkhZq9SWdZ70bWrQFy { display:none; }
 }@media only screen and (max-width: 763px) { #qMbv43fMOBaa3g3cZrxfwFEahTI63BWB { display:block; }#qMbv43fMOBaa3g3cZrxfwFEahTI63BWB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oO43hiIbNk47DXJObhOaNOfpKgUnmWqy { top:0rem;left:18.3125rem;width:11.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN5qGbIb2dWlyatAJGJUHUSFPTusAfuT { top:5.6875rem;left:4.65625rem;width:38.4375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZmX6ee5SG4S4pWMGgTmGLUn54hIBCF1 { top:1.875rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKV9ILEnFB7UC8XTmbt5Uw8fxGeyhs8D { top:27.0625rem;left:1.9375rem;width:43.875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbQ5Zz2uz71Dg5Jl4NtK7bmbPoWkoBFh { top:9.25rem;left:4.90625rem;width:37.5rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ4vuk0mxsRQw8iNTRN0JbmIrZbbTc3L { top:34.5625rem;left:4.65625rem;width:38.4375rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcftW3cp4kxTIDmFIquozl8bZLAATEHf { top:38.75rem;left:4.65625rem;width:38.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQvGKeNWy4EPViQU7iFE5M1V4LD2Q40K { top:41.5625rem;left:6.71875rem;width:34.3125rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNg7GA9r8iGQhGrCOEpOqTwN4ekIbaFb { top:45.75rem;left:6.15625rem;width:35.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wivMkWHgxWCtnoM43lMmLNFrizXUMbT2 { display:block; }
 }@media only screen and (max-width: 763px) { #OvCebIJLKUCBnB8pawV9d4dFT7ZbeS8r { top:38.4375rem;left:36.3564453125rem;width:7.6875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFIyfWk3bVMCGPVKAZxRkz4MJ7BkERT0 { top:52.4375rem;left:5.84375rem;width:36.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1edPhHJNsvWaJm7TaW1Ii85phrNH3mx { top:59.625rem;left:0rem;width:8.125rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #EWJbDLufRl2pK5v4c4GuxtvMUL2Po5sk { top:57.4375rem;left:2rem;width:44rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh05oG5SeNRApey6ysJpsILSzg0S74wE { top:59.125rem;left:8.5625rem;width:27.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARxzgcUtTLF8MmqIkTW9yHfhJns84VAX { top:63.1875rem;left:8.5625rem;width:34.5625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD { display:none; }#dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TCZ3Egzepr4lTisypGaRgufI3wNFT0vM { top:38.4375rem;left:36.3564453125rem;width:7.6875rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 { display:block; }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN170pU4KT70VLayEoSAWZo3vBEyLgaR { top:5.1875rem;left:16.5625rem;width:13.625rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtsBwuk8SKhTfEikyLBu59ZLgzLsyytT { top:0rem;left:11.375rem;width:20.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkGktUwsQarKfZrRRHcFlAdipn06Bi3k { top:9.0625rem;left:0rem;width:12.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkHCL869cRFJW3NqNuP9iGI1lAERXBUH { top:23.125rem;left:3.125rem;width:12.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGJ406VfwWb04RoCoxhFIvpa0S2yZTVM { top:8.875rem;left:19.625rem;width:12.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6GusaS3CJQi1NytS33dLpdfrPeNrVOQ { top:3.375rem;left:0rem;width:39.25rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN7zKCh16DwuT0nJZTyPAFD1igrKZx6h { top:6.5rem;left:0rem;width:18.125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #po1QVq3FxmU7E9XcJCWCgslzhz86Q95H { top:10.625rem;left:3.1875rem;width:28.5625rem;height:20.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVPefCeLWWzTt8qdf4QpUNbupGlLRc0Q { top:16.9375rem;left:15.875rem;width:11.1875rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPzJUfVpr1ocxTisD48Q2KoXfg1zg55r { display:block; }#tPzJUfVpr1ocxTisD48Q2KoXfg1zg55r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwhotzbtH4ZOFwzTTC6FKeMZcs8LOToD { top:7.75rem;left:1.3125rem;width:22.5625rem;height:8.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STE49sAuhTLTcLogyXHNzkiQWqCnE8XS { top:6.875rem;left:0rem;width:25.6875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0of6LVNR7HdbhHesUNDZiUN57gQhmUy { top:7.875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SznOIMC7Ay7S2evNqQze4vTIkeu2gtkp { top:2.25rem;left:0rem;width:38.4375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJEy6y5WADu0MXest6tUvGJ1GIX5y5EP { top:21.8125rem;left:25rem;width:22.5625rem;height:7.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV0t7orsNSFRKPMkhrsU9CEebG2EZL6E { top:20.9375rem;left:17.0625rem;width:25.6875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWQqfqr5Li4tMULyPGdMhyrvIKR0S2vA { top:21.9375rem;left:23.875rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUoe062dnBEecBKl2yOP6CDrR7sk3GAT { top:7.75rem;left:24.9375rem;width:22.5625rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIxAuFQe4RzXJEMaObfrzFaKgQqthI2l { top:6.875rem;left:17.0625rem;width:25.6875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW2aosECOrvVTaEB30UtGgoNEVyZI9UA { top:7.875rem;left:23.875rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDM5eccxtUWIM8TOfgdT6bQ0Og0cwqVR { top:20.9375rem;left:1.3125rem;width:22.5625rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxVER9mQAv4pLe4Br4XxGHrcT9QyXLQ5 { top:20.0625rem;left:0rem;width:25.6875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsuPIuLS7LQampz7sXkCQpcoKcR3hkU7 { top:20.9375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgy8MSRnixQisS9vm9tnV4MOVG1d7TkK { display:block; }#Kgy8MSRnixQisS9vm9tnV4MOVG1d7TkK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwwapan6DnNThwDSSXc9Q6N07yp1el1Q { top:0rem;left:18.3125rem;width:11.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpwmrTiDDz9qlXRR7OMmPf2dRI6ibl9x { top:19.5625rem;left:4.3125rem;width:38.4375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdBnN7MDm59KzwGKGx5wFaHNULoSmREA { top:40.9375rem;left:1.5625rem;width:43.875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVAXChG6eB58Ozuv9F4TF4qEGc3RLw1R { top:22.375rem;left:4.3125rem;width:38.125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fie5VCQTQvxrSFJk9EL6W4DtHQUE9pPR { top:48.4375rem;left:4.3125rem;width:38.4375rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1PrZNulbF9Ma23XGXsPQOA8gPVu6eSi { top:52.6875rem;left:4.3125rem;width:38.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPUqaSPL69m1TNoBgDJn3KiSMi67B6BA { top:55.4375rem;left:6.375rem;width:34.3125rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA0WuzQeWKfluTsOCn0DC5PhznoCrmGc { top:59.6875rem;left:5.8125rem;width:35.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFbV2IqxHZk0TZuxhkJMEUr5BVXlHvE3 { display:block; }
 }@media only screen and (max-width: 763px) { #a4aKCHnerprhD9dnxrXsZBkgTI9XKpkl { top:52.3125rem;left:36rem;width:7.6875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ813h178ftoTiaOqz14y2VhIXJnmexh { top:66.3125rem;left:5.5rem;width:36.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkwde1CJmHNXaav4r4QZ4LlbsXqTrfTq { top:73.375rem;left:0rem;width:8.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #reBznAIsmBo1S5BnrsaskNs74UCQisXu { top:71.3125rem;left:1.8125rem;width:44rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwTU1WQxwNCwT43u9weeRCJgR7XMiWVk { top:73rem;left:8.375rem;width:27.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDOTLR0agDdxTyzTbetFOodeLXcAo7nb { top:76.0625rem;left:8.4375rem;width:34.5625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZDQ3l48LAgTNTJd1bT8GLH8Ll0BoyVS { top:3.3125rem;left:6.9375rem;width:33.875rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBJsfnNKq4vRVIVku3EiXwX7CD5pudb8 { width:43.75rem;height:43.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7CN0LZuC5uWlh5HkdEZKQxDVdzVwRgs { display:block; }#U7CN0LZuC5uWlh5HkdEZKQxDVdzVwRgs > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSJwFNgRTq9wnXwo9v0DNcvbcFaXWzy5 { width:9.5rem;height:3.375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdghx0WTdytxVafQH8T6VJyWsVkHc7Pr { top:1.6875rem;left:12rem;width:23.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwV8TGz2LMngc2EGqVyqwJtvowi3lD2Q { top:1.125rem;left:35.25rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywqHRXi1ZfqyuNlTetyFhqP0eIlKyVy5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oWBOCEVHwsPn1mR8l8mXN047or6uPw37 { display:block; }#oWBOCEVHwsPn1mR8l8mXN047or6uPw37 > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsquRsSPVfGhJI7c7yQ5Nl5FU8Xc6yQc { width:20rem;height:2.5869125rem;top:2.5810546875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrq9kNmFklJI2hIMVH2hpRZO2JC2D4Tb { display:block; }#Jrq9kNmFklJI2hIMVH2hpRZO2JC2D4Tb > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDdseTryvn5T74pZfVNasmMf17QgG4Ta { width:9.0625rem;height:3.3125rem;top:2.8125rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbiwrxWgRgCfSL9aJ2XKnHiZwzOPIOkI { width:18.125rem;height:4.892575rem;top:8.5625rem;left:0.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrElTFfAz8C6SQIWaJhUbBGT32mPgrMK { width:3.4375rem;height:4.3125rem;top:20.2353515625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isc4Vm3VwCOpwdb3dyw5cOtqXzzndehH { width:16.5625rem;height:4.673825rem;top:15.5625rem;left:1.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxJ26T1T5l4MIo8iOSeBp7C5fTCOEtx3 { width:20rem;height:21.375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm6bZh7UN3cU4mErSRQXtMbnCSybCPXc { top:23.24267578125rem;left:0rem;width:20rem;height:4.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMq2Qv4N5s36aMefLFgoergFOBtwsR2U { display:block; }
 }@media only screen and (max-width: 763px) { #WkXp6FkJMMQGLvDOcgETxyKvLyEXvUPV { display:block; }#WkXp6FkJMMQGLvDOcgETxyKvLyEXvUPV > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CW7CcaUaJE4fXHffuEDxn90rKghPtWOV { width:14.875rem;height:4.7431625rem;top:2.6875rem;left:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUQGmO2oOfgoNOsEGB7MekG7wG0LqfTd { width:16.125rem;height:6.53075rem;top:13.609375rem;left:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2RICXpu6bdQKDGysDItxUzvqfhQs5kQ { width:15.25rem;height:3.91845625rem;top:29.13720703125rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUDwbnIiuhBNOLJOihuGQlaqZ3Uvvdrz { width:16.4375rem;height:5.2246125rem;top:44.7001953125rem;left:1.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg95H4k3fvtHwtAMbesHnGKdig5eiOTK { width:19.9375rem;height:12.5rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKDhnQx3qvwrIyRhOtFfKTikODA4U5i4 { width:13.875rem;height:0.75rem;top:0rem;left:3.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ih5z3HedMDnLO7pukRZIA32NxSSwwkAk { width:19.9375rem;height:12.5rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0cfTG7N8TeoaXPbOb5NxAWuWURlzVEl { width:19.9375rem;height:12.5rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTnQM0P49GIuQPWKJl7A2EmbBOfZpOKN { width:2.5rem;height:2.5rem;top:9.578125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvKcWlt0JJugUJLcFu56tLL1rvXWQ3uu { width:2.5625rem;height:2.5625rem;top:24.25rem;left:8.71875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #npO7GkTodTURFSFqAd4JNS7TZxiwWNCg { width:2.8125rem;height:2.8125rem;top:39.96875rem;left:8.59375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmTx1ZzUreyLzIEO9GecqhPrLBPOtzs9 { top:56.875rem;left:0rem;width:20rem;height:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSC8LTWQ8c2kQJvzJRZZiHQcOGVxm2S1 { display:block; }
 }@media only screen and (max-width: 763px) { #dyy6BHF8M83PZt7Ez4W9x5q9l0Ti3WPD { width:3.5rem;height:4.375rem;top:53.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GplJ2xcZAd7tGU9tVrE7IApf6fE6sAHR { width:4.6875rem;height:4.6875rem;top:39.03125rem;left:7.65625rem;font-size:3.25rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #cgwkPC6XXoOxLEgpuVTfHzzFhLKhiWmH { width:4.6875rem;height:4.6875rem;top:23.1875rem;left:7.65625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04ltuyDXPfMoOACkCu2FP47tOkRBg6a { width:4.6875rem;height:4.6875rem;top:8.484375rem;left:7.71875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLr1TDisxT53T518Q871sELu9TTNGVzF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/34b7e0b1-2cfc-4ddd-a133-439bdf9d5f1b/viagem_chile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yLr1TDisxT53T518Q871sELu9TTNGVzF.adaptive-delivery-prevent-bg, #yLr1TDisxT53T518Q871sELu9TTNGVzF.lazyload, #yLr1TDisxT53T518Q871sELu9TTNGVzF.lazyloading { background-image: none; }#yLr1TDisxT53T518Q871sELu9TTNGVzF > .row .container { background-color: transparent; background-image: none; }#yLr1TDisxT53T518Q871sELu9TTNGVzF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLr1TDisxT53T518Q871sELu9TTNGVzF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLr1TDisxT53T518Q871sELu9TTNGVzF > .row .container > .video-iframe-container { display: none; }#yLr1TDisxT53T518Q871sELu9TTNGVzF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLr1TDisxT53T518Q871sELu9TTNGVzF > .row > .video-iframe-container { display: none; }#yLr1TDisxT53T518Q871sELu9TTNGVzF > .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); }#yLr1TDisxT53T518Q871sELu9TTNGVzF > .row .container { border-width: 0; border-radius: 0; }#yLr1TDisxT53T518Q871sELu9TTNGVzF > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdvqNWrcLLbF47daOyaKqSM1rm7lR2Df { display:block; }#OdvqNWrcLLbF47daOyaKqSM1rm7lR2Df > .row .container { width:20rem;height:83.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9CKHMJzNZZofb81yH1I6xDWQmltFIt9 { width:11.125rem;height:0.4375rem;top:0rem;left:4.4375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OrWWD7eJKr7K8PQd1aA87ghL9QxKbdKC { width:20rem;height:1.23730625rem;top:30.4189453125rem;left:0rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fs2uiL5BaNyziy7EdTcLHv6Ill6M8B7B { width:16.9375rem;height:1.3999rem;top:33.8125rem;left:2.625rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UhgVgtiJW7TvgUb3Ricss5o680ha4rC9 { width:18.4375rem;height:7.7173125rem;top:1.4443359375rem;left:0.71875rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #u1B6qltQxycNQOWRTaW38RNSI8LqWOgm { width:19.875rem;height:20.125rem;top:8.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olKaZqUoBwW1cSO8FzZX3wfvWnxZibUf { width:20rem;height:31.5625rem;top:19.5rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #gSvoe3RJsSs3fsKTmEzVtSZLSVN9sViy { width:20rem;height:4.125rem;top:12.3125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #SufTyiGwp1SWyVe93vuD95bqrGofDyeM { width:1.875rem;height:1.875rem;top:33.5rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwRWX8cW1GT6wOUx6MWAmIT6i14iFSSR { width:16.375rem;height:1.3999rem;top:36.25rem;left:2.625rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QgbcfSqmVnrqsOkKU7BH6vfPBD1hlmVW { width:15.1875rem;height:2.3994125rem;top:38.75rem;left:2.625rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LPLbVT1xwoMeSal6SgBz1GXdTyZcnWFh { width:16.3125rem;height:2.3994125rem;top:42.25rem;left:2.625rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GXz8nARPEl3dARUVpykyH5v9W9pggOsk { width:15.625rem;height:2.19921875rem;top:45.8125rem;left:2.625rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mMNDTObBx27tlaCKVtDVN9zEHRlbMdNx { width:1.875rem;height:1.875rem;top:36rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVwFGLFqe8WcimTPl0oTMT9mP01fVJ6w { width:1.875rem;height:1.875rem;top:38.9375rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTAu58Q4ZkVv4JzCtE6o7uaUvC6OQw0R { width:1.875rem;height:1.875rem;top:42.4375rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2XvL7LrW30ibQEPZbPLs8uCzTq0BMJD { width:1.875rem;height:1.875rem;top:45.9375rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIeIqGngQ9m6zHMDWtTLcmSJztkfpEGB { width:17.6875rem;height:0.125rem;top:35.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJfA3c1RWuB56TsvmIqC1WTivF6S7spV { width:20rem;height:0.125rem;top:86.1005859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7nhxkezqsJabEyTsVIn93IeQbQM06ZJ { width:20rem;height:0.125rem;top:95.1245109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESJobPzTC74qIpAepTGn4rf9szMyT89w { width:20rem;height:0.125rem;top:103.3491234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #modP8OqcPyP8KSyXoTHXexhR3Ovih8EO { width:20rem;height:6.25rem;top:51.0625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #353535, #0e0e0e);background-image: -moz-linear-gradient(251deg, #353535, #0e0e0e);background-image: -ms-linear-gradient(251deg, #353535, #0e0e0e);background-image: -o-linear-gradient(251deg, #353535, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#0e0e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#0e0e0e' );";background-image: linear-gradient(251deg, #353535, #0e0e0e);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z2hgV2m0i4rifuX2794xrHo5qCtETnek { width:15.75rem;height:3.7119125rem;top:52.25rem;left:2.125rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqAvP6nZNciNK7IXvrIlk8Tietzy45ue { width:18.9375rem;height:9.7993125rem;top:60rem;left:0.53125rem;font-size:1rem;color:#131313;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3xSTB3poCql2JIXnxpRBW7Frw19EWs6 { width:17.625rem;height:5.8496125rem;top:73.9501953125rem;left:1.1875rem;font-size:1.125rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dt921ZH3bs43xaq8EWh4rIHBD9gyGxHq { width:20rem;height:9.375rem;top:72.1875rem;left:0rem;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #383838, #081521);background-image: -moz-linear-gradient(180deg, #383838, #081521);background-image: -ms-linear-gradient(180deg, #383838, #081521);background-image: -o-linear-gradient(180deg, #383838, #081521);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#081521' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#081521' );";background-image: linear-gradient(180deg, #383838, #081521);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OhutAuVJJUxr2HET5xtWBFkeNyI2t65J { width:17.6875rem;height:0.125rem;top:38.3125rem;left:0.75rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #irATZ6riwsZN5tNtCR2zMNuuoqTBCmus { width:17.6875rem;height:0.125rem;top:41.625rem;left:0.75rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #SzkXu1lMEPqe2TIxde5AGC1xipA4Usm7 { width:17.6875rem;height:0.125rem;top:45.1875rem;left:0.75rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #C7IlwxpypTlO989RMX2JBJNKKngNKUit { width:20rem;height:0.125rem;top:24.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvQ292RRPzO3RUVxigyUXKsSH0vFVuho { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/44dcb88d-8428-4606-8310-4307547ce375/talandia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uvQ292RRPzO3RUVxigyUXKsSH0vFVuho.adaptive-delivery-prevent-bg, #uvQ292RRPzO3RUVxigyUXKsSH0vFVuho.lazyload, #uvQ292RRPzO3RUVxigyUXKsSH0vFVuho.lazyloading { background-image: none; }#uvQ292RRPzO3RUVxigyUXKsSH0vFVuho > .row .container { background-color: transparent; background-image: none; }#uvQ292RRPzO3RUVxigyUXKsSH0vFVuho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvQ292RRPzO3RUVxigyUXKsSH0vFVuho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvQ292RRPzO3RUVxigyUXKsSH0vFVuho > .row .container > .video-iframe-container { display: none; }#uvQ292RRPzO3RUVxigyUXKsSH0vFVuho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvQ292RRPzO3RUVxigyUXKsSH0vFVuho > .row > .video-iframe-container { display: none; }#uvQ292RRPzO3RUVxigyUXKsSH0vFVuho > .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); }#uvQ292RRPzO3RUVxigyUXKsSH0vFVuho > .row .container { border-width: 0; border-radius: 0; }#uvQ292RRPzO3RUVxigyUXKsSH0vFVuho > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf1lR6LcrdrFuGOQmcPAXkln9uydAZdm { display:block; }#Gf1lR6LcrdrFuGOQmcPAXkln9uydAZdm > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOyTLLFW5w6Sp5PUOadTfcyicSgmXoLq { width:19rem;height:4.125rem;top:2.8125rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lv9J6IUUNcGzyQR7Pklx74AbqzmD4Bv5 { width:20rem;height:22.625rem;top:12.8125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #rdJE1rVg0RhTi5WtDr2ZmwQ2osMmCXA1 { width:18.9375rem;height:25.25rem;top:32.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v68VW7UTQH4IMmAC6smUx0LEQLaOErSg { width:11.1875rem;height:14.9375rem;top:5.6875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #prDCzUpEeSkzI4prpT9Xpkra1Xf5X5k4 { width:13.8125rem;height:17.4375rem;top:19.125rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMd4XI5BlOq9vxpaaxq9Jykd7F8HKUfm { width:16.875rem;height:2.19921875rem;top:9.1875rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AkWyXSMcetrbvltbWskykwviX69JAHzm { width:16rem;height:2.19921875rem;top:13rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z2IIPqWHoqi991NQJX0bnbWfcxJhGxOH { width:15.625rem;height:2.19921875rem;top:16.75rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mGnL6mvFHLqeJf9vnpHGm9dRq3Dn6p4O { width:16.5625rem;height:3.298825rem;top:20.3125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e0XezP1hpzkTh8h0ax81ODbos2eSmi0C { width:16.8125rem;height:2.19921875rem;top:25.125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v1MURu4moN4e9D2U2BfZA79eBm5Z4sKD { width:1.9375rem;height:1.9375rem;top:25.25rem;left:0rem;font-size:1.3125rem;color:#2bf376;display:block; }
 }@media only screen and (max-width: 763px) { #GvaXTKXZbafELbRnB2Nhsk6rQBFtuJrO { width:1.9375rem;height:1.9375rem;top:21rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODAtd35ZInpM5ZTmnrEbHR8SCZLzpeCF { width:1.9375rem;height:1.9375rem;top:16.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMMig0qVbe58rZXAC6GC8L4at16velp7 { width:1.9375rem;height:1.9375rem;top:9.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpFDFTlNNcshgMlslo3uau95yoKwvrIf { width:1.9375rem;height:1.9375rem;top:13.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg7kHDQJ3bPfVSiQmirtCAICUJWQ7Jmi { width:20rem;height:0.125rem;top:24.3125rem;left:0rem;background-color:#353535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fb564Q0eCsMlMXcqCatTRUfqcFZU82TU { width:20rem;height:0.125rem;top:19.625rem;left:0rem;background-color:#353535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NDQkfMGCg8qpVN06WrMB56UyNHcs5v9v { width:20rem;height:0.125rem;top:15.9375rem;left:0rem;background-color:#353535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OAyncqcwnoaXVNnOTKORCmiIKiwThxkX { width:20rem;height:0.125rem;top:12.125rem;left:0rem;background-color:#353535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #W1oOugg39ZWt5cv94zNF8puee0TnTNAg { width:11.125rem;height:0.4375rem;top:0rem;left:4.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL { background-color:transparent;background-image: -webkit-linear-gradient(98deg, #5223f7, #3a10c1);background-image: -moz-linear-gradient(98deg, #5223f7, #3a10c1);background-image: -ms-linear-gradient(98deg, #5223f7, #3a10c1);background-image: -o-linear-gradient(98deg, #5223f7, #3a10c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5223f7', endColorstr='#3a10c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5223f7', endColorstr='#3a10c1' );";background-image: linear-gradient(98deg, #5223f7, #3a10c1);background-size:auto !important;display:block; }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .row .container { background-color: transparent; background-image: none; }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .row .container > .video-iframe-container { display: none; }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .row > .video-iframe-container { display: none; }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .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); }#n6pVT84xaPuuOqUGKbZ8drMFkgKqHxsL > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qs1QOecTu7CVCX9tUDiPlxvbkHEkWQbg { width:14.875rem;height:2.88671875rem;top:2.4375rem;left:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdhXl118Oyv8o8iPWvOTHVyuxDU6W0kx { width:17.25rem;height:3.7119125rem;top:17.546875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymE6BTbwyA6aOddl4voF0LocoeEPZvKh { width:15.25rem;height:2.4746125rem;top:35.125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqPEHOaw0nLNqFMGtX0wtHq820uQEdg5 { width:12.0625rem;height:2.4746125rem;top:51.4375rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pypRnfGw94hvD5EKodehMrqb9w0xZVTi { width:19.9375rem;height:12.5rem;top:10.6875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.46) ;display:block; }
 }@media only screen and (max-width: 763px) { #UC5cssmF8mOIv2qkLPLDZVPv8SM51axk { width:13.875rem;height:0.375rem;top:0rem;left:3.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dOLpXGEtrNGc8ATf9TkxvBIm37wHpVqG { width:19.9375rem;height:13.3125rem;top:26.3125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.46) ;display:block; }
 }@media only screen and (max-width: 763px) { #tREqW8n55BXQeN0JGiMwg74CZDwu091x { width:19.9375rem;height:12.5rem;top:43.25rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.46) ;display:block; }
 }@media only screen and (max-width: 763px) { #wuM0oCsxSHorwVBWUff3U7o9GtfWQcOT { width:19.9375rem;height:12.5rem;top:60.1875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.46) ;display:block; }
 }@media only screen and (max-width: 763px) { #tFPNcTQvpg3xx0AfWm0UHHUgx4PrXAdK { width:12.0625rem;height:2.4746125rem;top:68rem;left:3.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp48z3RgMhdcsayfc23rG8TypMm8xnWz { width:20rem;height:8.3125rem;top:7.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dwg9pat4FquQAtgppzGmr3RgKcuke7CN { width:20rem;height:8.4375rem;top:41.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PX1236Qgvp05dFNkHBck273bk5rkTaN1 { width:20rem;height:8.4375rem;top:25.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BQ8Qy5TeszasTGnbOgWRQb0LrwT98nJE { width:20rem;height:8.4375rem;top:57.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cPKpNvC5X1tb1WhfLMNlEwVbv8rv1t2c { width:20rem;height:0.4375rem;top:72.3125rem;left:0rem;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wTsuiC0PWVRWWT7PTy8MWWzGd8TAQ21T { width:20rem;height:0.4375rem;top:39.25rem;left:0rem;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yQysIrktBdTD1km1eTratgsaNb7oB6nD { width:20rem;height:0.4375rem;top:55.375rem;left:0rem;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pQlSUvEciBtBJzw60X5DRSGhS0TQEAso { width:20rem;height:0.4375rem;top:22.8125rem;left:0rem;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AlaQk5gduk5Xf9KSPpVJ1bd3LlxQbiRp { width:12.1875rem;height:12.5625rem;top:74rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5b0xcnqbUtSk29yxax2CFMyDlhV0poH { width:12.1875rem;height:12.5625rem;top:101.625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5qVshx4Oi47DWqG5XWaNLEulzo3s8Vu { width:12.1875rem;height:12.5625rem;top:87.8125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnTXZoArf3206pq1Ke7XgXtKnZbwzkVT { width:12.1875rem;height:12.5625rem;top:115.4375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGwM7C9pWhnrsa43XJsrziwCmsQAE6Z3 { width:20rem;height:17.6875rem;top:12.75rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #s0FTxMGal5iCZUGwTiKhqdN6MLnDwRfT { display:block; }#s0FTxMGal5iCZUGwTiKhqdN6MLnDwRfT > .row .container { width:20rem;height:85.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvGohWUhF7WeSTFc1twML0e9WyERBiTn { width:11.125rem;height:0.4375rem;top:0rem;left:4.4375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UGkcpTOSzfIryso2W4Vzq5idZEp7wcRn { width:12.75rem;height:5.5996125rem;top:73.625rem;left:6.1875rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v7sJfRJ3TXBbrF9N88NvfP9BJ017Cb5k { width:17.6875rem;height:6.5rem;top:2.5625rem;left:1.15625rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n4TvuNucTZGo21H9IERoxQO4oSUrIxlD { width:15rem;height:8.3125rem;top:72.4375rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #JH144Z0k9fkdDzuZAeNVmxFduwvrfd07 { width:20rem;height:0.125rem;top:86.1005859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #spweIWDo79WNUQXhXQNSANMKJQnPB1hA { width:13.5rem;height:4.19970625rem;top:21.537109375rem;left:6.1875rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A07oasfNEVVbvAfkPc41t9FLb1b3HGEG { width:15rem;height:6.375rem;top:20.44921875rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #CG9RZ83Lewcc9D3ah9XGyJDleIXByzTK { width:12.8125rem;height:5.5996125rem;top:29.63720703125rem;left:6.1875rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ds6uIH8KJVPTyEfSkg5tV7EDQBF6cXqn { width:15rem;height:8.375rem;top:28.25rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #FbyD55PRIA9P1kESvqfZJpRoRz5gz1zN { width:2.4375rem;height:2.4375rem;top:31.21826171875rem;left:1.34375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNb4sDx78uWJv5Tf09KIKT7v7m5btHOL { width:12.8125rem;height:5.5996125rem;top:39.1689453125rem;left:6.1875rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UtvmMaeNpKDBbU0b2p1uy43h7wO5W3Im { width:15rem;height:7.8125rem;top:38.0625rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #LpRCM8vLbb8pzkmIhRbdDXJkxKCvi3QB { width:2.6875rem;height:2.6875rem;top:40.625rem;left:1.21875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCwGeeCES3LA0PgrEQmgiUt6feOTIAHR { width:12.5rem;height:5.5996125rem;top:48.462890625rem;left:6.1875rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XZ37qQuUAtqbBmGOwHrfDvUsrImlR3v2 { width:15rem;height:7.375rem;top:47.4375rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #VnJXCoGS0HOhNb8hQhTOF8TqOFbXZtOH { width:2.4375rem;height:2.4375rem;top:49.90625rem;left:1.34375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcxe0uXJdiNACpE5Q1cISyGTgEFEwrLd { width:11.6875rem;height:4.19970625rem;top:57.400390625rem;left:6.1875rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b5nwydnnlTlkx0v4D1UgPTzLw2IcOg90 { width:15rem;height:6.375rem;top:56.3125rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #i9Q2qI1kKMTvHQkRDMsWif8AKSu4IGuO { width:2.4375rem;height:2.4375rem;top:58.28125rem;left:1.34375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVELIJOuimy8kvNBiTPIHzIFMfGQCKOe { width:13.125rem;height:4.19970625rem;top:65.369140625rem;left:6.1875rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JNytUiHogJE0TdxQegUH9iaPqwFEBJ5f { width:15rem;height:5.8125rem;top:64.5625rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #nWPgazKydHbCo5uT6Gdz7eNJgAepysJK { width:2.4375rem;height:2.4375rem;top:66.25rem;left:1.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1FSvlewvHy7pdqKEiV80VeUWDs6ESMt { width:12.5rem;height:5.5996125rem;top:11.8125rem;left:6rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o6Co0Fmg071HJHbcWJ6xZdndlEyKwdpI { width:15rem;height:8.125rem;top:10.75rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #LqyHFJPz1KV4Qg0hbn7NsdJh77D5hQWR { width:2.4375rem;height:2.4375rem;top:13.625rem;left:1.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6bBQ5TtHAFxRuKrxdOD4PlRhHrKHnuC { width:2.3125rem;height:2.3125rem;top:22.48046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZN1kMaNVlEATTR2AugcnRDp1FQIOasn { width:1.75rem;height:1.75rem;top:75.5498046875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh3TAhsOi91JVqOyshGMRUEFglht73Nc { display:block; }#yh3TAhsOi91JVqOyshGMRUEFglht73Nc > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhK0XwnZMFXTsnRk95xrd7JONE8LmSIK { width:20rem;height:1.54345625rem;top:2.9375rem;left:0rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fHdpd3Cqp1b2VtEtFP5yZVaMCHQ7i6HS { width:11.125rem;height:0.4375rem;top:0rem;left:4.4375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #goQUKL9n2pHHIdWSnF82M7COAWT9EoMG { width:20rem;height:12.1875rem;top:5.6494125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMCtvOQqXQpLE6XygnIAVwVhaO2K6UgF { width:6.0625rem;height:7.625rem;top:5.64892578125rem;left:7.0836538461537rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b35a8f53-80ff-4025-bb45-becce67ca264/GIFPorDentror.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR.adaptive-delivery-prevent-bg, #Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR.lazyload, #Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR.lazyloading { background-image: none; }#Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR > .row .container { background-color: transparent; background-image: none; }#Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR > .row .container > .video-iframe-container { display: none; }#Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR > .row > .video-iframe-container { display: none; }#Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR > .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); }#Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR > .row .container { border-width: 0; border-radius: 0; }#Z5ObC6nPIOivZB7byFpw5aSb5ZcICqbR > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEgG21OhKsTV3CUBqnFPTwb2WnFarDJO { display:block; }#NEgG21OhKsTV3CUBqnFPTwb2WnFarDJO > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vm6OoLrdUEcf0y8ckFsrtkwx8z0KtvdN { width:11.125rem;height:0.4375rem;top:0rem;left:4.4375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xAlmXLAh9BgMwpz0dIhbDLiiVwOAnenV { width:18rem;height:6.5rem;top:5.5166015625rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fTTXT35202miWWbd3etnheDdlM9g3XTw { width:3.125rem;height:3.125rem;top:1.7666015625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4TZrcX9aVpuhzdfnPLeWXK0wpJMXVrT { display:block; }#f4TZrcX9aVpuhzdfnPLeWXK0wpJMXVrT > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dl9d6vE4OwiFF4dPpXZVR2T5UWhDyX0b { width:20rem;height:19.5625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW4QCtNtNHlUpETI6o8q2wn4SvgFHtT5 { width:8.125rem;height:2.8125rem;top:1.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUAgMJXnLAJfinE8UlZu3h8wp38SmrDQ { width:7.25rem;height:1.625rem;top:2.0625rem;left:1.3125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XMvWwLer8QSLWNGTvn1srnKO3dO1J2RM { width:16.25rem;height:4.38720625rem;top:20.375rem;left:1.875rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZL3ODcAf1flwroEFi4iTgJxcLTMriXJH { width:17.0625rem;height:7.4365rem;top:26.25rem;left:1.5rem;font-size:1.0625rem;color:#131313;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VGAsW2Au81FA5Gz0rKSRlixQmC5zp7sy { width:17.4375rem;height:2.8125rem;top:35.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8eqs8mvh3N2TfCVQqTdpDERIf9Nl69Z { width:19.375rem;height:1.29980625rem;top:36.4375rem;left:0.3125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uZrn0716bTKEuaZB0CGZsnGcQq4ELpUw { width:16.375rem;height:16.375rem;top:3.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIbs7Te4Uhd5nUd47BfrenhQ8y16LvAU { width:20rem;height:17.25rem;top:3.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #1d6466, #2bf376);background-image: -moz-linear-gradient(251deg, #1d6466, #2bf376);background-image: -ms-linear-gradient(251deg, #1d6466, #2bf376);background-image: -o-linear-gradient(251deg, #1d6466, #2bf376);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6466', endColorstr='#2bf376' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6466', endColorstr='#2bf376' );";background-image: linear-gradient(251deg, #1d6466, #2bf376);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FlII6TcT8CTQIt3GMyGWG7sV4GqLFCML { display:block; }#FlII6TcT8CTQIt3GMyGWG7sV4GqLFCML > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWsCil8WXuJzsBKHmwZ5t45EPuRCZE9H { width:20rem;height:21.625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqt30eyM1aF8L6oWSe1pVcqDqXxyimxC { width:8.125rem;height:2.8125rem;top:1.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIS5UCqkviutP02maGlQXKOkvGhLiftA { width:7.25rem;height:1.625rem;top:2.0625rem;left:1.3125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uqXQE1rPrRQOS0McravAaiTCs9IOHemT { width:17.625rem;height:7.312rem;top:20.3125rem;left:1.1875rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZsztr1JIg21nJ0Lm6RHIVmz9AcDpeGu { width:17.0625rem;height:7.4365rem;top:28.1875rem;left:1.46875rem;font-size:1.0625rem;color:#131313;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvqoO6coDxt56XfdDlBulgFfRaZpVIap { width:17.4375rem;height:2.8125rem;top:36.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srKlTxHfQqUJWfhRnM2vWbz2EJBxydEk { width:19.375rem;height:1.29980625rem;top:37.6875rem;left:0.3125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wFTdKLOhE98gM1r0UsvHAGJfHIJJJqxG { width:16.375rem;height:16.375rem;top:3.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShXX6zvi1det4kbcsCAp6qy6ViygriVr { width:20rem;height:17.25rem;top:3.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #4531fd, #18106d);background-image: -moz-linear-gradient(251deg, #4531fd, #18106d);background-image: -ms-linear-gradient(251deg, #4531fd, #18106d);background-image: -o-linear-gradient(251deg, #4531fd, #18106d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4531fd', endColorstr='#18106d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4531fd', endColorstr='#18106d' );";background-image: linear-gradient(251deg, #4531fd, #18106d);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HubaEagPwMEbzm7v0kXZ72DxVbOoGucf { display:block; }#HubaEagPwMEbzm7v0kXZ72DxVbOoGucf > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccgQiz3v7hBgdCSotlitAXhDn5RJIXO9 { width:20rem;height:19.5625rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCOUUvMi3VkuHsE83ENZNJOTFMgAznfz { width:20rem;height:16.0625rem;top:2.4375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #ffffff, #a5a5a5);background-image: -moz-linear-gradient(163deg, #ffffff, #a5a5a5);background-image: -ms-linear-gradient(163deg, #ffffff, #a5a5a5);background-image: -o-linear-gradient(163deg, #ffffff, #a5a5a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a5a5a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a5a5a5' );";background-image: linear-gradient(163deg, #ffffff, #a5a5a5);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Sga7buxPluLHRpM9zQOqWkWLua5aNRtK { width:8.125rem;height:2.8125rem;top:1.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRFkGGmyvpmzg3gTzNGE3cORtcr8gNEC { width:7.25rem;height:1.625rem;top:1.75rem;left:1.9375rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rOU1UlpbLE0tyUaeikcW4sTmC1X8Iwtc { width:15.375rem;height:4.142575rem;top:17.83447265625rem;left:2.3125rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOCliG0KwS9NGVt4MVCPHdAuX5vXViJc { width:16.4375rem;height:9.44825rem;top:23.375rem;left:1.8125rem;font-size:1.125rem;color:#131313;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRLxcE13Czq7pAWMXUD3exiz8cuwCvBR { width:17.4375rem;height:2.8125rem;top:33.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiDIXTJrsxyQ3uM4eoEnG7nQKqTv9QCP { width:19.375rem;height:1.29980625rem;top:34.5625rem;left:0.3125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ak6JGqmTWTPmQUkgrVRFw8FNTmm3PBeU { width:20rem;height:14rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz3MQwJhculTJWaNbWLlIiKDUnzKNfl9 { display:block; }#Uz3MQwJhculTJWaNbWLlIiKDUnzKNfl9 > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ea4wZVQPNK6GTMu31OlWLI1dGoDGHRRP { width:20rem;height:24.5625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLX4QmOZ3tPOz6vGUcrNWuQ1hFTpPTad { width:20rem;height:17.25rem;top:3.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #4531fd, #18106d);background-image: -moz-linear-gradient(251deg, #4531fd, #18106d);background-image: -ms-linear-gradient(251deg, #4531fd, #18106d);background-image: -o-linear-gradient(251deg, #4531fd, #18106d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4531fd', endColorstr='#18106d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4531fd', endColorstr='#18106d' );";background-image: linear-gradient(251deg, #4531fd, #18106d);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #urFhqxEemPFChHxFQqIy4uzppxTsVXQf { width:8.125rem;height:2.8125rem;top:1.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P48SwEv3VV06QH7HdpQpeRbnF3UPuIVB { width:7.25rem;height:1.625rem;top:2.0625rem;left:1.3125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ndxJZf3dKFIpncarVReJ7kCedROCoXnI { width:18.875rem;height:4.38720625rem;top:21.150390625rem;left:0.5625rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyGZUC8eNML42pRtGxQtNiiNgvwBTyv0 { width:17.0625rem;height:7.4365rem;top:30.1875rem;left:1.46875rem;font-size:1.0625rem;color:#131313;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rymnEJTdsH6k2Ud4LfGm52x9aunGJRCK { width:17.4375rem;height:2.8125rem;top:40.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye7aDmKDS0Z0xyJa4IQZBLt6RpK7B09y { width:19.375rem;height:1.29980625rem;top:40.9375rem;left:0.3125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aHQxGNlXoy45mvTTXkJmTtSFXN1JqObq { width:12.875rem;height:16.375rem;top:4.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfwu3JtV7wNghHuwiaxQNrgV4a5AXLQC { width:15.6875rem;height:2.8125rem;top:26.625rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3CFNCn84GXhJmdJLLtZxUdapsumCCuK { width:19.375rem;height:1.29980625rem;top:27.38134765625rem;left:0.3125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HNJ6BZilTIPLguub49CTbUy7LXBv7Vef { background-color:transparent;background-image: -webkit-linear-gradient(98deg, #5223f7, #3a10c1);background-image: -moz-linear-gradient(98deg, #5223f7, #3a10c1);background-image: -ms-linear-gradient(98deg, #5223f7, #3a10c1);background-image: -o-linear-gradient(98deg, #5223f7, #3a10c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5223f7', endColorstr='#3a10c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5223f7', endColorstr='#3a10c1' );";background-image: linear-gradient(98deg, #5223f7, #3a10c1);background-size:auto !important;display:block; }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .row .container { background-color: transparent; background-image: none; }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .row .container > .video-iframe-container { display: none; }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .row > .video-iframe-container { display: none; }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .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); }#HNJ6BZilTIPLguub49CTbUy7LXBv7Vef > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udeC6h6qiliXJdK2W0pvOiCfgv6VZt6C { width:14.875rem;height:2.88671875rem;top:4.4375rem;left:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPXDaTC2HvNWJFuMbhMDWD7vVqe73ZDe { width:13.875rem;height:0.375rem;top:56.63623125rem;left:3.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #s7l5kyPVwTBUFn2yra2lA5kMcHUyzwAi { width:20rem;height:21.9375rem;top:8.4375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TsGKpk1EhamtpKJKoQv4qIFRDuWDsyD4 { width:13.25rem;height:2.11230625rem;top:10.15869140625rem;left:1.3125rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h10NvSPiLsmrZVzunUNHN7IyeTZ9FPGX { width:13.9375rem;height:1.05615rem;top:14.12451171875rem;left:0.96875rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kmRVXmEwgc5zIQVSA6uZXE8Ef82XCyw6 { width:13.75rem;height:3.16845625rem;top:21.43115234375rem;left:1.0625rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kkbpfqZpdTCSUDdyJsK11TDedOm0TGqg { width:10.875rem;height:2.11230625rem;top:17.03369140625rem;left:1rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nbw6VkIVmp6pAlPiQWC8q8gqLRhF7Z52 { width:14rem;height:2.11230625rem;top:26.875rem;left:1.3125rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NHoAIPrFVltxpeeIUwoqZpCeMC7JmiFT { width:1.875rem;height:1.875rem;top:10.36865234375rem;left:2.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLtJblANUN3NHyO0TduQ9T55SuBSa3U8 { width:1.875rem;height:1.875rem;top:13.68115234375rem;left:2.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqzI2TKPQA03zqyeTr0Jnm3PR7vGFIXH { width:1.875rem;height:1.875rem;top:17.24365234375rem;left:2.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKIzOcRBXmqdJDALiGxxNZGMoL4m1mPZ { width:1.875rem;height:1.875rem;top:20.7998046875rem;left:2.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #towu7MLR5XOC92TcFPubmPT1A1webJTe { width:1.875rem;height:1.875rem;top:25.36865234375rem;left:2.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7ogVT0PE1pTLKto4LpRzkDbJqRBbmC3 { width:3.8125rem;height:1.05615rem;top:10.6875rem;left:16.1875rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXXJGtBfwErnUHhpCqa9IMVEf9r4lban { width:3.8125rem;height:1.05615rem;top:14.125rem;left:16.1875rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMOykkbpBQ2qsS4OV9ebsK2JWDf1skiq { width:3.8125rem;height:1.05615rem;top:17.625rem;left:16.1875rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4UTyaElo7pMFlWqythlAcR46rRxrn3m { width:3.8125rem;height:1.05615rem;top:22.05615234375rem;left:16.1875rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmaZKVeOrtuFQiaH6ciKgWxo7kDb2HnM { width:3.8125rem;height:1.05615rem;top:26.9375rem;left:16.1875rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewEIQV9of7KPvZqBzq8CElTyXLqMnmLk { width:20rem;height:0.125rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQZmimUzl1K2wruJwBQFJ1qV2SbwEal8 { width:20rem;height:0.125rem;top:15.90234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7btTE9g30NfNOPoVWD4Rl1wRwIvyzMS { width:20rem;height:0.125rem;top:20.05615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qinCEn8wdX2wZi5VCB6ugxNlVozFqC5y { width:20rem;height:0.125rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnDhPTTT9LdqvwSSnWQLMwUbUWIR3qLh { width:12.5rem;height:0.125rem;top:26.24365234375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M016HzTLdTGPxhBH1OthZkgJMb1B2Obb { width:14.9375rem;height:4.125rem;top:32.5625rem;left:2.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB13eFJNekiyNBwN6OfwickRNPNqeFOx { width:19.75rem;height:4.4619125rem;top:40.0625rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ww9Lr46Km6VAzcWt86OSDGJIoCrJBJlW { width:20rem;height:1.48730625rem;top:46.8125rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOmnCTX4hNor3ANkhZq9SWdZ70bWrQFy { top:1.25rem;left:9rem;width:1.9375rem;height:1.9375rem;z-index:100017;font-size:1.3125rem;color:#2bf376;display:block; }
 }@media only screen and (max-width: 763px) { #qMbv43fMOBaa3g3cZrxfwFEahTI63BWB { display:block; }#qMbv43fMOBaa3g3cZrxfwFEahTI63BWB > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oO43hiIbNk47DXJObhOaNOfpKgUnmWqy { width:11.125rem;height:0.4375rem;top:0rem;left:4.4375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bN5qGbIb2dWlyatAJGJUHUSFPTusAfuT { width:17.0625rem;height:6.173825rem;top:5.0791015625rem;left:1.53125rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IZmX6ee5SG4S4pWMGgTmGLUn54hIBCF1 { width:3.125rem;height:3.125rem;top:2.0791015625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKV9ILEnFB7UC8XTmbt5Uw8fxGeyhs8D { width:20rem;height:14.6875rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbQ5Zz2uz71Dg5Jl4NtK7bmbPoWkoBFh { width:20rem;height:13.6875rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ4vuk0mxsRQw8iNTRN0JbmIrZbbTc3L { width:20rem;height:2.84375rem;top:23.875rem;left:0rem;font-size:2.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dcftW3cp4kxTIDmFIquozl8bZLAATEHf { width:20rem;height:1.86865rem;top:26.8125rem;left:0rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eQvGKeNWy4EPViQU7iFE5M1V4LD2Q40K { width:17.9375rem;height:1.13720625rem;top:30.125rem;left:1.03125rem;font-size:0.8125rem;color:rgba(174,174,174,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNg7GA9r8iGQhGrCOEpOqTwN4ekIbaFb { top:33.34375rem;left:0.5rem;width:19rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wivMkWHgxWCtnoM43lMmLNFrizXUMbT2 { display:block; }
 }@media only screen and (max-width: 763px) { #OvCebIJLKUCBnB8pawV9d4dFT7ZbeS8r { width:3.375rem;height:4.25rem;top:29.09375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFIyfWk3bVMCGPVKAZxRkz4MJ7BkERT0 { width:20rem;height:1.14355625rem;top:39.6103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1edPhHJNsvWaJm7TaW1Ii85phrNH3mx { width:8.125rem;height:;top:44.44140625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWJbDLufRl2pK5v4c4GuxtvMUL2Po5sk { width:20rem;height:19.875rem;top:51.3789078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh05oG5SeNRApey6ysJpsILSzg0S74wE { width:19.1875rem;height:2.699225rem;top:54.00390625rem;left:0.40625rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARxzgcUtTLF8MmqIkTW9yHfhJns84VAX { width:18.1875rem;height:11.25rem;top:58.19140625rem;left:0.90625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/69d21254-7e59-4133-b171-3099a6b6c873/etna.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD.adaptive-delivery-prevent-bg, #dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD.lazyload, #dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD.lazyloading { background-image: none; }#dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD > .row .container { background-color: transparent; background-image: none; }#dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD > .row .container > .video-iframe-container { display: none; }#dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD > .row > .video-iframe-container { display: none; }#dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD > .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); }#dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD > .row .container { border-width: 0; border-radius: 0; }#dInQSakr1BWWCON8Kzfn3GgBb9J6rfnD > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCZ3Egzepr4lTisypGaRgufI3wNFT0vM { width:5.75rem;height:7.25rem;top:15rem;left:14.25rem;z-index:100014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 { background-color:transparent;background-image: -webkit-linear-gradient(98deg, #5223f7, #3a10c1);background-image: -moz-linear-gradient(98deg, #5223f7, #3a10c1);background-image: -ms-linear-gradient(98deg, #5223f7, #3a10c1);background-image: -o-linear-gradient(98deg, #5223f7, #3a10c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5223f7', endColorstr='#3a10c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5223f7', endColorstr='#3a10c1' );";background-image: linear-gradient(98deg, #5223f7, #3a10c1);background-size:auto !important;display:block; }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .row .container { background-color: transparent; background-image: none; }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .row .container > .video-iframe-container { display: none; }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .row > .video-iframe-container { display: none; }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .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); }#bvyzvHrMDu0zmfPZdN1DmHW2AvhoiBk9 > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN170pU4KT70VLayEoSAWZo3vBEyLgaR { width:9rem;height:2.25rem;top:2.5rem;left:5.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtsBwuk8SKhTfEikyLBu59ZLgzLsyytT { width:13.875rem;height:0.375rem;top:0rem;left:3.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MkGktUwsQarKfZrRRHcFlAdipn06Bi3k { width:20rem;height:8.3125rem;top:7.625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bkHCL869cRFJW3NqNuP9iGI1lAERXBUH { width:20rem;height:8.4375rem;top:41.4375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #HGJ406VfwWb04RoCoxhFIvpa0S2yZTVM { width:20rem;height:8.4375rem;top:25.125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #z6GusaS3CJQi1NytS33dLpdfrPeNrVOQ { width:20rem;height:33.0625rem;top:6.8125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #BN7zKCh16DwuT0nJZTyPAFD1igrKZx6h { width:18.125rem;height:24.1875rem;top:67.375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #po1QVq3FxmU7E9XcJCWCgslzhz86Q95H { width:17.75rem;height:28.89498125rem;top:9.34375rem;left:1.125rem;font-size:1.0625rem;color:#ffffff;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NVPefCeLWWzTt8qdf4QpUNbupGlLRc0Q { width:11.1875rem;height:14.9375rem;top:40.6875rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPzJUfVpr1ocxTisD48Q2KoXfg1zg55r { display:block; }#tPzJUfVpr1ocxTisD48Q2KoXfg1zg55r > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwhotzbtH4ZOFwzTTC6FKeMZcs8LOToD { width:13.125rem;height:7.96044375rem;top:5.64453125rem;left:6.09375rem;font-size:0.8125rem;color:#131313;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #STE49sAuhTLTcLogyXHNzkiQWqCnE8XS { width:15rem;height:10.5rem;top:4.4375rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #W0of6LVNR7HdbhHesUNDZiUN57gQhmUy { width:2.4375rem;height:2.4375rem;top:5.4375rem;left:1.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SznOIMC7Ay7S2evNqQze4vTIkeu2gtkp { width:20rem;height:1.3808625rem;top:1.80615234375rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VJEy6y5WADu0MXest6tUvGJ1GIX5y5EP { width:13.5rem;height:6.8232375rem;top:42.423828125rem;left:5.90625rem;font-size:0.8125rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aV0t7orsNSFRKPMkhrsU9CEebG2EZL6E { width:15rem;height:9.5rem;top:41.11767578125rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #VWQqfqr5Li4tMULyPGdMhyrvIKR0S2vA { width:2.4375rem;height:2.4375rem;top:42.11767578125rem;left:1.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUoe062dnBEecBKl2yOP6CDrR7sk3GAT { width:13.1875rem;height:10.23486875rem;top:29.412109375rem;left:6.0625rem;font-size:0.8125rem;color:#131313;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZIxAuFQe4RzXJEMaObfrzFaKgQqthI2l { width:15rem;height:11.75rem;top:28.11767578125rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #RW2aosECOrvVTaEB30UtGgoNEVyZI9UA { width:2.4375rem;height:2.4375rem;top:29.11767578125rem;left:1.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDM5eccxtUWIM8TOfgdT6bQ0Og0cwqVR { width:13.4375rem;height:7.96045rem;top:17.6044921875rem;left:5.9375rem;font-size:0.8125rem;color:#131313;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xxVER9mQAv4pLe4Br4XxGHrcT9QyXLQ5 { width:15rem;height:10.4375rem;top:16.4296875rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #fsuPIuLS7LQampz7sXkCQpcoKcR3hkU7 { width:2.4375rem;height:2.4375rem;top:17.30517578125rem;left:1.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgy8MSRnixQisS9vm9tnV4MOVG1d7TkK { display:block; }#Kgy8MSRnixQisS9vm9tnV4MOVG1d7TkK > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwwapan6DnNThwDSSXc9Q6N07yp1el1Q { width:11.125rem;height:0.4375rem;top:0rem;left:4.4375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JpwmrTiDDz9qlXRR7OMmPf2dRI6ibl9x { width:18.5rem;height:4.63036875rem;top:20.4326171875rem;left:0.75rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xdBnN7MDm59KzwGKGx5wFaHNULoSmREA { width:20rem;height:14.6875rem;top:36rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #DVAXChG6eB58Ozuv9F4TF4qEGc3RLw1R { width:20rem;height:13.6875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fie5VCQTQvxrSFJk9EL6W4DtHQUE9pPR { width:20rem;height:2.84375rem;top:39.125rem;left:0rem;font-size:2.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K1PrZNulbF9Ma23XGXsPQOA8gPVu6eSi { width:20rem;height:1.86865rem;top:42.0625rem;left:0rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RPUqaSPL69m1TNoBgDJn3KiSMi67B6BA { width:17.9375rem;height:1.13720625rem;top:45.375rem;left:1.0625rem;font-size:0.8125rem;color:rgba(174,174,174,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aA0WuzQeWKfluTsOCn0DC5PhznoCrmGc { top:48.625rem;left:0.5rem;width:19rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFbV2IqxHZk0TZuxhkJMEUr5BVXlHvE3 { display:block; }
 }@media only screen and (max-width: 763px) { #a4aKCHnerprhD9dnxrXsZBkgTI9XKpkl { width:3.375rem;height:4.25rem;top:44.375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ813h178ftoTiaOqz14y2VhIXJnmexh { width:20rem;height:1.14355625rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkwde1CJmHNXaav4r4QZ4LlbsXqTrfTq { width:8.125rem;height:;top:44.44140625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #reBznAIsmBo1S5BnrsaskNs74UCQisXu { width:20rem;height:19.875rem;top:62.625rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #KwTU1WQxwNCwT43u9weeRCJgR7XMiWVk { width:19.1875rem;height:1.3496125rem;top:67.12890625rem;left:0.40625rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDOTLR0agDdxTyzTbetFOodeLXcAo7nb { width:18.1875rem;height:11.25rem;top:69.4375rem;left:0.9375rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MZDQ3l48LAgTNTJd1bT8GLH8Ll0BoyVS { width:17.9375rem;height:15.398925rem;top:2.6416015625rem;left:1.03125rem;font-size:1rem;color:#131313;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBJsfnNKq4vRVIVku3EiXwX7CD5pudb8 { top:58.8662109375rem;left:6.65625rem;width:6.6875rem;height:6.6875rem;z-index:100016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U7CN0LZuC5uWlh5HkdEZKQxDVdzVwRgs { display:block; }#U7CN0LZuC5uWlh5HkdEZKQxDVdzVwRgs > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSJwFNgRTq9wnXwo9v0DNcvbcFaXWzy5 { width:7.1875rem;height:2.5625rem;top:0.9375rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdghx0WTdytxVafQH8T6VJyWsVkHc7Pr { width:20rem;height:4.21875rem;top:10.34375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwV8TGz2LMngc2EGqVyqwJtvowi3lD2Q { top:4.96875rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywqHRXi1ZfqyuNlTetyFhqP0eIlKyVy5 { display:block; }
 }