.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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yF3vK5B6/Bez_nazwy_3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#tereUyDKTi7bquE0zeE9WccG6BmOa5ux.adaptive-delivery-prevent-bg { background-image: none; }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .row .container { background-color: transparent; background-image: none; }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .row .container > .video-iframe-container { display: none; }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .row > .video-iframe-container { display: none; }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .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); }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .row .container { border-width: 0; border-radius: 0; }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .row .container { font-size:14px;font-family:arial;height:586px;width:1200px;position:relative;display:block; }#vQ4yssGPdDW2FTWBTt1hT3h8CO6f7g3i { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:200px;top:17px;left:14px;overflow:hidden;display:block; }
#cSu1ek8Ms0BeSmXxaEF21aSAaiCIEZZU { color:#ffffff;display:block;width:529px;position:absolute;font-family:"proxima nova";font-size:24px;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:337px;left:14px;height:144px;font-style:normal;display:block; }
#q2Qk5MOkiUs6HuwWt9BvyRWOkEywPXWz { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:142px;width:550px;top:132px;left:14px;overflow:hidden;display:block; }
#p48tmQ8K6AeDZ8c8EKb4iCIyv1QyTuo0 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:575px;width:600px;top:29px;left:600px;overflow:hidden;display:block; }
#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcMmOuzL/cut.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }
#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV.adaptive-delivery-prevent-bg { background-image: none; }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .row .container { background-color: transparent; background-image: none; }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .row .container > .video-iframe-container { display: none; }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .row > .video-iframe-container { display: none; }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .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); }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .row .container { border-width: 0; border-radius: 0; }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .row .container { font-size:14px;font-family:arial;height:212px;width:1200px;position:relative;display:block; }#cbNIu2sRsG6NyDrudIaPLsrmukkukvh1 { position:relative;display:block; }#cbNIu2sRsG6NyDrudIaPLsrmukkukvh1 { background-color: transparent; background-image: none; }#cbNIu2sRsG6NyDrudIaPLsrmukkukvh1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cbNIu2sRsG6NyDrudIaPLsrmukkukvh1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cbNIu2sRsG6NyDrudIaPLsrmukkukvh1 > .row .container > .video-iframe-container { display: none; }#cbNIu2sRsG6NyDrudIaPLsrmukkukvh1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cbNIu2sRsG6NyDrudIaPLsrmukkukvh1 > .row > .video-iframe-container { display: none; }#cbNIu2sRsG6NyDrudIaPLsrmukkukvh1 > .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); }#cbNIu2sRsG6NyDrudIaPLsrmukkukvh1 { border-width: 0; border-radius: 0; }#cbNIu2sRsG6NyDrudIaPLsrmukkukvh1 > .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:657px;width:1200px;position:relative;display:block; }#IwQKiTCym3QPPiID8gzP2dQVTh35CaKg { color:#000000;display:block;width:434px;position:absolute;font-family:oswald;font-size:30px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:33px;left:24.5px;height:78px;font-style:normal;display:block; }
#Mqo7K0u4UTlcRSd8FVAafnk05i1muzpT { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:157px;left:54.5px;height:420px;display:block; }
#B5cFU7MgFwfxtnw8vQ1AAWrfKPA5HJFT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:30px;top:155px;left:16.5px;overflow:hidden;display:block; }
#hcifIsgkzvByL7MFXBwS5Geb1PFSXrQG { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:600px;width:600px;top:22px;left:600px;overflow:hidden;display:block; }
#E2dhyUtkZBcTTZmM9J7KZAq4rbmb68NZ { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:30px;top:218px;left:16.5px;overflow:hidden;display:block; }
#Efk6r3tKB6bkSKb5eJE3GqkJHoI9BICs { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:30px;top:306px;left:16.5px;overflow:hidden;display:block; }
#Ti1h6kGyE0IsENqLyelaQiWcR9pF2zfd { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:30px;top:366px;left:16.5px;overflow:hidden;display:block; }
#RrkhiFFW50GGrDZwSbhT8keupf7mI3no { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:30px;top:456px;left:16.5px;overflow:hidden;display:block; }
#hCWx96Gr0b2pSzeCIQs0b7zMZtpB1aoQ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:30px;top:547px;left:16.5px;overflow:hidden;display:block; }
#lR2pIslMR8b4fQfwSdT25MV4Bi6TgOF8 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:450px;width:450px;top:97px;left:675px;overflow:hidden;display:block; }
#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcMmOuzL/cut.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T.adaptive-delivery-prevent-bg { background-image: none; }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .row .container { background-color: transparent; background-image: none; }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .row .container > .video-iframe-container { display: none; }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .row > .video-iframe-container { display: none; }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .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); }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .row .container { border-width: 0; border-radius: 0; }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .row .container { font-size:14px;font-family:arial;height:216px;width:1200px;position:relative;display:block; }#x31IMBeb1XRJnUb4GQ8SwdJJ3NChQPRF { position:relative;display:block; }#x31IMBeb1XRJnUb4GQ8SwdJJ3NChQPRF { background-color: transparent; background-image: none; }#x31IMBeb1XRJnUb4GQ8SwdJJ3NChQPRF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x31IMBeb1XRJnUb4GQ8SwdJJ3NChQPRF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x31IMBeb1XRJnUb4GQ8SwdJJ3NChQPRF > .row .container > .video-iframe-container { display: none; }#x31IMBeb1XRJnUb4GQ8SwdJJ3NChQPRF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x31IMBeb1XRJnUb4GQ8SwdJJ3NChQPRF > .row > .video-iframe-container { display: none; }#x31IMBeb1XRJnUb4GQ8SwdJJ3NChQPRF > .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); }#x31IMBeb1XRJnUb4GQ8SwdJJ3NChQPRF { border-width: 0; border-radius: 0; }#x31IMBeb1XRJnUb4GQ8SwdJJ3NChQPRF > .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:144px;width:1200px;position:relative;display:block; }#oT6HiFkSCl8FpBocxUBi721GNKl7cu3J { color:#000000;display:block;width:800px;position:absolute;font-family:oswald;font-size:30px;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:38.5px;left:200px;height:45px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QtUrL6F7QZRse7oGXQJXIM7gI2DomolQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QtUrL6F7QZRse7oGXQJXIM7gI2DomolQ > .row .container { background-color: transparent; background-image: none; }#QtUrL6F7QZRse7oGXQJXIM7gI2DomolQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QtUrL6F7QZRse7oGXQJXIM7gI2DomolQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QtUrL6F7QZRse7oGXQJXIM7gI2DomolQ > .row .container > .video-iframe-container { display: none; }#QtUrL6F7QZRse7oGXQJXIM7gI2DomolQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QtUrL6F7QZRse7oGXQJXIM7gI2DomolQ > .row > .video-iframe-container { display: none; }#QtUrL6F7QZRse7oGXQJXIM7gI2DomolQ > .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); }#QtUrL6F7QZRse7oGXQJXIM7gI2DomolQ > .row .container { border-width: 0; border-radius: 0; }#QtUrL6F7QZRse7oGXQJXIM7gI2DomolQ > .row .container { font-size:14px;font-family:arial;height:434px;width:1200px;position:relative;display:block; }#uEE1ocNT6P1vecL1VonK1R6UTJRGgKnw { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100004;line-height:2;letter-spacing:0;top:57px;left:41px;height:180px;display:none; }
#AgPTtpTk5c1qRr70InpOVRmfxqKaBQX2 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:192px;width:600px;top:34px;left:600px;overflow:hidden;display:block; }
#zohaneQMBAazz3FKCboCo4deNmOXzDhG { position:absolute;display:block;z-index:100006;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:30px;width:30px;top:57px;left:41px;display:none; }
#c4m9a85bFc5Jgdxc8UdbxlT8bdCc7KZn { color:#ffffff;display:block;width:20px;position:absolute;font-family:"proxima nova";font-size:20px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:60px;left:46px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ofiOEuFPXuaMVXNGwak3dLTWhR7LzCIQ { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:92px;left:51px;height:216px;display:block; }
#QkafR1MbAKn9lAli697DeFVzbL68y5tw { position:absolute;display:block;z-index:100008;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:50px;width:50px;top:23px;left:275px;display:block; }
#kbB422fPiUh9QLp7MMZet6sG4g9rZEow { color:#ffffff;display:block;width:41px;position:absolute;font-family:"proxima nova";font-size:30px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:29px;left:279.5px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTPT82wTn7OKIoxoFGO1ISV3SBGIkx74 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZTPT82wTn7OKIoxoFGO1ISV3SBGIkx74 > .row .container { background-color: transparent; background-image: none; }#ZTPT82wTn7OKIoxoFGO1ISV3SBGIkx74::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTPT82wTn7OKIoxoFGO1ISV3SBGIkx74 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTPT82wTn7OKIoxoFGO1ISV3SBGIkx74 > .row .container > .video-iframe-container { display: none; }#ZTPT82wTn7OKIoxoFGO1ISV3SBGIkx74 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTPT82wTn7OKIoxoFGO1ISV3SBGIkx74 > .row > .video-iframe-container { display: none; }#ZTPT82wTn7OKIoxoFGO1ISV3SBGIkx74 > .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); }#ZTPT82wTn7OKIoxoFGO1ISV3SBGIkx74 > .row .container { border-width: 0; border-radius: 0; }#ZTPT82wTn7OKIoxoFGO1ISV3SBGIkx74 > .row .container { font-size:14px;font-family:arial;height:417px;width:1200px;position:relative;display:block; }#DI1RGyndDHST6qgGS9EUbgZiTCmzHMqz { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100004;line-height:2;letter-spacing:0;top:70.5px;left:641px;height:72px;display:none; }
#w5Hq1tOLCJNvQLIMVxT3zNXdedmC1LRL { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:261px;width:600px;top:39px;left:0px;overflow:hidden;display:block; }
#TRNVPi4a7Pgm2RoFomRTP2sJrZ5DqViA { position:absolute;display:block;z-index:100009;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:30px;width:30px;top:71px;left:641px;display:none; }
#gqahuI32ouV2oUoPahpWyUgDbvaZDSpM { color:#ffffff;display:block;width:20px;position:absolute;font-family:"proxima nova";font-size:20px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:74px;left:647px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LTZyKVagzheXmrMDltFeqIbXHtl5o8ye { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:93.5px;left:650px;height:72px;display:block; }
#izdbgICGpW7asrH39PvvaT1bU0bCoXI3 { position:absolute;display:block;z-index:100010;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:50px;width:50px;top:22px;left:884px;display:block; }
#K8FkzMfW0xirtxSN61PeIleGPOs8ek3m { color:#ffffff;display:block;width:41px;position:absolute;font-family:"proxima nova";font-size:30px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:28px;left:889px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v0cB2zpvBaBrssgN1Siibb0Rvia8ddB8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#v0cB2zpvBaBrssgN1Siibb0Rvia8ddB8 > .row .container { background-color: transparent; background-image: none; }#v0cB2zpvBaBrssgN1Siibb0Rvia8ddB8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v0cB2zpvBaBrssgN1Siibb0Rvia8ddB8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v0cB2zpvBaBrssgN1Siibb0Rvia8ddB8 > .row .container > .video-iframe-container { display: none; }#v0cB2zpvBaBrssgN1Siibb0Rvia8ddB8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v0cB2zpvBaBrssgN1Siibb0Rvia8ddB8 > .row > .video-iframe-container { display: none; }#v0cB2zpvBaBrssgN1Siibb0Rvia8ddB8 > .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); }#v0cB2zpvBaBrssgN1Siibb0Rvia8ddB8 > .row .container { border-width: 0; border-radius: 0; }#v0cB2zpvBaBrssgN1Siibb0Rvia8ddB8 > .row .container { font-size:14px;font-family:arial;height:450px;width:1200px;position:relative;display:block; }#IxT7qIu7R0LQKK6O89QNRL5hMMTXMBTH { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100004;line-height:2;letter-spacing:0;top:57px;left:41px;height:144px;display:none; }
#X3hZcMieADvnT4JiGayn7TwB0GKIDNRv { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:343.969px;width:600px;top:31.5px;left:600px;overflow:hidden;display:block; }
#vSoOT8BO7ChsrKTaq20UXyZRReo7Zp0q { position:absolute;display:block;z-index:100011;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:30px;width:30px;top:57px;left:41px;display:none; }
#p8FEp1bTIocgsNMANoZhOdlblV4nG9dc { color:#ffffff;display:block;width:20px;position:absolute;font-family:"proxima nova";font-size:20px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:60px;left:47px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZMnqXiTNE5FUHO4sMl6O5MMTLGnrFrcR { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:91px;left:50px;height:72px;display:block; }
#E0ffMkGvZ6D7eNOMMMs1rcStfeCBXfD2 { position:absolute;display:block;z-index:100012;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:50px;width:50px;top:18px;left:275px;display:block; }
#xoi7cDKpOxtA7CgG41aQp6mNmv39iLyS { color:#ffffff;display:block;width:41px;position:absolute;font-family:"proxima nova";font-size:30px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:24px;left:280px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AhXifCttd9HNLWmMo0K5Zv0RM2NLgwzi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AhXifCttd9HNLWmMo0K5Zv0RM2NLgwzi > .row .container { background-color: transparent; background-image: none; }#AhXifCttd9HNLWmMo0K5Zv0RM2NLgwzi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AhXifCttd9HNLWmMo0K5Zv0RM2NLgwzi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AhXifCttd9HNLWmMo0K5Zv0RM2NLgwzi > .row .container > .video-iframe-container { display: none; }#AhXifCttd9HNLWmMo0K5Zv0RM2NLgwzi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AhXifCttd9HNLWmMo0K5Zv0RM2NLgwzi > .row > .video-iframe-container { display: none; }#AhXifCttd9HNLWmMo0K5Zv0RM2NLgwzi > .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); }#AhXifCttd9HNLWmMo0K5Zv0RM2NLgwzi > .row .container { border-width: 0; border-radius: 0; }#AhXifCttd9HNLWmMo0K5Zv0RM2NLgwzi > .row .container { font-size:14px;font-family:arial;height:654px;width:1200px;position:relative;display:block; }#kTMFWbZBQ7zDq4wy0TGDBz6V59TkeFa9 { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100004;line-height:2;letter-spacing:0;top:70.5px;left:641px;height:216px;display:none; }
#MltNprrFbX0MqEH7PqTLTmM4iKgG0mlh { position:absolute;display:block;z-index:100013;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:30px;width:30px;top:72px;left:641px;display:none; }
#tfcWaxvybSsiJXdf3gLxxTagtfdbuyxf { color:#ffffff;display:block;width:20px;position:absolute;font-family:"proxima nova";font-size:20px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:75px;left:647px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dwnvKoaxBfgpDVBrTVahR5kHTfPa1ybx { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:96.5px;left:641px;height:216px;display:block; }
#sNioU9pkbGchDsg7gEx1GqEuRFBOIE5B { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:600px;width:259px;top:0px;left:170.5px;overflow:hidden;display:block; }
#Epv0hBLUlB37yc19Kx8OUqZuSAyp6bZL { position:absolute;display:block;z-index:100014;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:50px;width:50px;top:25px;left:875px;display:block; }
#mbeAe56Nppea2qusQ1w9HByzu0s8biLI { color:#ffffff;display:block;width:41px;position:absolute;font-family:"proxima nova";font-size:30px;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:31px;left:880px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rkECz4W7QixQwCJBhRBy39NpfLACJnTq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rkECz4W7QixQwCJBhRBy39NpfLACJnTq > .row .container { background-color: transparent; background-image: none; }#rkECz4W7QixQwCJBhRBy39NpfLACJnTq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rkECz4W7QixQwCJBhRBy39NpfLACJnTq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rkECz4W7QixQwCJBhRBy39NpfLACJnTq > .row .container > .video-iframe-container { display: none; }#rkECz4W7QixQwCJBhRBy39NpfLACJnTq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rkECz4W7QixQwCJBhRBy39NpfLACJnTq > .row > .video-iframe-container { display: none; }#rkECz4W7QixQwCJBhRBy39NpfLACJnTq > .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); }#rkECz4W7QixQwCJBhRBy39NpfLACJnTq > .row .container { border-width: 0; border-radius: 0; }#rkECz4W7QixQwCJBhRBy39NpfLACJnTq > .row .container { font-size:14px;font-family:arial;height:448px;width:1200px;position:relative;display:block; }#WpivNemJCUSKQc69VHT3RBE3DPtLgBua { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:219px;width:600px;top:99.5px;left:600px;overflow:hidden;display:block; }
#eJ9UVFgA53w402TTNIHmX1xLTdLFCKhB { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100004;line-height:2;letter-spacing:0;top:342px;left:641px;height:216px;display:none; }
#rMJwL8CLJRXQpHbiLoNpy8mCgSGOrFea { position:absolute;display:block;z-index:100015;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:30px;width:30px;top:342px;left:641px;display:none; }
#kzdVTT0kI3O9bni63yh6rEzi6QqPD7sZ { color:#ffffff;display:block;width:20px;position:absolute;font-family:"proxima nova";font-size:20px;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:345px;left:647px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hfxxKvnCUDQnttxcZWCBFuPRLatlsIGV { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:116px;left:41px;height:108px;display:block; }
#zRQ0M36ofHt1DzVyxR8dnzF33LXvAn58 { position:absolute;display:block;z-index:100016;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:50px;width:50px;top:41px;left:275px;display:block; }
#dSQJBaLyM4pG41V6vqCUxPJg0h99y4ic { color:#ffffff;display:block;width:41px;position:absolute;font-family:"proxima nova";font-size:30px;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:47px;left:280px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wlqB4OFqN63XoADx5aZ9GVfMXxR3SPfP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wlqB4OFqN63XoADx5aZ9GVfMXxR3SPfP > .row .container { background-color: transparent; background-image: none; }#wlqB4OFqN63XoADx5aZ9GVfMXxR3SPfP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wlqB4OFqN63XoADx5aZ9GVfMXxR3SPfP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wlqB4OFqN63XoADx5aZ9GVfMXxR3SPfP > .row .container > .video-iframe-container { display: none; }#wlqB4OFqN63XoADx5aZ9GVfMXxR3SPfP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wlqB4OFqN63XoADx5aZ9GVfMXxR3SPfP > .row > .video-iframe-container { display: none; }#wlqB4OFqN63XoADx5aZ9GVfMXxR3SPfP > .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); }#wlqB4OFqN63XoADx5aZ9GVfMXxR3SPfP > .row .container { border-width: 0; border-radius: 0; }#wlqB4OFqN63XoADx5aZ9GVfMXxR3SPfP > .row .container { font-size:14px;font-family:arial;height:377px;width:1200px;position:relative;display:block; }#aHap1zICpTJfw3sT4U3zA4GJEHJJ4a6z { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100004;line-height:2;letter-spacing:0;top:79.5px;left:41px;height:108px;display:none; }
#BZarrTszqEJ5i8iQ9A8fFpCBCWaZT61H { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:313px;width:600px;top:0px;left:0px;overflow:hidden;display:block; }
#zT3BWs7cd41WVsOI3Bo3r9GvOcgqe6CK { position:absolute;display:block;z-index:100017;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:30px;width:30px;top:80px;left:41px;display:none; }
#xtixIlRgMprtgCPkQJo825xy0wytl5Tx { color:#ffffff;display:block;width:20px;position:absolute;font-family:"proxima nova";font-size:20px;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:83px;left:47px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QltTfUGXtlBT46ZLdx0dngdN4uOZbGwQ { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:113px;left:641px;height:108px;display:block; }
#asczTHtWJeRIWTlNV74EacumTC7u6w7c { position:absolute;display:block;z-index:100018;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:50px;width:50px;top:37px;left:875px;display:block; }
#cUaBu0SmF76AeofdX6AzQ2TVtakoDrPc { color:#ffffff;display:block;width:41px;position:absolute;font-family:"proxima nova";font-size:30px;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:43px;left:880px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WXMHpxWTW77X8IveE5xNTuod9pZOxz0Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WXMHpxWTW77X8IveE5xNTuod9pZOxz0Z > .row .container { background-color: transparent; background-image: none; }#WXMHpxWTW77X8IveE5xNTuod9pZOxz0Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WXMHpxWTW77X8IveE5xNTuod9pZOxz0Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WXMHpxWTW77X8IveE5xNTuod9pZOxz0Z > .row .container > .video-iframe-container { display: none; }#WXMHpxWTW77X8IveE5xNTuod9pZOxz0Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WXMHpxWTW77X8IveE5xNTuod9pZOxz0Z > .row > .video-iframe-container { display: none; }#WXMHpxWTW77X8IveE5xNTuod9pZOxz0Z > .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); }#WXMHpxWTW77X8IveE5xNTuod9pZOxz0Z > .row .container { border-width: 0; border-radius: 0; }#WXMHpxWTW77X8IveE5xNTuod9pZOxz0Z > .row .container { font-size:14px;font-family:arial;height:446px;width:1200px;position:relative;display:block; }#BTgpNqZPOnyTWVptPeym7Tmt6hJyxKtV { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100004;line-height:2;letter-spacing:0;top:43px;left:641px;height:288px;display:none; }
#ThGyXWVQ6zFCJyI0HhWLFNnALJqXVUgG { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:199px;width:600px;top:119.5px;left:600px;overflow:hidden;display:block; }
#X5qzR6cUuCqCbGI1s0biJ3FnABy1H1tL { position:absolute;display:block;z-index:100019;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:30px;width:30px;top:43px;left:641px;display:none; }
#gClSupr7orhA7rgF2y3i3vTuq5v3FU7F { color:#ffffff;display:block;width:20px;position:absolute;font-family:"proxima nova";font-size:20px;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:46px;left:647px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aOaHf9GyToaTdv4BisVa2ps8OozAU3Rn { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:98px;left:41px;height:144px;display:block; }
#rx6A0WG2wBOPmclKTCfedp05Is71ErNv { position:absolute;display:block;z-index:100020;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:50px;width:50px;top:25px;left:266px;display:block; }
#w9du0aL7LqizMBTfIwFgrd8EuTEIer2M { color:#ffffff;display:block;width:41px;position:absolute;font-family:"proxima nova";font-size:30px;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:31px;left:271px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#illxebf5Os8TPBT3psKtarvwSa3zDVFJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#illxebf5Os8TPBT3psKtarvwSa3zDVFJ > .row .container { background-color: transparent; background-image: none; }#illxebf5Os8TPBT3psKtarvwSa3zDVFJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#illxebf5Os8TPBT3psKtarvwSa3zDVFJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#illxebf5Os8TPBT3psKtarvwSa3zDVFJ > .row .container > .video-iframe-container { display: none; }#illxebf5Os8TPBT3psKtarvwSa3zDVFJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#illxebf5Os8TPBT3psKtarvwSa3zDVFJ > .row > .video-iframe-container { display: none; }#illxebf5Os8TPBT3psKtarvwSa3zDVFJ > .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); }#illxebf5Os8TPBT3psKtarvwSa3zDVFJ > .row .container { border-width: 0; border-radius: 0; }#illxebf5Os8TPBT3psKtarvwSa3zDVFJ > .row .container { font-size:14px;font-family:arial;height:382px;width:1200px;position:relative;display:block; }#c80dzh0uzccA0ffPWro661ZfH3qyU9Jq { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100004;line-height:2;letter-spacing:0;top:55.5px;left:41px;height:144px;display:none; }
#eJTTa0D9G4UlVgLm4mNDkx4fqyHMSQcG { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:20px;left:175px;overflow:hidden;display:block; }
#DDSXtodFZTWgLfLlwdh21HtvBG0zaR13 { position:absolute;display:block;z-index:100025;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:30px;width:30px;top:57px;left:41px;display:none; }
#k46B1auSWk0CCSOXb4wUICVgreOmlCe7 { color:#ffffff;display:block;width:20px;position:absolute;font-family:"proxima nova";font-size:20px;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:60px;left:46px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vw2JemhmfXkWryQtspAapNAX6tadbBdE { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:107px;left:641px;height:144px;display:block; }
#U3q0nCHc8dZqTVTk0qTficac5pf3cvzI { position:absolute;display:block;z-index:100026;background-color:#ff4c4c;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:50px;width:50px;top:34px;left:875px;display:block; }
#f4D4vHSAB0qT6dlVOTlNWxashgWEbFBk { color:#ffffff;display:block;width:41px;position:absolute;font-family:"proxima nova";font-size:30px;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:40px;left:880px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcMmOuzL/cut.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }
#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o.adaptive-delivery-prevent-bg { background-image: none; }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .row .container { background-color: transparent; background-image: none; }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .row .container > .video-iframe-container { display: none; }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .row > .video-iframe-container { display: none; }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .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); }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .row .container { border-width: 0; border-radius: 0; }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .row .container { font-size:14px;font-family:arial;height:160px;width:1200px;position:relative;display:block; }#WvBQZe3AyTZRN9TFBnzO9Di5b5sPPKg4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WvBQZe3AyTZRN9TFBnzO9Di5b5sPPKg4 > .row .container { background-color: transparent; background-image: none; }#WvBQZe3AyTZRN9TFBnzO9Di5b5sPPKg4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WvBQZe3AyTZRN9TFBnzO9Di5b5sPPKg4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WvBQZe3AyTZRN9TFBnzO9Di5b5sPPKg4 > .row .container > .video-iframe-container { display: none; }#WvBQZe3AyTZRN9TFBnzO9Di5b5sPPKg4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WvBQZe3AyTZRN9TFBnzO9Di5b5sPPKg4 > .row > .video-iframe-container { display: none; }#WvBQZe3AyTZRN9TFBnzO9Di5b5sPPKg4 > .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); }#WvBQZe3AyTZRN9TFBnzO9Di5b5sPPKg4 > .row .container { border-width: 0; border-radius: 0; }#WvBQZe3AyTZRN9TFBnzO9Di5b5sPPKg4 > .row .container { font-size:14px;font-family:arial;height:648px;width:1200px;position:relative;display:block; }#Z48k7PF8xheVMVcgbNzPCoZQTnzxGOOS { color:#000000;display:block;width:539px;position:absolute;font-family:oswald;font-size:30px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:33px;left:622.5px;height:78px;font-style:normal;display:block; }
#n27zfESqQF8tcPfFXwAym3dfqlZ0S3xW { color:#000000;display:block;width:518px;position:absolute;font-family:"proxima nova";font-size:18px;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:163px;left:659px;height:378px;display:block; }
#oBKg1DGEfH8Dd5b3H5qtFgpPinkgJKKK { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:30px;top:163px;left:613.5px;overflow:hidden;display:block; }
#Ee4gXM5kgvv56oTZ6FQN4Wqvy3Ei54yZ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:30px;top:243px;left:613.5px;overflow:hidden;display:block; }
#fSTuyW8FAUIR94vAQ4k8F4Syz8uQ3qxM { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:30px;top:377px;left:613.5px;overflow:hidden;display:block; }
#OhLiJ5EI3ySTwzEfBkxGL5b0PybrhvzF { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:30px;top:485px;left:613.5px;overflow:hidden;display:block; }
#o7JPFmfuU5qGEnLqf39Cps9V87uLTnE9 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:570px;width:570px;top:0px;left:0px;overflow:hidden;display:block; }
#zsit3aO3tsx16zETCo2D4Nz1n2asabc2 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:350px;width:350px;top:101px;left:110px;overflow:hidden;display:block; }
#LUZ5tvCJvT6uHLF6XQFCOkMe914fo17S { position:relative;display:block; }#LUZ5tvCJvT6uHLF6XQFCOkMe914fo17S { background-color: transparent; background-image: none; }#LUZ5tvCJvT6uHLF6XQFCOkMe914fo17S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LUZ5tvCJvT6uHLF6XQFCOkMe914fo17S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LUZ5tvCJvT6uHLF6XQFCOkMe914fo17S > .row .container > .video-iframe-container { display: none; }#LUZ5tvCJvT6uHLF6XQFCOkMe914fo17S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LUZ5tvCJvT6uHLF6XQFCOkMe914fo17S > .row > .video-iframe-container { display: none; }#LUZ5tvCJvT6uHLF6XQFCOkMe914fo17S > .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); }#LUZ5tvCJvT6uHLF6XQFCOkMe914fo17S { border-width: 0; border-radius: 0; }#LUZ5tvCJvT6uHLF6XQFCOkMe914fo17S > .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:322px;width:1200px;position:relative;display:block; }#SuXVBuKNG8oQZT3J6Cv4K5CwqobHZPWC { color:#000000;display:block;width:800px;position:absolute;font-family:oswald;font-size:30px;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:64.5px;left:200px;height:45px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tuaVV2tyinQKxm1XNyo2vVNJXyK9raMs { background-color:#ff3936;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"proxima nova";font-size:24px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:55px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:171px;left:400px;display:block; }
#TWaNucEw2QcshhEMbtn8fd1P2TvEXnbG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcMmOuzL/cut.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }
#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC.adaptive-delivery-prevent-bg { background-image: none; }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .row .container { background-color: transparent; background-image: none; }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .row .container > .video-iframe-container { display: none; }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .row > .video-iframe-container { display: none; }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .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); }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .row .container { border-width: 0; border-radius: 0; }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .row .container { font-size:14px;font-family:arial;height:251px;width:1200px;position:relative;display:block; }#EJxPITAfdT1qsZ2ead9THtyBJNy1cFhu { color:#1e1e1e;display:block;width:553px;position:absolute;font-family:oswald;font-size:36px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0 5px 15px rgba(38,38,38,0.1);top:173px;left:323.5px;height:46px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIpc3eHHX1bZT7uNPmBtff69ZAUqXAUS { position:relative;display:block; }#RIpc3eHHX1bZT7uNPmBtff69ZAUqXAUS { background-color: transparent; background-image: none; }#RIpc3eHHX1bZT7uNPmBtff69ZAUqXAUS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RIpc3eHHX1bZT7uNPmBtff69ZAUqXAUS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RIpc3eHHX1bZT7uNPmBtff69ZAUqXAUS > .row .container > .video-iframe-container { display: none; }#RIpc3eHHX1bZT7uNPmBtff69ZAUqXAUS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RIpc3eHHX1bZT7uNPmBtff69ZAUqXAUS > .row > .video-iframe-container { display: none; }#RIpc3eHHX1bZT7uNPmBtff69ZAUqXAUS > .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); }#RIpc3eHHX1bZT7uNPmBtff69ZAUqXAUS { border-width: 0; border-radius: 0; }#RIpc3eHHX1bZT7uNPmBtff69ZAUqXAUS > .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:230px;width:1200px;position:relative;display:block; }#ZmCupRf9HS3NTs823gO5Nzz96r4o5anQ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:60px;top:24px;left:110px;overflow:hidden;display:block; }
#q4WV97kCmLyvMTdh8BiwPWShC3Th4G7Z { color:#000000;display:block;width:199.969px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:99px;left:51px;height:52px;text-align:center;text-align-last:center;display:block; }
#PZKyZSaelbiux47Habet5ZeXoodFlper { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:60px;top:24px;left:420px;overflow:hidden;display:block; }
#iu7cUT4rvv6GCTV8LMbmqR3P1QUkUN1C { color:#000000;display:block;width:191px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:98px;left:355px;height:52px;text-align:center;text-align-last:center;display:block; }
#Rsrh8sLuw7VXxRUsma3PBpdXzBXooCWn { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:60px;top:27px;left:721px;overflow:hidden;display:block; }
#MQtGoCJak7HqV86TTlRuAEwUtTxMysvl { color:#000000;display:block;width:121.969px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:100px;left:690px;height:52px;text-align:center;text-align-last:center;display:block; }
#tABbcyF6SC0eoWPePUkTGGNTqVouddQV { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:60px;top:27px;left:1020px;overflow:hidden;display:block; }
#MrRrTz9ixT23L8B484zgr9ewON7LLKoP { color:#000000;display:block;width:145px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:100px;left:978px;height:52px;text-align:center;text-align-last:center;display:block; }
#nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK { position:fixed;z-index:199999;bottom:0;left:0px;right:0;display:none; }#nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK { border-width: 0; border-radius: 0; }#nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK > .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:57px;width:1200px;position:relative;display:none; }#UovssEIKDzd2c5Zte7zpF5kqDMOQcVUG { background-color:#ff3936;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"proxima nova";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0px;left:460px;display:block; }
#E7OvFVkpOAPMy7nc42K0igtsESGF2SPt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tereUyDKTi7bquE0zeE9WccG6BmOa5ux { display:block; }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ4yssGPdDW2FTWBTt1hT3h8CO6f7g3i { top:17px;left:0px;width:200px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #cSu1ek8Ms0BeSmXxaEF21aSAaiCIEZZU { top:337px;left:0px;width:529px;height:144px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #q2Qk5MOkiUs6HuwWt9BvyRWOkEywPXWz { top:132px;left:0px;width:550px;height:142px;display:block; }
 }@media only screen and (max-width: 763px) { #p48tmQ8K6AeDZ8c8EKb4iCIyv1QyTuo0 { top:29px;left:164px;width:600px;height:575px;display:block; }
 }@media only screen and (max-width: 763px) { #xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV { display:block; }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbNIu2sRsG6NyDrudIaPLsrmukkukvh1 { display:block; }#cbNIu2sRsG6NyDrudIaPLsrmukkukvh1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwQKiTCym3QPPiID8gzP2dQVTh35CaKg { top:33px;left:0px;width:434px;height:78px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Mqo7K0u4UTlcRSd8FVAafnk05i1muzpT { top:157px;left:0px;width:518px;height:420px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #B5cFU7MgFwfxtnw8vQ1AAWrfKPA5HJFT { top:155px;left:0px;width:30px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #hcifIsgkzvByL7MFXBwS5Geb1PFSXrQG { top:22px;left:164px;width:600px;height:600px;display:block; }
 }@media only screen and (max-width: 763px) { #E2dhyUtkZBcTTZmM9J7KZAq4rbmb68NZ { top:218px;left:0px;width:30px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Efk6r3tKB6bkSKb5eJE3GqkJHoI9BICs { top:306px;left:0px;width:30px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Ti1h6kGyE0IsENqLyelaQiWcR9pF2zfd { top:366px;left:0px;width:30px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #RrkhiFFW50GGrDZwSbhT8keupf7mI3no { top:456px;left:0px;width:30px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #hCWx96Gr0b2pSzeCIQs0b7zMZtpB1aoQ { top:547px;left:0px;width:30px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #lR2pIslMR8b4fQfwSdT25MV4Bi6TgOF8 { top:97px;left:314px;width:450px;height:450px;display:block; }
 }@media only screen and (max-width: 763px) { #AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T { display:block; }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x31IMBeb1XRJnUb4GQ8SwdJJ3NChQPRF { display:block; }#x31IMBeb1XRJnUb4GQ8SwdJJ3NChQPRF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oT6HiFkSCl8FpBocxUBi721GNKl7cu3J { top:38px;left:0px;width:764px;height:45px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QtUrL6F7QZRse7oGXQJXIM7gI2DomolQ { display:block; }#QtUrL6F7QZRse7oGXQJXIM7gI2DomolQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEE1ocNT6P1vecL1VonK1R6UTJRGgKnw { top:17px;left:0px;width:276px;height:468px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AgPTtpTk5c1qRr70InpOVRmfxqKaBQX2 { top:34px;left:164px;width:600px;height:192px;display:block; }
 }@media only screen and (max-width: 763px) { #zohaneQMBAazz3FKCboCo4deNmOXzDhG { top:57px;left:0px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #c4m9a85bFc5Jgdxc8UdbxlT8bdCc7KZn { top:60px;left:0px;width:20px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ofiOEuFPXuaMVXNGwak3dLTWhR7LzCIQ { top:92px;left:0px;width:518px;height:216px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QkafR1MbAKn9lAli697DeFVzbL68y5tw { top:23px;left:166px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #kbB422fPiUh9QLp7MMZet6sG4g9rZEow { top:29px;left:170.5px;width:41px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTPT82wTn7OKIoxoFGO1ISV3SBGIkx74 { display:block; }#ZTPT82wTn7OKIoxoFGO1ISV3SBGIkx74 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DI1RGyndDHST6qgGS9EUbgZiTCmzHMqz { top:18px;left:0px;width:276px;height:108px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #w5Hq1tOLCJNvQLIMVxT3zNXdedmC1LRL { top:39px;left:0px;width:600px;height:261px;display:block; }
 }@media only screen and (max-width: 763px) { #TRNVPi4a7Pgm2RoFomRTP2sJrZ5DqViA { top:71px;left:382px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gqahuI32ouV2oUoPahpWyUgDbvaZDSpM { top:74px;left:382px;width:20px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LTZyKVagzheXmrMDltFeqIbXHtl5o8ye { top:93px;left:246px;width:518px;height:72px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #izdbgICGpW7asrH39PvvaT1bU0bCoXI3 { top:22px;left:557px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #K8FkzMfW0xirtxSN61PeIleGPOs8ek3m { top:28px;left:562px;width:41px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #v0cB2zpvBaBrssgN1Siibb0Rvia8ddB8 { display:block; }#v0cB2zpvBaBrssgN1Siibb0Rvia8ddB8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxT7qIu7R0LQKK6O89QNRL5hMMTXMBTH { top:0px;left:0px;width:276px;height:180px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #X3hZcMieADvnT4JiGayn7TwB0GKIDNRv { top:31px;left:164px;width:600px;height:343.969px;display:block; }
 }@media only screen and (max-width: 763px) { #vSoOT8BO7ChsrKTaq20UXyZRReo7Zp0q { top:57px;left:0px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #p8FEp1bTIocgsNMANoZhOdlblV4nG9dc { top:60px;left:0px;width:20px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZMnqXiTNE5FUHO4sMl6O5MMTLGnrFrcR { top:91px;left:0px;width:518px;height:72px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #E0ffMkGvZ6D7eNOMMMs1rcStfeCBXfD2 { top:18px;left:166px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #xoi7cDKpOxtA7CgG41aQp6mNmv39iLyS { top:24px;left:171px;width:41px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #AhXifCttd9HNLWmMo0K5Zv0RM2NLgwzi { display:block; }#AhXifCttd9HNLWmMo0K5Zv0RM2NLgwzi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTMFWbZBQ7zDq4wy0TGDBz6V59TkeFa9 { top:18px;left:0px;width:276px;height:396px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MltNprrFbX0MqEH7PqTLTmM4iKgG0mlh { top:72px;left:382px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tfcWaxvybSsiJXdf3gLxxTagtfdbuyxf { top:75px;left:382px;width:20px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dwnvKoaxBfgpDVBrTVahR5kHTfPa1ybx { top:96px;left:246px;width:518px;height:216px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sNioU9pkbGchDsg7gEx1GqEuRFBOIE5B { top:0px;left:61.5px;width:259px;height:600px;display:block; }
 }@media only screen and (max-width: 763px) { #Epv0hBLUlB37yc19Kx8OUqZuSAyp6bZL { top:25px;left:548px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #mbeAe56Nppea2qusQ1w9HByzu0s8biLI { top:31px;left:553px;width:41px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #rkECz4W7QixQwCJBhRBy39NpfLACJnTq { display:block; }#rkECz4W7QixQwCJBhRBy39NpfLACJnTq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpivNemJCUSKQc69VHT3RBE3DPtLgBua { top:99px;left:164px;width:600px;height:219px;display:block; }
 }@media only screen and (max-width: 763px) { #eJ9UVFgA53w402TTNIHmX1xLTdLFCKhB { top:22px;left:0px;width:276px;height:216px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rMJwL8CLJRXQpHbiLoNpy8mCgSGOrFea { top:342px;left:382px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #kzdVTT0kI3O9bni63yh6rEzi6QqPD7sZ { top:345px;left:382px;width:20px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hfxxKvnCUDQnttxcZWCBFuPRLatlsIGV { top:116px;left:0px;width:518px;height:108px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zRQ0M36ofHt1DzVyxR8dnzF33LXvAn58 { top:41px;left:166px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #dSQJBaLyM4pG41V6vqCUxPJg0h99y4ic { top:47px;left:171px;width:41px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wlqB4OFqN63XoADx5aZ9GVfMXxR3SPfP { display:block; }#wlqB4OFqN63XoADx5aZ9GVfMXxR3SPfP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHap1zICpTJfw3sT4U3zA4GJEHJJ4a6z { top:12px;left:0px;width:276px;height:216px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BZarrTszqEJ5i8iQ9A8fFpCBCWaZT61H { top:0px;left:0px;width:600px;height:313px;display:block; }
 }@media only screen and (max-width: 763px) { #zT3BWs7cd41WVsOI3Bo3r9GvOcgqe6CK { top:80px;left:0px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #xtixIlRgMprtgCPkQJo825xy0wytl5Tx { top:83px;left:0px;width:20px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QltTfUGXtlBT46ZLdx0dngdN4uOZbGwQ { top:113px;left:246px;width:518px;height:108px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #asczTHtWJeRIWTlNV74EacumTC7u6w7c { top:37px;left:548px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #cUaBu0SmF76AeofdX6AzQ2TVtakoDrPc { top:43px;left:553px;width:41px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #WXMHpxWTW77X8IveE5xNTuod9pZOxz0Z { display:block; }#WXMHpxWTW77X8IveE5xNTuod9pZOxz0Z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTgpNqZPOnyTWVptPeym7Tmt6hJyxKtV { top:22px;left:0px;width:276px;height:288px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ThGyXWVQ6zFCJyI0HhWLFNnALJqXVUgG { top:119px;left:164px;width:600px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #X5qzR6cUuCqCbGI1s0biJ3FnABy1H1tL { top:43px;left:382px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gClSupr7orhA7rgF2y3i3vTuq5v3FU7F { top:46px;left:382px;width:20px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aOaHf9GyToaTdv4BisVa2ps8OozAU3Rn { top:98px;left:0px;width:518px;height:144px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rx6A0WG2wBOPmclKTCfedp05Is71ErNv { top:25px;left:157px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #w9du0aL7LqizMBTfIwFgrd8EuTEIer2M { top:31px;left:162px;width:41px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #illxebf5Os8TPBT3psKtarvwSa3zDVFJ { display:block; }#illxebf5Os8TPBT3psKtarvwSa3zDVFJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c80dzh0uzccA0ffPWro661ZfH3qyU9Jq { top:17px;left:0px;width:276px;height:288px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eJTTa0D9G4UlVgLm4mNDkx4fqyHMSQcG { top:20px;left:66px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #DDSXtodFZTWgLfLlwdh21HtvBG0zaR13 { top:57px;left:0px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #k46B1auSWk0CCSOXb4wUICVgreOmlCe7 { top:20px;left:0px;width:20px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vw2JemhmfXkWryQtspAapNAX6tadbBdE { top:107px;left:246px;width:518px;height:144px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #U3q0nCHc8dZqTVTk0qTficac5pf3cvzI { top:34px;left:548px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #f4D4vHSAB0qT6dlVOTlNWxashgWEbFBk { top:40px;left:553px;width:41px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o { display:block; }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvBQZe3AyTZRN9TFBnzO9Di5b5sPPKg4 { display:block; }#WvBQZe3AyTZRN9TFBnzO9Di5b5sPPKg4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z48k7PF8xheVMVcgbNzPCoZQTnzxGOOS { top:33px;left:225px;width:539px;height:78px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #n27zfESqQF8tcPfFXwAym3dfqlZ0S3xW { top:163px;left:246px;width:518px;height:378px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oBKg1DGEfH8Dd5b3H5qtFgpPinkgJKKK { top:163px;left:382px;width:30px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Ee4gXM5kgvv56oTZ6FQN4Wqvy3Ei54yZ { top:243px;left:382px;width:30px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fSTuyW8FAUIR94vAQ4k8F4Syz8uQ3qxM { top:377px;left:382px;width:30px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #OhLiJ5EI3ySTwzEfBkxGL5b0PybrhvzF { top:485px;left:382px;width:30px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #o7JPFmfuU5qGEnLqf39Cps9V87uLTnE9 { top:0px;left:0px;width:570px;height:570px;display:block; }
 }@media only screen and (max-width: 763px) { #zsit3aO3tsx16zETCo2D4Nz1n2asabc2 { top:101px;left:1px;width:350px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #LUZ5tvCJvT6uHLF6XQFCOkMe914fo17S { display:block; }#LUZ5tvCJvT6uHLF6XQFCOkMe914fo17S > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuXVBuKNG8oQZT3J6Cv4K5CwqobHZPWC { top:64px;left:0px;width:764px;height:45px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tuaVV2tyinQKxm1XNyo2vVNJXyK9raMs { width:400px;height:55px;top:171px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #TWaNucEw2QcshhEMbtn8fd1P2TvEXnbG { display:block; }
 }@media only screen and (max-width: 763px) { #NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC { display:block; }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJxPITAfdT1qsZ2ead9THtyBJNy1cFhu { width:553px;height:46px;top:173px;left:105.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #RIpc3eHHX1bZT7uNPmBtff69ZAUqXAUS { display:block; }#RIpc3eHHX1bZT7uNPmBtff69ZAUqXAUS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmCupRf9HS3NTs823gO5Nzz96r4o5anQ { top:24px;left:55.5px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #q4WV97kCmLyvMTdh8BiwPWShC3Th4G7Z { top:99px;left:0px;width:199px;height:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PZKyZSaelbiux47Habet5ZeXoodFlper { top:24px;left:256.5px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #iu7cUT4rvv6GCTV8LMbmqR3P1QUkUN1C { top:98px;left:191px;width:191px;height:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Rsrh8sLuw7VXxRUsma3PBpdXzBXooCWn { top:27px;left:448.5px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #MQtGoCJak7HqV86TTlRuAEwUtTxMysvl { top:100px;left:417.5px;width:121px;height:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tABbcyF6SC0eoWPePUkTGGNTqVouddQV { top:27px;left:638.5px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #MrRrTz9ixT23L8B484zgr9ewON7LLKoP { top:100px;left:596.5px;width:145px;height:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK { display:block; }#nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UovssEIKDzd2c5Zte7zpF5kqDMOQcVUG { width:280px;height:55px;top:0px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #E7OvFVkpOAPMy7nc42K0igtsESGF2SPt { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tereUyDKTi7bquE0zeE9WccG6BmOa5ux { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yF3vK5B6/Bez_nazwy_3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#tereUyDKTi7bquE0zeE9WccG6BmOa5ux.adaptive-delivery-prevent-bg { background-image: none; }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .row .container { background-color: transparent; background-image: none; }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .row .container > .video-iframe-container { display: none; }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .row > .video-iframe-container { display: none; }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .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); }#tereUyDKTi7bquE0zeE9WccG6BmOa5ux > .row .container { width:320px;height:754px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ4yssGPdDW2FTWBTt1hT3h8CO6f7g3i { width:200px;height:30px;top:20px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #cSu1ek8Ms0BeSmXxaEF21aSAaiCIEZZU { width:320px;height:216px;top:196.609375px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #q2Qk5MOkiUs6HuwWt9BvyRWOkEywPXWz { width:320px;height:82.6094px;top:82px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p48tmQ8K6AeDZ8c8EKb4iCIyv1QyTuo0 { width:320px;height:306.656px;top:443.65625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcMmOuzL/cut.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }
#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV.adaptive-delivery-prevent-bg { background-image: none; }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .row .container { background-color: transparent; background-image: none; }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .row .container > .video-iframe-container { display: none; }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .row > .video-iframe-container { display: none; }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .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); }#xV3BMq5mQL2XPqqf7FxNCDkHoNa8iMlV > .row .container { width:320px;height:51px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbNIu2sRsG6NyDrudIaPLsrmukkukvh1 { display:block; }#cbNIu2sRsG6NyDrudIaPLsrmukkukvh1 > .row .container { width:320px;height:1082px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwQKiTCym3QPPiID8gzP2dQVTh35CaKg { width:320px;height:117px;top:20px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Mqo7K0u4UTlcRSd8FVAafnk05i1muzpT { width:278px;height:540px;top:159px;left:42px;font-size:18px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #B5cFU7MgFwfxtnw8vQ1AAWrfKPA5HJFT { width:30px;height:28px;top:157px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hcifIsgkzvByL7MFXBwS5Geb1PFSXrQG { width:320px;height:320px;top:729px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #E2dhyUtkZBcTTZmM9J7KZAq4rbmb68NZ { width:30px;height:28px;top:237px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Efk6r3tKB6bkSKb5eJE3GqkJHoI9BICs { width:30px;height:28px;top:317px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ti1h6kGyE0IsENqLyelaQiWcR9pF2zfd { width:30px;height:28px;top:400px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RrkhiFFW50GGrDZwSbhT8keupf7mI3no { width:30px;height:28px;top:534px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hCWx96Gr0b2pSzeCIQs0b7zMZtpB1aoQ { width:30px;height:28px;top:642px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lR2pIslMR8b4fQfwSdT25MV4Bi6TgOF8 { width:320px;height:320px;top:718px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcMmOuzL/cut.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }
#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T.adaptive-delivery-prevent-bg { background-image: none; }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .row .container { background-color: transparent; background-image: none; }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .row .container > .video-iframe-container { display: none; }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .row > .video-iframe-container { display: none; }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .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); }#AsQJmIHqUM0R3pQ10R2ok4PJLHgeSh7T > .row .container { width:320px;height:52px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x31IMBeb1XRJnUb4GQ8SwdJJ3NChQPRF { display:block; }#x31IMBeb1XRJnUb4GQ8SwdJJ3NChQPRF > .row .container { width:320px;height:181px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oT6HiFkSCl8FpBocxUBi721GNKl7cu3J { width:320px;height:135px;top:20px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QtUrL6F7QZRse7oGXQJXIM7gI2DomolQ { display:block; }#QtUrL6F7QZRse7oGXQJXIM7gI2DomolQ > .row .container { width:320px;height:642px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEE1ocNT6P1vecL1VonK1R6UTJRGgKnw { width:276px;height:468px;top:17px;left:22px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AgPTtpTk5c1qRr70InpOVRmfxqKaBQX2 { width:320px;height:102.391px;top:529.796875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zohaneQMBAazz3FKCboCo4deNmOXzDhG { width:30px;height:30px;top:17px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #c4m9a85bFc5Jgdxc8UdbxlT8bdCc7KZn { width:20px;height:26px;top:20px;left:27px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ofiOEuFPXuaMVXNGwak3dLTWhR7LzCIQ { width:320px;height:auto;top:92px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #QkafR1MbAKn9lAli697DeFVzbL68y5tw { width:50px;height:50px;top:524.796875px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #kbB422fPiUh9QLp7MMZet6sG4g9rZEow { width:41px;height:0;top:530.796875px;left:139.5px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #ZTPT82wTn7OKIoxoFGO1ISV3SBGIkx74 { display:block; }#ZTPT82wTn7OKIoxoFGO1ISV3SBGIkx74 > .row .container { width:320px;height:370px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DI1RGyndDHST6qgGS9EUbgZiTCmzHMqz { width:276px;height:108px;top:18px;left:22px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #w5Hq1tOLCJNvQLIMVxT3zNXdedmC1LRL { width:320px;height:139.188px;top:184px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TRNVPi4a7Pgm2RoFomRTP2sJrZ5DqViA { width:30px;height:30px;top:18px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #gqahuI32ouV2oUoPahpWyUgDbvaZDSpM { width:20px;height:26px;top:21px;left:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LTZyKVagzheXmrMDltFeqIbXHtl5o8ye { width:320px;height:auto;top:93px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #izdbgICGpW7asrH39PvvaT1bU0bCoXI3 { width:50px;height:50px;top:343px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #K8FkzMfW0xirtxSN61PeIleGPOs8ek3m { width:41px;height:0;top:349px;left:140px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #v0cB2zpvBaBrssgN1Siibb0Rvia8ddB8 { display:block; }#v0cB2zpvBaBrssgN1Siibb0Rvia8ddB8 > .row .container { width:320px;height:418px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxT7qIu7R0LQKK6O89QNRL5hMMTXMBTH { width:276px;height:144px;top:0px;left:22px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #X3hZcMieADvnT4JiGayn7TwB0GKIDNRv { width:320px;height:183.438px;top:206px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vSoOT8BO7ChsrKTaq20UXyZRReo7Zp0q { width:30px;height:30px;top:0px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #p8FEp1bTIocgsNMANoZhOdlblV4nG9dc { width:20px;height:26px;top:3px;left:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZMnqXiTNE5FUHO4sMl6O5MMTLGnrFrcR { width:320px;height:auto;top:91px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #E0ffMkGvZ6D7eNOMMMs1rcStfeCBXfD2 { width:50px;height:50px;top:18px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #xoi7cDKpOxtA7CgG41aQp6mNmv39iLyS { width:41px;height:auto;top:24px;left:139px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #AhXifCttd9HNLWmMo0K5Zv0RM2NLgwzi { display:block; }#AhXifCttd9HNLWmMo0K5Zv0RM2NLgwzi > .row .container { width:320px;height:1031px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTMFWbZBQ7zDq4wy0TGDBz6V59TkeFa9 { width:276px;height:396px;top:18px;left:22px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MltNprrFbX0MqEH7PqTLTmM4iKgG0mlh { width:30px;height:30px;top:18px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tfcWaxvybSsiJXdf3gLxxTagtfdbuyxf { width:20px;height:26px;top:21px;left:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dwnvKoaxBfgpDVBrTVahR5kHTfPa1ybx { width:320px;height:auto;top:96px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #sNioU9pkbGchDsg7gEx1GqEuRFBOIE5B { width:259px;height:600px;top:428.515625px;left:30.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Epv0hBLUlB37yc19Kx8OUqZuSAyp6bZL { width:50px;height:50px;top:25px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #mbeAe56Nppea2qusQ1w9HByzu0s8biLI { width:41px;height:auto;top:31px;left:139px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #rkECz4W7QixQwCJBhRBy39NpfLACJnTq { display:block; }#rkECz4W7QixQwCJBhRBy39NpfLACJnTq > .row .container { width:320px;height:400px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpivNemJCUSKQc69VHT3RBE3DPtLgBua { width:320px;height:117px;top:251.515625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eJ9UVFgA53w402TTNIHmX1xLTdLFCKhB { width:276px;height:216px;top:22px;left:22px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rMJwL8CLJRXQpHbiLoNpy8mCgSGOrFea { width:30px;height:30px;top:23px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #kzdVTT0kI3O9bni63yh6rEzi6QqPD7sZ { width:20px;height:26px;top:26px;left:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hfxxKvnCUDQnttxcZWCBFuPRLatlsIGV { width:320px;height:auto;top:116px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #zRQ0M36ofHt1DzVyxR8dnzF33LXvAn58 { width:50px;height:50px;top:41px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #dSQJBaLyM4pG41V6vqCUxPJg0h99y4ic { width:41px;height:auto;top:47px;left:139px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #wlqB4OFqN63XoADx5aZ9GVfMXxR3SPfP { display:block; }#wlqB4OFqN63XoADx5aZ9GVfMXxR3SPfP > .row .container { width:320px;height:443px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHap1zICpTJfw3sT4U3zA4GJEHJJ4a6z { width:276px;height:216px;top:12px;left:22px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BZarrTszqEJ5i8iQ9A8fFpCBCWaZT61H { width:320px;height:166.922px;top:254px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zT3BWs7cd41WVsOI3Bo3r9GvOcgqe6CK { width:30px;height:30px;top:12px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #xtixIlRgMprtgCPkQJo825xy0wytl5Tx { width:20px;height:26px;top:15px;left:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QltTfUGXtlBT46ZLdx0dngdN4uOZbGwQ { width:320px;height:auto;top:113px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #asczTHtWJeRIWTlNV74EacumTC7u6w7c { width:50px;height:50px;top:37px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #cUaBu0SmF76AeofdX6AzQ2TVtakoDrPc { width:41px;height:auto;top:43px;left:139px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #WXMHpxWTW77X8IveE5xNTuod9pZOxz0Z { display:block; }#WXMHpxWTW77X8IveE5xNTuod9pZOxz0Z > .row .container { width:320px;height:482px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTgpNqZPOnyTWVptPeym7Tmt6hJyxKtV { width:276px;height:288px;top:22px;left:22px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ThGyXWVQ6zFCJyI0HhWLFNnALJqXVUgG { width:320px;height:106.125px;top:335px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #X5qzR6cUuCqCbGI1s0biJ3FnABy1H1tL { width:30px;height:30px;top:22px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #gClSupr7orhA7rgF2y3i3vTuq5v3FU7F { width:20px;height:26px;top:25px;left:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aOaHf9GyToaTdv4BisVa2ps8OozAU3Rn { width:320px;height:auto;top:98px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #rx6A0WG2wBOPmclKTCfedp05Is71ErNv { width:50px;height:50px;top:25px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #w9du0aL7LqizMBTfIwFgrd8EuTEIer2M { width:41px;height:auto;top:31px;left:139px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #illxebf5Os8TPBT3psKtarvwSa3zDVFJ { display:block; }#illxebf5Os8TPBT3psKtarvwSa3zDVFJ > .row .container { width:320px;height:482px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c80dzh0uzccA0ffPWro661ZfH3qyU9Jq { width:276px;height:288px;top:17px;left:22px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eJTTa0D9G4UlVgLm4mNDkx4fqyHMSQcG { width:150px;height:150px;top:315px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #DDSXtodFZTWgLfLlwdh21HtvBG0zaR13 { width:30px;height:30px;top:17px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #k46B1auSWk0CCSOXb4wUICVgreOmlCe7 { width:20px;height:26px;top:20px;left:27px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vw2JemhmfXkWryQtspAapNAX6tadbBdE { width:320px;height:auto;top:107px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #U3q0nCHc8dZqTVTk0qTficac5pf3cvzI { width:50px;height:50px;top:34px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #f4D4vHSAB0qT6dlVOTlNWxashgWEbFBk { width:41px;height:auto;top:40px;left:139px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcMmOuzL/cut.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }
#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o.adaptive-delivery-prevent-bg { background-image: none; }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .row .container { background-color: transparent; background-image: none; }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .row .container > .video-iframe-container { display: none; }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .row > .video-iframe-container { display: none; }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .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); }#coEc7mhkZ0mrtRR2XNeK4HO0vT3vxS4o > .row .container { width:320px;height:45px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvBQZe3AyTZRN9TFBnzO9Di5b5sPPKg4 { display:block; }#WvBQZe3AyTZRN9TFBnzO9Di5b5sPPKg4 > .row .container { width:320px;height:1141px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z48k7PF8xheVMVcgbNzPCoZQTnzxGOOS { width:320px;height:78px;top:27px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #n27zfESqQF8tcPfFXwAym3dfqlZ0S3xW { width:276px;height:621px;top:137px;left:44px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oBKg1DGEfH8Dd5b3H5qtFgpPinkgJKKK { width:30px;height:28px;top:136px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ee4gXM5kgvv56oTZ6FQN4Wqvy3Ei54yZ { width:30px;height:28px;top:268px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fSTuyW8FAUIR94vAQ4k8F4Syz8uQ3qxM { width:30px;height:28px;top:486px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OhLiJ5EI3ySTwzEfBkxGL5b0PybrhvzF { width:30px;height:28px;top:646px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o7JPFmfuU5qGEnLqf39Cps9V87uLTnE9 { width:320px;height:320px;top:801px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zsit3aO3tsx16zETCo2D4Nz1n2asabc2 { width:250px;height:250px;top:836px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #LUZ5tvCJvT6uHLF6XQFCOkMe914fo17S { display:block; }#LUZ5tvCJvT6uHLF6XQFCOkMe914fo17S > .row .container { width:320px;height:284px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuXVBuKNG8oQZT3J6Cv4K5CwqobHZPWC { width:320px;height:135px;top:20px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tuaVV2tyinQKxm1XNyo2vVNJXyK9raMs { width:280px;height:55px;top:190.5px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TWaNucEw2QcshhEMbtn8fd1P2TvEXnbG { display:block; }
 }@media only screen and (max-width: 763px) { #NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcMmOuzL/cut.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }
#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC.adaptive-delivery-prevent-bg { background-image: none; }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .row .container { background-color: transparent; background-image: none; }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .row .container > .video-iframe-container { display: none; }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .row > .video-iframe-container { display: none; }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .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); }#NhNPI2C1mJxWuhqMOXGugbwmqT6W9qxC > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJxPITAfdT1qsZ2ead9THtyBJNy1cFhu { width:319.984px;height:31px;top:50px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #RIpc3eHHX1bZT7uNPmBtff69ZAUqXAUS { display:block; }#RIpc3eHHX1bZT7uNPmBtff69ZAUqXAUS > .row .container { width:320px;height:346px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmCupRf9HS3NTs823gO5Nzz96r4o5anQ { width:35px;height:35px;top:21px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #q4WV97kCmLyvMTdh8BiwPWShC3Th4G7Z { width:198.991px;height:36px;top:20px;left:85px;font-size:14px;text-align:left;text-align-last:left;font-family:"proxima nova";display:block; }
 }@media only screen and (max-width: 763px) { #PZKyZSaelbiux47Habet5ZeXoodFlper { width:35px;height:35px;top:86px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #iu7cUT4rvv6GCTV8LMbmqR3P1QUkUN1C { width:190.981px;height:36px;top:85px;left:89px;font-size:14px;text-align:left;text-align-last:left;font-family:"proxima nova";display:block; }
 }@media only screen and (max-width: 763px) { #Rsrh8sLuw7VXxRUsma3PBpdXzBXooCWn { width:35px;height:35px;top:164px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #MQtGoCJak7HqV86TTlRuAEwUtTxMysvl { width:120.991px;height:36px;top:163px;left:85px;font-size:14px;font-family:"proxima nova";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tABbcyF6SC0eoWPePUkTGGNTqVouddQV { width:36px;height:36px;top:225px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #MrRrTz9ixT23L8B484zgr9ewON7LLKoP { width:145px;height:36px;top:225px;left:85px;font-size:14px;font-family:"proxima nova";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK { position:fixed;z-index:199999;bottom:0;left:0px;right:0;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK > .row .container { background-color: transparent; background-image: none; }#nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK > .row .container > .video-iframe-container { display: none; }#nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK > .row > .video-iframe-container { display: none; }#nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK > .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); }#nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK > .row .container { border-width: 0; border-radius: 0; }#nCeezBcw0SPHMC5Dvi4cMPgvc9r4EexK > .row .container { width:320px;height:56px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UovssEIKDzd2c5Zte7zpF5kqDMOQcVUG { width:280px;height:55px;top:0px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #E7OvFVkpOAPMy7nc42K0igtsESGF2SPt { display:block; }
 }