.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; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#vRb7amvUDhKsgqpNZabQ0A1ycNQJTlFl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vRb7amvUDhKsgqpNZabQ0A1ycNQJTlFl > .row .container { background-color: transparent; background-image: none; }#vRb7amvUDhKsgqpNZabQ0A1ycNQJTlFl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vRb7amvUDhKsgqpNZabQ0A1ycNQJTlFl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vRb7amvUDhKsgqpNZabQ0A1ycNQJTlFl > .row .container > .video-iframe-container { display: none; }#vRb7amvUDhKsgqpNZabQ0A1ycNQJTlFl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vRb7amvUDhKsgqpNZabQ0A1ycNQJTlFl > .row > .video-iframe-container { display: none; }#vRb7amvUDhKsgqpNZabQ0A1ycNQJTlFl > .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); }#vRb7amvUDhKsgqpNZabQ0A1ycNQJTlFl > .row .container { border-width: 0; border-radius: 0; }#vRb7amvUDhKsgqpNZabQ0A1ycNQJTlFl > .row .container { font-size:14px;font-family:arial;height:76px;width:960px;position:relative;display:block; }#yNspFgJQtrE6clgGiHGkgzL77bWKN5hi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:74px;width:440px;top:0px;left:260px;overflow:hidden;display:block; }
#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b { background-color:transparent;background-image:url("https://images.assets-landingi.com/eZsfdjSc/111.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b.adaptive-delivery-prevent-bg { background-image: none; }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .row .container { background-color: transparent; background-image: none; }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(103,109,109,0.76); }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .row .container > .video-iframe-container { display: none; }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(103,109,109,0.76); }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .row > .video-iframe-container { display: none; }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .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); }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .row .container { border-width: 0; border-radius: 0; }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .row .container { font-size:14px;font-family:arial;height:692px;width:960px;overflow:visible;position:relative;display:block; }#OoJKTTshA8DsxwcmuuHeK6iTza5ESNQI { color:#ffffff;display:block;width:481px;position:absolute;font-family:cairo;font-size:30px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:21px;left:75px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BCpFz93OR3JA5icwox3ZzP4cwgxfTiao { color:#000000;display:block;width:239px;position:absolute;font-family:cairo;font-size:26px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:115px;left:41px;display:none; }
#Tg1LVw76xMJW3ZU4O9Uoo9QZgBoLZggH { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#SAUdpXicCJ70T7TXFHiLLTbW7KmEDtE5 { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#mzOReHMUMHgn03HVQ6lpSLo3erlFf7M6 { color:#000000;display:block;width:304px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:98px;top:169px;left:8px;display:none; }
#x7p3Xo9DLzfZzce68aAutmOQKewwEUaW { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#DSgeSmB1T9chTWyO5TLmWVUnJ0JJAwyz { color:#000000;display:block;width:295px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:199px;left:12px;display:none; }
#loXqa0uLUf8lTQ216IvVctE8tqna7oGD { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:35px;top:80px;left:496px;overflow:hidden;display:block; }
#cAC2lDmcDTstsHWTtpqJQOU7JTMic8fc { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:35px;top:377px;left:496px;overflow:hidden;display:block; }
#zIyU4ta1KgDCfvaS9f5BN0VtTngD9SrL { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:35px;top:117px;left:496px;overflow:hidden;display:block; }
#zKnA7eyPs4irxeRTN1l2eixXd3hVXpvx { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:;top:154px;left:496px;overflow:hidden;display:block; }
#Of39dgC5wTe2PuxahNtHUHhZqELDzfPT { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:35px;top:191px;left:496px;overflow:hidden;display:block; }
#VFGRD4KFCPunrrt3ptug7A2H8W6bWlC9 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:35px;top:302px;left:496px;overflow:hidden;display:block; }
#nm3LBekiA4AOXIoCZ3IX3H6JinnMXOXS { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:35px;top:451px;left:496px;overflow:hidden;display:block; }
#zDTeTsEnpTqlxSfqqIoFE7KzTIQHnDhk { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:35px;top:340px;left:496px;overflow:hidden;display:block; }
#Sy2TEEn5JCGZMysx2cvDnNMZok9vhc4W { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:35px;top:414px;left:496px;overflow:hidden;display:block; }
#seMPOh1cKCc6vvr0RM315TLWQnf0Udh9 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:35px;top:265px;left:496px;overflow:hidden;display:block; }
#G8E6qitripL4GagBvD4fAnExLouNwMKN { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:35px;top:228px;left:496px;overflow:hidden;display:block; }
#XpGWBMklmS5OZlOf7fegwFym8VmHaiSc { color:#000000;display:block;width:261px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:80.953125px;left:226px;height:26px;text-align:right;text-align-last:right;display:block; }
#OwGW9dxAqPcdMeLAW4IEtL3oPHzyOpq8 { color:#000000;display:block;width:233px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:120px;left:253px;height:26px;text-align:right;text-align-last:right;display:block; }
#K6xQQmmKZNE4zt3wcT91t53VC7T0myS5 { color:#000000;display:block;width:233px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:157px;left:253px;height:26px;text-align:right;text-align-last:right;display:block; }
#h88KQAveIwziG9ta2vTsFL7FLysZWo79 { color:#000000;display:block;width:233px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:195px;left:253px;height:26px;text-align:right;text-align-last:right;display:block; }
#tCSmSCTEg2JPTQgKOwmfnUTdw3dsb6Jq { color:#000000;display:block;width:252px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:231px;left:234px;height:26px;text-align:right;text-align-last:right;display:block; }
#meL2ktkI2KHLWJ7JbS5DuHiXeV18TLMA { color:#000000;display:block;width:233px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:268px;left:253px;height:26px;text-align:right;text-align-last:right;display:block; }
#geaHwfv2t7s7F4k5fm5sPxDbE6Qokalx { color:#000000;display:block;width:397px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:304px;left:89px;height:26px;text-align:right;text-align-last:right;display:block; }
#wmoW9cNi3h6R9TONqLqcbzisyezQKmhb { color:#000000;display:block;width:233px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:343px;left:253px;height:26px;text-align:right;text-align-last:right;display:block; }
#R7JXvJEmUbsuQGtNb7dRxmVloyTeGWGy { color:#000000;display:block;width:233px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:380.3125px;left:254px;height:26px;text-align:right;text-align-last:right;display:block; }
#eoTET9swwVOS8ssreJXOpL5bLxtKLrST { color:#000000;display:block;width:276px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:418px;left:210px;height:26px;text-align:right;text-align-last:right;display:block; }
#rIGU5rzzyRTrsWktymOHq4CS1JZTHPgJ { color:#000000;display:block;width:233px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:454px;left:253px;height:26px;text-align:right;text-align-last:right;display:block; }
#Iuak0gqxPDEgxoaQJTkqAnZmTWNxwNH9 { color:#c70a50;display:block;width:499px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100033;line-height:1.6;letter-spacing:0;top:552px;left:38px;height:56px;text-align:center;text-align-last:center;display:block; }
#HFwlUmzmh3AnSDQAqcdVxle1AJvNnSvG { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:35px;top:487px;left:496px;overflow:hidden;display:block; }
#lC4N5ecJfhzikgkXakg7XklEiEkdBSz7 { color:#000000;display:block;width:233px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:490.328125px;left:254px;height:26px;text-align:right;text-align-last:right;display:block; }
#q06axUDXaXkwNILyOr78TObFu5B895A2 { background-color:#257b00;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:206px;height:137px;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:215px;left:615px;display:block; }
#yAfoHJhmCq23TaCkhwBF6ktDF2eoAbeR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#nRe8WJidmwQB95mqETlifiGJsoEigT1b { box-sizing:content-box;color:#ffffff;font-size:88px;font-weight:400;line-height:1;height:127px;width:127px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:218px;left:654px;display:block; }
#HEDm5Jrgq0dTmB8F5y8qyNHB0oEx2GVR { color:#ffffff;display:block;width:151px;position:absolute;font-family:cairo;font-size:30px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:157px;left:642px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS.adaptive-delivery-prevent-bg { background-image: none; }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .row .container { background-color: transparent; background-image: none; }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .row .container > .video-iframe-container { display: none; }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .row > .video-iframe-container { display: none; }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .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); }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .row .container { border-width: 0; border-radius: 0; }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .row .container { font-size:14px;font-family:arial;height:460px;width:960px;position:relative;display:block; }#EPF3eFALlyUqNqINHJyAgdTucEHEJrJu { color:#000000;display:block;width:465px;position:absolute;font-family:cairo;font-size:34px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:50.000002622604px;left:465px;height:44px;font-style:normal;display:block; }
#NWDr694nU4hocSyT6wHoLd82dg1TlmCa { position:absolute;display:block;z-index:100001;background-color:#b4b1b2;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:3px;width:355px;top:108px;left:575px;display:block; }
#dJB5DL560pUKJq45nVaI2cD7OT8npUTJ { color:#707b8b;display:block;width:333px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:127px;left:595px;height:115px;text-align:justify;text-align-last:initial;display:block; }
#I7Tl2hExTDhPpWalf6A7TTl0dWbBP1Sb { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:317.00002288818px;left:895px;display:block; }
#UZbkZOPkk3xyqCZVsty82u8tvVK47Hmy { position:absolute;display:block;z-index:100004;background-color:#1b57c7;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:3px;width:68px;top:107.97917175293px;left:862px;display:block; }
#drBPDAlZOUv7pAez4Txh1yspPg2FJpZs { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:319.00002288818px;left:896px;display:block; }
#QuMMTmgIvP3oNxMd8oT017vazllNirQX { color:#000814;display:block;width:457px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:275.00000762939px;left:473px;height:28px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#xmtpX1ULhIiXWSPU8N9TQ0trvlLBe2HL { color:#707b8b;display:block;width:332px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100003;line-height:2.7;letter-spacing:0;top:307.00002288818px;left:552px;height:43px;text-align:right;text-align-last:right;display:block; }
#pQspONZzfyaqh9hoHV9C74F8sOXESKRa { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:353.00002288818px;left:897px;display:block; }
#tgVzyZvk4Tl8T8CMXtnTSoNUtVFbhuI3 { 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;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:352.00002288818px;left:895px;display:block; }
#ODKBC6eUX4vawBqbH4MTTwBR8IqxXBo7 { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:390.00002288818px;left:897px;display:block; }
#Amc5r9lwChFANmn6b7TdrL6ZCKcElXmm { 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:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:388.00002288818px;left:895px;display:block; }
#dLfP7F1T04iTlGya7e5ukdZN95wiKuEB { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100004;line-height:2.7;letter-spacing:0;top:344.00002288818px;left:702px;height:43px;text-align:right;text-align-last:right;display:block; }
#alnqNQhgakbwJNRSTqfNc3ZFAVqM3vT0 { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:416.00002288818px;left:702px;height:43px;text-align:right;text-align-last:right;display:block; }
#X4wHQbXigS6OPTGLfRsbi1DDS6Cu0s3Z { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:424.66667938232px;left:897px;display:block; }
#v0JalxOEywZQ6wbwifWZgcgUFfINQ8EQ { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:422.66667938232px;left:895px;display:block; }
#Lh1P78wxrJ0h1krunOdTOUEXiz8evwmC { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:381.00002288818px;left:702px;height:43px;text-align:right;text-align-last:right;display:block; }
#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fab419, #00308a);background-image: -moz-linear-gradient(180deg, #fab419, #00308a);background-image: -ms-linear-gradient(180deg, #fab419, #00308a);background-image: -o-linear-gradient(180deg, #fab419, #00308a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );";background-image: linear-gradient(180deg, #fab419, #00308a);background-size:initial !important;position:relative;display:block; }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row .container { background-color: transparent; background-image: none; }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row .container > .video-iframe-container { display: none; }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row > .video-iframe-container { display: none; }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .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); }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row .container { border-width: 0; border-radius: 0; }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row .container { font-size:14px;font-family:arial;height:322px;width:960px;position:relative;display:block; }#hccFJgN33J8REbfMTZC1r86CKwmo29nm { color:#000000;display:block;width:461px;position:absolute;font-family:cairo;font-size:37px;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:23px;left:404px;height:40px;font-style:normal;display:block; }
#KqD7XAJI3coaR9o4P3kdKfEZbxgvTRcD { color:#434343;display:block;width:169px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:299px;left:158px;height:32px;font-style:normal;display:none; }
#JwB3iG88JlwO3NbBQ6FvOvfZyawulTTy { color:#ffffff;display:block;width:721px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:90px;left:94px;height:32px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UVsRVxM8tDQvUWz8urhh746xLzZ7A6V8 { box-sizing:content-box;color:#434343;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:290px;left:96px;display:none; }
#mcLgT0C531g7AZaOxBQalogaoHkA5yrg { box-sizing:content-box;color:#b20129;font-size:41px;font-weight:400;line-height:1;height:59px;width:59px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:122px;left:807px;display:block; }
#T6MlBECXDh65sDtJUakSNLuy54DEZQlQ { color:#ffffff;display:block;width:311px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:291.5px;left:649px;height:20px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mIk3s2Sl2ZwsMsHPOQIBiwMD8aGKZ71X { color:#ffffff;display:block;width:779px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:144px;left:37px;height:64px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#b3PGG8Ouox5xEt36DI6CFEk3DfmDde8D { box-sizing:content-box;color:#b20129;font-size:41px;font-weight:400;line-height:1;height:59px;width:59px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:76.5px;left:807px;display:block; }
#g2UHX0f8V7WFPgpQnE8IH2GRLWaSkRGT { color:#055a87;display:block;width:309px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:222px;left:517px;height:28px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mbDzgWrogJ5gIToU3wHgxkx2gTdIoMTv { position:absolute;display:block;z-index:99999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;height:47px;width:323px;top:213px;left:515px;display:block; }
#kF1oZ8gk7LTyDpn9VcmsshySS6cosvah { box-sizing:content-box;color:#ffeae3;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:211px;left:419px;display:block; }
#sBd2Moiz8L6zz53uTUMZyeCVikH2xWNO { box-sizing:content-box;color:#ffeae3;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:211px;left:355px;display:block; }
#g6gTMmT85ktgcPbT169dKHEvIZ9Wav2f { box-sizing:content-box;color:#ffeae3;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:211px;left:289px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vRb7amvUDhKsgqpNZabQ0A1ycNQJTlFl { display:block; }#vRb7amvUDhKsgqpNZabQ0A1ycNQJTlFl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNspFgJQtrE6clgGiHGkgzL77bWKN5hi { top:0px;left:162px;width:440px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b { display:block; }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoJKTTshA8DsxwcmuuHeK6iTza5ESNQI { width:481px;height:39px;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BCpFz93OR3JA5icwox3ZzP4cwgxfTiao { top:115px;left:0px;width:239px;height:70px;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #Tg1LVw76xMJW3ZU4O9Uoo9QZgBoLZggH { top:0px;width:;height:;font-size:;display:none; }
 }@media only screen and (max-width: 763px) { #SAUdpXicCJ70T7TXFHiLLTbW7KmEDtE5 { top:0px;width:;height:;font-size:;display:none; }
 }@media only screen and (max-width: 763px) { #mzOReHMUMHgn03HVQ6lpSLo3erlFf7M6 { top:169px;left:0px;width:304px;height:98px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #x7p3Xo9DLzfZzce68aAutmOQKewwEUaW { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #DSgeSmB1T9chTWyO5TLmWVUnJ0JJAwyz { top:199px;left:0px;width:295px;height:26px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #loXqa0uLUf8lTQ216IvVctE8tqna7oGD { top:80px;left:398px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #cAC2lDmcDTstsHWTtpqJQOU7JTMic8fc { top:376px;left:398px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zIyU4ta1KgDCfvaS9f5BN0VtTngD9SrL { top:116px;left:398px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zKnA7eyPs4irxeRTN1l2eixXd3hVXpvx { top:153px;left:398px;width:;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Of39dgC5wTe2PuxahNtHUHhZqELDzfPT { top:190px;left:398px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #VFGRD4KFCPunrrt3ptug7A2H8W6bWlC9 { top:301px;left:398px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nm3LBekiA4AOXIoCZ3IX3H6JinnMXOXS { top:450px;left:398px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zDTeTsEnpTqlxSfqqIoFE7KzTIQHnDhk { top:340px;left:398px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Sy2TEEn5JCGZMysx2cvDnNMZok9vhc4W { top:413px;left:398px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #seMPOh1cKCc6vvr0RM315TLWQnf0Udh9 { top:265px;left:398px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #G8E6qitripL4GagBvD4fAnExLouNwMKN { top:227px;left:398px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XpGWBMklmS5OZlOf7fegwFym8VmHaiSc { top:80px;left:128px;width:261px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OwGW9dxAqPcdMeLAW4IEtL3oPHzyOpq8 { top:120px;left:155px;width:233px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #K6xQQmmKZNE4zt3wcT91t53VC7T0myS5 { top:156px;left:155px;width:233px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #h88KQAveIwziG9ta2vTsFL7FLysZWo79 { top:195px;left:155px;width:233px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tCSmSCTEg2JPTQgKOwmfnUTdw3dsb6Jq { top:230px;left:136px;width:252px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #meL2ktkI2KHLWJ7JbS5DuHiXeV18TLMA { top:267px;left:155px;width:233px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #geaHwfv2t7s7F4k5fm5sPxDbE6Qokalx { top:303px;left:0px;width:397px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wmoW9cNi3h6R9TONqLqcbzisyezQKmhb { top:342px;left:155px;width:233px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #R7JXvJEmUbsuQGtNb7dRxmVloyTeGWGy { top:380px;left:156px;width:233px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eoTET9swwVOS8ssreJXOpL5bLxtKLrST { top:417px;left:112px;width:276px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rIGU5rzzyRTrsWktymOHq4CS1JZTHPgJ { top:453px;left:155px;width:233px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Iuak0gqxPDEgxoaQJTkqAnZmTWNxwNH9 { top:552px;left:0px;width:499px;height:57px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HFwlUmzmh3AnSDQAqcdVxle1AJvNnSvG { top:486px;left:398px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #lC4N5ecJfhzikgkXakg7XklEiEkdBSz7 { top:490px;left:156px;width:233px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #q06axUDXaXkwNILyOr78TObFu5B895A2 { width:206px;height:137px;top:215px;left:517px;display:block; }
 }@media only screen and (max-width: 763px) { #yAfoHJhmCq23TaCkhwBF6ktDF2eoAbeR { display:block; }
 }@media only screen and (max-width: 763px) { #nRe8WJidmwQB95mqETlifiGJsoEigT1b { top:218px;left:556px;width:127px;height:127px;font-size:88px;display:block; }
 }@media only screen and (max-width: 763px) { #HEDm5Jrgq0dTmB8F5y8qyNHB0oEx2GVR { width:151px;height:39px;top:157px;left:544px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS { display:block; }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPF3eFALlyUqNqINHJyAgdTucEHEJrJu { width:465px;height:44px;top:50px;left:299px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #NWDr694nU4hocSyT6wHoLd82dg1TlmCa { width:355px;height:3px;top:108px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #dJB5DL560pUKJq45nVaI2cD7OT8npUTJ { width:333px;height:115px;top:127px;left:431px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #I7Tl2hExTDhPpWalf6A7TTl0dWbBP1Sb { width:30px;height:30px;top:317px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #UZbkZOPkk3xyqCZVsty82u8tvVK47Hmy { width:68px;height:3px;top:107px;left:696px;display:block; }
 }@media only screen and (max-width: 763px) { #drBPDAlZOUv7pAez4Txh1yspPg2FJpZs { width:28px;height:28px;top:319px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QuMMTmgIvP3oNxMd8oT017vazllNirQX { width:457px;height:28px;top:275px;left:307px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xmtpX1ULhIiXWSPU8N9TQ0trvlLBe2HL { width:332px;height:43px;top:307px;left:432px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pQspONZzfyaqh9hoHV9C74F8sOXESKRa { width:28px;height:28px;top:353px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #tgVzyZvk4Tl8T8CMXtnTSoNUtVFbhuI3 { width:30px;height:30px;top:352px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #ODKBC6eUX4vawBqbH4MTTwBR8IqxXBo7 { width:28px;height:28px;top:390px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Amc5r9lwChFANmn6b7TdrL6ZCKcElXmm { width:30px;height:30px;top:388px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #dLfP7F1T04iTlGya7e5ukdZN95wiKuEB { width:182px;height:43px;top:344px;left:582px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #alnqNQhgakbwJNRSTqfNc3ZFAVqM3vT0 { width:182px;height:43px;top:416px;left:582px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X4wHQbXigS6OPTGLfRsbi1DDS6Cu0s3Z { width:28px;height:28px;top:424px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #v0JalxOEywZQ6wbwifWZgcgUFfINQ8EQ { width:30px;height:30px;top:422px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #Lh1P78wxrJ0h1krunOdTOUEXiz8evwmC { width:182px;height:43px;top:381px;left:582px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP { display:block; }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hccFJgN33J8REbfMTZC1r86CKwmo29nm { width:461px;height:40px;top:23px;left:303px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KqD7XAJI3coaR9o4P3kdKfEZbxgvTRcD { width:169px;height:32px;top:299px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JwB3iG88JlwO3NbBQ6FvOvfZyawulTTy { width:721px;height:32px;top:90px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UVsRVxM8tDQvUWz8urhh746xLzZ7A6V8 { width:50px;height:50px;top:290px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #mcLgT0C531g7AZaOxBQalogaoHkA5yrg { width:59px;height:59px;top:122px;left:705px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #T6MlBECXDh65sDtJUakSNLuy54DEZQlQ { top:291px;left:453px;width:311px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mIk3s2Sl2ZwsMsHPOQIBiwMD8aGKZ71X { width:764px;height:64px;top:144px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b3PGG8Ouox5xEt36DI6CFEk3DfmDde8D { width:59px;height:59px;top:76px;left:705px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #g2UHX0f8V7WFPgpQnE8IH2GRLWaSkRGT { width:309px;height:56px;top:222px;left:419px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mbDzgWrogJ5gIToU3wHgxkx2gTdIoMTv { top:213px;left:417px;width:323px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #kF1oZ8gk7LTyDpn9VcmsshySS6cosvah { top:211px;left:321px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #sBd2Moiz8L6zz53uTUMZyeCVikH2xWNO { top:211px;left:257px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #g6gTMmT85ktgcPbT169dKHEvIZ9Wav2f { top:211px;left:191px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vRb7amvUDhKsgqpNZabQ0A1ycNQJTlFl { display:block; }#vRb7amvUDhKsgqpNZabQ0A1ycNQJTlFl > .row .container { width:320px;height:61px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNspFgJQtrE6clgGiHGkgzL77bWKN5hi { width:320px;height:55px;top:6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b { background-color:transparent;background-image:url("https://images.assets-landingi.com/eZsfdjSc/111.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b.adaptive-delivery-prevent-bg { background-image: none; }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .row .container { background-color: transparent; background-image: none; }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .row .container > .video-iframe-container { display: none; }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .row > .video-iframe-container { display: none; }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .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); }#Nths6mzVSPZOHJ0hM1fcOmvTXHfLk32b > .row .container { width:320px;height:891px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoJKTTshA8DsxwcmuuHeK6iTza5ESNQI { width:269px;height:68px;top:15px;left:25.500000953674px;text-align:center;text-align-last:center;font-size:20px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BCpFz93OR3JA5icwox3ZzP4cwgxfTiao { top:115.5px;left:41.500000953674px;width:239px;height:0;z-index:100015;text-align:center;text-align-last:center;font-size:26px;font-weight:700;font-style:normal;color:#f1c908;display:none; }
 }@media only screen and (max-width: 763px) { #Tg1LVw76xMJW3ZU4O9Uoo9QZgBoLZggH { top:100px;left:275.00002002716px;width:32px;height:32px;z-index:100016;color:#006ecb;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #SAUdpXicCJ70T7TXFHiLLTbW7KmEDtE5 { top:143.5px;left:17.000000953674px;width:32px;height:32px;z-index:100017;font-size:22px;color:#006ecb;display:none; }
 }@media only screen and (max-width: 763px) { #mzOReHMUMHgn03HVQ6lpSLo3erlFf7M6 { top:163.33334350586px;left:10.000000953674px;width:304px;height:98px;z-index:100018;text-align:center;text-align-last:center;color:#ffffff;line-height:1.5;font-size:33px;display:none; }
 }@media only screen and (max-width: 763px) { #x7p3Xo9DLzfZzce68aAutmOQKewwEUaW { top:274.97916650772px;left:70.500004768372px;width:179px;height:193px;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #DSgeSmB1T9chTWyO5TLmWVUnJ0JJAwyz { top:199.5px;left:12.5px;width:295px;height:0;z-index:100019;text-align:center;text-align-last:center;font-size:20px;color:#ffffff;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #loXqa0uLUf8lTQ216IvVctE8tqna7oGD { width:35px;height:35px;top:391px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #cAC2lDmcDTstsHWTtpqJQOU7JTMic8fc { width:35px;height:35px;top:711px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #zIyU4ta1KgDCfvaS9f5BN0VtTngD9SrL { width:35px;height:35px;top:431px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #zKnA7eyPs4irxeRTN1l2eixXd3hVXpvx { width:35px;height:35px;top:471px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #Of39dgC5wTe2PuxahNtHUHhZqELDzfPT { width:35px;height:35px;top:511px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #VFGRD4KFCPunrrt3ptug7A2H8W6bWlC9 { width:35px;height:35px;top:631px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #nm3LBekiA4AOXIoCZ3IX3H6JinnMXOXS { width:35px;height:35px;top:791px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #zDTeTsEnpTqlxSfqqIoFE7KzTIQHnDhk { width:35px;height:35px;top:671px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #Sy2TEEn5JCGZMysx2cvDnNMZok9vhc4W { width:35px;height:35px;top:751px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #seMPOh1cKCc6vvr0RM315TLWQnf0Udh9 { width:35px;height:35px;top:591px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #G8E6qitripL4GagBvD4fAnExLouNwMKN { width:35px;height:35px;top:551px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #XpGWBMklmS5OZlOf7fegwFym8VmHaiSc { width:196px;height:26px;top:394px;left:50px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OwGW9dxAqPcdMeLAW4IEtL3oPHzyOpq8 { width:165px;height:26px;top:434px;left:81px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #K6xQQmmKZNE4zt3wcT91t53VC7T0myS5 { width:148px;height:26px;top:474px;left:97px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #h88KQAveIwziG9ta2vTsFL7FLysZWo79 { width:153px;height:26px;top:514px;left:92px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tCSmSCTEg2JPTQgKOwmfnUTdw3dsb6Jq { width:198px;height:26px;top:554px;left:47px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #meL2ktkI2KHLWJ7JbS5DuHiXeV18TLMA { width:136px;height:26px;top:594px;left:108px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #geaHwfv2t7s7F4k5fm5sPxDbE6Qokalx { width:210px;height:26px;top:634px;left:35px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wmoW9cNi3h6R9TONqLqcbzisyezQKmhb { width:143px;height:26px;top:674px;left:102px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #R7JXvJEmUbsuQGtNb7dRxmVloyTeGWGy { width:143px;height:26px;top:714px;left:101px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eoTET9swwVOS8ssreJXOpL5bLxtKLrST { width:213px;height:26px;top:754px;left:32px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rIGU5rzzyRTrsWktymOHq4CS1JZTHPgJ { width:191px;height:26px;top:794px;left:53px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Iuak0gqxPDEgxoaQJTkqAnZmTWNxwNH9 { width:320px;height:48px;top:94.895844459534px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HFwlUmzmh3AnSDQAqcdVxle1AJvNnSvG { width:35px;height:35px;top:831px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #lC4N5ecJfhzikgkXakg7XklEiEkdBSz7 { width:169px;height:26px;top:834px;left:75px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #q06axUDXaXkwNILyOr78TObFu5B895A2 { width:206px;height:137px;top:232px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #yAfoHJhmCq23TaCkhwBF6ktDF2eoAbeR { display:block; }
 }@media only screen and (max-width: 763px) { #nRe8WJidmwQB95mqETlifiGJsoEigT1b { width:167px;height:167px;top:219px;left:76.5px;font-size:116px;display:block; }
 }@media only screen and (max-width: 763px) { #HEDm5Jrgq0dTmB8F5y8qyNHB0oEx2GVR { width:265px;height:69px;top:158px;left:28px;text-align:center;text-align-last:center;font-size:41px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS { background-color:transparent;background-image:none;display:block; }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .row .container { background-color: transparent; background-image: none; }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .row .container > .video-iframe-container { display: none; }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .row > .video-iframe-container { display: none; }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .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); }#fmMyKo7FIrKvmzq5qquVB7cfGfCgHTVS > .row .container { width:320px;height:355px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPF3eFALlyUqNqINHJyAgdTucEHEJrJu { width:264px;height:30px;top:6px;left:39.000000953674px;text-align:right;text-align-last:right;line-height:1.2;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #NWDr694nU4hocSyT6wHoLd82dg1TlmCa { width:234px;height:3px;top:42px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #dJB5DL560pUKJq45nVaI2cD7OT8npUTJ { width:282px;height:90px;top:57px;left:21px;text-align:right;text-align-last:right;line-height:1.5;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #I7Tl2hExTDhPpWalf6A7TTl0dWbBP1Sb { width:25px;height:25px;top:218px;left:277px;display:block; }
 }@media only screen and (max-width: 763px) { #UZbkZOPkk3xyqCZVsty82u8tvVK47Hmy { width:68px;height:3px;top:42px;left:234.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #drBPDAlZOUv7pAez4Txh1yspPg2FJpZs { width:20px;height:20px;top:221.5px;left:279.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QuMMTmgIvP3oNxMd8oT017vazllNirQX { width:217px;height:30px;top:176px;left:86px;text-align:right;text-align-last:right;line-height:1.5;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xmtpX1ULhIiXWSPU8N9TQ0trvlLBe2HL { width:249px;height:36px;top:211px;left:23px;text-align:right;text-align-last:right;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pQspONZzfyaqh9hoHV9C74F8sOXESKRa { width:20px;height:20px;top:251px;left:281px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tgVzyZvk4Tl8T8CMXtnTSoNUtVFbhuI3 { width:25px;height:25px;top:247px;left:278px;display:block; }
 }@media only screen and (max-width: 763px) { #ODKBC6eUX4vawBqbH4MTTwBR8IqxXBo7 { width:20px;height:20px;top:282px;left:281px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Amc5r9lwChFANmn6b7TdrL6ZCKcElXmm { width:25px;height:25px;top:277px;left:278px;display:block; }
 }@media only screen and (max-width: 763px) { #dLfP7F1T04iTlGya7e5ukdZN95wiKuEB { width:161px;height:36px;top:241.5px;left:111px;text-align:right;text-align-last:right;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #alnqNQhgakbwJNRSTqfNc3ZFAVqM3vT0 { width:161px;height:36px;top:271px;left:111px;text-align:right;text-align-last:right;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #X4wHQbXigS6OPTGLfRsbi1DDS6Cu0s3Z { width:20px;height:20px;top:311px;left:281px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #v0JalxOEywZQ6wbwifWZgcgUFfINQ8EQ { width:25px;height:25px;top:307px;left:278px;display:block; }
 }@media only screen and (max-width: 763px) { #Lh1P78wxrJ0h1krunOdTOUEXiz8evwmC { width:182px;height:36px;top:302px;left:89px;text-align:right;text-align-last:right;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #2649a9);background-image: -moz-linear-gradient(top, #e5972b, #2649a9);background-image: -ms-linear-gradient(top, #e5972b, #2649a9);background-image: -o-linear-gradient(top, #e5972b, #2649a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );";background-image: linear-gradient(to bottom, #e5972b, #2649a9);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row .container { background-color: transparent; background-image: none; }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row .container > .video-iframe-container { display: none; }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row > .video-iframe-container { display: none; }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .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); }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row .container { border-width: 0; border-radius: 0; }#uyBJ8pWHx2OspBQznKhHkuQbeTU24zNP > .row .container { width:320px;height:436px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hccFJgN33J8REbfMTZC1r86CKwmo29nm { width:267px;height:24px;top:28px;left:27.000000953674px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KqD7XAJI3coaR9o4P3kdKfEZbxgvTRcD { width:320px;height:32px;top:379px;left:0px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JwB3iG88JlwO3NbBQ6FvOvfZyawulTTy { width:209px;height:75px;top:70px;left:41.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UVsRVxM8tDQvUWz8urhh746xLzZ7A6V8 { width:50px;height:50px;top:415px;left:133px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #mcLgT0C531g7AZaOxBQalogaoHkA5yrg { width:50px;height:50px;top:145px;left:249px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #T6MlBECXDh65sDtJUakSNLuy54DEZQlQ { width:311px;height:20px;top:400.00003051758px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mIk3s2Sl2ZwsMsHPOQIBiwMD8aGKZ71X { width:238px;height:100px;top:157px;left:22px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b3PGG8Ouox5xEt36DI6CFEk3DfmDde8D { width:50px;height:50px;top:56px;left:248px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #g2UHX0f8V7WFPgpQnE8IH2GRLWaSkRGT { width:301px;height:27px;top:262.5px;left:0px;text-align:right;text-align-last:right;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mbDzgWrogJ5gIToU3wHgxkx2gTdIoMTv { width:287px;height:47px;top:259px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #kF1oZ8gk7LTyDpn9VcmsshySS6cosvah { width:50px;height:50px;top:325.97915649414px;left:233.00000476837px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #sBd2Moiz8L6zz53uTUMZyeCVikH2xWNO { width:50px;height:50px;top:326.47915649414px;left:134.50000476837px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #g6gTMmT85ktgcPbT169dKHEvIZ9Wav2f { width:50px;height:50px;top:325.99984741211px;left:41.500000953674px;font-size:35px;display:block; }
 }