.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6df2e268-bf4f-4ff1-bc11-b3c2c2d88104/Poprawka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20.adaptive-delivery-prevent-bg, #rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20.lazyload, #rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20.lazyloading { background-image: none; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row .container { background-color: transparent; background-image: none; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row .container > .video-iframe-container { display: none; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row > .video-iframe-container { display: none; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .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); }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row .container { border-width: 0; border-radius: 0; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row .container { font-size:14px;font-family:arial;height:796px;width:960px;position:relative;display:block; }#Bp9FOq1ZAgKmnAeeRx6hGygGr8Bc2wKZ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:172px;width:169px;top:38.390625px;left:275.34375px;overflow:hidden;display:block; }
#wBWzbUsvnoEwVsCW2yqxAs0NiK4q2JTW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34px;width:34px;top:38.390625px;left:409.34375px;overflow:hidden;display:block; }
#FTleFJhhMSRQyn6BGih7QDgCg28x9Ze4 { color:#d8b4fb;display:block;width:589px;position:absolute;font-family:hero;font-size:60px;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 0 rgba(0,0,0,0.5);top:284px;left:240.828125px;height:66px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ORSyuVIyvdoV50AAR91OFVF7UttzlLw3 { color:#d8b4fb;display:block;width:451px;position:absolute;font-family:hero;font-size:59px;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 0 rgba(0,0,0,0.5);top:445.84375px;left:498px;height:64.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#do2cHJOl8O56tCK6JELqUZN24UQMLMST { color:#004380;display:block;width:453px;position:absolute;font-family:hero;font-size:45px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:142.1875px;left:461.81640625px;height:108px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z647A7MN6oFeZ2WrVpQA95LKMPHz0FzT { color:#d8b4fb;display:block;width:467px;position:absolute;font-family:hero;font-size:59px;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 0 rgba(0,0,0,0.5);top:365.5625px;left:361.828125px;height:64.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac { position:relative;display:none; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac { border-width: 0; border-radius: 0; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EdQTzWZvRy2BrmS7esS3x9r67biJh9PZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:170px;width:166.992px;top:70.9375px;left:237.34375px;overflow:hidden;display:none; }
#MT2Oz079g6S9Lv3rKDR3UbtGts3gK9sc { color:#000000;display:block;width:167px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:27px;top:80px;left:114px;display:none; }
#WT2J8iZBHqlXgDAHae5beatEmeinu5Th { color:#000000;display:block;width:231px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:31px;top:122px;left:88px;display:none; }
#CeRFhHh5hE1scNBuMWbeQJ2Ec9sVOPQp { color:#004380;display:block;width:267px;position:absolute;font-family:hero;font-size:45px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:142.203125px;left:461.828125px;height:54px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OTgndhQAaTn13QfPtzCus0Rp8RmoQa7y { color:#000000;display:block;width:215px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:31px;top:135px;left:105px;display:none; }
#DXtZCQcgyHZH76ybGFxOVNe7qCU1gouQ { color:#000000;display:block;width:167px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:27px;top:106px;left:153px;display:none; }
#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row .container { background-color: transparent; background-image: none; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row .container > .video-iframe-container { display: none; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row > .video-iframe-container { display: none; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .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); }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row .container { border-width: 0; border-radius: 0; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row .container { font-size:14px;font-family:arial;height:106px;width:960px;position:relative;display:block; }#eIzugvOAKX7NJnPQNfv2NcM8Kl978dC8 { box-sizing:content-box;color:#00b3c1;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:36.961975097656px;left:437.96875px;display:block; }
#ZxTelT4Z1ShMxi7fWrWLot23IqRKcPW2 { color:#000000;display:block;width:248px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0px;left:338.96875px;height:33.7969px;text-align:center;text-align-last:center;display:block; }
#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #eec303, #e832b2);background-image: -moz-linear-gradient(360deg, #eec303, #e832b2);background-image: -ms-linear-gradient(360deg, #eec303, #e832b2);background-image: -o-linear-gradient(360deg, #eec303, #e832b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec303', endColorstr='#e832b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec303', endColorstr='#e832b2' );";background-image: linear-gradient(360deg, #eec303, #e832b2);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row .container { background-color: transparent; background-image: none; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row .container > .video-iframe-container { display: none; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row > .video-iframe-container { display: none; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .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); }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row .container { border-width: 0; border-radius: 0; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row .container { font-size:14px;font-family:arial;height:959px;width:960px;position:relative;display:block; }#laWuVcsqoAsZSPi9DwgW50aeGNibhwTh { position:absolute;display:block;z-index:15078;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 3px 3px 7px rgba(0,0,0,0.5) ;height:535px;width:645px;top:410px;left:42px;display:block; }
#Inb0zIX1JSDOPDKi0qr5dJncFLAcVb3I { color:#ffffff;display:block;width:78.9844px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15152;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:655.95703125px;left:881.015625px;height:26px;text-align:center;text-align-last:center;display:block; }
#oB9hzI3dODdZQQcT7srKq3LiyH2L13UC { color:#ffffff;display:block;width:119px;position:absolute;font-family:poppins;font-size:17px;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:704px;left:743px;height:18.6914px;font-style:normal;text-align:center;text-align-last:center;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; }
#nlH218U05LNt8b7HeGvrhhhiWmMhNE23 { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -moz-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -ms-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -o-linear-gradient(3deg, #ec6f00, #e832b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='#e832b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='#e832b2' );";background-image: linear-gradient(3deg, #ec6f00, #e832b2);background-size:auto !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:149.8px;height:49px;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:585px;left:722px;display:block; }
#XV4qF0ybGzbFJSrFlTgr84MMPe5sPzod { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MWWS8g46il0zwtmzg85GIeZWqadqlHMC { box-sizing:content-box;color:#caf303;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #000000;display:block;z-index:15100;top:488px;left:72px;display:block; }
#ODFZmGtnT6yQL62C4eWVaxJh7Xydyls1 { color:#000000;display:block;width:105px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15091;line-height:1.1;letter-spacing:0;top:547px;left:745px;height:26.3906px;font-style:normal;text-align:center;text-align-last:center;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; }
#O0b30fCc39g7Jo4yAAGcK1DEnn11ssde { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #406427, #caf303);background-image: -moz-linear-gradient(3deg, #406427, #caf303);background-image: -ms-linear-gradient(3deg, #406427, #caf303);background-image: -o-linear-gradient(3deg, #406427, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #406427, #caf303);background-size:auto !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:hero;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:150px;height:56px;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:1222.3999938965px;left:274.97500610352px;display:none; }
#OUmaWF9G1WwZmJRxwq5kdAW6iWycJ9BW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qZxtUIvccQHPL9fqa8EC5oA7Evh7Q04i { box-sizing:content-box;color:#caf303;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #000000;display:block;z-index:15101;top:527px;left:72px;display:block; }
#qRCEvuWUHhLqwnFw0opA6Axu0qt5l9F3 { position:absolute;display:block;z-index:14996;background-color:#bbe100;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:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: 3px 3px 7px rgba(0,0,0,0.5) ;height:154px;width:316px;top:502px;left:621px;display:block; }
#gOAGqTm2199CwUfKmryGRbhpU44HITsM { position:absolute;display:block;z-index:14998;background-color:#bbe100;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:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: 3px 3px 7px rgba(0,0,0,0.5) ;height:155px;width:347px;top:680px;left:589px;display:block; }
#xXCIbv4f2EqyssLytMLzOuULdJDsvyv8 { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -moz-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -ms-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -o-linear-gradient(3deg, #ec6f00, #e832b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='#e832b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='#e832b2' );";background-image: linear-gradient(3deg, #ec6f00, #e832b2);background-size:auto !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:149.8px;height:48px;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:763px;left:725px;display:block; }
#tMc2URnHuK6OqbMJ1lXBBruEHvm5DART { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ihvwK7kmZFc8T1Q9W59QaHczPV2IOT0t { color:#000000;display:block;width:119px;position:absolute;font-family:hero;font-size:17px;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:2016px;left:809px;height:18.7px;font-style:normal;text-align:left;text-align-last:left;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:none; }
#RQcV4ggOa9VXSCvPegXGi4SDTCoLLWdt { color:#000000;display:block;width:531px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:490px;left:123px;height:22.0938px;font-style:normal;text-align:left;text-align-last:left;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; }
#dtc1Avfe1TOJEpoCATodHMs7K8pNJz4Z { color:#000000;display:block;width:531px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:527px;left:123px;height:66.2812px;font-style:normal;text-align:left;text-align-last:left;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; }
#FduQDHTZ54F6qIsWumIxK3peTRLNc8rz { color:#000000;display:block;width:531px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:606px;left:123px;height:44.1875px;font-style:normal;text-align:left;text-align-last:left;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; }
#cgxKBdRrzBUP3rxT64wWeSF2W674Ohyt { color:#000000;display:block;width:531px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:668px;left:123px;height:22.1023px;font-style:normal;text-align:left;text-align-last:left;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; }
#yFxZCPuG5PrwV4VDdJFINSs2K2CkDCD1 { color:#000000;display:block;width:552px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:705px;left:122.98828125px;height:66.2812px;font-style:normal;text-align:left;text-align-last:left;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; }
#FqT6E4roLN3a1XH8mTyaEzAvnzLcaN3c { color:#000000;display:block;width:531px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:786px;left:123px;height:66.2812px;font-style:normal;text-align:left;text-align-last:left;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; }
#B35L9LaMuQKSgAf8QkqkU7ySNDnC7XnI { color:#000000;display:block;width:544px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:870px;left:125px;height:44.1875px;font-style:normal;text-align:left;text-align-last:left;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; }
#xKN9ixkabTTxrwUfd0pgTT1sSKTUgO0T { box-sizing:content-box;color:#caf303;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #000000;display:block;z-index:15102;top:604px;left:72px;display:block; }
#bFBDb49foTmWCpETM23HnyEwLS0nbzV4 { box-sizing:content-box;color:#caf303;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #000000;display:block;z-index:15103;top:668px;left:72px;display:block; }
#zVdJTvwsNM3g34C0A0QTKcMoKZR7KksQ { box-sizing:content-box;color:#caf303;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #000000;display:block;z-index:15104;top:705px;left:72px;display:block; }
#K84IpzMuWJi7iUI2c6wPNdTKUaJTl9rR { box-sizing:content-box;color:#caf303;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #000000;display:block;z-index:15105;top:787px;left:72px;display:block; }
#TAXfiO79UUsQZvurcUC6T3PkeLpm1pS6 { box-sizing:content-box;color:#caf303;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #000000;display:block;z-index:15106;top:870px;left:72px;display:block; }
#ZfIvshANBUWrWR7viQTN4oSfV4kaZfMy { color:#000000;display:block;width:105px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15092;line-height:1.1;letter-spacing:0;top:728px;left:747px;height:26.3906px;font-style:normal;text-align:center;text-align-last:center;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; }
#hi8SoO1X1aaJUgNmifHi8VqbyCn6Or6c { color:#0c61da;display:block;width:174px;position:absolute;font-family:poppins;font-size:17px;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:520px;left:711px;height:18.6914px;font-style:normal;text-align:center;text-align-last:center;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; }
#w6bZV2IPLCpTzb3DkLWQ5U7P5AxSJfTo { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:277.969px;width:555.984px;top:395.984375px;left:94.21875px;overflow:hidden;display:none; }
#qUTT3tRrsFCdJZyVwSwtEbem6QfA8qJb { color:#fdf6f8;display:block;width:915.953px;position:absolute;font-family:poppins;font-size:23px;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:126.828125px;left:0px;height:96.5625px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#phWWRxxdVBywJlqWSmnkq69sRpkcWWDt { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:38px;font-weight:normal;z-index:15154;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:47.9765625px;left:0.5px;height:49.3945px;text-align:center;text-align-last:center;display:block; }
#P9RvkS79fSFRTHUtK9q03aIkk0aBsmaU { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:313.984px;width:587.988px;top:199px;left:42px;overflow:hidden;display:block; }
#T2IRMi9VTpcoqrQT71szRNI9P6toJQhI { color:#fdf6f8;display:block;width:915.953px;position:absolute;font-family:poppins;font-size:23px;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:126.828125px;left:0px;height:96.5625px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uLJH1PCynxuNanlnSKJQ96FS1VO4M9ti { color:#ffffff;display:block;width:230.977px;position:absolute;font-family:jost;font-size:20px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:466.484375px;left:686.9921875px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n4JH3MRvxDthJToPvO8gEr34NvxasyFR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e832b2, #eec303);background-image: -moz-linear-gradient(360deg, #e832b2, #eec303);background-image: -ms-linear-gradient(360deg, #e832b2, #eec303);background-image: -o-linear-gradient(360deg, #e832b2, #eec303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e832b2', endColorstr='#eec303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e832b2', endColorstr='#eec303' );";background-image: linear-gradient(360deg, #e832b2, #eec303);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row .container { background-color: transparent; background-image: none; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row .container > .video-iframe-container { display: none; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row > .video-iframe-container { display: none; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .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); }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row .container { border-width: 0; border-radius: 0; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row .container { font-size:14px;font-family:arial;height:114px;width:960px;position:relative;display:block; }#d0bDhwbGKH0vn6RBETL7FEdsyEccnOvf { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #406427, #caf303);background-image: -moz-linear-gradient(3deg, #406427, #caf303);background-image: -ms-linear-gradient(3deg, #406427, #caf303);background-image: -o-linear-gradient(3deg, #406427, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #406427, #caf303);background-size:auto !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:hero;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:150px;height:56px;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:1222.3999938965px;left:274.97500610352px;display:none; }
#sxNhGQRLEXs0EQacUxQL5EvPClHv6kgu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e832b2, #ffffff);background-image: -moz-linear-gradient(180deg, #e832b2, #ffffff);background-image: -ms-linear-gradient(180deg, #e832b2, #ffffff);background-image: -o-linear-gradient(180deg, #e832b2, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e832b2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e832b2', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e832b2, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row .container { background-color: transparent; background-image: none; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row .container > .video-iframe-container { display: none; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row > .video-iframe-container { display: none; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .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); }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row .container { border-width: 0; border-radius: 0; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row .container { font-size:14px;font-family:arial;height:114px;width:960px;position:relative;display:block; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { background-color: transparent; background-image: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container > .video-iframe-container { display: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container { display: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .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); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { border-width: 0; border-radius: 0; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { font-size:14px;font-family:arial;height:188px;width:960px;position:relative;display:block; }#FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { color:#3c3c3b;display:block;width:960px;position:absolute;font-family:poppins;font-size:20px;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:24.3251953125px;left:0px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:90px;width:138px;top:78px;left:256px;overflow:hidden;display:block; }
#OmSB8satOg8Zog0vOJklARikR4p9ybeQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:78px;width:130px;top:89px;left:720px;overflow:hidden;display:block; }
#AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55px;width:173px;top:101px;left:466px;overflow:hidden;display:block; }
#b1eETzASTTM29PyCEZMoDNmzH21bUTGA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93px;width:83px;top:82px;left:110px;overflow:hidden;display:block; }
#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { background-color: transparent; background-image: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container > .video-iframe-container { display: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container { display: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .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); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { border-width: 0; border-radius: 0; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { font-size:14px;font-family:arial;height:180px;width:960px;position:relative;display:block; }#IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { color:#3c3c3b;display:block;width:960px;position:absolute;font-family:poppins;font-size:20px;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:27.22509765625px;left:0px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:58px;width:97px;top:85px;left:332px;overflow:hidden;display:block; }
#Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:130px;width:199px;top:49.9912109375px;left:457.99713134766px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 { display:block; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bp9FOq1ZAgKmnAeeRx6hGygGr8Bc2wKZ { top:38px;left:177.34375px;width:169px;height:172px;display:block; }
 }@media only screen and (max-width: 763px) { #wBWzbUsvnoEwVsCW2yqxAs0NiK4q2JTW { top:38px;left:311.34375px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #FTleFJhhMSRQyn6BGih7QDgCg28x9Ze4 { width:589px;height:66px;top:284px;left:142.828125px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ORSyuVIyvdoV50AAR91OFVF7UttzlLw3 { width:451px;height:64px;top:445px;left:313px;font-size:59px;display:block; }
 }@media only screen and (max-width: 763px) { #do2cHJOl8O56tCK6JELqUZN24UQMLMST { width:453px;height:108px;top:142px;left:311px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #z647A7MN6oFeZ2WrVpQA95LKMPHz0FzT { width:467px;height:64px;top:365px;left:263.828125px;font-size:59px;display:block; }
 }@media only screen and (max-width: 763px) { #rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac { display:none; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EdQTzWZvRy2BrmS7esS3x9r67biJh9PZ { top:70px;left:139.34375px;width:166px;height:168.99013126377px;display:block; }
 }@media only screen and (max-width: 763px) { #MT2Oz079g6S9Lv3rKDR3UbtGts3gK9sc { top:80px;left:16px;width:167px;height:27px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #WT2J8iZBHqlXgDAHae5beatEmeinu5Th { top:122px;left:0px;width:231px;height:31px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #CeRFhHh5hE1scNBuMWbeQJ2Ec9sVOPQp { width:267px;height:54px;top:142px;left:363.828125px;font-size:45px;display:none; }
 }@media only screen and (max-width: 763px) { #OTgndhQAaTn13QfPtzCus0Rp8RmoQa7y { top:135px;left:7px;width:215px;height:31px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #DXtZCQcgyHZH76ybGFxOVNe7qCU1gouQ { top:106px;left:55px;width:167px;height:27px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X { display:block; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIzugvOAKX7NJnPQNfv2NcM8Kl978dC8 { top:36px;left:339.96875px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ZxTelT4Z1ShMxi7fWrWLot23IqRKcPW2 { top:0px;left:240.96875px;width:248px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe { display:block; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laWuVcsqoAsZSPi9DwgW50aeGNibhwTh { top:410px;left:0px;width:645px;height:535px;display:block; }
 }@media only screen and (max-width: 763px) { #Inb0zIX1JSDOPDKi0qr5dJncFLAcVb3I { top:655px;left:686px;width:78px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oB9hzI3dODdZQQcT7srKq3LiyH2L13UC { width:118px;height:18px;top:704px;left:645px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nlH218U05LNt8b7HeGvrhhhiWmMhNE23 { width:149px;height:48px;top:585px;left:615px;display:block; }
 }@media only screen and (max-width: 763px) { #XV4qF0ybGzbFJSrFlTgr84MMPe5sPzod { display:block; }
 }@media only screen and (max-width: 763px) { #MWWS8g46il0zwtmzg85GIeZWqadqlHMC { top:488px;left:0px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ODFZmGtnT6yQL62C4eWVaxJh7Xydyls1 { width:105px;height:26px;top:546px;left:647px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #O0b30fCc39g7Jo4yAAGcK1DEnn11ssde { width:150px;height:56px;top:1222px;left:176.97500610352px;display:none; }
 }@media only screen and (max-width: 763px) { #OUmaWF9G1WwZmJRxwq5kdAW6iWycJ9BW { display:block; }
 }@media only screen and (max-width: 763px) { #qZxtUIvccQHPL9fqa8EC5oA7Evh7Q04i { top:527px;left:0px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #qRCEvuWUHhLqwnFw0opA6Axu0qt5l9F3 { top:502px;left:449px;width:315px;height:153px;display:block; }
 }@media only screen and (max-width: 763px) { #gOAGqTm2199CwUfKmryGRbhpU44HITsM { top:680px;left:418px;width:346px;height:155px;display:block; }
 }@media only screen and (max-width: 763px) { #xXCIbv4f2EqyssLytMLzOuULdJDsvyv8 { width:149px;height:47px;top:763px;left:615px;display:block; }
 }@media only screen and (max-width: 763px) { #tMc2URnHuK6OqbMJ1lXBBruEHvm5DART { display:block; }
 }@media only screen and (max-width: 763px) { #ihvwK7kmZFc8T1Q9W59QaHczPV2IOT0t { width:131px;height:22px;top:1484px;left:45px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #RQcV4ggOa9VXSCvPegXGi4SDTCoLLWdt { width:530px;height:22px;top:490px;left:24.98828125px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #dtc1Avfe1TOJEpoCATodHMs7K8pNJz4Z { width:530px;height:66px;top:526px;left:24.98828125px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #FduQDHTZ54F6qIsWumIxK3peTRLNc8rz { width:530px;height:44px;top:606px;left:25px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #cgxKBdRrzBUP3rxT64wWeSF2W674Ohyt { width:530px;height:22px;top:668px;left:25px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #yFxZCPuG5PrwV4VDdJFINSs2K2CkDCD1 { width:552px;height:66px;top:705px;left:24.98828125px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #FqT6E4roLN3a1XH8mTyaEzAvnzLcaN3c { width:530px;height:66px;top:786px;left:25px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #B35L9LaMuQKSgAf8QkqkU7ySNDnC7XnI { width:543px;height:44px;top:870px;left:27px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #xKN9ixkabTTxrwUfd0pgTT1sSKTUgO0T { top:604px;left:0px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bFBDb49foTmWCpETM23HnyEwLS0nbzV4 { top:668px;left:0px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #zVdJTvwsNM3g34C0A0QTKcMoKZR7KksQ { top:705px;left:0px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #K84IpzMuWJi7iUI2c6wPNdTKUaJTl9rR { top:787px;left:0px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TAXfiO79UUsQZvurcUC6T3PkeLpm1pS6 { top:870px;left:0px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfIvshANBUWrWR7viQTN4oSfV4kaZfMy { width:105px;height:26px;top:727px;left:648.9921875px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #hi8SoO1X1aaJUgNmifHi8VqbyCn6Or6c { width:173px;height:18px;top:520px;left:591px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #w6bZV2IPLCpTzb3DkLWQ5U7P5AxSJfTo { top:395px;left:0px;width:555px;height:277.47704070621px;display:none; }
 }@media only screen and (max-width: 763px) { #qUTT3tRrsFCdJZyVwSwtEbem6QfA8qJb { top:126px;left:0px;width:764px;height:96px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #phWWRxxdVBywJlqWSmnkq69sRpkcWWDt { top:47px;left:0px;width:764px;height:49px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #P9RvkS79fSFRTHUtK9q03aIkk0aBsmaU { top:199px;left:0px;width:587px;height:313.45641067505px;display:block; }
 }@media only screen and (max-width: 763px) { #T2IRMi9VTpcoqrQT71szRNI9P6toJQhI { top:122px;left:0px;width:272px;height:109px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #uLJH1PCynxuNanlnSKJQ96FS1VO4M9ti { top:466px;left:534px;width:230px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #n4JH3MRvxDthJToPvO8gEr34NvxasyFR { display:block; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0bDhwbGKH0vn6RBETL7FEdsyEccnOvf { width:150px;height:56px;top:1222px;left:176.97500610352px;display:none; }
 }@media only screen and (max-width: 763px) { #sxNhGQRLEXs0EQacUxQL5EvPClHv6kgu { display:block; }
 }@media only screen and (max-width: 763px) { #onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ { display:block; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { display:block; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { width:764px;height:24px;top:24px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { top:78px;left:158px;width:138px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #OmSB8satOg8Zog0vOJklARikR4p9ybeQ { top:89px;left:622px;width:130px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { top:101px;left:368px;width:173px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #b1eETzASTTM29PyCEZMoDNmzH21bUTGA { top:82px;left:12px;width:83px;height:93px;display:block; }
 }@media only screen and (max-width: 763px) { #BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { display:block; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { width:764px;height:24px;top:27px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { top:85px;left:234px;width:97px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { top:49px;left:359.99713134766px;width:199px;height:130.0058796629px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5b62cbb9-1535-438f-921f-479e75aa6133/landingAntykujon.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:none; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20.adaptive-delivery-prevent-bg, #rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20.lazyload, #rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20.lazyloading { background-image: none; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row .container { width:320px;height:920px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bp9FOq1ZAgKmnAeeRx6hGygGr8Bc2wKZ { width:166px;height:168.984px;top:101.015625px;left:66px;display:none; }
 }@media only screen and (max-width: 763px) { #wBWzbUsvnoEwVsCW2yqxAs0NiK4q2JTW { width:26px;height:26px;top:406.9626953125px;left:147px;display:none; }
 }@media only screen and (max-width: 763px) { #FTleFJhhMSRQyn6BGih7QDgCg28x9Ze4 { width:292.969px;height:156.7344px;top:112.578125px;left:13.5px;text-align:center;text-align-last:center;font-size:16px;font-family:poppins;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ORSyuVIyvdoV50AAR91OFVF7UttzlLw3 { width:320px;height:auto;top:445px;left:0px;text-align:center;text-align-last:center;font-size:32px;font-family:poppins;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #do2cHJOl8O56tCK6JELqUZN24UQMLMST { width:320px;height:auto;top:142px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #z647A7MN6oFeZ2WrVpQA95LKMPHz0FzT { width:320px;height:auto;top:365px;left:0px;text-align:center;text-align-last:center;font-size:32px;font-family:poppins;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b904731b-ae33-462c-9430-215ef934c578/landingAntykujonJulki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac.adaptive-delivery-prevent-bg, #rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac.lazyload, #rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac.lazyloading { background-image: none; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container { background-color: transparent; background-image: none; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container > .video-iframe-container { display: none; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row > .video-iframe-container { display: none; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .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); }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container { border-width: 0; border-radius: 0; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container { width:320px;height:580px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdQTzWZvRy2BrmS7esS3x9r67biJh9PZ { width:80.9861px;height:81.9861px;top:24.958362579346px;left:11.98611164093px;display:block; }
 }@media only screen and (max-width: 763px) { #MT2Oz079g6S9Lv3rKDR3UbtGts3gK9sc { top:77.926147460938px;left:112.88351535797px;width:191.989px;height:29.8906px;z-index:15016;font-size:23px;text-align:left;text-align-last:left;font-family:hero;display:block; }
 }@media only screen and (max-width: 763px) { #WT2J8iZBHqlXgDAHae5beatEmeinu5Th { top:132.92858123779px;left:189.00893688202px;width:130.994px;height:22.1023px;z-index:15017;font-size:17px;text-align:left;text-align-last:left;font-family:hero;display:block; }
 }@media only screen and (max-width: 763px) { #CeRFhHh5hE1scNBuMWbeQJ2Ec9sVOPQp { width:267px;height:0;top:121px;left:75.5px;text-align:center;text-align-last:center;font-size:32px;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #OTgndhQAaTn13QfPtzCus0Rp8RmoQa7y { top:33.934661865234px;left:98.480111122131px;width:123px;height:26px;z-index:15017;font-size:20px;text-align:left;text-align-last:left;font-family:hero;display:block; }
 }@media only screen and (max-width: 763px) { #DXtZCQcgyHZH76ybGFxOVNe7qCU1gouQ { top:106.92858123779px;left:183.00001049042px;width:133px;height:26px;z-index:15017;font-size:20px;text-align:left;text-align-last:left;font-family:hero;display:block; }
 }@media only screen and (max-width: 763px) { #NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X { display:block; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row .container { width:320px;height:92.171875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIzugvOAKX7NJnPQNfv2NcM8Kl978dC8 { width:50px;height:50px;top:42.173294067383px;left:134.99999332428px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ZxTelT4Z1ShMxi7fWrWLot23IqRKcPW2 { width:217.997px;height:31.1875px;top:10.99430847168px;left:50.980111122131px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe { display:block; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row .container { width:320px;height:1504px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laWuVcsqoAsZSPi9DwgW50aeGNibhwTh { width:320px;height:715px;top:357px;left:0px;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #Inb0zIX1JSDOPDKi0qr5dJncFLAcVb3I { width:90px;height:26px;top:1305px;left:115px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oB9hzI3dODdZQQcT7srKq3LiyH2L13UC { width:142px;height:22px;top:3444px;left:136px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #nlH218U05LNt8b7HeGvrhhhiWmMhNE23 { width:147px;height:47px;top:1225px;left:87px;font-size:17px;background-color:transparent;background-image: -webkit-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -moz-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -ms-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -o-linear-gradient(3deg, #ec6f00, #e832b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='#e832b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='#e832b2' );";background-image: linear-gradient(3deg, #ec6f00, #e832b2);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XV4qF0ybGzbFJSrFlTgr84MMPe5sPzod { display:block; }
 }@media only screen and (max-width: 763px) { #MWWS8g46il0zwtmzg85GIeZWqadqlHMC { width:30px;height:30px;top:814px;left:14px;font-size:21px;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #ODFZmGtnT6yQL62C4eWVaxJh7Xydyls1 { width:105px;height:28.5972px;top:1189px;left:108px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #O0b30fCc39g7Jo4yAAGcK1DEnn11ssde { width:178px;height:56px;top:1045.4000244141px;left:70.999998092651px;font-size:17px;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #OUmaWF9G1WwZmJRxwq5kdAW6iWycJ9BW { display:block; }
 }@media only screen and (max-width: 763px) { #qZxtUIvccQHPL9fqa8EC5oA7Evh7Q04i { width:30px;height:30px;top:410px;left:18.2421875px;font-size:21px;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #qRCEvuWUHhLqwnFw0opA6Axu0qt5l9F3 { width:320px;height:152px;top:1138px;left:0px;z-index:14987;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;display:block; }
 }@media only screen and (max-width: 763px) { #gOAGqTm2199CwUfKmryGRbhpU44HITsM { width:320px;height:158px;top:1344px;left:0px;z-index:14987;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;display:block; }
 }@media only screen and (max-width: 763px) { #xXCIbv4f2EqyssLytMLzOuULdJDsvyv8 { width:146.8px;height:46.8px;top:1430px;left:87px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tMc2URnHuK6OqbMJ1lXBBruEHvm5DART { display:block; }
 }@media only screen and (max-width: 763px) { #ihvwK7kmZFc8T1Q9W59QaHczPV2IOT0t { width:131px;height:22px;top:1363px;left:95px;text-align:center;text-align-last:center;font-size:20px;z-index:15095;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RQcV4ggOa9VXSCvPegXGi4SDTCoLLWdt { width:237px;height:36.375px;top:410px;left:55px;text-align:left;text-align-last:left;font-size:14px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #dtc1Avfe1TOJEpoCATodHMs7K8pNJz4Z { width:236px;height:109.125px;top:462px;left:62px;text-align:left;text-align-last:left;font-size:14px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #FduQDHTZ54F6qIsWumIxK3peTRLNc8rz { width:252px;height:54.5625px;top:581px;left:62px;text-align:left;text-align-last:left;font-size:14px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #cgxKBdRrzBUP3rxT64wWeSF2W674Ohyt { width:209px;height:36.375px;top:652px;left:65px;text-align:left;text-align-last:left;font-size:14px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #yFxZCPuG5PrwV4VDdJFINSs2K2CkDCD1 { width:252px;height:90.9375px;top:708px;left:62px;text-align:left;text-align-last:left;font-size:14px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #FqT6E4roLN3a1XH8mTyaEzAvnzLcaN3c { width:193px;height:127.312px;top:819px;left:64px;text-align:left;text-align-last:left;font-size:14px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #B35L9LaMuQKSgAf8QkqkU7ySNDnC7XnI { width:224px;height:72.75px;top:971px;left:62px;text-align:left;text-align-last:left;font-size:14px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #xKN9ixkabTTxrwUfd0pgTT1sSKTUgO0T { width:30px;height:30px;top:580.99609375px;left:18.2421875px;font-size:21px;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #bFBDb49foTmWCpETM23HnyEwLS0nbzV4 { width:30px;height:30px;top:651.9921875px;left:18.2421875px;font-size:21px;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #zVdJTvwsNM3g34C0A0QTKcMoKZR7KksQ { width:30px;height:30px;top:707.98828125px;left:18.2421875px;font-size:21px;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #K84IpzMuWJi7iUI2c6wPNdTKUaJTl9rR { width:30px;height:30px;top:461.9921875px;left:18.2421875px;font-size:21px;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #TAXfiO79UUsQZvurcUC6T3PkeLpm1pS6 { width:30px;height:30px;top:971px;left:18px;font-size:21px;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #ZfIvshANBUWrWR7viQTN4oSfV4kaZfMy { width:99px;height:28.5938px;top:1394px;left:111px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #hi8SoO1X1aaJUgNmifHi8VqbyCn6Or6c { width:235px;height:22px;top:1157px;left:43px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #w6bZV2IPLCpTzb3DkLWQ5U7P5AxSJfTo { width:97px;height:97px;top:28px;left:-60.5px;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #qUTT3tRrsFCdJZyVwSwtEbem6QfA8qJb { width:246.989px;height:0;top:122.98289871216px;left:36.491475105286px;font-size:14px;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #phWWRxxdVBywJlqWSmnkq69sRpkcWWDt { width:300.986px;height:102.281px;top:37.000030517578px;left:9.472222328186px;font-size:31px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #P9RvkS79fSFRTHUtK9q03aIkk0aBsmaU { width:320px;height:170.866px;top:230.99430847168px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T2IRMi9VTpcoqrQT71szRNI9P6toJQhI { width:280px;height:90.9375px;top:140.93748474121px;left:20.000000953674px;font-size:14px;text-align:center;text-align-last:center;line-height:1.3;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #uLJH1PCynxuNanlnSKJQ96FS1VO4M9ti { width:230px;height:26px;top:1093px;left:45px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4JH3MRvxDthJToPvO8gEr34NvxasyFR { display:block; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0bDhwbGKH0vn6RBETL7FEdsyEccnOvf { width:178px;height:56px;top:1045.4000244141px;left:70.999998092651px;font-size:17px;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #sxNhGQRLEXs0EQacUxQL5EvPClHv6kgu { display:block; }
 }@media only screen and (max-width: 763px) { #onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ { display:block; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { display:block; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { width:320px;height:22.7983px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { width:108px;height:70px;top:61.400009155273px;left:105.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #OmSB8satOg8Zog0vOJklARikR4p9ybeQ { width:97px;height:58px;top:233.48750305176px;left:111.49999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { width:166px;height:53px;top:152.40000915527px;left:76.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #b1eETzASTTM29PyCEZMoDNmzH21bUTGA { width:83px;height:93px;top:322.484375px;left:118.5px;display:block; }
 }@media only screen and (max-width: 763px) { #BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { display:block; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { width:320px;height:240px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { width:320px;height:22.7983px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { width:98px;height:59px;top:69.800003051758px;left:110.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { width:165px;height:109px;top:128.78744506836px;left:77.499998092651px;display:block; }
 }