.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: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/djxufmqF/komiksy_1_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:675px;width:960px;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#W7t4g9cenPhIGuhu7uxWAScazStmMBui { color:#ffffff;display:block;width:520px;position:absolute;font-family:comfortaa;font-size:44px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:131px;left:44px;height:;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; }
#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT { color:#fafbff;display:block;width:445px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:359px;left:471px;height:246px;font-style:normal;display:block; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:not(:first-child){ padding-top:30px;padding-right:0;padding-bottom:0;padding-left:0; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
#B9LblelQk9hiN4MTIR8ZBvRGFfJyzSzp { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26px;width:145px;top:60px;left:790px;overflow:hidden;display:block; }
#dnweNHTSVkBdMOtC4dBy1ySCuaV4Uwma { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82px;width:430px;display:none; }
#PW1kNc6M48bUnJAlwgEa52khuuoPm6Hm { position:absolute;display:block;z-index:99995;background-color:#100a25;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 15px rgba(251,253,255,0.5) ;height:55px;width:199px;top:246px;left:339px;display:block; }
#OwkOeBVdqc3sN3xKK3obI0in2VdMucZZ { position:absolute;display:block;z-index:99996;background-color:#04051e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 25px rgba(251,253,255,0.5) ;height:297px;width:482px;top:333px;left:452px;display:block; }
#Hoc0ANm8g3JiVDWStrTFpi3SgOoBiR9R { color:#0c3951;display:block;width:167px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:69px;left:173px;height:16px;display:block; }
#HVyv3f3J44os4QMJttbkvv4QIoGPbtB4 { color:#000000;display:block;width:167px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:69px;left:339px;height:16px;display:block; }
#sSP1rc81zESzyDbsp6GUECkeFGbexT93 { color:#000000;display:block;width:167px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:69px;left:473px;height:16px;display:block; }
#neeXIPhsXc50Ma6yzEUNW049tzMo2D2Q { position:absolute;display:block;z-index:99996;background-color:#bc0d0e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 15px rgba(251,253,255,0.5) ;height:26px;width:70px;top:452px;left:752px;display:block; }
#thafqLtUUETDA7bM1fGzAgvPZ6MWfQ0w { position:absolute;display:block;z-index:99997;background-color:#bc0d0e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 15px rgba(251,253,255,0.5) ;height:26px;width:70px;top:484px;left:608px;display:block; }
#TflmPTirlFJogiXhZu8GqIqe1gn32FmJ { color:#000000;display:block;width:167px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:69px;left:44px;height:16px;display:block; }
#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q { z-index:;position:relative;display:block; }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q { background-color: transparent; background-image: none; }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row .container > .video-iframe-container { display: none; }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row > .video-iframe-container { display: none; }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .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); }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q { border-width: 0; border-radius: 0; }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row .container { background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:469px;width:960px;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#HKSctKp6mVpy41MvwzmEWUK1Sw5W3NNm { color:#ffffff;display:block;width:447px;position:absolute;font-family:comfortaa;font-size:36px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 8px #f30f0f;top:44px;left:256.5px;height:;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;text-align:center;text-align-last:center;display:block; }
#N09qhTU8JRez7ya4Lp5u0rrSxrn8NHWD { color:#fafbff;display:block;width:784px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:114px;left:44px;height:184px;font-style:normal;display:block; }#N09qhTU8JRez7ya4Lp5u0rrSxrn8NHWD li:not(:first-child){ padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0; }#N09qhTU8JRez7ya4Lp5u0rrSxrn8NHWD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
#h2oh4o5sJCTzX9ahv8rRqu4kreOtGHGv { position:absolute;display:block;z-index:100001;background-color:#32ba15;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 15px rgba(251,253,255,0.5) ;height:31px;width:51px;top:113px;left:159.5px;display:block; }
#b2H531VQgg9blHxgk5E1MG8ed3LcFOkk { position:absolute;display:block;z-index:100002;background-color:#32ba15;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 15px rgba(251,253,255,0.5) ;height:31px;width:46px;top:215px;left:161.5px;display:block; }
#tyo1KAIzIAAq3CLUeu01p4m7xlyQcFLt { position:absolute;display:block;z-index:100003;background-color:#32ba15;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 15px rgba(251,253,255,0.5) ;height:31px;width:75px;top:163px;left:161.5px;display:block; }
#z1vwrQzXJT8D0bvs2mSlJIIJPkad4gk7 { position:absolute;display:block;z-index:100004;background-color:#32ba15;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 15px rgba(251,253,255,0.5) ;height:31px;width:70px;top:266px;left:159.5px;display:block; }
#IOb3Luoc2w2wHwpD7gDunlsfoage6P40 { position:absolute;display:block;z-index:99997;background-color:#04051e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 25px rgba(251,253,255,0.5) ;height:34px;width:832px;top:341px;left:44px;display:block; }
#mtasJA544rflq53oiRM5fJNpbDFa7G0r { color:#5fea2d;display:block;width:562px;position:absolute;font-family:comfortaa;font-size:22px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:344px;left:199px;height:;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; }
#cxyNSONCdced5ZSsSa1NvkMmW63kOils { background-color:#1db005;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:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:217px;height:55px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:398px;left:371.5px;display:block; }
#FrAXTkJQRbbyUx1xP2GmMp4hEaM5aVQt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#gPqsLuCvWXzf4owsMD81WZh2weUPwBPF { position:relative;display:block; }#gPqsLuCvWXzf4owsMD81WZh2weUPwBPF { background-color: transparent; background-image: none; }#gPqsLuCvWXzf4owsMD81WZh2weUPwBPF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPqsLuCvWXzf4owsMD81WZh2weUPwBPF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPqsLuCvWXzf4owsMD81WZh2weUPwBPF > .row .container > .video-iframe-container { display: none; }#gPqsLuCvWXzf4owsMD81WZh2weUPwBPF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPqsLuCvWXzf4owsMD81WZh2weUPwBPF > .row > .video-iframe-container { display: none; }#gPqsLuCvWXzf4owsMD81WZh2weUPwBPF > .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); }#gPqsLuCvWXzf4owsMD81WZh2weUPwBPF { border-width: 0; border-radius: 0; }#gPqsLuCvWXzf4owsMD81WZh2weUPwBPF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:877px;width:960px;position:relative;display:block; }#ycRahcqiGSP0GhQDxTTWq56bReayQwt3 { color:#ffffff;display:block;width:309px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:139px;left:624px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-form-header {  }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:312px;padding-top:0;padding-right:0;padding-bottom:5px;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; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #030404;border-left:1px solid #030404;border-right:1px solid #030404;border-bottom:1px solid #030404;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:312px;box-sizing:border-box;height:60px;color:#000000;font-size:16px;overflow:hidden;font-family:comfortaa;vertical-align:top;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-textarea { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #030404;border-left:1px solid #030404;border-right:1px solid #030404;border-bottom:1px solid #030404;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:312px;box-sizing:border-box;height:70px;color:#000000;font-size:16px;overflow:hidden;font-family:comfortaa;vertical-align:top;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:312px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-button { border-top-left-radius:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;background-color:#32ba15;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:69px;margin-bottom:4px;margin-left:67px;display:block;box-sizing:border-box;font-size:18px;font-weight:400;color:#f2f9ff;width:177px;height:58px;font-family:comfortaa;overflow:hidden;font-style:normal;box-shadow: 1px 1px 50px rgba(0,0,0,0.1) ; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 [class*="-text"]:-moz-placeholder { color:#3f3f3f;font-family:comfortaa;font-size:16px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 [class*="-text"]::-moz-placeholder { color:#3f3f3f;font-family:comfortaa;font-size:16px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 [class*="-text"]:-ms-input-placeholder { color:#3f3f3f;font-family:comfortaa;font-size:16px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 [class*="-text"]::-webkit-input-placeholder { color:#3f3f3f;font-family:comfortaa;font-size:16px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .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:"open sans";font-size:12px;font-weight:300;color:#ffffff;vertical-align:top;width:296px;overflow:hidden;font-style:normal;line-height:1.4; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-container { padding-top:7px;padding-right:0;padding-bottom:7px;padding-left:0;width:100%;font-size:0;height:auto; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-container:first-of-type{padding-top:0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-container:last-of-type{padding-bottom:0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:313px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;position:absolute;top:152px;left:602px; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:312px;display:block;vertical-align:top; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 {display:block;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:313px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;position:absolute;top:152px;left:602px; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #qJMTWHt58iHvds6zirvaSGBHG3quEyLf { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #U7pLut7hA9pVB0Tlu4rAa0KQHSUxuGye { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #MDPhzpFVsusFMT5x4DqgnZuQg3bcQgcx { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #k5gFHGdw9DgaJwIkv5bVPp79pb46nTV7 { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #P8hg0AaIao8VaTAs5JzA1RbfG9A009A0 { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #MSByXvK4vDHmNDNJhJ091hqlA8pBa7ic { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #aQSa6nvWEFUwRptWqQ6TED67mc4U9L4n { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #bEEM5DemcADJeKAaMkmpVFpG8yEm14Q8 { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #eLq1GaKdGiKOvW5nReoqurGFZ1Z85fHJ { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #tOG1So6QQTMbKclf05hlkqytEFWmnXsm { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #TfhhTlpIkcsRRDV0necFiJNeNB4kzSks { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #MbIcTmXrM4ZAoBkTrTLHVK5BVnsHFlgF { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #tmO5gKUAHUvTOzEvV5uEwbQV5V45H4mp { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #eXJCQklyZQ7B88rJhnW7AIzNiwOy63Qv { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #f5aFgX3mF4nZLwS0QvWH0FFrgLM5gTVw { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #KxqS7e4tZZbtTrvOtkOJRgyqgoHhDmL4 { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #oz6Gc3TyX8BnhOmdHUOuv6zVQaUTuZ6s { position:relative;z-index:2; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #hfBJAutIlPHQUmT0aFoFurmlr2dFiTsl { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #p0I3P48PIefANBHcnIEG0ZTATWhQ9oKS { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #w1WGNefaXKxyDmuI6cZro8cEgxpt2vya { position:relative; }
#FL7pCtpJFMJ4fWcr7gxBVWrQOHvOcNVu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:468px;width:591px;top:238px;left:11px;overflow:hidden;display:block; }
#u0J0q9myhDgUB09Tr4iO20oTqnyhc07g { color:#ffffff;display:block;width:447px;position:absolute;font-family:comfortaa;font-size:36px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 8px #fd0a0a;top:49px;left:256.5px;height:;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;text-align:center;text-align-last:center;display:block; }
#DIUmGlPZrDu7kirO6EAap7hy7Mh1QxMg { color:#5fea2d;display:block;width:562px;position:absolute;font-family:comfortaa;font-size:22px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:119px;left:11px;height:;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; }
#Jqzu5K8QZ53coakJmMC1riwduLzXJvfB { position:absolute;display:block;z-index:99997;background-color:#04051e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 25px rgba(251,253,255,0.5) ;height:634px;width:332px;top:119px;left:613px;display:block; }
#I0NcfhWMcuhEpkXB4IXNh2VG3Fk3CWdF { color:#5fea2d;display:block;width:740px;position:absolute;font-family:comfortaa;font-size:20px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:736px;left:11px;height:;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; }
#Kl4W3AhKRvQXQw1rAtBu3kmQB4VqasVb { color:#de0f0f;display:block;width:814px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 8px #ff0202;top:786px;left:11px;height:;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;text-align:left;text-align-last:left;display:block; }
#TLLWvGFZ5o6XGTOdA9BdGJ2bFBungv5M { position:relative;display:block; }#TLLWvGFZ5o6XGTOdA9BdGJ2bFBungv5M { background-color: transparent; background-image: none; }#TLLWvGFZ5o6XGTOdA9BdGJ2bFBungv5M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLLWvGFZ5o6XGTOdA9BdGJ2bFBungv5M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLLWvGFZ5o6XGTOdA9BdGJ2bFBungv5M > .row .container > .video-iframe-container { display: none; }#TLLWvGFZ5o6XGTOdA9BdGJ2bFBungv5M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLLWvGFZ5o6XGTOdA9BdGJ2bFBungv5M > .row > .video-iframe-container { display: none; }#TLLWvGFZ5o6XGTOdA9BdGJ2bFBungv5M > .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); }#TLLWvGFZ5o6XGTOdA9BdGJ2bFBungv5M { border-width: 0; border-radius: 0; }#TLLWvGFZ5o6XGTOdA9BdGJ2bFBungv5M > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:480px;width:960px;position:relative;display:block; }#zHtBmg7JK4EwIi8WQlebQrQ9vth4uA7k { color:#ffffff;display:block;width:447px;position:absolute;font-family:comfortaa;font-size:36px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 8px #f30f0f;top:35px;left:256.5px;height:;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;text-align:center;text-align-last:center;display:block; }
#XKB1Il7q30ZxiIm1k6EXLVSiJHtgWQ4m { position:absolute;display:block;z-index:99997;background-color:#04051e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 25px rgba(16,10,37,0.5) ;height:280px;width:904px;top:115px;left:32.5px;display:block; }
#X7MUXHHEf6xaOr1JGC20xvdf0KfrVLMy { color:#ffffff;display:block;width:200px;position:absolute;font-family:comfortaa;font-size:25px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:136px;left:36.5px;height:32px;font-style:normal;display:block; }
#BTulL7NENHOv95SWW2TlRqvkMOD92WOh { color:#ffffff;display:block;width:727px;position:absolute;font-family:comfortaa;font-size:25px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:177px;left:36.5px;height:32px;font-style:normal;display:block; }
#TcdqAMOTaXci7RODTnc308VS051kfZsg { color:#ffffff;display:block;width:200px;position:absolute;font-family:comfortaa;font-size:25px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:218px;left:36.5px;height:32px;font-style:normal;display:block; }
#pJRy1Emk3znZTiLm5Bym1cT1UwsZCqr9 { color:#ffffff;display:block;width:889px;position:absolute;font-family:comfortaa;font-size:25px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:260px;left:35.5px;height:32px;font-style:normal;display:block; }
#gqDOoCMFiuyu1RSZdIu9Q78azLZbqSg4 { color:#000000;display:block;width:200px;position:absolute;font-family:comfortaa;font-size:25px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:308px;left:36.5px;height:32px;font-style:normal;display:block; }
#xrcVbwhnP3OAghrvSHXTIC91LtPkFSUW { color:#fbfbfb;display:block;width:882px;position:absolute;font-family:comfortaa;font-size:25px;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:350px;left:39px;height:32px;font-style:normal;display:block; }
#OsoBV3c9cQHMLnsIJPZUTqrTg57zxsCN { position:absolute;display:block;z-index:99998;background-color:#32ba15;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 15px rgba(251,253,255,0.5) ;height:31px;width:195px;top:135.5px;left:12.5px;display:block; }
#PIxaS2RicPob12IAXuwU6zHlT9fWm7Sb { position:absolute;display:block;z-index:99999;background-color:#bc0d0e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 15px rgba(251,253,255,0.5) ;height:31px;width:195px;top:217.5px;left:12.5px;display:block; }
#B7X9pov2TGLNv1bHZEzaEccsVJX9sMoc { position:absolute;display:block;z-index:100000;background-color:#bc0d0e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 15px rgba(251,253,255,0.5) ;height:31px;width:195px;top:307.5px;left:12.5px;display:block; }
#U3FoM12tL73aDR73FtVBlxEQXnsI4Av5 { position:relative;display:block; }#U3FoM12tL73aDR73FtVBlxEQXnsI4Av5 { background-color: transparent; background-image: none; }#U3FoM12tL73aDR73FtVBlxEQXnsI4Av5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U3FoM12tL73aDR73FtVBlxEQXnsI4Av5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U3FoM12tL73aDR73FtVBlxEQXnsI4Av5 > .row .container > .video-iframe-container { display: none; }#U3FoM12tL73aDR73FtVBlxEQXnsI4Av5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U3FoM12tL73aDR73FtVBlxEQXnsI4Av5 > .row > .video-iframe-container { display: none; }#U3FoM12tL73aDR73FtVBlxEQXnsI4Av5 > .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); }#U3FoM12tL73aDR73FtVBlxEQXnsI4Av5 { border-width: 0; border-radius: 0; }#U3FoM12tL73aDR73FtVBlxEQXnsI4Av5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:554px;width:960px;position:relative;display:block; }#gaxoyZb1KsDbpFR5DBeAZmdR6TuDD6vu { color:#ffffff;display:block;width:746px;position:absolute;font-family:comfortaa;font-size:36px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 8px #f30f0f;top:33px;left:107px;height:;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;text-align:center;text-align-last:center;display:block; }
#r5RvvFrNAUZvlgva20RLvih4GrZ0boDT { color:#5fea2d;display:block;width:841px;position:absolute;font-family:comfortaa;font-size:22px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:132px;left:59.5px;height:;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;text-align:center;text-align-last:center;display:block; }
#AEBO7hmXXv5Txf6XGue7agHaqbiUbTTf { color:#df0c15;display:block;width:317px;position:absolute;font-family:comfortaa;font-size:59px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 2px rgba(255,255,255,0.56);top:349.5px;left:321.5px;height:;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; }
#e2cfzFdZxtt8Nnq5o0H4lXDpeMEL2fAc { color:#5fea2d;display:block;width:715px;position:absolute;font-family:comfortaa;font-size:35px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:277.5px;left:122.5px;height:;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;text-align:center;text-align-last:center;display:block; }
#lyH01ltreEXx6OS4ThGVDJpJ1KqGVGJt { background-color:#1db005;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:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:217px;height:55px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:446px;left:371.5px;display:block; }
#iWfbZnnPolcOGiMlaCUmnytvtkbSZ3QE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#KT69I6l75pJ7Vr0SRq0dXL3d8JV0a7WX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KT69I6l75pJ7Vr0SRq0dXL3d8JV0a7WX > .row .container { background-color: transparent; background-image: none; }#KT69I6l75pJ7Vr0SRq0dXL3d8JV0a7WX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KT69I6l75pJ7Vr0SRq0dXL3d8JV0a7WX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KT69I6l75pJ7Vr0SRq0dXL3d8JV0a7WX > .row .container > .video-iframe-container { display: none; }#KT69I6l75pJ7Vr0SRq0dXL3d8JV0a7WX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KT69I6l75pJ7Vr0SRq0dXL3d8JV0a7WX > .row > .video-iframe-container { display: none; }#KT69I6l75pJ7Vr0SRq0dXL3d8JV0a7WX > .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); }#KT69I6l75pJ7Vr0SRq0dXL3d8JV0a7WX > .row .container { border-width: 0; border-radius: 0; }#KT69I6l75pJ7Vr0SRq0dXL3d8JV0a7WX > .row .container { font-size:14px;font-family:arial;height:77px;width:960px;position:relative;display:block; }#creZcH7tcccpV40NRmOCdl0dzqcWAq0Z { color:#000000;display:block;width:550px;position:absolute;font-family:comfortaa;font-size:12px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:33.200012207031px;left:205px;height:15px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/S2fcScax/top-bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/rIv53bfF/eclipse.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7t4g9cenPhIGuhu7uxWAScazStmMBui { width:520px;height:108px;top:127px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT { width:331px;height:246px;top:384px;left:38px;display:block; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
 }@media only screen and (max-width: 763px) { #B9LblelQk9hiN4MTIR8ZBvRGFfJyzSzp { top:60px;left:619px;width:145px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #dnweNHTSVkBdMOtC4dBy1ySCuaV4Uwma { width:430px;height:82px;display:none; }
 }@media only screen and (max-width: 763px) { #PW1kNc6M48bUnJAlwgEa52khuuoPm6Hm { top:246px;left:241px;width:199px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #OwkOeBVdqc3sN3xKK3obI0in2VdMucZZ { top:333px;left:282px;width:482px;height:297px;display:block; }
 }@media only screen and (max-width: 763px) { #Hoc0ANm8g3JiVDWStrTFpi3SgOoBiR9R { top:69px;left:75px;width:167px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #HVyv3f3J44os4QMJttbkvv4QIoGPbtB4 { top:69px;left:241px;width:167px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #sSP1rc81zESzyDbsp6GUECkeFGbexT93 { top:69px;left:375px;width:167px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #neeXIPhsXc50Ma6yzEUNW049tzMo2D2Q { top:452px;left:654px;width:70px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #thafqLtUUETDA7bM1fGzAgvPZ6MWfQ0w { top:484px;left:510px;width:70px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #TflmPTirlFJogiXhZu8GqIqe1gn32FmJ { top:69px;left:0px;width:167px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q { background-color:transparent;background-image:url("https://images.assets-landingi.com/rIv53bfF/eclipse.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q.adaptive-delivery-prevent-bg { background-image: none; }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row .container { background-color: transparent; background-image: none; }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row .container > .video-iframe-container { display: none; }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row > .video-iframe-container { display: none; }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .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); }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKSctKp6mVpy41MvwzmEWUK1Sw5W3NNm { width:520px;height:108px;top:127px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #N09qhTU8JRez7ya4Lp5u0rrSxrn8NHWD { width:331px;height:246px;top:384px;left:38px;display:block; }#N09qhTU8JRez7ya4Lp5u0rrSxrn8NHWD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
 }@media only screen and (max-width: 763px) { #h2oh4o5sJCTzX9ahv8rRqu4kreOtGHGv { top:113px;left:61.5px;width:51px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #b2H531VQgg9blHxgk5E1MG8ed3LcFOkk { top:215px;left:63.5px;width:46px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #tyo1KAIzIAAq3CLUeu01p4m7xlyQcFLt { top:163px;left:63.5px;width:75px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #z1vwrQzXJT8D0bvs2mSlJIIJPkad4gk7 { top:266px;left:61.5px;width:70px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #IOb3Luoc2w2wHwpD7gDunlsfoage6P40 { top:341px;left:0px;width:764px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #mtasJA544rflq53oiRM5fJNpbDFa7G0r { width:520px;height:108px;top:127px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #cxyNSONCdced5ZSsSa1NvkMmW63kOils { width:217px;height:55px;top:398px;left:273.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FrAXTkJQRbbyUx1xP2GmMp4hEaM5aVQt { display:block; }
 }@media only screen and (max-width: 763px) { #gPqsLuCvWXzf4owsMD81WZh2weUPwBPF { display:block; }#gPqsLuCvWXzf4owsMD81WZh2weUPwBPF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycRahcqiGSP0GhQDxTTWq56bReayQwt3 { width:309px;height:46px;top:289px;left:423px;display:block; }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-regular-label { width:320px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-textarea { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-button { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:32px; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-checkbox-label { width:303px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25  { width:320px;height:auto;top:336px;left:397px; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .radio-container { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 {display:block;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 { width:320px;height:auto;top:336px;left:397px; }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #qJMTWHt58iHvds6zirvaSGBHG3quEyLf {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #U7pLut7hA9pVB0Tlu4rAa0KQHSUxuGye {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #MDPhzpFVsusFMT5x4DqgnZuQg3bcQgcx {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #k5gFHGdw9DgaJwIkv5bVPp79pb46nTV7 {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #P8hg0AaIao8VaTAs5JzA1RbfG9A009A0 {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #MSByXvK4vDHmNDNJhJ091hqlA8pBa7ic {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #aQSa6nvWEFUwRptWqQ6TED67mc4U9L4n {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #bEEM5DemcADJeKAaMkmpVFpG8yEm14Q8 {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #eLq1GaKdGiKOvW5nReoqurGFZ1Z85fHJ {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #tOG1So6QQTMbKclf05hlkqytEFWmnXsm {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #TfhhTlpIkcsRRDV0necFiJNeNB4kzSks {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #MbIcTmXrM4ZAoBkTrTLHVK5BVnsHFlgF {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #tmO5gKUAHUvTOzEvV5uEwbQV5V45H4mp {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #eXJCQklyZQ7B88rJhnW7AIzNiwOy63Qv {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #f5aFgX3mF4nZLwS0QvWH0FFrgLM5gTVw {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #KxqS7e4tZZbtTrvOtkOJRgyqgoHhDmL4 {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #oz6Gc3TyX8BnhOmdHUOuv6zVQaUTuZ6s {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #hfBJAutIlPHQUmT0aFoFurmlr2dFiTsl {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #p0I3P48PIefANBHcnIEG0ZTATWhQ9oKS {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #w1WGNefaXKxyDmuI6cZro8cEgxpt2vya {  }
 }@media only screen and (max-width: 763px) { #FL7pCtpJFMJ4fWcr7gxBVWrQOHvOcNVu { top:238px;left:0px;width:591px;height:468px;display:block; }
 }@media only screen and (max-width: 763px) { #u0J0q9myhDgUB09Tr4iO20oTqnyhc07g { width:520px;height:108px;top:127px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #DIUmGlPZrDu7kirO6EAap7hy7Mh1QxMg { width:520px;height:108px;top:127px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Jqzu5K8QZ53coakJmMC1riwduLzXJvfB { top:119px;left:432px;width:332px;height:634px;display:block; }
 }@media only screen and (max-width: 763px) { #I0NcfhWMcuhEpkXB4IXNh2VG3Fk3CWdF { width:520px;height:108px;top:127px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Kl4W3AhKRvQXQw1rAtBu3kmQB4VqasVb { width:520px;height:108px;top:127px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #TLLWvGFZ5o6XGTOdA9BdGJ2bFBungv5M { display:block; }#TLLWvGFZ5o6XGTOdA9BdGJ2bFBungv5M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHtBmg7JK4EwIi8WQlebQrQ9vth4uA7k { width:520px;height:108px;top:127px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #XKB1Il7q30ZxiIm1k6EXLVSiJHtgWQ4m { top:115px;left:0px;width:764px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #X7MUXHHEf6xaOr1JGC20xvdf0KfrVLMy { top:136px;left:0px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #BTulL7NENHOv95SWW2TlRqvkMOD92WOh { top:177px;left:0px;width:727px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TcdqAMOTaXci7RODTnc308VS051kfZsg { top:218px;left:0px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pJRy1Emk3znZTiLm5Bym1cT1UwsZCqr9 { top:260px;left:0px;width:764px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gqDOoCMFiuyu1RSZdIu9Q78azLZbqSg4 { top:308px;left:0px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #xrcVbwhnP3OAghrvSHXTIC91LtPkFSUW { top:350px;left:0px;width:764px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OsoBV3c9cQHMLnsIJPZUTqrTg57zxsCN { top:135px;left:0px;width:195px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #PIxaS2RicPob12IAXuwU6zHlT9fWm7Sb { top:217px;left:0px;width:195px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #B7X9pov2TGLNv1bHZEzaEccsVJX9sMoc { top:307px;left:0px;width:195px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #U3FoM12tL73aDR73FtVBlxEQXnsI4Av5 { display:block; }#U3FoM12tL73aDR73FtVBlxEQXnsI4Av5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaxoyZb1KsDbpFR5DBeAZmdR6TuDD6vu { width:520px;height:108px;top:127px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #r5RvvFrNAUZvlgva20RLvih4GrZ0boDT { width:520px;height:108px;top:127px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #AEBO7hmXXv5Txf6XGue7agHaqbiUbTTf { width:520px;height:108px;top:127px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #e2cfzFdZxtt8Nnq5o0H4lXDpeMEL2fAc { width:520px;height:108px;top:127px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #lyH01ltreEXx6OS4ThGVDJpJ1KqGVGJt { width:217px;height:55px;top:446px;left:273.5px;display:block; }
 }@media only screen and (max-width: 763px) { #iWfbZnnPolcOGiMlaCUmnytvtkbSZ3QE { display:block; }
 }@media only screen and (max-width: 763px) { #KT69I6l75pJ7Vr0SRq0dXL3d8JV0a7WX { display:block; }#KT69I6l75pJ7Vr0SRq0dXL3d8JV0a7WX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #creZcH7tcccpV40NRmOCdl0dzqcWAq0Z { top:33px;left:107px;width:550px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/djxufmqF/komiksy_1_.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:549px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7t4g9cenPhIGuhu7uxWAScazStmMBui { width:320px;height:81px;top:139px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT { width:286px;height:221px;top:269px;left:19px;font-size:18px;display:block; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
 }@media only screen and (max-width: 763px) { #B9LblelQk9hiN4MTIR8ZBvRGFfJyzSzp { width:187px;height:35px;top:287px;left:66px;display:none; }
 }@media only screen and (max-width: 763px) { #dnweNHTSVkBdMOtC4dBy1ySCuaV4Uwma { top:22px;left:186px;width:123px;height:23px;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PW1kNc6M48bUnJAlwgEa52khuuoPm6Hm { width:108px;height:32px;top:191px;left:106.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OwkOeBVdqc3sN3xKK3obI0in2VdMucZZ { width:320px;height:275px;top:242px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Hoc0ANm8g3JiVDWStrTFpi3SgOoBiR9R { width:146px;height:16px;top:55px;left:164px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #HVyv3f3J44os4QMJttbkvv4QIoGPbtB4 { width:167px;height:16px;top:85px;left:19px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #sSP1rc81zESzyDbsp6GUECkeFGbexT93 { width:144px;height:16px;top:85px;left:166px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #neeXIPhsXc50Ma6yzEUNW049tzMo2D2Q { width:59px;height:26px;top:343px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #thafqLtUUETDA7bM1fGzAgvPZ6MWfQ0w { width:58px;height:26px;top:365.5px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #TflmPTirlFJogiXhZu8GqIqe1gn32FmJ { width:167px;height:16px;top:55px;left:19px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q { background-color:transparent;background-image:none;display:block; }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row .container { background-color: transparent; background-image: none; }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row .container > .video-iframe-container { display: none; }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row > .video-iframe-container { display: none; }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .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); }#ViSFn7tWBkSvPPkF0xwN9LFS9Qh8Vg9q > .row .container { width:320px;height:545px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKSctKp6mVpy41MvwzmEWUK1Sw5W3NNm { width:320px;height:33px;top:14px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #N09qhTU8JRez7ya4Lp5u0rrSxrn8NHWD { width:320px;height:236px;top:71px;left:0px;font-size:17px;display:block; }#N09qhTU8JRez7ya4Lp5u0rrSxrn8NHWD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
 }@media only screen and (max-width: 763px) { #h2oh4o5sJCTzX9ahv8rRqu4kreOtGHGv { width:39px;height:27px;top:66px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #b2H531VQgg9blHxgk5E1MG8ed3LcFOkk { width:36px;height:26px;top:195px;left:84.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tyo1KAIzIAAq3CLUeu01p4m7xlyQcFLt { width:58px;height:27px;top:130px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #z1vwrQzXJT8D0bvs2mSlJIIJPkad4gk7 { width:53px;height:24px;top:259px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #IOb3Luoc2w2wHwpD7gDunlsfoage6P40 { width:320px;height:65px;top:349px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mtasJA544rflq53oiRM5fJNpbDFa7G0r { width:320px;height:44px;top:359.5px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #cxyNSONCdced5ZSsSa1NvkMmW63kOils { width:217px;height:44px;top:455px;left:51.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FrAXTkJQRbbyUx1xP2GmMp4hEaM5aVQt { display:block; }
 }@media only screen and (max-width: 763px) { #gPqsLuCvWXzf4owsMD81WZh2weUPwBPF { display:block; }#gPqsLuCvWXzf4owsMD81WZh2weUPwBPF > .row .container { width:320px;height:1303px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycRahcqiGSP0GhQDxTTWq56bReayQwt3 { width:309px;height:23px;top:477.875px;left:11px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-button { width:159px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:60px;font-size:17px;overflow:hidden; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-checkbox-label { width:263px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25  { width:280px;height:auto;top:486.875px;left:0px; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 {display:block;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 { width:280px;height:auto;top:486.875px;left:0px; }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #qJMTWHt58iHvds6zirvaSGBHG3quEyLf {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #U7pLut7hA9pVB0Tlu4rAa0KQHSUxuGye {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #MDPhzpFVsusFMT5x4DqgnZuQg3bcQgcx {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #k5gFHGdw9DgaJwIkv5bVPp79pb46nTV7 {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #P8hg0AaIao8VaTAs5JzA1RbfG9A009A0 {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #MSByXvK4vDHmNDNJhJ091hqlA8pBa7ic {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #aQSa6nvWEFUwRptWqQ6TED67mc4U9L4n {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #bEEM5DemcADJeKAaMkmpVFpG8yEm14Q8 {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #eLq1GaKdGiKOvW5nReoqurGFZ1Z85fHJ {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #tOG1So6QQTMbKclf05hlkqytEFWmnXsm {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #TfhhTlpIkcsRRDV0necFiJNeNB4kzSks {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #MbIcTmXrM4ZAoBkTrTLHVK5BVnsHFlgF {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #tmO5gKUAHUvTOzEvV5uEwbQV5V45H4mp {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #eXJCQklyZQ7B88rJhnW7AIzNiwOy63Qv {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #f5aFgX3mF4nZLwS0QvWH0FFrgLM5gTVw {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #KxqS7e4tZZbtTrvOtkOJRgyqgoHhDmL4 {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #oz6Gc3TyX8BnhOmdHUOuv6zVQaUTuZ6s {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #hfBJAutIlPHQUmT0aFoFurmlr2dFiTsl {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #p0I3P48PIefANBHcnIEG0ZTATWhQ9oKS {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #w1WGNefaXKxyDmuI6cZro8cEgxpt2vya {  }
 }@media only screen and (max-width: 763px) { #FL7pCtpJFMJ4fWcr7gxBVWrQOHvOcNVu { width:320px;height:253.875px;top:205px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #u0J0q9myhDgUB09Tr4iO20oTqnyhc07g { width:320px;height:35px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #DIUmGlPZrDu7kirO6EAap7hy7Mh1QxMg { width:320px;height:92px;top:82px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Jqzu5K8QZ53coakJmMC1riwduLzXJvfB { width:320px;height:588px;top:463.875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #I0NcfhWMcuhEpkXB4IXNh2VG3Fk3CWdF { width:320px;height:38px;top:1121.875px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Kl4W3AhKRvQXQw1rAtBu3kmQB4VqasVb { width:320px;height:88px;top:1186.875px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TLLWvGFZ5o6XGTOdA9BdGJ2bFBungv5M { display:block; }#TLLWvGFZ5o6XGTOdA9BdGJ2bFBungv5M > .row .container { width:320px;height:487px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHtBmg7JK4EwIi8WQlebQrQ9vth4uA7k { width:320px;height:41px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #XKB1Il7q30ZxiIm1k6EXLVSiJHtgWQ4m { width:320px;height:351px;top:101px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #X7MUXHHEf6xaOr1JGC20xvdf0KfrVLMy { width:200px;height:32px;top:80.5px;left:93px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #BTulL7NENHOv95SWW2TlRqvkMOD92WOh { width:248px;height:40px;top:132px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TcdqAMOTaXci7RODTnc308VS051kfZsg { width:200px;height:32px;top:202.5px;left:93px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pJRy1Emk3znZTiLm5Bym1cT1UwsZCqr9 { width:304px;height:40px;top:255.5px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gqDOoCMFiuyu1RSZdIu9Q78azLZbqSg4 { width:200px;height:32px;top:330px;left:93px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #xrcVbwhnP3OAghrvSHXTIC91LtPkFSUW { width:285px;height:40px;top:383px;left:9px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OsoBV3c9cQHMLnsIJPZUTqrTg57zxsCN { width:195px;height:31px;top:81px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #PIxaS2RicPob12IAXuwU6zHlT9fWm7Sb { width:195px;height:31px;top:330.5px;left:62.5px;display:block; }
 }@media only screen and (max-width: 763px) { #B7X9pov2TGLNv1bHZEzaEccsVJX9sMoc { width:195px;height:31px;top:203px;left:62.5px;display:block; }
 }@media only screen and (max-width: 763px) { #U3FoM12tL73aDR73FtVBlxEQXnsI4Av5 { display:block; }#U3FoM12tL73aDR73FtVBlxEQXnsI4Av5 > .row .container { width:320px;height:467px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaxoyZb1KsDbpFR5DBeAZmdR6TuDD6vu { width:320px;height:66px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #r5RvvFrNAUZvlgva20RLvih4GrZ0boDT { width:258px;height:140px;top:129px;left:24.5px;text-align:center;text-align-last:center;font-size:16px;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; }
 }@media only screen and (max-width: 763px) { #AEBO7hmXXv5Txf6XGue7agHaqbiUbTTf { width:317px;height:41px;top:320px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #e2cfzFdZxtt8Nnq5o0H4lXDpeMEL2fAc { width:320px;height:20px;top:301px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lyH01ltreEXx6OS4ThGVDJpJ1KqGVGJt { width:217px;height:37px;top:388px;left:51.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #iWfbZnnPolcOGiMlaCUmnytvtkbSZ3QE { display:block; }
 }@media only screen and (max-width: 763px) { #KT69I6l75pJ7Vr0SRq0dXL3d8JV0a7WX { display:block; }#KT69I6l75pJ7Vr0SRq0dXL3d8JV0a7WX > .row .container { width:320px;height:82px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #creZcH7tcccpV40NRmOCdl0dzqcWAq0Z { width:320px;height:30px;top:20px;left:0px;font-size:12px;display:block; }
 }