.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #000131, #02edf3);background-image: -moz-linear-gradient(238deg, #000131, #02edf3);background-image: -ms-linear-gradient(238deg, #000131, #02edf3);background-image: -o-linear-gradient(238deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(238deg, #000131, #02edf3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#R6lUEPftII4fQRzfqMVJr608sa1cdhON { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:1.7875rem;font-style:normal;display:block; }
#DagxTdOJq9dgztip4HA4XInKwpO2N9SE { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:oswald;font-size:4.4375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:8.875rem;left:0rem;height:14.64375rem;display:block; }
#f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { color:#000000;display:block;width:18rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29.5rem;left:0.0625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da2087ec-2fae-4689-866c-366c7fbc6c12/bghomee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.1875rem;width:27.5625rem;top:3.9375rem;left:32.3125rem;display:block; }#PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.adaptive-delivery-prevent-bg, #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.lazyload, #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.lazyloading { background-image: none; }
#SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da2087ec-2fae-4689-866c-366c7fbc6c12/bghomee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.5625rem;width:30.3125rem;top:23.6416015625rem;left:24.75rem;display:block; }#SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.adaptive-delivery-prevent-bg, #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.lazyload, #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.lazyloading { background-image: none; }
#iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da2087ec-2fae-4689-866c-366c7fbc6c12/bghomee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.4995rem;width:6.4995rem;top:3.9375rem;left:27.1875rem;display:block; }#iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.adaptive-delivery-prevent-bg, #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.lazyload, #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.lazyloading { background-image: none; }
#Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da2087ec-2fae-4689-866c-366c7fbc6c12/bghomee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.4375rem;width:2.4375rem;top:35.875rem;left:24.75rem;display:block; }#Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.adaptive-delivery-prevent-bg, #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.lazyload, #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.lazyloading { background-image: none; }
#hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.375rem;left:0rem;display:block; }
#cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da2087ec-2fae-4689-866c-366c7fbc6c12/bghomee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.880859375rem;left:55.9375rem;display:block; }#Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.adaptive-delivery-prevent-bg, #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.lazyload, #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.lazyloading { background-image: none; }
#lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.2496414184569rem;left:0.24991130828857rem;height:1.54375rem;font-style:normal;display:block; }
#haHt9ccKtJlHQxobtxACmQU4wspL29qI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { background-color: transparent; background-image: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .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); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { border-width: 0; border-radius: 0; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { color:#2a2a2a;display:block;width:27.62475rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11rem;left:16.1865234375rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:15.0625rem;left:27.15625rem;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:16.5rem;left:28.59375rem; }
#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28b7913a-67ef-4bcf-ae62-26b51b322c88/professionalprogrammerworkinglatedarkofficekopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.adaptive-delivery-prevent-bg, #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.lazyload, #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.lazyloading { background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { background-color: transparent; background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.88); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.88); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .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); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { border-width: 0; border-radius: 0; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { color:#000000;display:block;width:15.374625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:16.6875rem;left:2.4375rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { color:#2a2a2a;display:block;width:10.43725rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:13.3125rem;left:4.875rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { color:#2a2a2a;display:block;width:10.43725rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:13.3125rem;left:24.8125rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#sPqio42pTbSacmmJmPNxEzxIntlwpzfo { color:#000000;display:block;width:15.3741875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:16.6875rem;left:22.3125rem;height:3.675rem;text-align:center;text-align-last:center;display:block; }
#M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { color:#2a2a2a;display:block;width:10.43725rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:13.3125rem;left:44.75rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV { color:#000000;display:block;width:15.37375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:16.6875rem;left:42.4375rem;height:3.675rem;text-align:center;text-align-last:center;display:block; }
#LwQsyz0Z2HtcLMTHeFbKuuX1FcTZ5Unh { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:3rem;top:9.4375rem;left:8.5rem;overflow:hidden;display:block; }
#soORVpsfgb5RPb9NcuFrldC0bpdLqBgz { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.6875rem;top:9.4375rem;left:28.65625rem;overflow:hidden;display:block; }
#tLEuFzTyvN7pTUqGPriScHbnrNPodEea { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.875rem;top:9.1875rem;left:48.625rem;overflow:hidden;display:block; }
#IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { position:absolute;display:block;z-index:15002;background-color:rgba(128,29,209,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:16.3125rem;width:17.625rem;top:7.4375rem;left:1.375rem;display:block; }
#obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { position:absolute;display:block;z-index:15003;background-color:#801dd1;background-image:none;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-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:16.3125rem;width:17.625rem;top:7.4375rem;left:21.1875rem;display:block; }
#nZM4fDsOTbc901X6v5s287m2JGEZVvbq { position:absolute;display:block;z-index:15004;background-color:rgba(128,29,209,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.16) ;height:16.3125rem;width:17.625rem;top:7.4375rem;left:41.1875rem;display:block; }
#EaFJxsx5NpBsagkT7nuaTgRfbLRO4vQi { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.3125rem;left:20.9375rem;display:block; }
#DFOW9WhXIlSDNJS6dDs3mxNZD17Pukox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { background-color: transparent; background-image: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container > .video-iframe-container { display: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container { display: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .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); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { border-width: 0; border-radius: 0; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;position:relative;display:block; }#ODZTeVdhvyhua54PJ0k4cqgCEAghTSqd { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#NVdUvnI46Pk3dzCMmZlQAJSigCgNcATl { color:#2a2a2a;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13rem;left:16.1875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { background-color: transparent; background-image: none; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container > .video-iframe-container { display: none; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row > .video-iframe-container { display: none; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .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); }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { border-width: 0; border-radius: 0; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#tm9eK2THNi2zMIbdfosLpm3svwyTpy1C { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.9375rem;width:56.9375rem;top:0rem;left:3.0625rem;display:block; }
#uPhHCL7BDOsB8q6W8XnHTcTQh7P4za8F { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b55f6ff6-0632-4817-bb26-16b22cd8a6d0/2.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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:0rem;left:3.0625rem;display:block; }#uPhHCL7BDOsB8q6W8XnHTcTQh7P4za8F.adaptive-delivery-prevent-bg, #uPhHCL7BDOsB8q6W8XnHTcTQh7P4za8F.lazyload, #uPhHCL7BDOsB8q6W8XnHTcTQh7P4za8F.lazyloading { background-image: none; }
#wQRD4TK8Z6MllnriQh3pHDT2yOxuLL3R { color:#000000;display:block;width:41.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3125rem;left:16.4375rem;height:2.7625rem;display:block; }
#btB0GnQpBb2EkuVKZ9VNqfAEdtsPEF5M { color:#000000;display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.4375rem;height:1.7875rem;font-style:normal;display:block; }
#wI4Vuyu9PqNECcXOcNPXeoQoAnhyWqC8 { position:absolute;display:block;z-index:15006;background-color:#801dd1;background-image:none;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-shadow: none;height:0.1875rem;width:9.375rem;top:15.8125rem;left:12.75rem;display:block; }
#qmW8ROUEJ8dgoLUuPTnsLhcKxv3fxxc2 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:16.4375rem;height:1.54375rem;font-style:normal;display:block; }
#VaK6rFfQNHCTK2t0Tu0omJVmrGN0DxEC { background-color:#000131;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:14.375rem;left:44.875rem;display:block; }
#mfP5yuNgT6bTyd1BToBBUv2nmfc4glip { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e0GWk2zGeszl0ZDi4AsR9TU8lXMw3VQG { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:16.25rem;left:15.6875rem; }
#MDfiTLcv4hP9vsxTeHIH4fa54LEoStAX { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:16.25rem;left:17.8125rem; }
#uKKsLhL0fL2RgskHrFERoQAbA7HHTwW5 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:16.3125rem;left:20rem; }
#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { background-color: transparent; background-image: none; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container > .video-iframe-container { display: none; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row > .video-iframe-container { display: none; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .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); }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { border-width: 0; border-radius: 0; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#o3hnxqf0ITkVOpR0AAr3J6sTlCEOOm9n { position:absolute;display:block;z-index:15005;background-color:#000131;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.9375rem;width:57.0625rem;top:0rem;left:0rem;display:block; }
#LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f1ec92cb-9f11-42ea-ba77-f94ff32c0d75/3.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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:0rem;left:44.8125rem;display:block; }#LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK.adaptive-delivery-prevent-bg, #LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK.lazyload, #LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK.lazyloading { background-image: none; }
#Nmaz1hvCrFsxGd13WM0Tt83QqGAqJgT0 { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.375rem;left:4.625rem;height:2.7625rem;text-align:right;text-align-last:right;display:block; }
#g6698bwr5nBRvSfbz8sAkzeTptqf7AyQ { color:#000000;display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aCNT04pw4SpKigKImnevhdoJMVBcSQ9e { position:absolute;display:block;z-index:15006;background-color:#801dd1;background-image:none;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-shadow: none;height:0.1875rem;width:9.375rem;top:15.8125rem;left:38rem;display:block; }
#QttdymdiIueqXRmx4RtR0gWPvuWHTJcq { color:#000000;display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:16rem;height:1.54375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DQpuc7AQDNAzETusZzoSMO3lVUHNLb5M { background-color:#02edf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:14.375rem;left:2.625rem;display:block; }
#yvesI0n9iKwekSQy1WCoAimXFdx2NzqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTWwbTHGDzFFHt806oyMfDAUp7z0dwUa { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:16.4375rem;left:42.6875rem; }
#Mg363NKP37OcBFHHD3aEBu1tBNx0TTiM { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:16.375rem;left:40.5rem; }
#bX6UodXi2KnpXQdn8Dpwm9MPbNuOAef0 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:16.375rem;left:38.375rem; }
#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { background-color: transparent; background-image: none; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container > .video-iframe-container { display: none; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row > .video-iframe-container { display: none; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .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); }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { border-width: 0; border-radius: 0; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#onMCNJTlols0Ts3wc0BmZ8nw25hH6tbl { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.9375rem;width:56.9375rem;top:0rem;left:3.0625rem;display:block; }
#LluPXhNQiV4e2lhLmx53BDrinQEieNIN { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/85e9e7bf-cf2a-45a2-81eb-8b8426143df2/1.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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:0rem;left:3.0625rem;display:block; }#LluPXhNQiV4e2lhLmx53BDrinQEieNIN.adaptive-delivery-prevent-bg, #LluPXhNQiV4e2lhLmx53BDrinQEieNIN.lazyload, #LluPXhNQiV4e2lhLmx53BDrinQEieNIN.lazyloading { background-image: none; }
#sfND6yoQar3PanS7t149xxRqgZEsNf00 { color:#000000;display:block;width:41.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3125rem;left:16.4375rem;height:2.7625rem;display:block; }
#tnOgO3bxZCo5lATnfiBziyLz7eKK4Di2 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.4375rem;height:1.625rem;font-style:normal;display:block; }
#nobTXXg402nd2EkQQ2BrgTtC7RT86ZAr { position:absolute;display:block;z-index:15006;background-color:#801dd1;background-image:none;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-shadow: none;height:0.1875rem;width:9.375rem;top:15.8125rem;left:12.75rem;display:block; }
#T4zZils76Dpq1ox6OZdexkyukmaiNT7E { color:#000000;display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:16.4375rem;height:1.4625rem;font-style:normal;display:block; }
#VqHHpl1MnFZ5y5olMlC9deQfUAKoCufq { background-color:#000131;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:14.375rem;left:44.875rem;display:block; }
#i2g2n3Q6DKIHm1MlmzltmEBLO4x4GpV5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#epZsJsrspR44kmBmamrigpd8G5GqAS9b { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:16.4375rem;left:20rem; }
#vO0bu6nZhbqpE2e6f6TCiQGX0bBLIHQX { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:16.375rem;left:17.8125rem; }
#py1ZB5V7GdXdn1zthXIXB5MtutsoKAOm { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:16.375rem;left:15.6875rem; }
#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6fa0a998-0109-4422-8e7b-4b9075d102f1/bglicznik.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.adaptive-delivery-prevent-bg, #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.lazyload, #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.lazyloading { background-image: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { background-color: transparent; background-image: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container > .video-iframe-container { display: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container { display: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .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); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { border-width: 0; border-radius: 0; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-text.counter-number { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:transparent;background-image:none;color:#f8f8f8;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:oswald;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .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:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:3.5rem;height:0;position:relative;font-family:lato;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:4.125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.671875rem;left:20.6875rem;z-index:15003; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #t02J8CzTV8CzBPR2dTrOW29zAeF11Qvu { display:flex;position:relative;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #xrDgevvucaDrDmbwNu6PATIKPcaNqNM1 { width:auto; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #QHysggUcdoWTbiDsPLKTsqnaRvF4e0cT {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #yT3PX7LSyvIRqyI1zScgcJS51WgTB5Al { display:flex;position:relative;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #zS2mfWTTGz0ouGl5nOGfIx6EPUa9nDex {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #SCWTTkIuAkLT5V3g6OyVnazIyJg0883u {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #EgIs9SZszybzNu5xaAXPXOfU8kU7qy5z { display:flex;position:relative;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #dnavEIEC5cBqmsbx6rEM6vuRMXppI08J {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #GsTImGCWE0P5KtKOQV4yIcwMaLbi5xK4 {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #f719txdpMSK33s0v0aNK5WEuAo3ZtzIs { display:flex;position:relative;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #ua39nVEio66rVf4Q4hhTNWypZP33e1od {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #R1Hwb73PT8RFPDgbH5aJHxdRbD7HZ0AM {  }
#Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:18rem;width:33.875rem;top:0rem;left:13.0625rem;display:block; }
#Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:3.56201171875rem;left:19.71875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:15.9375rem;left:20.9375rem;display:block; }
#dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xOMLmeOIDauZUsHMbbK2C26xW8i9FebL { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:26.18701171875rem;left:19.71875rem;height:1.54375rem;font-style:normal;display:block; }
#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { background-color: transparent; background-image: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container > .video-iframe-container { display: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container { display: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .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); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { border-width: 0; border-radius: 0; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;position:relative;display:block; }#y12ETZc74W1yzbrwlr19dXPvEywuBaCn { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#TBGGrI6EDbHb27IehNgT22L6IxLEaU06 { color:#2a2a2a;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.9375rem;left:16.1875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);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-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.19) ;height:29.3125rem;width:22.125rem;top:20.125rem;left:18.6875rem;display:block; }
#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { background-color: transparent; background-image: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container > .video-iframe-container { display: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row > .video-iframe-container { display: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .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); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { border-width: 0; border-radius: 0; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:60rem;position:relative;display:block; }#zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:11.0625rem;width:10.75rem;top:3.875rem;left:4.625rem;overflow:hidden;display:block; }
#hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:11.0625rem;width:10.75rem;top:3.3125rem;left:24.625rem;overflow:hidden;display:block; }
#EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:11.0625rem;width:10.75rem;top:3.875rem;left:45.40625rem;overflow:hidden;display:block; }
#GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.125rem;left:2.625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.125rem;left:41.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5625rem;left:23.03125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { color:#000000;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.1123046875rem;left:20rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.28076171875rem;left:43.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#UZM9miSLSd1ETVuBbKsV2aIwZHOAb7L3 { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.75rem;left:23.5rem;display:block; }
#kTTtnTubruKadBJwG2X1uFcP0TXdBLZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000131;border-left:0.125rem solid #000131;border-right:0.125rem solid #000131;border-bottom:0.125rem solid #000131;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.25rem;width:22.125rem;top:1.875rem;left:0rem;display:block; }
#SZmLnbUZxI7t8NAq0hS044vesSe925A0 { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000131;border-left:0.125rem solid #000131;border-right:0.125rem solid #000131;border-bottom:0.125rem solid #000131;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.25rem;width:22.125rem;top:2.0625rem;left:37.375rem;display:block; }
#oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.2802734375rem;left:2.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LKQUzhGE9J0TxoQtW44wenODPstoPMvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #000131, #02edf3);background-image: -moz-linear-gradient(238deg, #000131, #02edf3);background-image: -ms-linear-gradient(238deg, #000131, #02edf3);background-image: -o-linear-gradient(238deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(238deg, #000131, #02edf3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { border-width: 0; border-radius: 0; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:60rem;position:relative;display:block; }#X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:oswald;font-size:4.75rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:12.5625rem;left:0rem;height:10.45rem;text-align:left;text-align-last:left;display:block; }
#UiNAmkJkQEdeRkJPyQ72d9OTh5gxc4H9 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.125rem;left:0rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.18) ;height:31.25rem;width:27.125rem;top:3.96875rem;left:29.0625rem;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-form-header {  }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.3125rem;box-sizing:border-box;height:2.5625rem;color:#094a7f;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.3125rem;box-sizing:border-box;height:4.375rem;color:#094a7f;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.3125rem;box-sizing:border-box;height:2.5rem;color:#094a7f;font-family:oswald;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:19.3125rem;height:3.4375rem;font-family:oswald;overflow:hidden; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]:-moz-placeholder { color:#094a7f;font-family:oswald;font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]::-moz-placeholder { color:#094a7f;font-family:oswald;font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]:-ms-input-placeholder { color:#094a7f;font-family:oswald;font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]::-webkit-input-placeholder { color:#094a7f;font-family:oswald;font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:oswald;line-height:1.3;font-size:0.75rem;font-weight:300;color:#094a7f;vertical-align:top;width:18.0625rem;overflow:hidden;font-style:normal;float:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container:first-of-type{padding-top:0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container:last-of-type{padding-bottom:0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.255470275879rem;left:31.968751907349rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.3125rem;display:block;vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.255470275879rem;left:31.968751907349rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { position:relative;display:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { position:relative;display:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk { position:relative;z-index:2; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #nmvqHrCJrCktHwycR6rvF0yS06WG5RJN { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #wcoWTxmegyBET9gIfxMQE6VD0QkuNvlH { position:relative;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9G0dBZRSBORK4W0kHTEmgoL1Ji5VUZ { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv { position:relative; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-text.counter-number { border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;background-color:transparent;background-image:none;color:#094a7f;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:oswald;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-text.counter-label { background-color:;background-image:none;color:#094a7f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:lato;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.427734375rem;left:33.375rem;z-index:15020; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #tEf1EKTTx1FrA44Wk43J0Vc5tHhbENTm { display:flex;position:relative;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #BgwTo31R6FyqzRF6LTJXKQ0ME0EBePIm { width:auto; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #TRP4Vzd4k4IFvEKhpbtqJJId1lRfVSNZ {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #AT4gCIUEDfk1uo9Br6RxaElGdmQQngOI { display:flex;position:relative;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #aV1ztwAfrVHeMhoqRGcZFboGrIXCAGw5 {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #EFrVsaiw0rFHqNmHnCsDO0mp56PryWyu {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #GE9sEWkpyumQp3em4DonsWzhTJpry81f { display:flex;position:relative;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #T8rmyya3M9KrZkSBWDSEIg8h34cuUk5H {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #UTo67Ny2ptpxCP9JzLGcHZ8B1M8yeeGp {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #NrP7gu04DxCaBnsvr8XyNOtcFBXAfcTf { display:flex;position:relative;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #LKzXVZw0voX26FFuhwvuAM3DXyX2sDqM {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #eaKc3oI3S5zPFPJpmfh4i9pSZMLxJ2pT {  }
#mNnlFMqGsVxXg2tZHvbv3bd9vPLMz5Fg { color:#02edf3;display:block;width:20.5625rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:6.171875rem;left:32.40625rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RToudbuuDpCEo53eHvlZ2mTp1AgsPbsg { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:11.7rem;text-align:left;text-align-last:left;display:block; }
#PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b65a5d47-38f5-4045-b818-bac788d4ce93/14.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.5625rem;width:17rem;top:29.9375rem;left:14.46875rem;display:block; }#PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.adaptive-delivery-prevent-bg, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyload, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyloading { background-image: none; }
#oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b65a5d47-38f5-4045-b818-bac788d4ce93/14.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:5.5625rem;width:5.5625rem;top:37.875rem;left:35.28125rem;display:block; }#oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2.adaptive-delivery-prevent-bg, #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2.lazyload, #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2.lazyloading { background-image: none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6lUEPftII4fQRzfqMVJr608sa1cdhON { top:1.3125rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { top:8.875rem;left:0rem;width:26.5625rem;height:14.625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { top:29.5rem;left:0rem;width:18rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { top:3.9375rem;left:20.1875rem;width:27.5625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { top:23.625rem;left:17.4375rem;width:30.3125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { top:3.9375rem;left:21.0625rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { top:35.875rem;left:18.625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { width:18.125rem;height:3.75rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block; }
 }@media only screen and (max-width: 763px) { #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { top:30.875rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { top:7.1875rem;left:0rem;width:20.5625rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { top:6.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { top:11rem;left:10.06093788147rem;width:27.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { top:1.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { top:15.0625rem;left:21.03125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:2.8125rem;height:2.8125rem;top:16.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { top:16.6875rem;left:0.375rem;width:15.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { top:13.3125rem;left:2.8125rem;width:10.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { top:13.3125rem;left:18.625001907349rem;width:10.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPqio42pTbSacmmJmPNxEzxIntlwpzfo { top:16.6875rem;left:16.125001907349rem;width:15.3125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { top:13.3125rem;left:34.437501907349rem;width:10.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV { top:16.6875rem;left:32.125001907349rem;width:15.3125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwQsyz0Z2HtcLMTHeFbKuuX1FcTZ5Unh { top:9.4375rem;left:6.4375rem;width:3rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soORVpsfgb5RPb9NcuFrldC0bpdLqBgz { top:9.4375rem;left:22.46875rem;width:2.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLEuFzTyvN7pTUqGPriScHbnrNPodEea { top:9.1875rem;left:38.3125rem;width:2.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { top:7.4375rem;left:0rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { top:7.4375rem;left:14.125rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZM4fDsOTbc901X6v5s287m2JGEZVvbq { top:7.4375rem;left:30rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFJxsx5NpBsagkT7nuaTgRfbLRO4vQi { width:18.125rem;height:3.75rem;top:26.3125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFOW9WhXIlSDNJS6dDs3mxNZD17Pukox { display:block; }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODZTeVdhvyhua54PJ0k4cqgCEAghTSqd { top:8.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVdUvnI46Pk3dzCMmZlQAJSigCgNcATl { top:13rem;left:10.062501907349rem;width:27.625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { top:3.625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK { display:block; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tm9eK2THNi2zMIbdfosLpm3svwyTpy1C { top:0rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPhHCL7BDOsB8q6W8XnHTcTQh7P4za8F { top:0rem;left:1rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQRD4TK8Z6MllnriQh3pHDT2yOxuLL3R { top:7.3125rem;left:0rem;width:41.5rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btB0GnQpBb2EkuVKZ9VNqfAEdtsPEF5M { top:1.9375rem;left:0rem;width:27.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI4Vuyu9PqNECcXOcNPXeoQoAnhyWqC8 { top:15.8125rem;left:6.5rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmW8ROUEJ8dgoLUuPTnsLhcKxv3fxxc2 { top:3.625rem;left:0rem;width:27.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaK6rFfQNHCTK2t0Tu0omJVmrGN0DxEC { width:13.125rem;height:3.0625rem;top:14.375rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfP5yuNgT6bTyd1BToBBUv2nmfc4glip { display:block; }
 }@media only screen and (max-width: 763px) { #e0GWk2zGeszl0ZDi4AsR9TU8lXMw3VQG { width:1.6875rem;height:1.6875rem;top:16.25rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDfiTLcv4hP9vsxTeHIH4fa54LEoStAX { width:1.6875rem;height:1.6875rem;top:16.25rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKKsLhL0fL2RgskHrFERoQAbA7HHTwW5 { width:1.6875rem;height:1.6875rem;top:16.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO { display:block; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3hnxqf0ITkVOpR0AAr3J6sTlCEOOm9n { top:0rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK { top:0rem;left:34.5rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmaz1hvCrFsxGd13WM0Tt83QqGAqJgT0 { top:7.375rem;left:0rem;width:38.8125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6698bwr5nBRvSfbz8sAkzeTptqf7AyQ { top:1.9375rem;left:0rem;width:27.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCNT04pw4SpKigKImnevhdoJMVBcSQ9e { top:15.8125rem;left:22.375rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QttdymdiIueqXRmx4RtR0gWPvuWHTJcq { top:3.625rem;left:0rem;width:27.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQpuc7AQDNAzETusZzoSMO3lVUHNLb5M { width:13.125rem;height:3.0625rem;top:14.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvesI0n9iKwekSQy1WCoAimXFdx2NzqW { display:block; }
 }@media only screen and (max-width: 763px) { #nTWwbTHGDzFFHt806oyMfDAUp7z0dwUa { width:1.6875rem;height:1.6875rem;top:16.4375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg363NKP37OcBFHHD3aEBu1tBNx0TTiM { width:1.6875rem;height:1.6875rem;top:16.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX6UodXi2KnpXQdn8Dpwm9MPbNuOAef0 { width:1.6875rem;height:1.6875rem;top:16.375rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb { display:block; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onMCNJTlols0Ts3wc0BmZ8nw25hH6tbl { top:0rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LluPXhNQiV4e2lhLmx53BDrinQEieNIN { top:0rem;left:1rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfND6yoQar3PanS7t149xxRqgZEsNf00 { top:7.3125rem;left:0rem;width:41.5rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnOgO3bxZCo5lATnfiBziyLz7eKK4Di2 { top:1.9375rem;left:0rem;width:27.5rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nobTXXg402nd2EkQQ2BrgTtC7RT86ZAr { top:15.8125rem;left:6.5rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4zZils76Dpq1ox6OZdexkyukmaiNT7E { top:3.625rem;left:0rem;width:27.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqHHpl1MnFZ5y5olMlC9deQfUAKoCufq { width:13.125rem;height:3.0625rem;top:14.375rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2g2n3Q6DKIHm1MlmzltmEBLO4x4GpV5 { display:block; }
 }@media only screen and (max-width: 763px) { #epZsJsrspR44kmBmamrigpd8G5GqAS9b { width:1.6875rem;height:1.6875rem;top:16.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO0bu6nZhbqpE2e6f6TCiQGX0bBLIHQX { width:1.6875rem;height:1.6875rem;top:16.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #py1ZB5V7GdXdn1zthXIXB5MtutsoKAOm { width:1.6875rem;height:1.6875rem;top:16.375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { display:block; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 { width:18.5rem;height:5.1875rem;display:flex;top:0.875rem;left:9.93994140625rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #t02J8CzTV8CzBPR2dTrOW29zAeF11Qvu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #xrDgevvucaDrDmbwNu6PATIKPcaNqNM1 {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #QHysggUcdoWTbiDsPLKTsqnaRvF4e0cT {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #yT3PX7LSyvIRqyI1zScgcJS51WgTB5Al { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #zS2mfWTTGz0ouGl5nOGfIx6EPUa9nDex {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #SCWTTkIuAkLT5V3g6OyVnazIyJg0883u {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #EgIs9SZszybzNu5xaAXPXOfU8kU7qy5z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #dnavEIEC5cBqmsbx6rEM6vuRMXppI08J {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #GsTImGCWE0P5KtKOQV4yIcwMaLbi5xK4 {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #f719txdpMSK33s0v0aNK5WEuAo3ZtzIs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #ua39nVEio66rVf4Q4hhTNWypZP33e1od {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #R1Hwb73PT8RFPDgbH5aJHxdRbD7HZ0AM {  }
 }@media only screen and (max-width: 763px) { #Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { top:0rem;left:6.9375rem;width:33.875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { top:3.5rem;left:13.593751907349rem;width:20.5625rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { width:18.125rem;height:3.75rem;top:15.9375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block; }
 }@media only screen and (max-width: 763px) { #xOMLmeOIDauZUsHMbbK2C26xW8i9FebL { top:26.125rem;left:13.593751907349rem;width:20.5625rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { display:block; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y12ETZc74W1yzbrwlr19dXPvEywuBaCn { top:6.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBGGrI6EDbHb27IehNgT22L6IxLEaU06 { top:10.9375rem;left:10.062501907349rem;width:27.625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { top:1.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { top:20.125rem;left:12.5625rem;width:22.125rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL { display:block; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { top:3.875rem;left:2.5625rem;width:10.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { top:3.3125rem;left:18.4375rem;width:10.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { top:3.875rem;left:35.09375rem;width:10.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { top:16.125rem;left:0.5625rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { top:16.125rem;left:29.1875rem;width:18.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { top:15.5625rem;left:16.843751907349rem;width:13.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { top:20.0625rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { top:21.25rem;left:32.25rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZM9miSLSd1ETVuBbKsV2aIwZHOAb7L3 { width:13rem;height:3.75rem;top:27.75rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTtnTubruKadBJwG2X1uFcP0TXdBLZl { display:block; }
 }@media only screen and (max-width: 763px) { #Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { top:1.875rem;left:0rem;width:22.125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZmLnbUZxI7t8NAq0hS044vesSe925A0 { top:2.0625rem;left:9.125rem;width:22.125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { top:21.25rem;left:0.25rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { top:12.5625rem;left:0rem;width:26.5625rem;height:10.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiNAmkJkQEdeRkJPyQ72d9OTh5gxc4H9 { top:10.125rem;left:0rem;width:23.3125rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { top:3.9375rem;left:20.625rem;width:27.125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { width:19.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-textarea { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-checkbox-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { width:19.3125rem;height:auto;top:15.25rem;left:25.843751907349rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { width:19.3125rem;height:auto;top:15.25rem;left:25.843751907349rem; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #nmvqHrCJrCktHwycR6rvF0yS06WG5RJN {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #wcoWTxmegyBET9gIfxMQE6VD0QkuNvlH {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9G0dBZRSBORK4W0kHTEmgoL1Ji5VUZ {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP { width:18.5rem;height:5.1875rem;display:flex;top:0.875rem;left:9.93994140625rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #tEf1EKTTx1FrA44Wk43J0Vc5tHhbENTm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #BgwTo31R6FyqzRF6LTJXKQ0ME0EBePIm {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #TRP4Vzd4k4IFvEKhpbtqJJId1lRfVSNZ {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #AT4gCIUEDfk1uo9Br6RxaElGdmQQngOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #aV1ztwAfrVHeMhoqRGcZFboGrIXCAGw5 {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #EFrVsaiw0rFHqNmHnCsDO0mp56PryWyu {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #GE9sEWkpyumQp3em4DonsWzhTJpry81f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #T8rmyya3M9KrZkSBWDSEIg8h34cuUk5H {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #UTo67Ny2ptpxCP9JzLGcHZ8B1M8yeeGp {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #NrP7gu04DxCaBnsvr8XyNOtcFBXAfcTf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #LKzXVZw0voX26FFuhwvuAM3DXyX2sDqM {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #eaKc3oI3S5zPFPJpmfh4i9pSZMLxJ2pT {  }
 }@media only screen and (max-width: 763px) { #mNnlFMqGsVxXg2tZHvbv3bd9vPLMz5Fg { top:6.125rem;left:26.281251907349rem;width:20.5625rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RToudbuuDpCEo53eHvlZ2mTp1AgsPbsg { top:4rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU { top:29.9375rem;left:8.34375rem;width:17rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2 { top:37.875rem;left:29.15625rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6lUEPftII4fQRzfqMVJr608sa1cdhON { width:19.375rem;height:1.7871125rem;top:1.8125rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { width:19rem;height:10.1045rem;top:8.5244140625rem;left:0.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { width:16.125rem;height:1.13720625rem;top:21rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { width:16.0625rem;height:16rem;top:23.625rem;left:3.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { width:20rem;height:13.5625rem;top:75.160159375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { width:6.4375rem;height:6.4375rem;top:49.722659375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { width:2.4375rem;height:2.4375rem;top:87.3935578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { width:15.1875rem;height:3.1875rem;top:22.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block; }
 }@media only screen and (max-width: 763px) { #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { width:4.0625rem;height:4.0625rem;top:91.0810578125rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { width:14.625rem;height:1.05615rem;top:7.15625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { width:20rem;height:2.5996125rem;top:2.640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { width:15.9375rem;height:6.171875rem;top:6.818359375rem;left:2.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { width:20rem;height:7.880875rem;top:0rem;left:0rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { width:5.6875rem;height:5.6875rem;top:13.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:2.8125rem;height:2.8125rem;top:14.8125rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { width:15.3125rem;height:4.8984375rem;top:10.5rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { width:10.375rem;height:2.51855625rem;top:7.125rem;left:4.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { width:10.375rem;height:2.51855625rem;top:25.5rem;left:4.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPqio42pTbSacmmJmPNxEzxIntlwpzfo { width:15.3125rem;height:4.8984375rem;top:28.875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { width:10.375rem;height:2.51855625rem;top:44rem;left:4.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV { width:15.3125rem;height:4.8984375rem;top:47.375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwQsyz0Z2HtcLMTHeFbKuuX1FcTZ5Unh { width:3rem;height:2.5625rem;top:3.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soORVpsfgb5RPb9NcuFrldC0bpdLqBgz { width:2.6875rem;height:2.5625rem;top:21.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLEuFzTyvN7pTUqGPriScHbnrNPodEea { width:2.875rem;height:2.625rem;top:39.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { width:17.625rem;height:16.3125rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { width:17.625rem;height:16.3125rem;top:19.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZM4fDsOTbc901X6v5s287m2JGEZVvbq { width:17.625rem;height:16.3125rem;top:38.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFJxsx5NpBsagkT7nuaTgRfbLRO4vQi { width:17.4375rem;height:3.75rem;top:56.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFOW9WhXIlSDNJS6dDs3mxNZD17Pukox { display:block; }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODZTeVdhvyhua54PJ0k4cqgCEAghTSqd { width:20rem;height:2.5996125rem;top:2.640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVdUvnI46Pk3dzCMmZlQAJSigCgNcATl { width:16.625rem;height:5.5234375rem;top:5.9375rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { width:20rem;height:7.880875rem;top:0rem;left:0rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK { display:block; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tm9eK2THNi2zMIbdfosLpm3svwyTpy1C { width:20rem;height:22rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #02edf3, #000131);background-image: -moz-linear-gradient(147deg, #02edf3, #000131);background-image: -ms-linear-gradient(147deg, #02edf3, #000131);background-image: -o-linear-gradient(147deg, #02edf3, #000131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );";background-image: linear-gradient(147deg, #02edf3, #000131);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uPhHCL7BDOsB8q6W8XnHTcTQh7P4za8F { width:5.25rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQRD4TK8Z6MllnriQh3pHDT2yOxuLL3R { width:18.6875rem;height:8.53125rem;top:10rem;left:0.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btB0GnQpBb2EkuVKZ9VNqfAEdtsPEF5M { width:12rem;height:1.7871125rem;top:0.875rem;left:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI4Vuyu9PqNECcXOcNPXeoQoAnhyWqC8 { width:9.375rem;height:0.1875rem;top:5.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmW8ROUEJ8dgoLUuPTnsLhcKxv3fxxc2 { width:12.5625rem;height:1.3808625rem;top:2.728515625rem;left:6.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaK6rFfQNHCTK2t0Tu0omJVmrGN0DxEC { width:13.125rem;height:3.0625rem;top:20.57861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfP5yuNgT6bTyd1BToBBUv2nmfc4glip { display:block; }
 }@media only screen and (max-width: 763px) { #e0GWk2zGeszl0ZDi4AsR9TU8lXMw3VQG { width:1.6875rem;height:1.6875rem;top:5.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDfiTLcv4hP9vsxTeHIH4fa54LEoStAX { width:1.6875rem;height:1.6875rem;top:6rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKKsLhL0fL2RgskHrFERoQAbA7HHTwW5 { width:1.6875rem;height:1.6875rem;top:6.0625rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO { display:block; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3hnxqf0ITkVOpR0AAr3J6sTlCEOOm9n { width:20rem;height:22rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK { width:5.25rem;height:7.875rem;top:1.625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmaz1hvCrFsxGd13WM0Tt83QqGAqJgT0 { width:18.6875rem;height:8.53125rem;top:11.375rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6698bwr5nBRvSfbz8sAkzeTptqf7AyQ { width:8rem;height:1.7871125rem;top:2.75rem;left:5.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCNT04pw4SpKigKImnevhdoJMVBcSQ9e { width:9.375rem;height:0.1875rem;top:7.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QttdymdiIueqXRmx4RtR0gWPvuWHTJcq { width:13.25rem;height:1.3808625rem;top:4.625rem;left:0.75rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DQpuc7AQDNAzETusZzoSMO3lVUHNLb5M { width:13.125rem;height:3.0625rem;top:21.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvesI0n9iKwekSQy1WCoAimXFdx2NzqW { display:block; }
 }@media only screen and (max-width: 763px) { #nTWwbTHGDzFFHt806oyMfDAUp7z0dwUa { width:1.6875rem;height:1.6875rem;top:7.9375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg363NKP37OcBFHHD3aEBu1tBNx0TTiM { width:1.6875rem;height:1.6875rem;top:7.875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX6UodXi2KnpXQdn8Dpwm9MPbNuOAef0 { width:1.6875rem;height:1.6875rem;top:7.875rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb { display:block; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onMCNJTlols0Ts3wc0BmZ8nw25hH6tbl { width:20rem;height:22rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LluPXhNQiV4e2lhLmx53BDrinQEieNIN { width:5.25rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfND6yoQar3PanS7t149xxRqgZEsNf00 { width:18.6875rem;height:8.53125rem;top:9.9375rem;left:0.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnOgO3bxZCo5lATnfiBziyLz7eKK4Di2 { width:9.5rem;height:1.7871125rem;top:0.875rem;left:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nobTXXg402nd2EkQQ2BrgTtC7RT86ZAr { width:9.375rem;height:0.1875rem;top:5.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4zZils76Dpq1ox6OZdexkyukmaiNT7E { width:9.875rem;height:1.29980625rem;top:2.75rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqHHpl1MnFZ5y5olMlC9deQfUAKoCufq { width:13.125rem;height:3.0625rem;top:20.12255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2g2n3Q6DKIHm1MlmzltmEBLO4x4GpV5 { display:block; }
 }@media only screen and (max-width: 763px) { #epZsJsrspR44kmBmamrigpd8G5GqAS9b { width:1.6875rem;height:1.6875rem;top:6.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO0bu6nZhbqpE2e6f6TCiQGX0bBLIHQX { width:1.6875rem;height:1.6875rem;top:6rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #py1ZB5V7GdXdn1zthXIXB5MtutsoKAOm { width:1.6875rem;height:1.6875rem;top:5.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { display:block; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-text.counter-number { padding-top:0.4rem;padding-right:0.3625rem;padding-bottom:0.4rem;padding-left:0.3625rem;width:2.17625rem;min-width:2.17625rem;height:2.15rem;font-size:1.599375rem;line-height:34.4px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.069375rem solid #ffffff;border-right:0.07125rem solid #ffffff;border-bottom:0.069375rem solid #ffffff;border-left:0.07125rem solid #ffffff; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.901875rem;height:0.849375rem;font-size:0.6rem;line-height:13.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 { width:16.1875rem;height:4.188125rem;display:flex;top:5rem;left:2.291015625rem;z-index:15003;padding-top:0.05rem;padding-right:0.051875rem;padding-bottom:0.05rem;padding-left:0.051875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #t02J8CzTV8CzBPR2dTrOW29zAeF11Qvu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #xrDgevvucaDrDmbwNu6PATIKPcaNqNM1 {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #QHysggUcdoWTbiDsPLKTsqnaRvF4e0cT {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #yT3PX7LSyvIRqyI1zScgcJS51WgTB5Al { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #zS2mfWTTGz0ouGl5nOGfIx6EPUa9nDex {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #SCWTTkIuAkLT5V3g6OyVnazIyJg0883u {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #EgIs9SZszybzNu5xaAXPXOfU8kU7qy5z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #dnavEIEC5cBqmsbx6rEM6vuRMXppI08J {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #GsTImGCWE0P5KtKOQV4yIcwMaLbi5xK4 {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #f719txdpMSK33s0v0aNK5WEuAo3ZtzIs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #ua39nVEio66rVf4Q4hhTNWypZP33e1od {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #R1Hwb73PT8RFPDgbH5aJHxdRbD7HZ0AM {  }
 }@media only screen and (max-width: 763px) { #Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { width:20rem;height:14.8125rem;top:0rem;left:-0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { width:20rem;height:2.1933625rem;top:1.68701171875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { width:14.5rem;height:3.75rem;top:12.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block; }
 }@media only screen and (max-width: 763px) { #xOMLmeOIDauZUsHMbbK2C26xW8i9FebL { width:20rem;height:1.05615rem;top:20.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { display:block; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y12ETZc74W1yzbrwlr19dXPvEywuBaCn { width:20rem;height:2.5996125rem;top:2.640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBGGrI6EDbHb27IehNgT22L6IxLEaU06 { width:15.9375rem;height:5.5234375rem;top:6.875rem;left:2.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { width:20rem;height:7.880875rem;top:0rem;left:0rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { width:20rem;height:29.3125rem;top:16.210425rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL { display:block; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { width:20rem;height:91.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { width:10.75rem;height:11.0625rem;top:3.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { width:10.75rem;height:11.0625rem;top:31.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { width:10.75rem;height:11.0625rem;top:58.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { width:18.4375rem;height:4.548825rem;top:15.0625rem;left:0.78125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { width:17.375rem;height:4.548825rem;top:70.625rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { width:13.0625rem;height:4.548825rem;top:43.25rem;left:3.46875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { width:19.875rem;height:3.89941875rem;top:49.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { width:15.375rem;height:3.8994125rem;top:76.1875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZM9miSLSd1ETVuBbKsV2aIwZHOAb7L3 { width:13rem;height:3.75rem;top:83.77392578125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTtnTubruKadBJwG2X1uFcP0TXdBLZl { display:block; }
 }@media only screen and (max-width: 763px) { #Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { width:19.625rem;height:25.25rem;top:1.02392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZmLnbUZxI7t8NAq0hS044vesSe925A0 { width:19.5rem;height:25.25rem;top:56.64892578125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { width:15.375rem;height:3.8994125rem;top:20.67919921875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { width:19rem;height:5.5rem;top:5.4375rem;left:0.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiNAmkJkQEdeRkJPyQ72d9OTh5gxc4H9 { width:16.125rem;height:1.21875rem;top:3.71875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { width:19.875rem;height:35rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { width:17.5rem;height:auto;top:25rem;left:0rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { width:17.5rem;height:auto;top:25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #nmvqHrCJrCktHwycR6rvF0yS06WG5RJN {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #wcoWTxmegyBET9gIfxMQE6VD0QkuNvlH {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9G0dBZRSBORK4W0kHTEmgoL1Ji5VUZ {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP { width:18.5rem;height:5.1875rem;display:flex;top:18.5rem;left:0.6875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #tEf1EKTTx1FrA44Wk43J0Vc5tHhbENTm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #BgwTo31R6FyqzRF6LTJXKQ0ME0EBePIm {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #TRP4Vzd4k4IFvEKhpbtqJJId1lRfVSNZ {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #AT4gCIUEDfk1uo9Br6RxaElGdmQQngOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #aV1ztwAfrVHeMhoqRGcZFboGrIXCAGw5 {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #EFrVsaiw0rFHqNmHnCsDO0mp56PryWyu {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #GE9sEWkpyumQp3em4DonsWzhTJpry81f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #T8rmyya3M9KrZkSBWDSEIg8h34cuUk5H {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #UTo67Ny2ptpxCP9JzLGcHZ8B1M8yeeGp {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #NrP7gu04DxCaBnsvr8XyNOtcFBXAfcTf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #LKzXVZw0voX26FFuhwvuAM3DXyX2sDqM {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #eaKc3oI3S5zPFPJpmfh4i9pSZMLxJ2pT {  }
 }@media only screen and (max-width: 763px) { #mNnlFMqGsVxXg2tZHvbv3bd9vPLMz5Fg { width:20rem;height:2.2744125rem;top:15rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RToudbuuDpCEo53eHvlZ2mTp1AgsPbsg { width:20rem;height:2.5996125rem;top:35.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU { width:14.6875rem;height:11.6875rem;top:45.3125rem;left:5.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b65a5d47-38f5-4045-b818-bac788d4ce93/14.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.adaptive-delivery-prevent-bg, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyload, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2 { width:5.5625rem;height:5.5625rem;top:86.5996125rem;left:7.1875rem;display:none; }
 }