.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J > .row .container { background-color: transparent; background-image: none; }#l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J > .row .container > .video-iframe-container { display: none; }#l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J > .row > .video-iframe-container { display: none; }#l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J > .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); }#l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J > .row .container { border-width: 0; border-radius: 0; }#l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J > .row .container { font-size:14px;font-family:arial;height:90px;width:960px;position:relative;display:block; }#a1fGSKB3XtpTQVfE78W9xVfrFIr39Tv4 { background-color:#ad8fff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:153px;height:35px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:27.5px;left:427.00003051758px;display:block; }
#ToTTOyZqpJGCHH1K1fb6zUTx36VLyycT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KrymBZQIuX7JM1eyWPwMLgF4JtPr3dHE { background-color:#b321d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:153px;height:35px;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:28px;left:777px;display:block; }
#BVOfNRssi5JAnTWHa3TgRNJ49dg9vkvk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pQEvh6PF0w6uXy3U3pPxbZpTxpm2R7eb { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:47px;width:250px;top:27.5px;left:20.387512207031px;overflow:hidden;display:block; }
#lZT0820JrkPWhtKe0ElrzFLTQsyy1IiN { background-color:#ad8fff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:153px;height:36px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27px;left:605.80001831055px;display:block; }
#ZutsKw7zz5lMl4NiylQc5EMmAGg3dMHy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:rgba(11,21,63,0.3);background-image:url("https://images.assets-landingi.com/uc/47185fd9-fd1b-4045-8a53-77582fcd7533/ZDROWYKRGOSUP_CZERWIEC_TLO_LP_1960x720v1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:960px;height:555px;font-size:14px;font-family:"open sans";position:relative;display:block; }#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-form-header {  }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:bold;color:#000000;width:295px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0;margin-bottom:4px;margin-left:0;display:block;width:295px;box-sizing:border-box;height:46px;color:#0b0809;font-size:18px;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0;margin-bottom:4px;margin-left:0;display:block;width:295px;box-sizing:border-box;height:70px;color:#0b0809;font-size:18px;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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:0;margin-bottom:4px;margin-left:0;display:block;width:295px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:14px;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#b321d6;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:52px;margin-bottom:4px;margin-left:52px;display:block;box-sizing:border-box;font-size:21px;font-weight:bold;color:#ffffff;width:191px;height:56px;font-family:ubuntu;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-moz-placeholder { color:#000000;font-family:ubuntu;font-size:14px;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-moz-placeholder { color:#000000;font-family:ubuntu;font-size:14px;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:ubuntu;font-size:14px;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:ubuntu;font-size:14px;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.7;font-size:12px;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:272px;overflow:hidden;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:first-of-type{padding-top:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:last-of-type{padding-bottom:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:295px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:188.08749389648px;left:571.50003051758px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:295px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:295px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:188.08749389648px;left:571.50003051758px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Uh8k2ae3H8WVDy7o2zo5O3mRJJqFpoyX { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #kqO7OA0peswlyTaeqTZnTXm3vXWopnuo { position:relative;z-index:2; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #FX8upcBiK8ozt1Ag1RCUxutZFWfnVCa1 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n { position:relative; }
#GhaZTTkyDIqkbgwZx4mexKXgHpyaigUU { position:absolute;display:block;z-index:15003;background-color:rgba(173,143,255,0.97);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;height:347px;width:358px;top:139px;left:560px;display:block; }
#ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { color:#ffffff;display:block;width:252px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:160.08750915527px;left:613.00003051758px;height:57.6px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Nzdo2bg8qrGUcdyZbRPPlc6toKkglP2u { color:#ffffff;display:block;width:803px;position:absolute;font-family:ubuntu;font-size:38px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:18.200004577637px;left:62.787506103516px;height:121.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QWf85q9LTNAXqmbOkeZ7FtsqQrdcJcB7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:605px;width:393px;display:none; }
#Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv { position:relative;display:block; }#Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv { background-color: transparent; background-image: none; }#Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv > .row .container > .video-iframe-container { display: none; }#Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv > .row > .video-iframe-container { display: none; }#Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv > .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); }#Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv { border-width: 0; border-radius: 0; }#Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:139px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PPO1AgbGEE2nNh9nzA9outTN77PEu8g8 { box-sizing:content-box;color:#b321d6;font-size:29px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:17px;left:334px;display:block; }
#LIqhwsMeGhaarExfDTe13eT3n1qaNgJy { color:#ffffff;display:block;width:191px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:71px;left:259px;height:51.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CxRUPZ1HZAJtBaHpPbuX8Vwq93m4dfCC { color:#ffffff;display:block;width:223px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:71px;left:478px;height:51.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BzaEv6GzCJb9neJw4JJtXTKCOEzntOKs { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:18px;left:570px; }
#eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(221,237,225,0.26);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4 > .row .container { background-color: transparent; background-image: none; }#eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4 > .row .container > .video-iframe-container { display: none; }#eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4 > .row > .video-iframe-container { display: none; }#eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4 > .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); }#eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4 > .row .container { border-width: 0; border-radius: 0; }#eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4 > .row .container { font-size:14px;font-family:arial;height:463px;width:960px;position:relative;display:block; }#vdeo91RemF31RPCIPqnsntJELO2Dyt4J { color:#93375c;display:block;width:661px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:25px;left:48px;height:65px;text-align:left;text-align-last:left;display:block; }
#U4iCZCJgcAcqwJCBLqxEwuxE0WRdewHZ { color:#661433;display:block;width:826px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:151px;left:96px;height:46.8px;display:block; }
#er6bav742Mzy9FH86nxeItmIEHZfIuNB { color:#661433;display:block;width:675px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:219px;left:96px;height:46.8px;display:block; }
#DLeXfyvf1ytaQFD4H3MZeAqm3STE77xf { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:95px;left:48px; }
#ON8CuGz7KGQgw59TBBQIzoNQa4GNAmik { color:#15256e;display:block;width:813px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:87px;left:96px;height:46.8px;display:block; }
#hIxZnzlp6pU17F11EnqFM3VEZ0iLyc1o { color:#661433;display:block;width:861px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:287px;left:96px;height:46.8px;display:block; }
#qiJ5q18nMh6Mb6Lhi7KQTxWlNhyvMtmw { color:#661433;display:block;width:814px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:358px;left:96px;height:46.8px;display:block; }
#HysISbwocxGG50G4chGBBzqedhZXWeBb { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:160px;left:48px; }
#RM0p8Oqx94pTkwbddRoDM43WsKliwO2a { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:228px;left:48px; }
#TMJKQb3nAdzBxTKaPca8aSOfmVrSXMif { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:295px;left:48px; }
#VCi5NBTPEbwfx0fcWHstQLL6k1UvR0r3 { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:367px;left:48px; }
#pnfzno5J190StLZk6MIXloZmv4paLPed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { background-color: transparent; background-image: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .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); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { border-width: 0; border-radius: 0; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { font-size:14px;font-family:arial;height:83px;width:960px;position:relative;display:block; }#OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { color:#3361a0;display:block;width:958px;position:absolute;font-family:ubuntu;font-size:38px;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:20.000030517578px;left:0px;height:38px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { background-color: transparent; background-image: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container > .video-iframe-container { display: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container { display: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .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); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { border-width: 0; border-radius: 0; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { font-size:14px;font-family:arial;height:520px;width:960px;position:relative;display:block; }#gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:358px;width:247px;top:64px;left:46px;overflow:hidden;display:block; }
#PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { color:#f37b84;display:block;width:232px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:700;z-index:15012;line-height:1.8;letter-spacing:0;top:93.199996948242px;left:383.00003051758px;height:39.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C1sqNhsFZF7qch9HscMphOFFgodFMbuS { color:#606164;display:block;width:502px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:143px;left:383.00003051758px;height:226.8px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#WhipWOThEazARgEkPTabTKzKZGT0f18V { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 18px 4px 64px rgba(5,11,38,0.07) ;height:516px;width:960px;top:0px;left:0px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J { display:block; }#l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1fGSKB3XtpTQVfE78W9xVfrFIr39Tv4 { width:153px;height:35px;top:27.5px;left:432.99999666214px;display:block; }
 }@media only screen and (max-width: 763px) { #ToTTOyZqpJGCHH1K1fb6zUTx36VLyycT { display:block; }
 }@media only screen and (max-width: 763px) { #KrymBZQIuX7JM1eyWPwMLgF4JtPr3dHE { width:153px;height:35px;top:28px;left:611px;display:block; }
 }@media only screen and (max-width: 763px) { #BVOfNRssi5JAnTWHa3TgRNJ49dg9vkvk { display:block; }
 }@media only screen and (max-width: 763px) { #pQEvh6PF0w6uXy3U3pPxbZpTxpm2R7eb { width:250px;height:47px;top:27px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lZT0820JrkPWhtKe0ElrzFLTQsyy1IiN { width:153px;height:36px;top:27px;left:507.80001831055px;display:block; }
 }@media only screen and (max-width: 763px) { #ZutsKw7zz5lMl4NiylQc5EMmAGg3dMHy { display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:764px;height:555px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:308px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:200px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:54px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:286px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:308px;height:auto;top:163.9861831665px;left:413.99999666214px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:308px;height:auto;top:163.9861831665px;left:413.99999666214px; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Uh8k2ae3H8WVDy7o2zo5O3mRJJqFpoyX {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #kqO7OA0peswlyTaeqTZnTXm3vXWopnuo {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #FX8upcBiK8ozt1Ag1RCUxutZFWfnVCa1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #GhaZTTkyDIqkbgwZx4mexKXgHpyaigUU { width:358px;height:347px;top:139px;left:406px;display:block; }
 }@media only screen and (max-width: 763px) { #ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { width:252px;height:28px;top:160px;left:512px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Nzdo2bg8qrGUcdyZbRPPlc6toKkglP2u { width:764px;height:121px;top:18px;left:0px;font-size:1px;display:block; }
 }@media only screen and (max-width: 763px) { #QWf85q9LTNAXqmbOkeZ7FtsqQrdcJcB7 { width:379px;height:582px;display:none; }
 }@media only screen and (max-width: 763px) { #Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv { display:block; }#Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPO1AgbGEE2nNh9nzA9outTN77PEu8g8 { width:42px;height:42px;top:17px;left:236px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #LIqhwsMeGhaarExfDTe13eT3n1qaNgJy { width:191px;height:51px;top:71px;left:161px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CxRUPZ1HZAJtBaHpPbuX8Vwq93m4dfCC { width:223px;height:51px;top:71px;left:380px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #BzaEv6GzCJb9neJw4JJtXTKCOEzntOKs { width:40px;height:40px;top:18px;left:472px;display:block; }
 }@media only screen and (max-width: 763px) { #eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4 { display:block; }#eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdeo91RemF31RPCIPqnsntJELO2Dyt4J { width:661px;height:32px;top:25px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #U4iCZCJgcAcqwJCBLqxEwuxE0WRdewHZ { width:764px;height:46px;top:151px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #er6bav742Mzy9FH86nxeItmIEHZfIuNB { width:675px;height:46px;top:219px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DLeXfyvf1ytaQFD4H3MZeAqm3STE77xf { width:30px;height:30px;top:95px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ON8CuGz7KGQgw59TBBQIzoNQa4GNAmik { width:764px;height:46px;top:87px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hIxZnzlp6pU17F11EnqFM3VEZ0iLyc1o { width:764px;height:46px;top:287px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qiJ5q18nMh6Mb6Lhi7KQTxWlNhyvMtmw { width:764px;height:46px;top:358px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HysISbwocxGG50G4chGBBzqedhZXWeBb { width:30px;height:30px;top:160px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RM0p8Oqx94pTkwbddRoDM43WsKliwO2a { width:30px;height:30px;top:228px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TMJKQb3nAdzBxTKaPca8aSOfmVrSXMif { width:30px;height:30px;top:295px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VCi5NBTPEbwfx0fcWHstQLL6k1UvR0r3 { width:30px;height:30px;top:367px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:764px;height:38px;top:20px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { width:247px;height:358px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { width:232px;height:39.5972px;top:71.986114501953px;left:341.99999666214px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #C1sqNhsFZF7qch9HscMphOFFgodFMbuS { width:362px;height:201.542px;top:161.01387023926px;left:365.99999666214px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WhipWOThEazARgEkPTabTKzKZGT0f18V { width:764px;height:516px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#l6Mw9GfTng9S4vwQiG3tw9rzhChJbt5J > .row .container { width:320px;height:169px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1fGSKB3XtpTQVfE78W9xVfrFIr39Tv4 { width:134px;height:30px;top:79.5px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #ToTTOyZqpJGCHH1K1fb6zUTx36VLyycT { display:block; }
 }@media only screen and (max-width: 763px) { #KrymBZQIuX7JM1eyWPwMLgF4JtPr3dHE { width:134px;height:30px;top:127.5px;left:90.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #BVOfNRssi5JAnTWHa3TgRNJ49dg9vkvk { display:block; }
 }@media only screen and (max-width: 763px) { #pQEvh6PF0w6uXy3U3pPxbZpTxpm2R7eb { width:250px;height:47px;top:11px;left:35.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #lZT0820JrkPWhtKe0ElrzFLTQsyy1IiN { width:134px;height:30px;top:79.5px;left:167.50000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #ZutsKw7zz5lMl4NiylQc5EMmAGg3dMHy { display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:rgba(165,214,163,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:320px;height:1016px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:46px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:196px;margin-top:4px;margin-right:42px;margin-bottom:4px;margin-left:42px;height:46px;font-size:16px;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:280px;height:auto;top:722px;left:0px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:280px;height:auto;top:722px;left:0px; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Uh8k2ae3H8WVDy7o2zo5O3mRJJqFpoyX {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #kqO7OA0peswlyTaeqTZnTXm3vXWopnuo {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #FX8upcBiK8ozt1Ag1RCUxutZFWfnVCa1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #GhaZTTkyDIqkbgwZx4mexKXgHpyaigUU { width:320px;height:339px;top:677px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { width:304px;height:27.3px;top:686px;left:8px;font-size:21px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Nzdo2bg8qrGUcdyZbRPPlc6toKkglP2u { width:301px;height:2.6px;top:765px;left:10px;font-size:1px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QWf85q9LTNAXqmbOkeZ7FtsqQrdcJcB7 { top:169px;left:0px;width:320px;height:493px;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv { display:block; }#Gmec2bRT2hoN4kuzXUEEGz0KGFBHVVmv > .row .container { width:320px;height:246px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPO1AgbGEE2nNh9nzA9outTN77PEu8g8 { width:42px;height:42px;top:22px;left:140px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #LIqhwsMeGhaarExfDTe13eT3n1qaNgJy { width:149px;height:42px;top:73px;left:85px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CxRUPZ1HZAJtBaHpPbuX8Vwq93m4dfCC { width:223px;height:42px;top:186.00004577637px;left:48.500001907349px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BzaEv6GzCJb9neJw4JJtXTKCOEzntOKs { display:flex;width:40px;height:40px;top:135px;left:140px; }
 }@media only screen and (max-width: 763px) { #eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4 { display:block; }#eynhNQhhg6pTvMJMAgXvAyxyuePXSAX4 > .row .container { width:320px;height:1015px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdeo91RemF31RPCIPqnsntJELO2Dyt4J { width:320px;height:57.2px;top:18px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4iCZCJgcAcqwJCBLqxEwuxE0WRdewHZ { width:235px;height:140.4px;top:248.08750915527px;left:61.800001144409px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #er6bav742Mzy9FH86nxeItmIEHZfIuNB { width:236px;height:140.4px;top:430.50001525879px;left:61.300001144409px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DLeXfyvf1ytaQFD4H3MZeAqm3STE77xf { width:30px;height:30px;top:139.50001525879px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ON8CuGz7KGQgw59TBBQIzoNQa4GNAmik { width:256px;height:117px;top:96.000015258789px;left:63.999998092651px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hIxZnzlp6pU17F11EnqFM3VEZ0iLyc1o { width:253px;height:140.4px;top:604.39999389648px;left:58.499998092651px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qiJ5q18nMh6Mb6Lhi7KQTxWlNhyvMtmw { width:236px;height:163.8px;top:777.89999389648px;left:61.300001144409px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HysISbwocxGG50G4chGBBzqedhZXWeBb { width:30px;height:30px;top:638.09999084473px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RM0p8Oqx94pTkwbddRoDM43WsKliwO2a { width:30px;height:30px;top:844.80001831055px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TMJKQb3nAdzBxTKaPca8aSOfmVrSXMif { width:30px;height:30px;top:303.28749084473px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VCi5NBTPEbwfx0fcWHstQLL6k1UvR0r3 { width:30px;height:30px;top:485.69999694824px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:320px;height:60px;top:10.475006103516px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { width:320px;height:798px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { width:206px;height:298px;top:26.9375px;left:48.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { width:320px;height:39.6px;top:341px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #C1sqNhsFZF7qch9HscMphOFFgodFMbuS { width:283px;height:316.8px;top:394.70001220703px;left:18.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WhipWOThEazARgEkPTabTKzKZGT0f18V { width:320px;height:795px;top:0px;left:0px;display:block; }
 }