.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Mcjg1zhX/zan_0WzeC6JtbHU_unsplash.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#dceTWhZZqKbGT1AyS4403JE1fciEhqwy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container { display: none; }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .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); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT { background-color:rgba(255,255,255,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { background-color: transparent; background-image: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .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); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { border-width: 0; border-radius: 0; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { width:960px;height:802px;font-size:14px;font-family:arial;position:relative;display:block; }#lQo3eOWSdlESpfAzgD5MwtIJye94uEkN { color:#1b202c;display:block;width:960px;position:absolute;font-family:lato;font-size:54px;font-weight:400;z-index:100000;line-height:1.2;letter-spacing:0;top:220px;left:0px;height:129.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aXXW3MUttGQcSMsHF5WfaTHlNdC3nJQu { color:#41c0f0;display:block;width:600px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;text-shadow:3px 3px 50px #000010;top:155px;left:180px;height:28px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#emkbcJCb2f9GnbSU22aAyR2Qbx7Wbq3I { position:absolute;display:block;z-index:100009;background-color:#00b0ff;background-image:none;background-position:top left !important;background-repeat: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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 30px rgba(0,0,0,0.2) ;height:94px;width:429px;top:454px;left:266px;display:block; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:"open sans";font-size:52px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:82px;height:15px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:430px;height:115px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:452px;left:265px;z-index:100011;display:block; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz #Oh4XK43xzZ9N3h57fM1R3A4Nar7ZyT3F { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz #H8uddQiGJBHuPZvhUEOP8B3T1UlwBMtR { display:block; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz #CCNFoSfIOkHkTAGVuhQ0Ux6THoONpRcD { display:block; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz #SBss5kuyr5VS5Qv8TSZ2C7FqOMBFl8ET { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz #VNaHptVRxw2yT0OE1U4HGFkso5qXUHQ7 { display:block; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz #oGoSLFLvFRbsx7keDlIIroZCl4eqLiMm { display:block; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz #XrrOMCNLIlQPxDPvLpImkAx3SKIQT37O { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz #OTA8qv9KcwfJrll6gBnTJhe6RpUxSb2z { display:block; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz #tJ6fK03TxZFyvhpEa4LfRrM9oTcf3sDp { display:block; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz #cRI1IrrWwmb27FkCFG0WIGBa12FV3RGO { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz #b7yuyPZO1OCluECvl4FKVhfyn3OfmSAU { display:block; }
#VEBPuVg7nuT471gsPAa7P6GtFc2md2Bz #WRc0Jup9TzK63nqdGxmo2xklIObttsKh { display:block; }
#hIrNBLWSsQzebwSXhO4LlM2GuewoudQv { background-color:#21cd8a;background-image:none;background-position:top left !important;background-repeat: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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 15px 25px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:428px;height:60px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:584px;left:266px;display:block; }
#OC8BDA8Vz1yOecdJi7DohDffOfh7JTtE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#NmMoACukurbTBt5H57zzsVBdZ0xEH4G3 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42px;width:131px;top:58px;left:414.5px;overflow:hidden;display:block; }
#MVTSQbUhGyUokBnOLSldMGwASs9CFi5S { color:#1b202c;display:block;width:86px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100017;line-height:1.2;letter-spacing:0;top:381.39999389648px;left:510.00003051758px;height:19.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZOzuAVs5M4GF40F5sNU30OB10TXZHpbC { position:absolute;display:block;z-index:100018;background-color:#1b202c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32px;width:2px;top:375px;left:509.00003051758px;display:block; }
#iL0OaETtAN7kMkoVdqpmPHel7TIn5E6z { color:#1b202c;display:block;width:129px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100016;line-height:1.2;letter-spacing:0;top:383px;left:364.00003051758px;height:19.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CuKQ58IHOaTsV96GNPTdTxkI0cvaNfVU { box-sizing:content-box;color:#1b202c;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:372.60000610352px;left:314.00003051758px;display:block; }
#tswyLglcNO87y4WHM0VAJVBNNP669ABW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b202c;background-image:none;position:relative;display:block; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container { background-color: transparent; background-image: none; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container > .video-iframe-container { display: none; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row > .video-iframe-container { display: none; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .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); }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container { border-width: 0; border-radius: 0; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container { font-size:14px;font-family:arial;height:131px;width:960px;position:relative;display:block; }#zzpg9DT78apQSGAznKcX25JdzMTo9OTa { color:#ffffff;display:block;width:960px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:70px;left:0px;height:43.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b202c;background-image:none;position:relative;display:block; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container { background-color: transparent; background-image: none; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container > .video-iframe-container { display: none; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row > .video-iframe-container { display: none; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .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); }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container { border-width: 0; border-radius: 0; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container { font-size:14px;font-family:arial;height:487px;width:960px;position:relative;display:block; }#Q2WiNMNMVTkDEv2BWsCelBNT5aQqdgw7 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/otqV9PNn/NorbertRyciakOK.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:8px solid #41c0f0;border-left:8px solid #41c0f0;border-right:8px solid #41c0f0;border-bottom:8px solid #41c0f0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:331px;width:331px;top:31px;left:73px;display:block; }
#Q2WiNMNMVTkDEv2BWsCelBNT5aQqdgw7.adaptive-delivery-prevent-bg { background-image: none; }
#NHdoqLHIxGV3D75a0Z4yM72URWIlXKo4 { position:absolute;display:block;z-index:99999;background-color:rgba(12,20,23,0.2);background-image:none;background-position:top left !important;background-repeat: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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:200px;width:200px;top:0px;left:0px;display:block; }
#E6kr9Bl60iK5MxcrLRkCEz3RduaSmhm9 { position:absolute;display:block;z-index:99998;background-color:rgba(12,20,23,0.2);background-image:none;background-position:top left !important;background-repeat: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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:200px;width:200px;top:237px;left:262px;display:block; }
#lT0S4gpgJgqQFudVF6TsqVaamy4KtVXI { color:#ffffff;display:block;width:420px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:105px;left:540.00003051758px;height:371.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TqxehmtiAdO9e6hbuu0IWFq9Dn7gRFl7 { color:#41c0f0;display:block;width:420px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:43px;left:540px;height:19.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aCcQ2pNQri3yobPbaLw2ziFzJtFoOnfH { color:#ffffff;display:block;width:420px;position:absolute;font-family:lato;font-size:28px;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:63px;left:539px;height:33.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row .container { background-color: transparent; background-image: none; }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row .container > .video-iframe-container { display: none; }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row > .video-iframe-container { display: none; }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .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); }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row .container { border-width: 0; border-radius: 0; }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row .container { font-size:14px;font-family:arial;height:267px;width:960px;position:relative;display:block; }#Kp8aacl0TaPuKtpBJQmra1pz15rT5b5Z { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:35px;left:0px;height:43.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iEkd956hGXxWzTnTuNp538SA0DQa2NKr { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:83.887512207031px;left:0px;height:194.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row .container { background-color: transparent; background-image: none; }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row .container > .video-iframe-container { display: none; }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row > .video-iframe-container { display: none; }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .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); }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row .container { border-width: 0; border-radius: 0; }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row .container { font-size:14px;font-family:arial;height:330px;width:960px;position:relative;display:block; }#P2teEG53oJSFFAV0Q6qTn34KCKelx4zA { position:absolute;display:block;z-index:100001;background-color:#41c0f0;background-image:none;background-position:top left !important;background-repeat: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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:120px;width:120px;top:11px;left:258px;display:block; }
#Hs7g2JUNJOIeRfHWgsJWUo6k4lvqcQ75 { box-sizing:content-box;color:#ffffff;font-size:42px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:41px;left:288px;display:block; }
#hRPRNkAi45OGtaTzlMlWEhtJzmWsAapp { color:#424242;display:block;width:302px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:151px;left:167px;height:168px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XrPgkX8e5N2xsSnpDPxPLpcmvSebh2AB { position:absolute;display:block;z-index:100007;background-color:#41c0f0;background-image:none;background-position:top left !important;background-repeat: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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:120px;width:120px;top:11px;left:580px;display:block; }
#oz6eKco4QegwT9vmLupaWzBavoX8TF81 { box-sizing:content-box;color:#ffffff;font-size:42px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:41px;left:610px;display:block; }
#qvN2gvbZ926E4x86tOBHt03V6a4W2VRd { color:#424242;display:block;width:230px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:151px;left:525.00003051758px;height:96px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cLTuq0DNnX8QXbCuMVAStlymTaSnfQXR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#41c0f0;background-image:none;position:relative;display:block; }#cLTuq0DNnX8QXbCuMVAStlymTaSnfQXR > .row .container { background-color: transparent; background-image: none; }#cLTuq0DNnX8QXbCuMVAStlymTaSnfQXR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cLTuq0DNnX8QXbCuMVAStlymTaSnfQXR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cLTuq0DNnX8QXbCuMVAStlymTaSnfQXR > .row .container > .video-iframe-container { display: none; }#cLTuq0DNnX8QXbCuMVAStlymTaSnfQXR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cLTuq0DNnX8QXbCuMVAStlymTaSnfQXR > .row > .video-iframe-container { display: none; }#cLTuq0DNnX8QXbCuMVAStlymTaSnfQXR > .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); }#cLTuq0DNnX8QXbCuMVAStlymTaSnfQXR > .row .container { border-width: 0; border-radius: 0; }#cLTuq0DNnX8QXbCuMVAStlymTaSnfQXR > .row .container { font-size:14px;font-family:arial;height:220px;width:960px;position:relative;display:block; }#cSu1TEmS1HmxLJreNeEI685CeWE3PLPy { color:#ffffff;display:block;width:138px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:150px;left:21px;height:28.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cghP0fycG5vamkTsdOqw5XV3impbXTdo { color:#ffffff;display:block;width:172px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:150px;left:234px;height:28.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aGB7gZZV4p0iJwCs9bPgQkgPfkTeVeUz { color:#ffffff;display:block;width:103px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;top:150px;left:503px;height:28.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TyBrQWLQ95VHtmxSKGzSrore6yog7DSo { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 15px 25px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#21cd8a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:260px;height:60px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:80px;left:700px;display:block; }
#rZkVfoaHZ8fWA6qJ9R7uIiHcWmi8y1Td { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Rw7bS42IKTtU8u17Irza3stBUqnow0Mt { box-sizing:content-box;color:#ffffff;font-size:51px;font-weight:400;line-height:1;height:73px;width:73px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:61px;left:53.5px;display:block; }
#vvSGSnpGI630TKmpBKhGMyW5JmtTDeDx { box-sizing:content-box;color:#ffffff;font-size:64px;font-weight:400;line-height:1;height:92px;width:92px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:49px;left:270px;display:block; }
#L7T0zdLQLvKZGZzkKLqJw7ZXcJsULF83 { box-sizing:content-box;color:#ffffff;font-size:60px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:55px;left:511.5px;display:block; }
#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container { background-color: transparent; background-image: none; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container > .video-iframe-container { display: none; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row > .video-iframe-container { display: none; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .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); }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container { border-width: 0; border-radius: 0; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container { font-size:14px;font-family:arial;height:187px;width:960px;position:relative;display:block; }#qCTyq47sJSWAQC80fTIZZWCrd6HLb4Ie { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:74px;left:0px;height:43.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row .container { background-color: transparent; background-image: none; }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row .container > .video-iframe-container { display: none; }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row > .video-iframe-container { display: none; }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .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); }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row .container { border-width: 0; border-radius: 0; }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row .container { font-size:14px;font-family:arial;height:324px;width:960px;position:relative;display:block; }#eT6KK55IRlS17UoHTwxP30Wx53B0ttnB { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 0 15px 25px rgba(0,0,0,0.15) ;height:75px;width:75px;top:20px;left:19px;display:block; }
#XzbMNFRG6aw1PtM26ttCbKidg7nhAov7 { color:#000000;display:block;width:185px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:47px;left:117px;height:24px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X963v85J18QNyyodSwazRhnxiQBFwXXe { color:#41c0f0;display:block;width:185px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:85px;left:117px;height:201.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#viVbPmGRJ27hqQqkbudKcR09HiJ4i6Nk { box-sizing:content-box;color:#21cd8a;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:38px;left:36px;display:block; }
#q2JbIi00WseFZrWNFAJVlzznl0x0Tqqa { color:#41c0f0;display:block;width:185px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:85px;left:437px;height:156.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HSqpvM8P9fKPZKuTZyK1vyUCqLTeefqV { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 0 15px 25px rgba(0,0,0,0.15) ;height:75px;width:75px;top:20px;left:339px;display:block; }
#z63UuZlKzOaWuP7d2FB0o7BdtQ5O9ah4 { color:#000000;display:block;width:185px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:47px;left:437px;height:24px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sD7lD63OVDn2me9lcZaiomeWVXnXcEZe { box-sizing:content-box;color:#21cd8a;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:38px;left:356px;display:block; }
#Se7e0UtJPdwIF2OBB0LhaTw3Do3nn59X { color:#41c0f0;display:block;width:185px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100012;line-height:1.4;letter-spacing:0;top:85px;left:757px;height:112px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ELNuA3rJ05JFGU0pGSMcCWrMTzSle2MF { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 0 15px 25px rgba(0,0,0,0.15) ;height:75px;width:75px;top:20px;left:659px;display:block; }
#PW9m0Ehv3CK39XhU7vvVSEBDT43TVygB { color:#000000;display:block;width:185px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:47px;left:757px;height:24px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#da5etGwxsFn07eq0C3eOeH0yFLgDSvIt { box-sizing:content-box;color:#21cd8a;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:38px;left:676px;display:block; }
#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b202c;background-image:none;position:relative;display:block; }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row .container { background-color: transparent; background-image: none; }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row .container > .video-iframe-container { display: none; }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row > .video-iframe-container { display: none; }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .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); }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row .container { border-width: 0; border-radius: 0; }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row .container { font-size:14px;font-family:arial;height:215px;width:960px;position:relative;display:block; }#aCP8xsapeTNiWUPNfDqVT0IKfZiHhTau { color:#ffffff;display:block;width:960px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:70px;left:0px;height:43.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OCUAwQfgSEuexNq6VUPWWODLluq1Z3N9 { color:#00b0ff;display:block;width:960px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:125px;left:0px;height:43.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RmGvh3L6TLLuTmk5M36XO1IXZxBQtlzU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b202c;background-image:none;position:relative;display:block; }#RmGvh3L6TLLuTmk5M36XO1IXZxBQtlzU > .row .container { background-color: transparent; background-image: none; }#RmGvh3L6TLLuTmk5M36XO1IXZxBQtlzU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RmGvh3L6TLLuTmk5M36XO1IXZxBQtlzU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RmGvh3L6TLLuTmk5M36XO1IXZxBQtlzU > .row .container > .video-iframe-container { display: none; }#RmGvh3L6TLLuTmk5M36XO1IXZxBQtlzU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RmGvh3L6TLLuTmk5M36XO1IXZxBQtlzU > .row > .video-iframe-container { display: none; }#RmGvh3L6TLLuTmk5M36XO1IXZxBQtlzU > .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); }#RmGvh3L6TLLuTmk5M36XO1IXZxBQtlzU > .row .container { border-width: 0; border-radius: 0; }#RmGvh3L6TLLuTmk5M36XO1IXZxBQtlzU > .row .container { font-size:14px;font-family:arial;height:249px;width:960px;position:relative;display:block; }#TRvLF4qGKsMAB8ccUL8OEBoZl8Z3ohHU { color:#21cd8a;display:block;width:376px;position:absolute;font-family:lato;font-size:27px;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:70px;left:53px;height:64px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#REiuRdUBShK197th1e1E22ktwA5d85Ao { color:#424242;display:block;width:116px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:41px;left:53px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X1uOAhSR0aMbOtoREr1RTPebxNCyXo2n { position:absolute;display:block;z-index:100016;background-color:#424242;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:32px;top:138px;left:180.5px;display:none; }
#a2vQQwTvNCOZATWrH6FXaa6QuayFfdkc { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:82px;left:501.00003051758px;display:block; }
#BpglCT2rgsZ5v16Pdf0BHwHU44LsLAIT { color:#ffffff;display:block;width:116px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:92.387512207031px;left:554.00003051758px;height:19.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LgNB5dmlBINcd5lDpauHiKPFV8STPtgX { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32px;width:2px;top:86px;left:702.50003051758px;display:block; }
#oxd5DzBsWixHJ65SgmkPHeKMtXoWCCCA { color:#ffffff;display:block;width:83px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100013;line-height:1.2;letter-spacing:0;top:92.387512207031px;left:720.98751831055px;height:19.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gbIz8EKffdBhIMT0FkIHh6eOCEsa5TSB { background-color:#41c0f0;background-image:none;background-position:top left !important;background-repeat: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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:147px;height:50px;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:70px;left:803px;display:block; }
#nISoDRL7R2BoKBlXEfE0v0UUwuVrm8kC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#wAZH1xscvqcF0wwWG1ndIqbKJVmrTPpt { position:absolute;display:block;z-index:100016;background-color:#424242;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:32px;top:138px;left:180.5px;display:none; }
#LRRN7JN8pguvUnmUA3MZS6FFG5GqSDLo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/fauSDcfG/pattern2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }
#LRRN7JN8pguvUnmUA3MZS6FFG5GqSDLo.adaptive-delivery-prevent-bg { background-image: none; }#LRRN7JN8pguvUnmUA3MZS6FFG5GqSDLo > .row .container { background-color: transparent; background-image: none; }#LRRN7JN8pguvUnmUA3MZS6FFG5GqSDLo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LRRN7JN8pguvUnmUA3MZS6FFG5GqSDLo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LRRN7JN8pguvUnmUA3MZS6FFG5GqSDLo > .row .container > .video-iframe-container { display: none; }#LRRN7JN8pguvUnmUA3MZS6FFG5GqSDLo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LRRN7JN8pguvUnmUA3MZS6FFG5GqSDLo > .row > .video-iframe-container { display: none; }#LRRN7JN8pguvUnmUA3MZS6FFG5GqSDLo > .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); }#LRRN7JN8pguvUnmUA3MZS6FFG5GqSDLo > .row .container { border-width: 0; border-radius: 0; }#LRRN7JN8pguvUnmUA3MZS6FFG5GqSDLo > .row .container { font-size:14px;font-family:arial;height:532px;width:960px;position:relative;display:block; }#f1f0BlzQid87LsplZHMh7RX0WUd2m9gO { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 15px 30px rgba(0,0,0,0.2) ;height:314px;width:410px;top:100px;left:0px;display:block; }
#D6tnLcwm5CVAWhTOxibhisHlvfuFzSPp { color:#000000;display:block;width:303px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:192px;left:53.5px;height:148px;text-align:left;text-align-last:left;font-style:italic;display:block; }
#WmheKWtnmaHfKMoqkTl2t6tw49MKDSoK { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 15px 30px rgba(0,0,0,0.2) ;height:314px;width:410px;top:106px;left:550px;display:block; }
#N0rmRwiwE4PtPXuVDPT7OuGZg04iWlzF { color:#000000;display:block;width:303px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:201.60000610352px;left:603.50003051758px;height:118.4px;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dHO3w0V4hwmCTyQ8XJm0nccDTxCXwClq { box-sizing:content-box;color:#41c0f0;font-size:95px;font-weight:400;line-height:1;height:137px;width:137px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:44px;left:21.5px;display:block; }
#NQnBp0e5ILBA0SsE4HgzhMV3CUTzvZQv { box-sizing:content-box;color:#41c0f0;font-size:95px;font-weight:400;line-height:1;height:137px;width:137px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:44px;left:568.5px;display:block; }
#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(33,205,138,0.77);background-image:none;position:relative;display:block; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container { background-color: transparent; background-image: none; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container > .video-iframe-container { display: none; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row > .video-iframe-container { display: none; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .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); }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container { border-width: 0; border-radius: 0; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container { font-size:14px;font-family:arial;height:410px;width:960px;position:relative;display:block; }#Xf2OgP8n0VP5DcIylTZilN2Qby22Lnsv { color:#ffffff;display:block;width:960px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:86px;left:0px;height:43.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UiuEOXqzQ4RNcHo1oTrmyT3zuGB85Mu9 { color:#ffffff;display:block;width:960px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:142px;left:0px;height:21.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KKHLid1iTJZZkVu4MZ3cbsVIU6yJGaSb { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:65px;top:232px;left:362px;overflow:hidden;display:block; }
#TGyOPN0RX42oJCItOkgp4Q8DSrQ6Zg54 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:65px;top:232px;left:449px;overflow:hidden;display:block; }
#qNww86yx4JKTVp2ilHT1ynd5y0g5bT0a { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:65px;top:232px;left:537px;overflow:hidden;display:block; }
#geQfVekRIiMBfr2TsAHUQGNOvaQQvUbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#geQfVekRIiMBfr2TsAHUQGNOvaQQvUbu > .row .container { background-color: transparent; background-image: none; }#geQfVekRIiMBfr2TsAHUQGNOvaQQvUbu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geQfVekRIiMBfr2TsAHUQGNOvaQQvUbu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geQfVekRIiMBfr2TsAHUQGNOvaQQvUbu > .row .container > .video-iframe-container { display: none; }#geQfVekRIiMBfr2TsAHUQGNOvaQQvUbu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geQfVekRIiMBfr2TsAHUQGNOvaQQvUbu > .row > .video-iframe-container { display: none; }#geQfVekRIiMBfr2TsAHUQGNOvaQQvUbu > .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); }#geQfVekRIiMBfr2TsAHUQGNOvaQQvUbu > .row .container { border-width: 0; border-radius: 0; }#geQfVekRIiMBfr2TsAHUQGNOvaQQvUbu > .row .container { font-size:14px;font-family:arial;height:1182px;width:960px;position:relative;display:block; }#dei418bXW49tqqafRsNmSXswUvtvDG8N { position:absolute;display:block;z-index:100010;height:726px;width:738px;top:52px;left:111px;display:block; }
