.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 { z-index:;position:relative;display:block; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 { 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 { border-width: 0; border-radius: 0; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container { background-color:#41413b;background-image:url("https://images.assets-landingi.com/sidbf1uD/011.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;font-size:14px;font-family:arial;height:625px;width:960px;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#glQ0IxTNM1lHIAy44P6BUloAEJFbAGsn { color:#000000;display:block;width:388.965px;position:absolute;font-family:cairo;font-size:23px;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:25.46875px;left:330.99609375px;height:125px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVtIOMsWqePRhVK9mzagkkm4fCovfxiQ { position:absolute;display:block;z-index:100013;background-color:#98b4ba;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;box-shadow: 1px 1px 23px rgba(0,0,0,0.21) ;height:378px;width:384px;top:180px;left:331px;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:48px;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:4px;padding-left:0;padding-right:0;padding-bottom:4px;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:360.977px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100022;position:absolute;top:163.6328125px;left:324.98046875px;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:360.977px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100022;position:absolute;top:163.6328125px;left:324.98046875px;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 #oCL14tBfR8fs5HL55opnqZpObdoS9uob { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #o9a15xKCcMOC3Z0g5NiWnd6oSipAPqiG { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #FJ9h7dSzn0LHyaC6enEJWbzaDnFmfuME { 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 #NRtPp3AzFWgdhCgtAo45ngcTJiG08wrb { position:relative;top:0px;left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #lnPsT2ykGL0mtJsS4qXmWc5Hxw0UDwlb { position:relative; }
#vb9D2Tz8IvQRvZJo4PyiCQZrVoTkw6p0 { position:absolute;display:block;z-index:100002;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;height:137px;width:378px;top:19px;left:331px;display:block; }
#coinV4KNgkCh2cgE71y8S2M0MK1K448X { 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; }
#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb { position:relative;display:block; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb { background-color: transparent; background-image: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container > .video-iframe-container { display: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row > .video-iframe-container { display: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .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); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb { border-width: 0; border-radius: 0; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yULdpNGq/sekcja3_bg2_copy_copy.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;font-size:14px;font-family:arial;height:610px;width:960px;position:relative;display:block; }#D02t2WhoNThnRsAVPPhWlWs9KVTOlkfT { color:#405466;display:block;width:577px;position:absolute;font-family:cairo;font-size:38px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:152px;left:191px;height:48.75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hiBr0UQVBI3uUskQsc8z6U3AHhdCyEef { color:#405466;display:block;width:162px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100002;line-height:3;letter-spacing:0;top:198px;left:725px;height:47.5px;text-align:right;text-align-last:right;display:block; }
#E4sXM9UkgJJx7381WtHXSNXB3QCpwSBP { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:208px;left:897px;overflow:hidden;display:block; }
#KCes5Xeoqd0ZwJEPCVp0Es9M52CgExzn { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:398px;left:895px;overflow:hidden;display:block; }
#mNTaOleMZ8J9pfSR2stW11zLHgQycQPE { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:424px;left:895px;overflow:hidden;display:block; }
#NlcUTTwIay9pGziFpCBgmzOuC3ZCBngJ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:453px;left:895px;overflow:hidden;display:block; }
#Sk9B9TW3hVPyCt3SZnDPrT93d9RkK0yE { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:480px;left:895px;overflow:hidden;display:block; }
#z6iDRDBeZf6O5PpCzVfoQnkklThV4Adl { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:371px;left:895px;overflow:hidden;display:block; }
#xF4i8MnWOP4QXiBzG2s0wDVyhOfelXZh { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:321px;left:895px;overflow:hidden;display:block; }
#TOuVAv4DbUnStDCLfpULCQstUWEmlWMt { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:346px;left:895px;overflow:hidden;display:block; }
#qtffOD7HZPO3XF3AcfqHkJs5xh2ch1X5 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:295px;left:895px;overflow:hidden;display:block; }
#w2ANunedv8OLRMT91bGCoeEg1oeEUp02 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:267px;left:896px;overflow:hidden;display:block; }
#tan026RQ1OwlstpPKo4zIVnzLmu9F7XD { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:239px;left:897px;overflow:hidden;display:block; }
#GKWThiSr4Dm4MUcNgFOFWaNPc9x90ZSt { color:#405466;display:block;width:272px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100003;line-height:3;letter-spacing:0;top:336px;left:614px;height:47.5px;text-align:right;text-align-last:right;display:block; }
#E99QL7TAEA4ZyTlb3I8ANPxt4yoeKkr7 { color:#405466;display:block;width:271px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100004;line-height:3;letter-spacing:0;top:361px;left:615px;height:47.5px;text-align:right;text-align-last:right;display:block; }
#gPX8l8tcEdtA3UVPKNQyVv41TPi9PrJw { color:#405466;display:block;width:288px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100005;line-height:3;letter-spacing:0;top:388px;left:602px;height:47.5px;text-align:right;text-align-last:right;display:block; }
#hzBwCFGthWWNOp2k0KPiT5kTJxtFUAv1 { color:#405466;display:block;width:237px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100006;line-height:3;letter-spacing:0;top:414px;left:653px;height:47.5px;text-align:right;text-align-last:right;display:block; }
#JspwfoFaAOp9KB5ebTmzcakdHUWoOapT { color:#405466;display:block;width:256px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100007;line-height:3;letter-spacing:0;top:443px;left:630px;height:47.5px;text-align:right;text-align-last:right;display:block; }
#cl1EQN4UZSTKFKRZfTSwuQFSteSfH41O { color:#405466;display:block;width:282px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100008;line-height:3;letter-spacing:0;top:470px;left:605px;height:47.5px;text-align:right;text-align-last:right;display:block; }
#IJQawMTJqLaMrgoC2AhQt7FS1NTlEMUR { color:#405466;display:block;width:268px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100003;line-height:3;letter-spacing:0;top:227px;left:619px;height:47.5px;text-align:right;text-align-last:right;display:block; }
#PayA0XX0Ph9W4ZROs4TP4TriuZZqIoNr { color:#405466;display:block;width:246px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100004;line-height:3;letter-spacing:0;top:284px;left:634px;height:47.5px;text-align:right;text-align-last:right;display:block; }
#TTNSQQTlJHeF4I4dGvm1vPoxBJA3NMmB { color:#405466;display:block;width:326px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100005;line-height:3;letter-spacing:0;top:308px;left:564px;height:47.5px;text-align:right;text-align-last:right;display:block; }
#qpcaa0VQUoIaczXltpx6ckk9OvgSx6Qp { color:#405466;display:block;width:232px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100004;line-height:3;letter-spacing:0;top:257px;left:654px;height:47.5px;text-align:right;text-align-last:right;display:block; }
#SUfROLKMDlsz0IR3UM0GyBX708qr34zT { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:509px;left:895px;overflow:hidden;display:block; }
#FJuRtag2Pq2oB4742qFcpb27paNyQZex { color:#405466;display:block;width:210px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100011;line-height:3;letter-spacing:0;top:499px;left:677px;height:47.5px;text-align:right;text-align-last:right;display:block; }
#amcTEzenfuxBBbPBhnTHxybTC2DA3DK2 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:537px;left:896px;overflow:hidden;display:block; }
#aTf9IMv6ZI2LlTRqWTyRdl53Ib1Xkb0I { color:#405466;display:block;width:210px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100015;line-height:3;letter-spacing:0;top:533px;left:677px;height:47.5px;text-align:right;text-align-last:right;display:block; }
#r24bl47Hw8eDwvCIXZlAf22pHRqJfONQ { color:#405466;display:block;width:417px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100015;line-height:3;letter-spacing:0;top:561px;left:473px;height:47.5px;text-align:right;text-align-last:right;display:block; }
#oBAdNdvdO0awTDfd7v7A6hZTHZeAttQ2 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:571px;left:899px;overflow:hidden;display:block; }
#U5DAIeamoxPBlKT8VukqmTxQozLisv5g { color:#405466;display:block;width:815px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:11.97265625px;left:124.98046875px;height:82.5px;font-style:normal;text-align:center;text-align-last:center;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:18.75px;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:388px;height:125px;top:25px;left:232.99609375px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #oVtIOMsWqePRhVK9mzagkkm4fCovfxiQ { width:384px;height:378px;top:180px;left:233px;display:block; }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-regular-label { width:360px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-text { width:360px;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:360px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-input-select { width:360px;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:360px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .widget-checkbox-label { width:344px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6  { width:360px;height:auto;top:163px;left:226.98046875px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .radio-container { width:360px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 {display:block;}#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 { width:360px;height:auto;top:163px;left:226.98046875px; }
 }@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 #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 #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 #NRtPp3AzFWgdhCgtAo45ngcTJiG08wrb {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #lnPsT2ykGL0mtJsS4qXmWc5Hxw0UDwlb {  }
 }@media only screen and (max-width: 763px) { #vb9D2Tz8IvQRvZJo4PyiCQZrVoTkw6p0 { width:378px;height:137px;top:19px;left:233px;display:block; }
 }@media only screen and (max-width: 763px) { #coinV4KNgkCh2cgE71y8S2M0MK1K448X { display:none; }
 }@media only screen and (max-width: 763px) { #KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb { display:block; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D02t2WhoNThnRsAVPPhWlWs9KVTOlkfT { width:576px;height:48px;top:152px;left:93px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hiBr0UQVBI3uUskQsc8z6U3AHhdCyEef { top:198px;left:602px;width:161px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E4sXM9UkgJJx7381WtHXSNXB3QCpwSBP { top:208px;left:736px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #KCes5Xeoqd0ZwJEPCVp0Es9M52CgExzn { top:398px;left:736px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #mNTaOleMZ8J9pfSR2stW11zLHgQycQPE { top:424px;left:736px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #NlcUTTwIay9pGziFpCBgmzOuC3ZCBngJ { top:453px;left:736px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Sk9B9TW3hVPyCt3SZnDPrT93d9RkK0yE { top:480px;left:736px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #z6iDRDBeZf6O5PpCzVfoQnkklThV4Adl { top:371px;left:736px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #xF4i8MnWOP4QXiBzG2s0wDVyhOfelXZh { top:321px;left:736px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #TOuVAv4DbUnStDCLfpULCQstUWEmlWMt { top:346px;left:736px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #qtffOD7HZPO3XF3AcfqHkJs5xh2ch1X5 { top:295px;left:736px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #w2ANunedv8OLRMT91bGCoeEg1oeEUp02 { top:267px;left:736px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #tan026RQ1OwlstpPKo4zIVnzLmu9F7XD { top:239px;left:736px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #GKWThiSr4Dm4MUcNgFOFWaNPc9x90ZSt { top:336px;left:492px;width:271px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E99QL7TAEA4ZyTlb3I8ANPxt4yoeKkr7 { top:361px;left:493px;width:270px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gPX8l8tcEdtA3UVPKNQyVv41TPi9PrJw { top:388px;left:476px;width:287px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hzBwCFGthWWNOp2k0KPiT5kTJxtFUAv1 { top:414px;left:527px;width:236px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JspwfoFaAOp9KB5ebTmzcakdHUWoOapT { top:443px;left:508px;width:255px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cl1EQN4UZSTKFKRZfTSwuQFSteSfH41O { top:470px;left:482px;width:281px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IJQawMTJqLaMrgoC2AhQt7FS1NTlEMUR { top:227px;left:496px;width:267px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PayA0XX0Ph9W4ZROs4TP4TriuZZqIoNr { top:284px;left:518px;width:245px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TTNSQQTlJHeF4I4dGvm1vPoxBJA3NMmB { top:308px;left:438px;width:325px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qpcaa0VQUoIaczXltpx6ckk9OvgSx6Qp { top:257px;left:532px;width:231px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SUfROLKMDlsz0IR3UM0GyBX708qr34zT { top:509px;left:736px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #FJuRtag2Pq2oB4742qFcpb27paNyQZex { top:499px;left:554px;width:210px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #amcTEzenfuxBBbPBhnTHxybTC2DA3DK2 { top:537px;left:736px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #aTf9IMv6ZI2LlTRqWTyRdl53Ib1Xkb0I { top:533px;left:554px;width:210px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #r24bl47Hw8eDwvCIXZlAf22pHRqJfONQ { top:561px;left:347px;width:416px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oBAdNdvdO0awTDfd7v7A6hZTHZeAttQ2 { top:571px;left:736px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #U5DAIeamoxPBlKT8VukqmTxQozLisv5g { width:764px;height:82px;top:11px;left:0;font-size:20px;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:57.9882875px;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 { 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 { width:320px;height:590px;background-color:#41413b;background-image:url("https://images.assets-landingi.com/6QdCdQh1/_.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glQ0IxTNM1lHIAy44P6BUloAEJFbAGsn { width:320px;height:162.5px;top:14px;left:0;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #oVtIOMsWqePRhVK9mzagkkm4fCovfxiQ { width:320px;height:388.984px;top:190px;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; }
#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:280px;height:auto;top:179px;left:0; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 {display:block;}#Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 { width:280px;height:auto;top:179px;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 #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 #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 #NRtPp3AzFWgdhCgtAo45ngcTJiG08wrb {  }
 }@media only screen and (max-width: 763px) { #Qt5MVuTZztOcfbqZtImKghAgC1d5fTI6 #lnPsT2ykGL0mtJsS4qXmWc5Hxw0UDwlb {  }
 }@media only screen and (max-width: 763px) { #vb9D2Tz8IvQRvZJo4PyiCQZrVoTkw6p0 { width:320px;height:136.992px;top:1013.6328125px;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) { #coinV4KNgkCh2cgE71y8S2M0MK1K448X { top:6px;left:4px;width:314px;height:173px;z-index:100001;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yULdpNGq/sekcja3_bg2_copy_copy.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { background-color: transparent; background-image: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container > .video-iframe-container { display: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row > .video-iframe-container { display: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .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); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { width:320px;height:570px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D02t2WhoNThnRsAVPPhWlWs9KVTOlkfT { width:320px;height:32.5px;top:7px;left:0;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hiBr0UQVBI3uUskQsc8z6U3AHhdCyEef { width:159px;height:45px;top:28px;left:161px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #E4sXM9UkgJJx7381WtHXSNXB3QCpwSBP { width:28px;height:28px;top:558.984375px;left:145.99609375px;display:none; }
 }@media only screen and (max-width: 763px) { #KCes5Xeoqd0ZwJEPCVp0Es9M52CgExzn { width:28px;height:28px;top:1426px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #mNTaOleMZ8J9pfSR2stW11zLHgQycQPE { width:28px;height:28px;top:1378px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #NlcUTTwIay9pGziFpCBgmzOuC3ZCBngJ { width:28px;height:28px;top:1542px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #Sk9B9TW3hVPyCt3SZnDPrT93d9RkK0yE { width:28px;height:28px;top:1658px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #z6iDRDBeZf6O5PpCzVfoQnkklThV4Adl { width:28px;height:28px;top:1194px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #xF4i8MnWOP4QXiBzG2s0wDVyhOfelXZh { width:28px;height:28px;top:962px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #TOuVAv4DbUnStDCLfpULCQstUWEmlWMt { width:28px;height:28px;top:1078px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #qtffOD7HZPO3XF3AcfqHkJs5xh2ch1X5 { width:28px;height:28px;top:846px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #w2ANunedv8OLRMT91bGCoeEg1oeEUp02 { width:28px;height:28px;top:612.98828125px;left:225.99609375px;display:none; }
 }@media only screen and (max-width: 763px) { #tan026RQ1OwlstpPKo4zIVnzLmu9F7XD { width:28px;height:28px;top:546px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #GKWThiSr4Dm4MUcNgFOFWaNPc9x90ZSt { width:200px;height:45px;top:155.984375px;left:117px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #E99QL7TAEA4ZyTlb3I8ANPxt4yoeKkr7 { width:181px;height:45px;top:180.984375px;left:136px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gPX8l8tcEdtA3UVPKNQyVv41TPi9PrJw { width:197px;height:45px;top:200.984375px;left:120px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hzBwCFGthWWNOp2k0KPiT5kTJxtFUAv1 { width:164px;height:45px;top:256.984375px;left:152px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JspwfoFaAOp9KB5ebTmzcakdHUWoOapT { width:164px;height:45px;top:225.984375px;left:152px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cl1EQN4UZSTKFKRZfTSwuQFSteSfH41O { width:247px;height:45px;top:282.984375px;left:69px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IJQawMTJqLaMrgoC2AhQt7FS1NTlEMUR { width:212px;height:45px;top:48.984375px;left:107px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PayA0XX0Ph9W4ZROs4TP4TriuZZqIoNr { width:228px;height:45px;top:99.984375px;left:85px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TTNSQQTlJHeF4I4dGvm1vPoxBJA3NMmB { width:287px;height:45px;top:72px;left:32px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qpcaa0VQUoIaczXltpx6ckk9OvgSx6Qp { width:138px;height:45px;top:127.96875px;left:180px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SUfROLKMDlsz0IR3UM0GyBX708qr34zT { width:28px;height:28px;top:1774px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #FJuRtag2Pq2oB4742qFcpb27paNyQZex { width:191px;height:45px;top:310.984375px;left:125px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #amcTEzenfuxBBbPBhnTHxybTC2DA3DK2 { width:28px;height:28px;top:1822px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #aTf9IMv6ZI2LlTRqWTyRdl53Ib1Xkb0I { width:189px;height:45px;top:336.984375px;left:130px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #r24bl47Hw8eDwvCIXZlAf22pHRqJfONQ { width:320px;height:45px;top:364.984375px;left:0;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #oBAdNdvdO0awTDfd7v7A6hZTHZeAttQ2 { width:28px;height:28px;top:2054px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #U5DAIeamoxPBlKT8VukqmTxQozLisv5g { width:320px;height:150px;top:409.98046875px;left:0;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt { display:block; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container { width:320px;height:230px;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:146px;left:258px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Hp3HTnS578TmETtrk9QpRqR9gt0v2wxU { width:262px;height:17.5px;top:162px;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:107px;left:44px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tdrr6wu3NT34T3M6pPr0gdo3f4iBhUdb { width:50px;height:50px;top:96px;left:259px;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:195.99609375px;left:0;text-align:center;text-align-last:center;display:block; }
 }