.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .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); }#aaoQ1JlIgOQGHmrwfT6oTNn0doKTWLRX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#aaoQ1JlIgOQGHmrwfT6oTNn0doKTWLRX > .row .container { background-color: transparent; background-image: none; }#aaoQ1JlIgOQGHmrwfT6oTNn0doKTWLRX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aaoQ1JlIgOQGHmrwfT6oTNn0doKTWLRX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aaoQ1JlIgOQGHmrwfT6oTNn0doKTWLRX > .row .container > .video-iframe-container { display: none; }#aaoQ1JlIgOQGHmrwfT6oTNn0doKTWLRX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aaoQ1JlIgOQGHmrwfT6oTNn0doKTWLRX > .row > .video-iframe-container { display: none; }#aaoQ1JlIgOQGHmrwfT6oTNn0doKTWLRX > .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); }#aaoQ1JlIgOQGHmrwfT6oTNn0doKTWLRX > .row .container { border-width: 0; border-radius: 0; }#aaoQ1JlIgOQGHmrwfT6oTNn0doKTWLRX > .row .container { font-size:14px;font-family:arial;height:55px;width:960px;position:relative;display:block; }#KXfVVZuOLJzzTQugJKzr2bVMbdKhWMGb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45px;width:147px;top:4px;left:0px;overflow:hidden;display:block; }
#OGrFXJ204z9TUgCl5cGGcRMQtWnodTCd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:106px;top:9.0000002384186px;left:150px;overflow:hidden;display:block; }
#JkTQySgy7BCtZ3U2qXGhEpsI92OwnouV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JkTQySgy7BCtZ3U2qXGhEpsI92OwnouV > .row .container { background-color: transparent; background-image: none; }#JkTQySgy7BCtZ3U2qXGhEpsI92OwnouV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JkTQySgy7BCtZ3U2qXGhEpsI92OwnouV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JkTQySgy7BCtZ3U2qXGhEpsI92OwnouV > .row .container > .video-iframe-container { display: none; }#JkTQySgy7BCtZ3U2qXGhEpsI92OwnouV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JkTQySgy7BCtZ3U2qXGhEpsI92OwnouV > .row > .video-iframe-container { display: none; }#JkTQySgy7BCtZ3U2qXGhEpsI92OwnouV > .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); }#JkTQySgy7BCtZ3U2qXGhEpsI92OwnouV > .row .container { border-width: 0; border-radius: 0; }#JkTQySgy7BCtZ3U2qXGhEpsI92OwnouV > .row .container { font-size:14px;font-family:arial;height:5px;width:960px;position:relative;display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/uc/e5e05c2d-edce-4584-a1c1-d01d51205421/pexelskarolinagrabowska5882683.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.adaptive-delivery-prevent-bg, #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.lazyload, #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.lazyloading { background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { background-color: transparent; background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .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); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { border-width: 0; border-radius: 0; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:960px;height:667px;font-size:14px;font-family:arial;position:relative;display:block; }#TvDR6fxN1d0d5y1HJpoiZI7Qv7TxD46f { position:absolute;display:block;z-index:100000;background-color:rgba(3,49,46,0.81);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:668px;width:566px;top:0px;left:0px;display:block; }
#OuQ8gB0apRzpxcwxX0E5i9uPDPIX8Aze { color:#000000;display:block;width:468px;position:absolute;font-family:lato;font-size:48px;font-weight:300;z-index:100001;line-height:1;letter-spacing:0;top:38px;left:54.5px;height:144px;font-style:normal;display:block; }
#yTMsQswdVWOQDd0rn6BmE1BMXISiGV8r { color:#000000;display:block;width:458px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:139.39999389648px;left:54.5px;height:47.5938px;display:block; }
#CoxlLTaDUfp7VFnN1nWGQv16bxgSG5Do { color:#ff8600;display:block;width:216px;position:absolute;font-family:lato;font-size:18px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:196.796875px;left:156.5px;height:46.7812px;font-style:normal;display:block; }
#JKVfDkl4ukzGKazJZqWps6J2wxidRrzD { color:#ffffff;display:block;width:156px;position:absolute;font-family:lato;font-size:50px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:164px;left:367.5px;height:65px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tJL1gaOo3UXn73nMHmX6IWST4aIemdLD { position:absolute;display:block;z-index:100009;height:431px;width:467px;top:226px;left:55px;display:block; }
#P2q8Qq15OhT67eCA7U6UH62b6PDorbJp { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:112px;top:623px;left:575px;overflow:hidden;display:block; }
#coDZpnfhT3NuvL4gQ5E0BCKqOpJZhJF0 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29px;width:86.65px;top:630px;left:697px;overflow:hidden;display:block; }
#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { background-color: transparent; background-image: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .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); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { border-width: 0; border-radius: 0; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { font-size:14px;font-family:arial;height:157px;width:960px;position:relative;display:block; }#NIugMDVK4XcLQgpPRezOTU421tVioeUV { color:#151824;display:block;width:867px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:19.13330078125px;left:46.5px;height:93.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFQwzRfVVNB0ARX3dX7E4B2hMDzCWNyO { color:#000000;display:block;width:820.994px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:116.71667480469px;left:69.483337402344px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { background-color: transparent; background-image: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container > .video-iframe-container { display: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container { display: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .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); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { border-width: 0; border-radius: 0; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { font-size:14px;font-family:arial;height:378px;width:960px;position:relative;display:block; }#QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { color:#000000;display:block;width:180px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:0px;height:52px;font-style:normal;display:block; }
#UzsWnbws17RqzZhBhkT2FkTkd6vDG4Eh { color:#44454b;display:block;width:180px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:60.5px;left:0.5px;height:95.1875px;display:block; }
#Rzyy3xfC3DvRZ9XF0Rz9HW5p4qM2oQUw { color:#000000;display:block;width:179px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:196px;left:0px;height:52px;font-style:normal;display:block; }
#XuZb2qPlliq6iCtqRPnE8AqEv8NfQx84 { color:#44454b;display:block;width:179px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:257px;left:1px;height:95.1875px;display:block; }
#luI8v1gs11E6DpzVriSMRtRzklEvZILg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:334px;width:516px;top:0px;left:222px;overflow:hidden;display:block; }
#TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { position:absolute;display:block;z-index:100003;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:40px;top:28px;left:189px;display:block; }
#HrH70O1gFqlnSwUTVdCt72tJH7atNxh5 { position:absolute;display:block;z-index:100006;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:40px;top:228px;left:188px;display:block; }
#d3C1WU3BZ2OwBJKo3tpQVO7HUnFkLv7p { position:absolute;display:block;z-index:100006;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:2px;top:179px;left:227px;display:block; }
#dn1s7xWs91Mg725SeaMs5GDCC22N2oT9 { position:absolute;display:block;z-index:100005;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:120px;top:179px;left:226.81250762939px;display:block; }
#mkiWnAitHxZGWcd3r08urXFHTxqtNURM { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #006618;border-left:2px solid #006618;border-right:2px solid #006618;border-bottom:2px solid #006618;border-top-left-radius:57px;border-top-right-radius:57px;border-bottom-left-radius:57px;border-bottom-right-radius:57px;height:16px;width:16px;top:171px;left:345px;display:block; }
#NfgT2X2wzNeVUO5VLD9KUwKavdIgpVTu { color:#44454b;display:block;width:179px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:257px;left:781px;height:95.1875px;display:block; }
#g2SRg5kSQMQpDxKU2CsX49BhKD6TPq9b { color:#000000;display:block;width:179px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:196px;left:780px;height:52px;font-style:normal;display:block; }
#WCHAa1gbqQoKNqiTH8HGCWcS7JuAmFTw { color:#44454b;display:block;width:180px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:61px;left:780px;height:95.1875px;display:block; }
#rIeZATWqZJei349JsPb8VdtHFauTGubm { color:#000000;display:block;width:180px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:780px;height:52px;font-style:normal;display:block; }
#VNaUhD7qyyLAXIyIRvsF0M0gIfPCHCrI { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #006618;border-left:2px solid #006618;border-right:2px solid #006618;border-bottom:2px solid #006618;border-top-left-radius:57px;border-top-right-radius:57px;border-bottom-left-radius:57px;border-bottom-right-radius:57px;height:16px;width:16px;top:232px;left:551px;display:block; }
#yK0uHhWWJvwpwHLB8IuWrA1xTRMRDcEU { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #006618;border-left:2px solid #006618;border-right:2px solid #006618;border-bottom:2px solid #006618;border-top-left-radius:57px;border-top-right-radius:57px;border-bottom-left-radius:57px;border-bottom-right-radius:57px;height:16px;width:16px;top:38.500030517578px;left:516.00000762939px;display:block; }
#QRGQ3u26F0nIrDdz2Lv1tkWaq1gQOBza { position:absolute;display:block;z-index:100009;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22px;width:2px;top:27px;left:717.8125px;display:block; }
#hRd3V7gLTWNb0Ac6OEz7okrwVzTSSgB0 { position:absolute;display:block;z-index:100008;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:183px;top:47.000030517578px;left:536.00000762939px;display:block; }
#zKNsptWFtCCOsMGEW7z5BAi8HHk9twns { position:absolute;display:block;z-index:100009;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:40px;top:25px;left:717.8125px;display:block; }
#ruTCHql8Tpc8aKWEkSPb68trAqcNlIPf { position:absolute;display:block;z-index:100012;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17px;width:2px;top:226px;left:717.8125px;display:block; }
#KiAAmBTkHVVCdAsmGtAJFWD4H0VMUhO4 { position:absolute;display:block;z-index:100012;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:40px;top:224px;left:717.8125px;display:block; }
#pDSGAaqPgM6lhbmxF9Ipl01JzB5iBgeu { position:absolute;display:block;z-index:100011;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:148px;top:241px;left:571px;display:block; }
#TfF9SCqBHop1XXOyaGPieElkMNDUy0Cl { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #006618;border-left:2px solid #006618;border-right:2px solid #006618;border-bottom:2px solid #006618;border-top-left-radius:57px;border-top-right-radius:57px;border-bottom-left-radius:57px;border-bottom-right-radius:57px;height:16px;width:16px;top:50.000003814697px;left:405px;display:block; }
#RRu8Atm32MbCpsNiXlZq3E5EC6e91s1n { position:absolute;display:block;z-index:100009;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:176px;top:59px;left:229px;display:block; }
#ITkxP3HehQlZsQbzLTdvnDolB5J709aA { position:absolute;display:block;z-index:100010;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:2px;top:28px;left:227px;display:block; }
#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03312e;background-image:none;position:relative;display:block; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { background-color: transparent; background-image: none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container > .video-iframe-container { display: none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row > .video-iframe-container { display: none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .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); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { border-width: 0; border-radius: 0; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { font-size:14px;font-family:arial;height:86px;width:960px;position:relative;display:block; }#XZDCKXpzTFSZl4os92Cuw0LBxyRJdiCp { color:#ffffff;display:block;width:619px;position:absolute;font-family:"titillium web";font-size:23px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:14px;left:10.5px;height:59.7812px;font-style:normal;display:block; }
#Lev0T8imDNLLPMXUfvglJqAek2F5BTVk { background-color:#ff8600;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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"titillium web";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:14.484375px;left:636.5px;display:block; }
#JCeGWdcI9uMCTsBz9IRtXoXpX2fxg9xe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { background-color: transparent; background-image: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container > .video-iframe-container { display: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container { display: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .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); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { border-width: 0; border-radius: 0; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { font-size:14px;font-family:arial;height:414px;width:960px;position:relative;display:block; }#HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 30px 50px 104px rgba(21,24,36,0.3) ;height:380px;width:634px;top:17px;left:0px;display:block; }
#qSyVRp2LPTQxxhWHBcq9r1qRDwVB7ChZ { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:225px;width:320px;top:17px;left:634px;display:block; }
#VesIcwmM09MlEbaZTXIm13s9wo9ehr4G { color:#000000;display:block;width:284px;position:absolute;font-family:"titillium web";font-size:24px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:17px;left:662px;height:62.375px;font-style:normal;display:block; }
#HU9FS3G9GZ6aUaTTwfhhkBQPy7lGaOaB { color:#000000;display:block;width:262px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:normal;z-index:100019;line-height:1.7;letter-spacing:0;top:79.400009155273px;left:663px;height:47.5938px;text-align:left;text-align-last:left;display:block; }
#uKXTQ4upPTJ4bQND0n2tdGaX5BUtQe1e { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:110px;top:358.01251220703px;left:789.97503662109px;overflow:hidden;display:block; }
#v9TruXscUHCxbOWIL887GqaELUnPnqqk { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.975px;width:127.975px;top:351.02502441406px;left:662px;overflow:hidden;display:block; }
#iqDr97Ig8uZU9dhKH2ceChAtzCUek2AA { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:202px;width:180px;top:150.02499389648px;left:714px;overflow:hidden;display:block; }
#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03312e;background-image:none;position:relative;display:block; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { background-color: transparent; background-image: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container > .video-iframe-container { display: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row > .video-iframe-container { display: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .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); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { border-width: 0; border-radius: 0; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { font-size:14px;font-family:arial;height:74px;width:960px;position:relative;display:block; }#fWnAvsDmSvlxl0hvEHBIGtFKP1Q1vnty { color:#ffffff;display:block;width:670px;position:absolute;font-family:"titillium web";font-size:26px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:10.09375px;left:18px;height:33.7969px;font-style:normal;display:block; }
#VlCBmmd8zfcgTztFI19ELk3661T1oeaM { color:#ffffff;display:block;width:420px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:44px;left:18px;height:20.7969px;display:block; }
#fmbg65X608gT1heNTczBc3T2s6qiHwzy { background-color:#ff8600;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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"titillium web";font-size:20px;font-weight:700;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:9.5px;left:637px;display:block; }
#UaCOLUVe2xQFlrnXIqKBqOuPJf2Qnpe0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row .container { background-color: transparent; background-image: none; }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row .container > .video-iframe-container { display: none; }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row > .video-iframe-container { display: none; }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .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); }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row .container { border-width: 0; border-radius: 0; }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row .container { font-size:14px;font-family:arial;height:40px;width:960px;position:relative;display:block; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container { background-color: transparent; background-image: none; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container > .video-iframe-container { display: none; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row > .video-iframe-container { display: none; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .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); }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container { border-width: 0; border-radius: 0; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container { font-size:14px;font-family:arial;height:189px;width:960px;position:relative;display:block; }#LeUUelZyra8y2xVTWZDiW7f3nHe6XHr1 { color:#44454b;display:block;width:234px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:52px;left:202px;height:71.3906px;display:block; }
#DToM0hdyBeVhp6tH54uCTAKU5TVrZeuE { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #03312e;border-left:4px solid #03312e;border-right:4px solid #03312e;border-bottom:4px solid #03312e;border-top-left-radius:144px;border-top-right-radius:144px;border-bottom-left-radius:144px;border-bottom-right-radius:144px;height:158px;width:158px;top:22px;left:0px;display:block; }
#ZttqxhNLgXFQZf7pJXs2goOarDxNlfAQ { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 20px 30px 100px rgba(0,0,0,0.15) ;height:165px;width:374px;top:22px;left:84px;display:block; }
#mRUybI4LUHVLmMX5zvSXEdTSSyZzRBsU { box-sizing:content-box;color:#03312e;font-size:105px;font-weight:400;line-height:1;height:150px;width:150px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:30px;left:8px;display:block; }
#yq3ZQtHZVlVKvgiiZSI93nBMQRFiiLcO { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 10px 10px 50px rgba(0,0,0,0.15) ;height:165px;width:374px;top:23px;left:566px;display:block; }
#JPmLtOQVK40FdFstdLAdZbkrWpInak36 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #03312e;border-left:4px solid #03312e;border-right:4px solid #03312e;border-bottom:4px solid #03312e;border-top-left-radius:144px;border-top-right-radius:144px;border-bottom-left-radius:144px;border-bottom-right-radius:144px;height:158px;width:158px;top:23px;left:480px;display:block; }
#G3OIltHrTIKkBd2KqUQ2Pdy5BiSfmMeq { box-sizing:content-box;color:#03312e;font-size:105px;font-weight:400;line-height:1;height:150px;width:150px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:31px;left:488px;display:block; }
#w4QWmZx25FruehWLe3PyuEgJNeQHpit3 { color:#44454b;display:block;width:234px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:52px;left:682px;height:47.5938px;display:block; }
#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container { background-color: transparent; background-image: none; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container > .video-iframe-container { display: none; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row > .video-iframe-container { display: none; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .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); }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container { border-width: 0; border-radius: 0; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container { font-size:14px;font-family:arial;height:173px;width:960px;position:relative;display:block; }#x5Rcxlo7xh2EVWHTzfMEvlyZgaEHAscr { color:#44454b;display:block;width:234px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:40px;left:202px;height:71.3906px;display:block; }
#b0bPnRrW4lmLfal9LCok2ePrestlaozM { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 20px 30px 100px rgba(0,0,0,0.15) ;height:165px;width:374px;top:8px;left:84px;display:block; }
#ef25Th9TcuqyD13GoVTCtfhCwqk1yCBM { color:#44454b;display:block;width:234px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:40px;left:682px;height:71.3906px;display:block; }
#isG1Der2MXJDq1ctNGH8vw7MEoLVTDyk { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 20px 30px 100px rgba(0,0,0,0.15) ;height:165px;width:374px;top:8px;left:566px;display:block; }
#s3ihDs6hxUXemA1okllD74PD5bKGwyxH { box-sizing:content-box;color:#03312e;font-size:105px;font-weight:400;line-height:1;height:150px;width:150px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:14.5px;left:8px;display:block; }
#VHUmPFi3Rwrn28sycU3TVaQJqszTLmmR { box-sizing:content-box;color:#03312e;font-size:105px;font-weight:400;line-height:1;height:150px;width:150px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:14.5px;left:488px;display:block; }
#vud9KBzeLtfrwhyC8M5kGRwrTnyZaPao { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #03312e;border-left:4px solid #03312e;border-right:4px solid #03312e;border-bottom:4px solid #03312e;border-top-left-radius:144px;border-top-right-radius:144px;border-bottom-left-radius:144px;border-bottom-right-radius:144px;box-shadow: 0 10px 70px rgba(70,75,94,0.2) ;height:158px;width:158px;top:7px;left:480px;display:block; }
#wbk1hRVwBy8RiWwtAHLPGzauWuhKzwG6 { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #03312e;border-left:4px solid #03312e;border-right:4px solid #03312e;border-bottom:4px solid #03312e;border-top-left-radius:144px;border-top-right-radius:144px;border-bottom-left-radius:144px;border-bottom-right-radius:144px;box-shadow: 0 10px 70px rgba(70,75,94,0.2) ;height:158px;width:158px;top:7px;left:0px;display:block; }
#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container { background-color: transparent; background-image: none; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container > .video-iframe-container { display: none; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row > .video-iframe-container { display: none; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .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); }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container { border-width: 0; border-radius: 0; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container { font-size:14px;font-family:arial;height:40px;width:960px;position:relative;display:block; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#200838;background-image:none;position:relative;display:block; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { background-color: transparent; background-image: none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container > .video-iframe-container { display: none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row > .video-iframe-container { display: none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .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); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { border-width: 0; border-radius: 0; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { font-size:14px;font-family:arial;height:120px;width:960px;position:relative;display:block; }#iJZhsgz93oA6f2t2hzsb7sMEAi7OzMCJ { color:#7b818a;display:block;width:954px;position:absolute;font-family:"titillium web";font-size:9px;font-weight:normal;z-index:100000;line-height:1;letter-spacing:0;top:39.200012207031px;left:2px;height:72px;text-align:justify;text-align-last:initial;display:block; }
#ddrolHAWvhNiEtaT4C7VRMoN2zCJgHmT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 10px 15px 70px rgba(21,24,36,0.2) ;height:28px;width:69px;top:7px;left:0px;overflow:hidden;display:block; }
#nkUZxFX2SD1GmLrBkBBihcLl2FuW39No { color:#7b818a;display:block;width:618px;position:absolute;font-family:"titillium web";font-size:9px;font-weight:normal;z-index:100003;line-height:1;letter-spacing:0;top:16px;left:82px;height:9px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aaoQ1JlIgOQGHmrwfT6oTNn0doKTWLRX { display:block; }#aaoQ1JlIgOQGHmrwfT6oTNn0doKTWLRX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXfVVZuOLJzzTQugJKzr2bVMbdKhWMGb { top:4px;left:0px;width:147px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #OGrFXJ204z9TUgCl5cGGcRMQtWnodTCd { top:9px;left:52px;width:106px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #JkTQySgy7BCtZ3U2qXGhEpsI92OwnouV { display:block; }#JkTQySgy7BCtZ3U2qXGhEpsI92OwnouV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvDR6fxN1d0d5y1HJpoiZI7Qv7TxD46f { width:566px;height:668px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OuQ8gB0apRzpxcwxX0E5i9uPDPIX8Aze { width:468px;height:96px;top:38px;left:0px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #yTMsQswdVWOQDd0rn6BmE1BMXISiGV8r { width:458px;height:48px;top:139px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CoxlLTaDUfp7VFnN1nWGQv16bxgSG5Do { width:216px;height:23px;top:196px;left:58.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JKVfDkl4ukzGKazJZqWps6J2wxidRrzD { width:156px;height:65px;top:164px;left:269.5px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #tJL1gaOo3UXn73nMHmX6IWST4aIemdLD { top:226px;left:0px;width:467px;height:431px;display:block; }
 }@media only screen and (max-width: 763px) { #P2q8Qq15OhT67eCA7U6UH62b6PDorbJp { top:623px;left:477px;width:112px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #coDZpnfhT3NuvL4gQ5E0BCKqOpJZhJF0 { top:630px;left:599px;width:86px;height:28.782458165032px;display:block; }
 }@media only screen and (max-width: 763px) { #GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIugMDVK4XcLQgpPRezOTU421tVioeUV { width:764px;height:93px;top:19px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #sFQwzRfVVNB0ARX3dX7E4B2hMDzCWNyO { width:764px;height:23px;top:116px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { display:block; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { width:180px;height:52px;top:0px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UzsWnbws17RqzZhBhkT2FkTkd6vDG4Eh { width:180px;height:95px;top:60px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Rzyy3xfC3DvRZ9XF0Rz9HW5p4qM2oQUw { width:179px;height:52px;top:196px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XuZb2qPlliq6iCtqRPnE8AqEv8NfQx84 { width:179px;height:95px;top:257px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #luI8v1gs11E6DpzVriSMRtRzklEvZILg { width:516px;height:334px;top:0px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { width:40px;height:2px;top:28px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #HrH70O1gFqlnSwUTVdCt72tJH7atNxh5 { width:40px;height:2px;top:228px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #d3C1WU3BZ2OwBJKo3tpQVO7HUnFkLv7p { width:2px;height:50px;top:179px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #dn1s7xWs91Mg725SeaMs5GDCC22N2oT9 { width:120px;height:2px;top:179px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #mkiWnAitHxZGWcd3r08urXFHTxqtNURM { width:16px;height:16px;top:171px;left:247px;display:block; }
 }@media only screen and (max-width: 763px) { #NfgT2X2wzNeVUO5VLD9KUwKavdIgpVTu { width:179px;height:95px;top:257px;left:585px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g2SRg5kSQMQpDxKU2CsX49BhKD6TPq9b { width:179px;height:52px;top:196px;left:585px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WCHAa1gbqQoKNqiTH8HGCWcS7JuAmFTw { width:180px;height:95px;top:61px;left:584px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rIeZATWqZJei349JsPb8VdtHFauTGubm { width:180px;height:52px;top:0px;left:584px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VNaUhD7qyyLAXIyIRvsF0M0gIfPCHCrI { width:16px;height:16px;top:232px;left:453px;display:block; }
 }@media only screen and (max-width: 763px) { #yK0uHhWWJvwpwHLB8IuWrA1xTRMRDcEU { width:16px;height:16px;top:38px;left:418.00000762939px;display:block; }
 }@media only screen and (max-width: 763px) { #QRGQ3u26F0nIrDdz2Lv1tkWaq1gQOBza { width:2px;height:22px;top:27px;left:619.8125px;display:block; }
 }@media only screen and (max-width: 763px) { #hRd3V7gLTWNb0Ac6OEz7okrwVzTSSgB0 { width:183px;height:2px;top:47px;left:438.00000762939px;display:block; }
 }@media only screen and (max-width: 763px) { #zKNsptWFtCCOsMGEW7z5BAi8HHk9twns { width:40px;height:2px;top:25px;left:619.8125px;display:block; }
 }@media only screen and (max-width: 763px) { #ruTCHql8Tpc8aKWEkSPb68trAqcNlIPf { width:2px;height:17px;top:226px;left:619.8125px;display:block; }
 }@media only screen and (max-width: 763px) { #KiAAmBTkHVVCdAsmGtAJFWD4H0VMUhO4 { width:40px;height:2px;top:224px;left:619.8125px;display:block; }
 }@media only screen and (max-width: 763px) { #pDSGAaqPgM6lhbmxF9Ipl01JzB5iBgeu { width:148px;height:2px;top:241px;left:473px;display:block; }
 }@media only screen and (max-width: 763px) { #TfF9SCqBHop1XXOyaGPieElkMNDUy0Cl { width:16px;height:16px;top:50px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #RRu8Atm32MbCpsNiXlZq3E5EC6e91s1n { width:176px;height:2px;top:59px;left:131px;display:block; }
 }@media only screen and (max-width: 763px) { #ITkxP3HehQlZsQbzLTdvnDolB5J709aA { width:2px;height:33px;top:28px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO { display:block; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZDCKXpzTFSZl4os92Cuw0LBxyRJdiCp { width:619px;height:58px;top:14px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Lev0T8imDNLLPMXUfvglJqAek2F5BTVk { width:280px;height:55px;top:14px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #JCeGWdcI9uMCTsBz9IRtXoXpX2fxg9xe { display:block; }
 }@media only screen and (max-width: 763px) { #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { display:block; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { width:634px;height:380px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qSyVRp2LPTQxxhWHBcq9r1qRDwVB7ChZ { width:320px;height:225px;top:17px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #VesIcwmM09MlEbaZTXIm13s9wo9ehr4G { width:284px;height:62px;top:17px;left:480px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #HU9FS3G9GZ6aUaTTwfhhkBQPy7lGaOaB { width:262px;height:47px;top:79px;left:502px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uKXTQ4upPTJ4bQND0n2tdGaX5BUtQe1e { top:358px;left:654px;width:110px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #v9TruXscUHCxbOWIL887GqaELUnPnqqk { top:351px;left:564px;width:127px;height:46.617112717328px;display:block; }
 }@media only screen and (max-width: 763px) { #iqDr97Ig8uZU9dhKH2ceChAtzCUek2AA { top:150px;left:584px;width:180px;height:202px;display:block; }
 }@media only screen and (max-width: 763px) { #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 { display:block; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWnAvsDmSvlxl0hvEHBIGtFKP1Q1vnty { width:670px;height:33px;top:10px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #VlCBmmd8zfcgTztFI19ELk3661T1oeaM { top:44px;left:0px;width:420px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fmbg65X608gT1heNTczBc3T2s6qiHwzy { width:280px;height:55px;top:10px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #UaCOLUVe2xQFlrnXIqKBqOuPJf2Qnpe0 { display:block; }
 }@media only screen and (max-width: 763px) { #r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 { display:block; }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHBTxTTeM25NQ77irc6n8Mel92JsNOIg { display:block; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeUUelZyra8y2xVTWZDiW7f3nHe6XHr1 { width:234px;height:71px;top:52px;left:148px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DToM0hdyBeVhp6tH54uCTAKU5TVrZeuE { width:158px;height:158px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZttqxhNLgXFQZf7pJXs2goOarDxNlfAQ { width:374px;height:165px;top:22px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #mRUybI4LUHVLmMX5zvSXEdTSSyZzRBsU { top:30px;left:0px;width:150px;height:150px;font-size:105px;display:block; }
 }@media only screen and (max-width: 763px) { #yq3ZQtHZVlVKvgiiZSI93nBMQRFiiLcO { width:374px;height:165px;top:23px;left:390px;display:block; }
 }@media only screen and (max-width: 763px) { #JPmLtOQVK40FdFstdLAdZbkrWpInak36 { width:158px;height:158px;top:23px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #G3OIltHrTIKkBd2KqUQ2Pdy5BiSfmMeq { top:31px;left:382px;width:150px;height:150px;font-size:105px;display:block; }
 }@media only screen and (max-width: 763px) { #w4QWmZx25FruehWLe3PyuEgJNeQHpit3 { width:234px;height:47px;top:52px;left:530px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ { display:block; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5Rcxlo7xh2EVWHTzfMEvlyZgaEHAscr { width:234px;height:71px;top:40px;left:148px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b0bPnRrW4lmLfal9LCok2ePrestlaozM { width:374px;height:165px;top:8px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #ef25Th9TcuqyD13GoVTCtfhCwqk1yCBM { width:234px;height:71px;top:40px;left:530px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #isG1Der2MXJDq1ctNGH8vw7MEoLVTDyk { width:374px;height:165px;top:8px;left:390px;display:block; }
 }@media only screen and (max-width: 763px) { #s3ihDs6hxUXemA1okllD74PD5bKGwyxH { top:14px;left:0px;width:150px;height:150px;font-size:105px;display:block; }
 }@media only screen and (max-width: 763px) { #VHUmPFi3Rwrn28sycU3TVaQJqszTLmmR { top:14px;left:382px;width:150px;height:150px;font-size:105px;display:block; }
 }@media only screen and (max-width: 763px) { #vud9KBzeLtfrwhyC8M5kGRwrTnyZaPao { width:158px;height:158px;top:7px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #wbk1hRVwBy8RiWwtAHLPGzauWuhKzwG6 { width:158px;height:158px;top:7px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ { display:block; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB { display:block; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJZhsgz93oA6f2t2hzsb7sMEAi7OzMCJ { width:764px;height:72px;top:39px;left:0px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #ddrolHAWvhNiEtaT4C7VRMoN2zCJgHmT { width:69px;height:28px;top:7px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nkUZxFX2SD1GmLrBkBBihcLl2FuW39No { top:16px;left:0px;width:618px;height:9px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #aaoQ1JlIgOQGHmrwfT6oTNn0doKTWLRX { position:relative;z-index:auto;display:block; }#aaoQ1JlIgOQGHmrwfT6oTNn0doKTWLRX > .row .container { width:320px;height:55px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXfVVZuOLJzzTQugJKzr2bVMbdKhWMGb { width:147px;height:45px;top:2px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #OGrFXJ204z9TUgCl5cGGcRMQtWnodTCd { width:;height:;top:9px;left:160.00000095367px;display:block; }
 }@media only screen and (max-width: 763px) { #JkTQySgy7BCtZ3U2qXGhEpsI92OwnouV { display:block; }#JkTQySgy7BCtZ3U2qXGhEpsI92OwnouV > .row .container { width:320px;height:5px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { background-color:transparent;background-image:none;display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { background-color: transparent; background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .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); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:320px;height:802px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvDR6fxN1d0d5y1HJpoiZI7Qv7TxD46f { width:320px;height:803px;top:0px;left:0px;background-color:rgba(3,49,46,0.81);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OuQ8gB0apRzpxcwxX0E5i9uPDPIX8Aze { width:320px;height:60px;top:28px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #yTMsQswdVWOQDd0rn6BmE1BMXISiGV8r { width:300px;height:81.6146px;top:118px;left:9.0000009536743px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoxlLTaDUfp7VFnN1nWGQv16bxgSG5Do { width:309px;height:20.8px;top:199.60000610352px;left:5.5000009536743px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKVfDkl4ukzGKazJZqWps6J2wxidRrzD { width:157px;height:44.2px;top:226.39999389648px;left:81.5px;text-align:center;text-align-last:center;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #tJL1gaOo3UXn73nMHmX6IWST4aIemdLD { width:320px;height:500px;top:283.39999389648px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P2q8Qq15OhT67eCA7U6UH62b6PDorbJp { width:112px;height:43px;top:836px;left:23px;display:none; }
 }@media only screen and (max-width: 763px) { #coDZpnfhT3NuvL4gQ5E0BCKqOpJZhJF0 { width:86.65px;height:29px;top:843px;left:202.68333435059px;display:none; }
 }@media only screen and (max-width: 763px) { #GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIugMDVK4XcLQgpPRezOTU421tVioeUV { width:320px;height:98.9583px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:30px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sFQwzRfVVNB0ARX3dX7E4B2hMDzCWNyO { width:320px;height:0;top:116px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { display:block; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { width:320px;height:675px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { width:309px;height:23.4028px;top:211.98750686646px;left:4px;text-align:center;text-align-last:center;font-size:18px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #UzsWnbws17RqzZhBhkT2FkTkd6vDG4Eh { width:309px;height:86.6719px;top:235.78755187988px;left:5.5000009536743px;text-align:justify;text-align-last:initial;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Rzyy3xfC3DvRZ9XF0Rz9HW5p4qM2oQUw { width:309px;height:23.4028px;top:557.98750305176px;left:4px;text-align:center;text-align-last:center;font-size:18px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #XuZb2qPlliq6iCtqRPnE8AqEv8NfQx84 { width:309px;height:54.4097px;top:491.7875213623px;left:5.5000009536743px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #luI8v1gs11E6DpzVriSMRtRzklEvZILg { width:320px;height:207px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { width:40px;height:2px;top:133px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #HrH70O1gFqlnSwUTVdCt72tJH7atNxh5 { width:40px;height:2px;top:1187px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #d3C1WU3BZ2OwBJKo3tpQVO7HUnFkLv7p { width:2px;height:50px;top:1459px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #dn1s7xWs91Mg725SeaMs5GDCC22N2oT9 { width:120px;height:2px;top:1437px;left:100px;display:none; }
 }@media only screen and (max-width: 763px) { #mkiWnAitHxZGWcd3r08urXFHTxqtNURM { width:96px;height:96px;top:1011px;left:110px;display:none; }
 }@media only screen and (max-width: 763px) { #NfgT2X2wzNeVUO5VLD9KUwKavdIgpVTu { width:309px;height:81.6146px;top:582.38749694824px;left:4px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #g2SRg5kSQMQpDxKU2CsX49BhKD6TPq9b { width:309px;height:44.1667px;top:441.7875213623px;left:4px;text-align:center;text-align-last:center;font-size:17px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #WCHAa1gbqQoKNqiTH8HGCWcS7JuAmFTw { width:309px;height:81.6146px;top:354.18751525879px;left:5.5000009536743px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rIeZATWqZJei349JsPb8VdtHFauTGubm { width:309px;height:23.4028px;top:331.38749694824px;left:5.5000009536743px;text-align:center;text-align-last:center;font-size:18px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #VNaUhD7qyyLAXIyIRvsF0M0gIfPCHCrI { width:96px;height:96px;top:768px;left:113px;display:none; }
 }@media only screen and (max-width: 763px) { #yK0uHhWWJvwpwHLB8IuWrA1xTRMRDcEU { width:96px;height:96px;top:523px;left:111px;display:none; }
 }@media only screen and (max-width: 763px) { #QRGQ3u26F0nIrDdz2Lv1tkWaq1gQOBza { width:2px;height:50px;top:855px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #hRd3V7gLTWNb0Ac6OEz7okrwVzTSSgB0 { width:82px;height:2px;top:997px;left:119px;display:none; }
 }@media only screen and (max-width: 763px) { #zKNsptWFtCCOsMGEW7z5BAi8HHk9twns { width:40px;height:2px;top:111px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #ruTCHql8Tpc8aKWEkSPb68trAqcNlIPf { width:2px;height:40px;top:1209px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #KiAAmBTkHVVCdAsmGtAJFWD4H0VMUhO4 { width:40px;height:2px;top:1165px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #pDSGAaqPgM6lhbmxF9Ipl01JzB5iBgeu { width:74px;height:2px;top:1415px;left:123px;display:none; }
 }@media only screen and (max-width: 763px) { #TfF9SCqBHop1XXOyaGPieElkMNDUy0Cl { width:16px;height:16px;top:1337.9999694824px;left:150px;display:none; }
 }@media only screen and (max-width: 763px) { #RRu8Atm32MbCpsNiXlZq3E5EC6e91s1n { width:176px;height:2px;top:59px;left:72px;display:none; }
 }@media only screen and (max-width: 763px) { #ITkxP3HehQlZsQbzLTdvnDolB5J709aA { width:2px;height:33px;top:28px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO { display:block; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { width:320px;height:265px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZDCKXpzTFSZl4os92Cuw0LBxyRJdiCp { width:309px;height:140.347px;top:22px;left:4px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Lev0T8imDNLLPMXUfvglJqAek2F5BTVk { width:280px;height:55px;top:186.49997711182px;left:20.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #JCeGWdcI9uMCTsBz9IRtXoXpX2fxg9xe { display:block; }
 }@media only screen and (max-width: 763px) { #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { background-color:#ffffff;background-image:none;display:block; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { background-color: transparent; background-image: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container > .video-iframe-container { display: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container { display: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .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); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { width:320px;height:665px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { height:182.3px;width:320px;top:91.100006103516px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qSyVRp2LPTQxxhWHBcq9r1qRDwVB7ChZ { width:286px;height:308px;top:242px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VesIcwmM09MlEbaZTXIm13s9wo9ehr4G { width:309px;height:62.375px;top:17px;left:4px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HU9FS3G9GZ6aUaTTwfhhkBQPy7lGaOaB { width:309px;height:54.4097px;top:287.99998474121px;left:4px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKXTQ4upPTJ4bQND0n2tdGaX5BUtQe1e { width:110px;height:33px;top:405.61250305176px;left:105.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #v9TruXscUHCxbOWIL887GqaELUnPnqqk { width:127px;height:46.6125px;top:359px;left:96.500004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #iqDr97Ig8uZU9dhKH2ceChAtzCUek2AA { width:180px;height:202px;top:451.61251831055px;left:96.500004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6Sk3oddf/sekcja8_bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.adaptive-delivery-prevent-bg, #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.lazyload, #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.lazyloading { background-image: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { background-color: transparent; background-image: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container > .video-iframe-container { display: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row > .video-iframe-container { display: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .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); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { width:320px;height:265px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWnAvsDmSvlxl0hvEHBIGtFKP1Q1vnty { width:309px;height:106.26px;top:16px;left:4px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #VlCBmmd8zfcgTztFI19ELk3661T1oeaM { width:320px;height:20.8px;top:142.60000610352px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fmbg65X608gT1heNTczBc3T2s6qiHwzy { width:280px;height:55px;top:185.10000610352px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UaCOLUVe2xQFlrnXIqKBqOuPJf2Qnpe0 { display:block; }
 }@media only screen and (max-width: 763px) { #r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 { display:block; }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHBTxTTeM25NQ77irc6n8Mel92JsNOIg { display:block; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container { width:320px;height:280px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeUUelZyra8y2xVTWZDiW7f3nHe6XHr1 { width:309px;height:81.6146px;top:68.199996948242px;left:4px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DToM0hdyBeVhp6tH54uCTAKU5TVrZeuE { width:158px;height:158px;top:18px;left:77px;display:none; }
 }@media only screen and (max-width: 763px) { #ZttqxhNLgXFQZf7pJXs2goOarDxNlfAQ { width:320px;height:277px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mRUybI4LUHVLmMX5zvSXEdTSSyZzRBsU { width:75px;height:75px;top:0px;left:116.99999713898px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #yq3ZQtHZVlVKvgiiZSI93nBMQRFiiLcO { width:320px;height:372px;top:382px;left:0px;box-shadow: 10px 10px 50px rgba(0,0,0,0.15) ;display:none; }
 }@media only screen and (max-width: 763px) { #JPmLtOQVK40FdFstdLAdZbkrWpInak36 { width:158px;height:158px;top:402px;left:81px;display:none; }
 }@media only screen and (max-width: 763px) { #G3OIltHrTIKkBd2KqUQ2Pdy5BiSfmMeq { width:75px;height:75px;top:143.80001068115px;left:122.49999713898px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #w4QWmZx25FruehWLe3PyuEgJNeQHpit3 { width:309px;height:54.4097px;top:221.80000686646px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ { display:block; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container { width:320px;height:315px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5Rcxlo7xh2EVWHTzfMEvlyZgaEHAscr { width:309px;height:81.6146px;top:75px;left:5.5000009536743px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0bPnRrW4lmLfal9LCok2ePrestlaozM { width:320px;height:308px;top:2px;left:0px;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #ef25Th9TcuqyD13GoVTCtfhCwqk1yCBM { width:309px;height:81.6146px;top:226.98750686646px;left:5.5000009536743px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #isG1Der2MXJDq1ctNGH8vw7MEoLVTDyk { width:320px;height:372px;top:384px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #s3ihDs6hxUXemA1okllD74PD5bKGwyxH { width:75px;height:75px;top:1.52587890625E-5px;left:122.49999713898px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #VHUmPFi3Rwrn28sycU3TVaQJqszTLmmR { width:75px;height:75px;top:150.50001525879px;left:122.49999713898px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #vud9KBzeLtfrwhyC8M5kGRwrTnyZaPao { width:158px;height:158px;top:405px;left:77px;display:none; }
 }@media only screen and (max-width: 763px) { #wbk1hRVwBy8RiWwtAHLPGzauWuhKzwG6 { width:158px;height:158px;top:20px;left:77px;display:none; }
 }@media only screen and (max-width: 763px) { #eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ { display:block; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB { display:block; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { width:320px;height:295px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJZhsgz93oA6f2t2hzsb7sMEAi7OzMCJ { width:320px;height:215.833px;top:71.5px;left:0px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ddrolHAWvhNiEtaT4C7VRMoN2zCJgHmT { width:77px;height:31px;top:7px;left:121.5px;display:block; }
 }@media only screen and (max-width: 763px) { #nkUZxFX2SD1GmLrBkBBihcLl2FuW39No { width:320px;height:18px;top:41px;left:0px;font-size:9px;display:block; }
 }