.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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);
}
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-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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { background-color: transparent; background-image: none; }#BObvXAompea9ziUEn5V51D6myrUi0rb2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container > .video-iframe-container { display: none; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row > .video-iframe-container { display: none; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .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); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { border-width: 0; border-radius: 0; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { font-size:14px;font-family:arial;height:86px;width:960px;position:relative;display:block; }#vqTldsPn7RIyTXWRTiMfCWpQgm4DcQRO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:95px;width:544px;top:0;left:219px;overflow:hidden;display:block; }
#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 { background-color:#41413b;background-image:url("https://images.assets-landingi.com/yULdpNGq/sekcja3_bg2_copy_copy.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container { background-color: transparent; background-image: none; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container > .video-iframe-container { display: none; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row > .video-iframe-container { display: none; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .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); }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container { border-width: 0; border-radius: 0; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container { font-size:14px;font-family:arial;height:658px;width:960px;overflow:visible;position:relative;display:block; }#glQ0IxTNM1lHIAy44P6BUloAEJFbAGsn { color:#0900ab;display:block;width:811px;position:absolute;font-family:cairo;font-size:45px;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:21px;left:74.5px;height:62.6667px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVtIOMsWqePRhVK9mzagkkm4fCovfxiQ { position:absolute;display:block;z-index:100013;background-color:#50bbd3;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;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-shadow: 1px 1px 23px rgba(0,0,0,0.21) ;height:485px;width:848px;top:93px;left:54px;display:block; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-form-header { font-size:14px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:bold;color:#034da1;width:361px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:361px;box-sizing:border-box;height:35px;color:#161616;font-size:14px;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:361px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:361px;box-sizing:border-box;height:40px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-button { background-color:#386abe;background-image:none;background-position:top left;background-repeat:repeat;background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#f2f9ff;width:361px;height:48px;font-family:cairo;overflow:hidden;text-align:center;text-align-last:center; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 [class*="-text"]:-moz-placeholder { color:#666666;font-family:roboto;font-size:13px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 [class*="-text"]::-moz-placeholder { color:#666666;font-family:roboto;font-size:13px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:roboto;font-size:13px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:roboto;font-size:13px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:345px;overflow:hidden;font-style:normal;float:none; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-container { padding-top:2px;padding-left:0;padding-right:0;padding-bottom:2px;width:100%;font-size:0;height:auto; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-container:first-of-type{padding-top:0;}#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-container:last-of-type{padding-bottom:0;}#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:361px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100022;position:absolute;top:87px;left:60px;font-size:14px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:361px;display:block;vertical-align:top; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-info-text { font-size:12px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 {display:block;}#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:361px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100022;position:absolute;top:87px;left:60px;font-size:14px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #ZvfVcMJHlXTAXEI7vx3mQrPLQqCP7uqP { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #UN4WdBdLtQhL1Z751S7dosV6Lbg2fn3U { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #ItlcH1Wa9AqWMpbCpWfPoHmuIbNZuZGx { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #ytD4hlSaUbFMGiTC1NUrk5iIkTrmOEg4 { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #T4pWBIRzf8mTXgN3OEES0OT82P3uJ8Dg { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #UiVWPD3vsvcP9VNH86id1zL6TyL2ubMJ { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #gFKTiatielMZIylVpl0S3M6BoVBFvJ8i { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #maERZML770pkPzqAcTtAXTRpTwBuWzQ8 { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #b1CxMXaq2lWLAe07GpfdKmwck7spNWBn { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #oCL14tBfR8fs5HL55opnqZpObdoS9uob { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #o9a15xKCcMOC3Z0g5NiWnd6oSipAPqiG { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #FJ9h7dSzn0LHyaC6enEJWbzaDnFmfuME { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #QOthZB0kfLeSk64iyTZeNeQpn6ml8stB { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #WSWZkH8f1yKJgM7z7Vv5tJqFASQVPRRH { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #N8pR5zAUsbU7TuRDeXpAVcmID4Teeu5D { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #cmbL2v4m8Gv1UTMFUKAMlPlDhJIo1QPA { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #Uomf0QKIXIRFDQyQndpAE7zTfd4O96B7 { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #w7QAF0SDMMzRgdn87m9e2ATPNmW6TTJB { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #HOJXfvNeFSgoxtxieaqN3ND2g5nI0tAf { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #z9ZgyLWaWfdAa6Kg4b9ST8Nz3xHtRzWy { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #w3Kvs4igHlZUC6ZlSXT1niU67efvya3S { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #NRtPp3AzFWgdhCgtAo45ngcTJiG08wrb { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #lnPsT2ykGL0mtJsS4qXmWc5Hxw0UDwlb { position:relative; }
#IAGgPmENIateprpRASFdTFRRVFVK1AFZ { position:absolute;display:block;z-index:100014;background-color:#faffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;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;height:465px;width:370px;top:101px;left:520.00003051758px;display:block; }
#kmdbA2VO50Fhl7BJxhRIJk9xAMWkvZzx { color:#666666;display:block;width:297px;position:absolute;font-family:cairo;font-size:20px;font-weight:400;z-index:100020;line-height:3;letter-spacing:0;top:238px;left:520px;height:180px;font-style:normal;display:block; }
#Z6tRSaZG1mapxM9M1zkw7vkJnX7IsZIe { color:#0e0a52;display:block;width:217px;position:absolute;font-family:cairo;font-size:22px;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:118px;left:605px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I3Se30i2xvnThCAqTobNimLKskkUKM1e { color:#666666;display:block;width:269px;position:absolute;font-family:cairo;font-size:20px;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:197px;left:545px;height:25.3333px;font-style:normal;display:block; }
#eS1sPvadr1L8DJ2z5Nc4vtp55QIRrdVl { color:#666666;display:block;width:341px;position:absolute;font-family:cairo;font-size:37px;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:410.97917938232px;left:545.50003051758px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q58q7rDO6IFUZxf6VRbzLemhiH8z1Uoe { box-sizing:content-box;color:#386abe;font-size:32px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:187px;left:811px;display:block; }
#UtlLZcGwWJhHczZcRIEhS63NWCO6MSlx { box-sizing:content-box;color:#386abe;font-size:32px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:247px;left:813px;display:block; }
#z3lOMf6ymkx88kJTzPCXNk1Kihr3GT1Q { box-sizing:content-box;color:#386abe;font-size:32px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:303px;left:812px;display:block; }
#NvlNGDVZM5qLQPFDASOOE8EFPJXq0BVX { box-sizing:content-box;color:#386abe;font-size:32px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:363px;left:812px;display:block; }
#zM2TTDH0w85XPNgRLekZ1voE3rutTNOV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/FvaRx12J/5128593_wallpaper_paper.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;position:relative;display:block; }#zM2TTDH0w85XPNgRLekZ1voE3rutTNOV > .row .container { background-color: transparent; background-image: none; }#zM2TTDH0w85XPNgRLekZ1voE3rutTNOV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zM2TTDH0w85XPNgRLekZ1voE3rutTNOV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zM2TTDH0w85XPNgRLekZ1voE3rutTNOV > .row .container > .video-iframe-container { display: none; }#zM2TTDH0w85XPNgRLekZ1voE3rutTNOV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zM2TTDH0w85XPNgRLekZ1voE3rutTNOV > .row > .video-iframe-container { display: none; }#zM2TTDH0w85XPNgRLekZ1voE3rutTNOV > .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); }#zM2TTDH0w85XPNgRLekZ1voE3rutTNOV > .row .container { border-width: 0; border-radius: 0; }#zM2TTDH0w85XPNgRLekZ1voE3rutTNOV > .row .container { font-size:14px;font-family:arial;height:693px;width:960px;position:relative;display:block; }#M8AvIKOMDSNgHSBScTOQRg0MlKUyigwN { color:#0900ab;display:block;width:587px;position:absolute;font-family:cairo;font-size:35px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:17.999984741211px;left:208.50003051758px;height:45.3333px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rfCdSaqbJMMJTc29z59HhXmIIwFDP539 { color:#000000;display:block;width:871px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:71.625022888184px;left:44.5px;height:64px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C0VRwWgukRxhAqhZTGogXZz1zDFH39bI { color:#0900ab;display:block;width:587px;position:absolute;font-family:cairo;font-size:35px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:161.31248474121px;left:209.00003051758px;height:45.3333px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s7tClyXL0xDRrQcn6T6KN8li2I9oy2W1 { color:#0c0900;display:block;width:829px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:220.62503051758px;left:88.5px;height:96px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HZvwKXqRAFuzRsA7xrCwQGW63wf2zBKx { color:#0900ab;display:block;width:809px;position:absolute;font-family:cairo;font-size:38px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:345.00001525879px;left:75.5px;height:49.3333px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tCbwT6DE0ZbssauhG3UWOegPCQlTsPTq { color:#0e0a52;display:block;width:304px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100009;line-height:3;letter-spacing:0;top:413px;left:566px;height:192px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AcNhT233voOWeHqquMI8UqFnZDwBFutB { box-sizing:content-box;color:#ffbd00;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:413px;left:869px;display:block; }
#IxSq41wHSRpWesACmNyazWy63i2KktEE { box-sizing:content-box;color:#ffbd00;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:460px;left:870px;display:block; }
#dwiTN7IhCwbANTISZUP0qiSU0oPeUqnD { box-sizing:content-box;color:#ffbd00;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:506px;left:870px;display:block; }
#k5T7uat6KeaIul3L5blTOoB9PrgXlB2Q { box-sizing:content-box;color:#ffbd00;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:100015;top:553px;left:870px;display:block; }
#fOr4Xc68RSyuDZC75nB7wAUILOJThuDk { background-color:#0e0a52;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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:cairo;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:100016;text-align:center;text-align-last:center;top:619.00001525879px;left:362.50003051758px;display:block; }
#bx18V7AJPqWOOHc45N4JnNRKQLHJHxS9 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container { background-color: transparent; background-image: none; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container > .video-iframe-container { display: none; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row > .video-iframe-container { display: none; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .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); }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container { border-width: 0; border-radius: 0; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container { font-size:14px;font-family:arial;height:210px;width:960px;position:relative;display:block; }#snq42DAvmTKAM7wFnfi4rQzAZpJdQgLo { color:#0e0a52;display:block;width:550px;position:absolute;font-family:cairo;font-size:38px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7px;left:217px;height:49px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3fX3tU3pmayQ8DThMr7fpJ6A10L83y2 { 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:100003;top:73px;left:818.5px;display:block; }
#Hp3HTnS578TmETtrk9QpRqR9gt0v2wxU { color:#000000;display:block;width:273px;position:absolute;font-family:cairo;font-size:15px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:145px;left:671px;height:19px;display:block; }
#rZVJxx3Ftq0B5ruId8GHOMTSRTpZxgSF { color:#000000;display:block;width:216px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:145px;left:367.5px;height:20px;display:block; }
#Tdrr6wu3NT34T3M6pPr0gdo3f4iBhUdb { 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:100005;top:74px;left:479px;display:block; }
#ALDqD43bN4EBx96qnaw7wcFyngyWS19C { color:#000000;display:block;width:251px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:145px;left:15px;height:20px;display:block; }
#hQbN6yJKR5rrumFhoIrdzPP5BRaaBiFW { 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:100007;top:74px;left:113px;display:block; }
#ACg0FXUmWwRnr3xazbTrAxkz4LOAt66x { color:#000000;display:block;width:344px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:188px;left:319px;height:20px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BObvXAompea9ziUEn5V51D6myrUi0rb2 { display:block; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqTldsPn7RIyTXWRTiMfCWpQgm4DcQRO { top:0;left:121px;width:544px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 { display:block; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glQ0IxTNM1lHIAy44P6BUloAEJFbAGsn { width:764px;height:62px;top:21px;left:0;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #oVtIOMsWqePRhVK9mzagkkm4fCovfxiQ { width:764px;height:485px;top:93px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-regular-label { width:361px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-text { width:361px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-textarea { width:361px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-select { width:361px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-button { width:361px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-checkbox-label { width:345px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6  { width:361px;height:auto;top:400px;left:0; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .radio-container { width:361px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 {display:block;}#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 { width:361px;height:auto;top:400px;left:0; }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #ZvfVcMJHlXTAXEI7vx3mQrPLQqCP7uqP {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #UN4WdBdLtQhL1Z751S7dosV6Lbg2fn3U {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #ItlcH1Wa9AqWMpbCpWfPoHmuIbNZuZGx {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #ytD4hlSaUbFMGiTC1NUrk5iIkTrmOEg4 {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #T4pWBIRzf8mTXgN3OEES0OT82P3uJ8Dg {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #UiVWPD3vsvcP9VNH86id1zL6TyL2ubMJ {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #gFKTiatielMZIylVpl0S3M6BoVBFvJ8i {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #maERZML770pkPzqAcTtAXTRpTwBuWzQ8 {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #b1CxMXaq2lWLAe07GpfdKmwck7spNWBn {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #oCL14tBfR8fs5HL55opnqZpObdoS9uob {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #o9a15xKCcMOC3Z0g5NiWnd6oSipAPqiG {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #FJ9h7dSzn0LHyaC6enEJWbzaDnFmfuME {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #QOthZB0kfLeSk64iyTZeNeQpn6ml8stB {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #WSWZkH8f1yKJgM7z7Vv5tJqFASQVPRRH {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #N8pR5zAUsbU7TuRDeXpAVcmID4Teeu5D {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #cmbL2v4m8Gv1UTMFUKAMlPlDhJIo1QPA {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #Uomf0QKIXIRFDQyQndpAE7zTfd4O96B7 {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #w7QAF0SDMMzRgdn87m9e2ATPNmW6TTJB {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #HOJXfvNeFSgoxtxieaqN3ND2g5nI0tAf {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #z9ZgyLWaWfdAa6Kg4b9ST8Nz3xHtRzWy {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #w3Kvs4igHlZUC6ZlSXT1niU67efvya3S {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #NRtPp3AzFWgdhCgtAo45ngcTJiG08wrb {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #lnPsT2ykGL0mtJsS4qXmWc5Hxw0UDwlb {  }
 }@media only screen and (max-width: 763px) { #IAGgPmENIateprpRASFdTFRRVFVK1AFZ { width:370px;height:465px;top:101px;left:394px;display:block; }
 }@media only screen and (max-width: 763px) { #kmdbA2VO50Fhl7BJxhRIJk9xAMWkvZzx { width:297px;height:180px;top:238px;left:422px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6tRSaZG1mapxM9M1zkw7vkJnX7IsZIe { width:217px;height:28px;top:118px;left:507px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #I3Se30i2xvnThCAqTobNimLKskkUKM1e { width:269px;height:25px;top:197px;left:447px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eS1sPvadr1L8DJ2z5Nc4vtp55QIRrdVl { width:341px;height:48px;top:410px;left:423px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #Q58q7rDO6IFUZxf6VRbzLemhiH8z1Uoe { width:47px;height:47px;top:187px;left:713px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UtlLZcGwWJhHczZcRIEhS63NWCO6MSlx { width:47px;height:47px;top:247px;left:715px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #z3lOMf6ymkx88kJTzPCXNk1Kihr3GT1Q { width:47px;height:47px;top:303px;left:714px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #NvlNGDVZM5qLQPFDASOOE8EFPJXq0BVX { width:47px;height:47px;top:363px;left:714px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #zM2TTDH0w85XPNgRLekZ1voE3rutTNOV { display:block; }#zM2TTDH0w85XPNgRLekZ1voE3rutTNOV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8AvIKOMDSNgHSBScTOQRg0MlKUyigwN { top:17px;left:110.50003051758px;width:587px;height:45px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #rfCdSaqbJMMJTc29z59HhXmIIwFDP539 { top:71px;left:0;width:764px;height:64px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #C0VRwWgukRxhAqhZTGogXZz1zDFH39bI { top:161px;left:111.00003051758px;width:587px;height:45px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #s7tClyXL0xDRrQcn6T6KN8li2I9oy2W1 { top:220px;left:0;width:764px;height:96px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HZvwKXqRAFuzRsA7xrCwQGW63wf2zBKx { width:764px;height:49px;top:345px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tCbwT6DE0ZbssauhG3UWOegPCQlTsPTq { top:413px;left:460px;width:304px;height:192px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #AcNhT233voOWeHqquMI8UqFnZDwBFutB { top:413px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #IxSq41wHSRpWesACmNyazWy63i2KktEE { top:460px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #dwiTN7IhCwbANTISZUP0qiSU0oPeUqnD { top:506px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #k5T7uat6KeaIul3L5blTOoB9PrgXlB2Q { top:553px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #fOr4Xc68RSyuDZC75nB7wAUILOJThuDk { width:280px;height:55px;top:619px;left:264.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #bx18V7AJPqWOOHc45N4JnNRKQLHJHxS9 { display:block; }
 }@media only screen and (max-width: 763px) { #KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt { display:block; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snq42DAvmTKAM7wFnfi4rQzAZpJdQgLo { width:550px;height:49px;top:7px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #H3fX3tU3pmayQ8DThMr7fpJ6A10L83y2 { top:73px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Hp3HTnS578TmETtrk9QpRqR9gt0v2wxU { top:145px;left:491px;width:273px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rZVJxx3Ftq0B5ruId8GHOMTSRTpZxgSF { top:145px;left:269.5px;width:216px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Tdrr6wu3NT34T3M6pPr0gdo3f4iBhUdb { top:74px;left:381px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ALDqD43bN4EBx96qnaw7wcFyngyWS19C { top:145px;left:0;width:251px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hQbN6yJKR5rrumFhoIrdzPP5BRaaBiFW { top:74px;left:15px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ACg0FXUmWwRnr3xazbTrAxkz4LOAt66x { top:188px;left:221px;width:344px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BObvXAompea9ziUEn5V51D6myrUi0rb2 { display:block; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { width:320px;height:58px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqTldsPn7RIyTXWRTiMfCWpQgm4DcQRO { width:320px;height:56px;top:2px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 { display:block; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container { width:320px;height:846px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glQ0IxTNM1lHIAy44P6BUloAEJFbAGsn { width:320px;height:25.3333px;top:8.4791717529297px;left:0;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #oVtIOMsWqePRhVK9mzagkkm4fCovfxiQ { width:320px;height:481px;top:290px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6  { width:220px;height:auto;top:278.66668701172px;left:0; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 {display:block;}#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 { width:220px;height:auto;top:278.66668701172px;left:0; }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #ZvfVcMJHlXTAXEI7vx3mQrPLQqCP7uqP {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #UN4WdBdLtQhL1Z751S7dosV6Lbg2fn3U {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #ItlcH1Wa9AqWMpbCpWfPoHmuIbNZuZGx {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #ytD4hlSaUbFMGiTC1NUrk5iIkTrmOEg4 {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #T4pWBIRzf8mTXgN3OEES0OT82P3uJ8Dg {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #UiVWPD3vsvcP9VNH86id1zL6TyL2ubMJ {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #gFKTiatielMZIylVpl0S3M6BoVBFvJ8i {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #maERZML770pkPzqAcTtAXTRpTwBuWzQ8 {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #b1CxMXaq2lWLAe07GpfdKmwck7spNWBn {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #oCL14tBfR8fs5HL55opnqZpObdoS9uob {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #o9a15xKCcMOC3Z0g5NiWnd6oSipAPqiG {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #FJ9h7dSzn0LHyaC6enEJWbzaDnFmfuME {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #QOthZB0kfLeSk64iyTZeNeQpn6ml8stB {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #WSWZkH8f1yKJgM7z7Vv5tJqFASQVPRRH {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #N8pR5zAUsbU7TuRDeXpAVcmID4Teeu5D {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #cmbL2v4m8Gv1UTMFUKAMlPlDhJIo1QPA {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #Uomf0QKIXIRFDQyQndpAE7zTfd4O96B7 {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #w7QAF0SDMMzRgdn87m9e2ATPNmW6TTJB {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #HOJXfvNeFSgoxtxieaqN3ND2g5nI0tAf {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #z9ZgyLWaWfdAa6Kg4b9ST8Nz3xHtRzWy {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #w3Kvs4igHlZUC6ZlSXT1niU67efvya3S {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #NRtPp3AzFWgdhCgtAo45ngcTJiG08wrb {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #lnPsT2ykGL0mtJsS4qXmWc5Hxw0UDwlb {  }
 }@media only screen and (max-width: 763px) { #IAGgPmENIateprpRASFdTFRRVFVK1AFZ { width:320px;height:175.979px;top:641.00002288818px;left:0;background-color:#c0c0c0;background-image:url("https://images.assets-landingi.com/yULdpNGq/sekcja3_bg2_copy_copy.jpg");background-position:center right;background-repeat:repeat;background-attachment:scroll;display:none; }
 }@media only screen and (max-width: 763px) { #kmdbA2VO50Fhl7BJxhRIJk9xAMWkvZzx { width:172px;height:159.9999px;top:80.97917175293px;left:105.00000476837px;text-align:right;text-align-last:right;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6tRSaZG1mapxM9M1zkw7vkJnX7IsZIe { width:216.973px;height:0;top:1155.09765625px;left:85.99609375px;text-align:center;text-align-last:center;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #I3Se30i2xvnThCAqTobNimLKskkUKM1e { width:275px;height:22.6667px;top:53px;left:2px;text-align:right;text-align-last:right;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eS1sPvadr1L8DJ2z5Nc4vtp55QIRrdVl { width:320px;height:34.6667px;top:235px;left:1px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Q58q7rDO6IFUZxf6VRbzLemhiH8z1Uoe { width:46.9922px;height:46.9922px;top:45px;left:275px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UtlLZcGwWJhHczZcRIEhS63NWCO6MSlx { width:46.9922px;height:46.9922px;top:90px;left:273px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #z3lOMf6ymkx88kJTzPCXNk1Kihr3GT1Q { width:47px;height:47px;top:143px;left:274px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #NvlNGDVZM5qLQPFDASOOE8EFPJXq0BVX { width:47px;height:47px;top:188px;left:274px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #zM2TTDH0w85XPNgRLekZ1voE3rutTNOV { display:block; }#zM2TTDH0w85XPNgRLekZ1voE3rutTNOV > .row .container { width:320px;height:718px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8AvIKOMDSNgHSBScTOQRg0MlKUyigwN { width:320px;height:32px;top:20px;left:0;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfCdSaqbJMMJTc29z59HhXmIIwFDP539 { width:320px;height:90.6667px;top:69.666687011719px;left:0;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0VRwWgukRxhAqhZTGogXZz1zDFH39bI { width:320px;height:32px;top:174px;left:0;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7tClyXL0xDRrQcn6T6KN8li2I9oy2W1 { width:320px;height:113.333px;top:206px;left:0;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZvwKXqRAFuzRsA7xrCwQGW63wf2zBKx { width:320px;height:64px;top:355.97974804687px;left:0;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #tCbwT6DE0ZbssauhG3UWOegPCQlTsPTq { width:263px;height:220px;top:425px;left:5px;text-align:right;text-align-last:right;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #AcNhT233voOWeHqquMI8UqFnZDwBFutB { width:50px;height:50px;top:425px;left:267px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #IxSq41wHSRpWesACmNyazWy63i2KktEE { width:50px;height:50px;top:509.47917175293px;left:265.9791765213px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #dwiTN7IhCwbANTISZUP0qiSU0oPeUqnD { width:50px;height:50px;top:552px;left:266.9791765213px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #k5T7uat6KeaIul3L5blTOoB9PrgXlB2Q { width:50px;height:50px;top:595.97917175293px;left:268.9791765213px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #fOr4Xc68RSyuDZC75nB7wAUILOJThuDk { width:280px;height:55px;top:645px;left:20.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #bx18V7AJPqWOOHc45N4JnNRKQLHJHxS9 { display:block; }
 }@media only screen and (max-width: 763px) { #KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt { display:block; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snq42DAvmTKAM7wFnfi4rQzAZpJdQgLo { width:320px;height:33px;top:4px;left:0;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #H3fX3tU3pmayQ8DThMr7fpJ6A10L83y2 { width:50px;height:50px;top:186px;left:258px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Hp3HTnS578TmETtrk9QpRqR9gt0v2wxU { width:262px;height:18px;top:202px;left:0;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rZVJxx3Ftq0B5ruId8GHOMTSRTpZxgSF { width:216px;height:20px;top:127px;left:43px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tdrr6wu3NT34T3M6pPr0gdo3f4iBhUdb { width:50px;height:50px;top:116px;left:258px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ALDqD43bN4EBx96qnaw7wcFyngyWS19C { width:251px;height:20px;top:61px;left:8px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQbN6yJKR5rrumFhoIrdzPP5BRaaBiFW { width:50px;height:50px;top:46px;left:258px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ACg0FXUmWwRnr3xazbTrAxkz4LOAt66x { width:320px;height:20px;top:251px;left:0;text-align:center;text-align-last:center;display:block; }
 }