.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zt6OxRORM2g/unsplash/wes-lewis-zt6OxRORM2g-photo-1603478804503-dc909c7f5ce5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:14px;font-family:arial;height:751px;width:960px;position:relative;display:block; }#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:rgba(0,0,0,0);display:block;width:800px;position:absolute;font-family:montserrat;font-size:31px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:380px;left:0px;height:40.2969px;font-style:normal;display:block; }
#bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:147px;width:276px;top:25.000001907349px;left:0px;overflow:hidden;display:block; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;box-shadow: 1px 4px 35px rgba(0,0,0,0.2) ;color:#000000;padding-top:6.98px;padding-right:6.16px;padding-bottom:6.98px;padding-left:6.16px;display:block;align-items:center;width:36.95px;min-width:36.95px;height:37.51px;position:relative;font-family:arial;font-size:27.92px;font-weight:700;line-height:37.51px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:4.36px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:49.27px;height:14.82px;position:relative;font-family:muli;font-size:10.47px;font-weight:400;line-height:14.82px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:261px;height:70.65px;padding-top:0.88px;padding-right:0.88px;padding-bottom:0.88px;padding-left:0.88px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:447.65005493164px;left:0px;z-index:15028; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0px;left:0px; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW { width:auto; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0px;left:0px; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0px;left:0px; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0px;left:0px; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
#GW90zcbzIpT8vNKBkVcO8FkHuI7xDZMZ { color:#d8ecff;display:block;width:838px;position:absolute;font-family:montserrat;font-size:46px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:249px;left:0px;height:119.5938px;font-style:normal;display:block; }
#KcNUDzwNhLhT1aQND0TFxPxPObeS0Sya { color:#ededed;display:block;width:800px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:530px;left:42px;height:112.1718px;font-style:normal;display:block; }
#BGxJqh4NnZW6pb0PJg5CXWfKHWARABKP { box-sizing:content-box;color:#ffffff;font-size:25px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:606px;left:0px;display:block; }
#z7GceL0RfDRoEVbtzLaHCtzCaTQVqU2M { box-sizing:content-box;color:#ffffff;font-size:25px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:567px;left:0px;display:block; }
#xv7HVyxCsKsyS4VcN1zoOlRrvKgE3Gzv { box-sizing:content-box;color:#ffffff;font-size:25px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:529px;left:0px;display:block; }
#SztfeOB1mSb731ODnInp4uXG9HuFJhsE { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #5f3fff, #5f3fff);background-image: -moz-linear-gradient(115deg, #5f3fff, #5f3fff);background-image: -ms-linear-gradient(115deg, #5f3fff, #5f3fff);background-image: -o-linear-gradient(115deg, #5f3fff, #5f3fff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f3fff', endColorstr='#5f3fff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f3fff', endColorstr='#5f3fff' );";background-image: linear-gradient(115deg, #5f3fff, #5f3fff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#e8f7ff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:135px;height:48px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:654.5px;left:0px;display:block; }
#rH7l5OBdFFcr4o4ZtALKETTltISeaWph { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JMVAocirlxghTLzBpkhevayMUz8JWvrR { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #5f3fff, #5f3fff);background-image: -moz-linear-gradient(115deg, #5f3fff, #5f3fff);background-image: -ms-linear-gradient(115deg, #5f3fff, #5f3fff);background-image: -o-linear-gradient(115deg, #5f3fff, #5f3fff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f3fff', endColorstr='#5f3fff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f3fff', endColorstr='#5f3fff' );";background-image: linear-gradient(115deg, #5f3fff, #5f3fff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#e8f7ff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:133px;height:47px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:78.5px;left:824.70539944156px;display:block; }
#pDiKEf4HC1vtvPxk2In2R7D2WExm8gus { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JAss80GG6iigfpoShh9O70lSodt6Wc5H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0e0e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JAss80GG6iigfpoShh9O70lSodt6Wc5H > .row .container { background-color: transparent; background-image: none; }#JAss80GG6iigfpoShh9O70lSodt6Wc5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAss80GG6iigfpoShh9O70lSodt6Wc5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAss80GG6iigfpoShh9O70lSodt6Wc5H > .row .container > .video-iframe-container { display: none; }#JAss80GG6iigfpoShh9O70lSodt6Wc5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAss80GG6iigfpoShh9O70lSodt6Wc5H > .row > .video-iframe-container { display: none; }#JAss80GG6iigfpoShh9O70lSodt6Wc5H > .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); }#JAss80GG6iigfpoShh9O70lSodt6Wc5H > .row .container { border-width: 0; border-radius: 0; }#JAss80GG6iigfpoShh9O70lSodt6Wc5H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAss80GG6iigfpoShh9O70lSodt6Wc5H > .row .container { font-size:14px;font-family:arial;height:612px;width:960px;position:relative;display:block; }#rkGQEm4cCRlT7PHqemOQTTT89nkLkBIy { color:#ffffff;display:block;width:416px;position:absolute;font-family:inter;font-size:36px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.395812988281px;left:5.1458129882812px;height:46.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NaKLmaTxxpdINeQM2grlSdlZ2G3VDSGM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:417px;width:743px;top:97.5px;left:109px;display:block; }
#mJle0HoUT6ChD79HZCVn0tlEkJUB6roT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0e0e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mJle0HoUT6ChD79HZCVn0tlEkJUB6roT > .row .container { background-color: transparent; background-image: none; }#mJle0HoUT6ChD79HZCVn0tlEkJUB6roT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJle0HoUT6ChD79HZCVn0tlEkJUB6roT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJle0HoUT6ChD79HZCVn0tlEkJUB6roT > .row .container > .video-iframe-container { display: none; }#mJle0HoUT6ChD79HZCVn0tlEkJUB6roT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJle0HoUT6ChD79HZCVn0tlEkJUB6roT > .row > .video-iframe-container { display: none; }#mJle0HoUT6ChD79HZCVn0tlEkJUB6roT > .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); }#mJle0HoUT6ChD79HZCVn0tlEkJUB6roT > .row .container { border-width: 0; border-radius: 0; }#mJle0HoUT6ChD79HZCVn0tlEkJUB6roT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJle0HoUT6ChD79HZCVn0tlEkJUB6roT > .row .container { font-size:14px;font-family:arial;height:479px;width:960px;position:relative;display:block; }#SCTA16OJIrV3k3RHHTtiUSa2B8cnxMJV { color:#ffffff;display:block;width:416px;position:absolute;font-family:inter;font-size:36px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.395812988281px;left:5.1458129882812px;height:46.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OG5eHmBd3gt1ig4QkwH2KSgom0OB3JLr { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #252525, #252525);background-image: -moz-linear-gradient(180deg, #252525, #252525);background-image: -ms-linear-gradient(180deg, #252525, #252525);background-image: -o-linear-gradient(180deg, #252525, #252525);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#252525' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#252525' );";background-image: linear-gradient(180deg, #252525, #252525);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:237px;width:553px;top:188px;left:402px;display:block; }
#aIxF1R7OMyDTAxqZF3blEZEAd06TS9f7 { color:#d2a9ff;display:block;width:402px;position:absolute;font-family:inter;font-size:42px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:58.875px;left:0px;height:54.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wScekK3nBDHeeETTShoVqH1LwUCzbaLZ { color:#e8f7ff;display:block;width:528px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:224px;left:416px;height:163.7344px;font-style:normal;display:block; }
#higvDJktFN6haN5sdJtgPbkcQ62J2ND6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 0 00 0 rgba(95,63,255,0.5) ;height:337px;width:266px;top:137.5px;left:80.140625px;overflow:hidden;display:block; }
#dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0e0e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ > .row .container { background-color: transparent; background-image: none; }#dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ > .row .container > .video-iframe-container { display: none; }#dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ > .row > .video-iframe-container { display: none; }#dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ > .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); }#dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ > .row .container { border-width: 0; border-radius: 0; }#dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ > .row .container { font-size:14px;font-family:arial;height:564px;width:960px;position:relative;display:block; }#xVORpXLteSveqVDAPtVInP68CqrMq8sR { position:absolute;display:block;z-index:15002;height:408px;width:729px;top:78px;left:115.5px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { top:380px;left:0px;width:764px;height:40px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:25px;left:0px;width:276px;height:147px;display:block; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { width:288px;height:81px;display:flex;top:512px;left:72px;z-index:15028; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
 }@media only screen and (max-width: 763px) { #GW90zcbzIpT8vNKBkVcO8FkHuI7xDZMZ { top:249px;left:0px;width:764px;height:119px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #KcNUDzwNhLhT1aQND0TFxPxPObeS0Sya { top:530px;left:0px;width:764px;height:112px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #BGxJqh4NnZW6pb0PJg5CXWfKHWARABKP { top:606px;left:0px;width:37px;height:37px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #z7GceL0RfDRoEVbtzLaHCtzCaTQVqU2M { top:567px;left:0px;width:37px;height:37px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #xv7HVyxCsKsyS4VcN1zoOlRrvKgE3Gzv { top:529px;left:0px;width:37px;height:37px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #SztfeOB1mSb731ODnInp4uXG9HuFJhsE { width:135px;height:48px;top:654px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rH7l5OBdFFcr4o4ZtALKETTltISeaWph { display:block; }
 }@media only screen and (max-width: 763px) { #JMVAocirlxghTLzBpkhevayMUz8JWvrR { width:133px;height:47px;top:78px;left:631px;display:block; }
 }@media only screen and (max-width: 763px) { #pDiKEf4HC1vtvPxk2In2R7D2WExm8gus { display:block; }
 }@media only screen and (max-width: 763px) { #JAss80GG6iigfpoShh9O70lSodt6Wc5H { display:block; }#JAss80GG6iigfpoShh9O70lSodt6Wc5H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkGQEm4cCRlT7PHqemOQTTT89nkLkBIy { top:21px;left:0px;width:416px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #NaKLmaTxxpdINeQM2grlSdlZ2G3VDSGM { top:97px;left:0px;width:743px;height:417px;display:block; }
 }@media only screen and (max-width: 763px) { #mJle0HoUT6ChD79HZCVn0tlEkJUB6roT { display:block; }#mJle0HoUT6ChD79HZCVn0tlEkJUB6roT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCTA16OJIrV3k3RHHTtiUSa2B8cnxMJV { top:21px;left:0px;width:416px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #OG5eHmBd3gt1ig4QkwH2KSgom0OB3JLr { top:188px;left:0px;width:553px;height:237px;display:block; }
 }@media only screen and (max-width: 763px) { #aIxF1R7OMyDTAxqZF3blEZEAd06TS9f7 { top:58px;left:0px;width:402px;height:54px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #wScekK3nBDHeeETTShoVqH1LwUCzbaLZ { top:224px;left:0px;width:528px;height:163px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #higvDJktFN6haN5sdJtgPbkcQ62J2ND6 { top:137px;left:31.140625px;width:266px;height:337px;display:block; }
 }@media only screen and (max-width: 763px) { #dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ { display:block; }#dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVORpXLteSveqVDAPtVInP68CqrMq8sR { top:78px;left:17.5px;width:729px;height:408px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/bmWSwFvG/mobile1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:320px;height:552px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:320px;height:57.2px;top:223.1875px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:147px;height:80px;top:20px;left:86.5px;display:block; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { width:288px;height:81px;display:flex;top:450.265625px;left:15.09375px;z-index:15028; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
 }@media only screen and (max-width: 763px) { #GW90zcbzIpT8vNKBkVcO8FkHuI7xDZMZ { width:320px;height:83.2px;top:120px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcNUDzwNhLhT1aQND0TFxPxPObeS0Sya { width:255px;height:105.3px;top:308px;left:33px;font-size:13px;text-align:center;text-align-last:center;line-height:2.7;display:block; }
 }@media only screen and (max-width: 763px) { #BGxJqh4NnZW6pb0PJg5CXWfKHWARABKP { width:37px;height:37px;top:377px;left:87px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #z7GceL0RfDRoEVbtzLaHCtzCaTQVqU2M { width:37px;height:37px;top:342px;left:51px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #xv7HVyxCsKsyS4VcN1zoOlRrvKgE3Gzv { width:37px;height:37px;top:308px;left:78px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #SztfeOB1mSb731ODnInp4uXG9HuFJhsE { width:135px;height:48px;top:654px;left:92px;display:none; }
 }@media only screen and (max-width: 763px) { #rH7l5OBdFFcr4o4ZtALKETTltISeaWph { display:block; }
 }@media only screen and (max-width: 763px) { #JMVAocirlxghTLzBpkhevayMUz8JWvrR { width:133px;height:47px;top:78px;left:93px;display:none; }
 }@media only screen and (max-width: 763px) { #pDiKEf4HC1vtvPxk2In2R7D2WExm8gus { display:block; }
 }@media only screen and (max-width: 763px) { #JAss80GG6iigfpoShh9O70lSodt6Wc5H { display:block; }#JAss80GG6iigfpoShh9O70lSodt6Wc5H > .row .container { width:320px;height:273px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkGQEm4cCRlT7PHqemOQTTT89nkLkBIy { width:320px;height:33.8px;top:20px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NaKLmaTxxpdINeQM2grlSdlZ2G3VDSGM { height:179.594px;width:320px;top:73.7969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mJle0HoUT6ChD79HZCVn0tlEkJUB6roT { display:block; }#mJle0HoUT6ChD79HZCVn0tlEkJUB6roT > .row .container { width:320px;height:607px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCTA16OJIrV3k3RHHTtiUSa2B8cnxMJV { width:320px;height:33.8px;top:17px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OG5eHmBd3gt1ig4QkwH2KSgom0OB3JLr { width:320px;height:218px;top:354.06254577637px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aIxF1R7OMyDTAxqZF3blEZEAd06TS9f7 { width:176px;height:26px;top:50.800003051758px;left:72.000002861023px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wScekK3nBDHeeETTShoVqH1LwUCzbaLZ { width:291px;height:187.2px;top:369.46249389648px;left:14.500000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #higvDJktFN6haN5sdJtgPbkcQ62J2ND6 { width:72px;height:91px;top:97.775009155273px;left:82.500002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ { display:block; }#dhzysnwdudQBaRn1AbszqyqUkOXZKBPQ > .row .container { width:320px;height:448px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVORpXLteSveqVDAPtVInP68CqrMq8sR { width:320px;height:265px;top:65px;left:0px;display:block; }
 }