.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/c15a7e04-8ed1-486f-b442-ce2379aabc57/Projektbeztytuu2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { border-width: 0; border-radius: 0; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { color:#000000;display:block;width:29.75rem;position:absolute;font-family:dosis;font-size:3.125rem;font-weight:normal;z-index:100001;line-height:1.1;letter-spacing:0;top:8.3740234375rem;left:0rem;height:10.3125rem;display:block; }
#EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { color:#000000;display:block;width:29rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:19.937492370606rem;left:0rem;height:4.3125rem;font-style:normal;display:block; }
#BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { background-color:transparent;background-image: -webkit-linear-gradient(14deg, #be0e66, #de378c);background-image: -moz-linear-gradient(14deg, #be0e66, #de378c);background-image: -ms-linear-gradient(14deg, #be0e66, #de378c);background-image: -o-linear-gradient(14deg, #be0e66, #de378c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0e66', endColorstr='#de378c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0e66', endColorstr='#de378c' );";background-image: linear-gradient(14deg, #be0e66, #de378c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:25.937492370606rem;left:0rem;display:block; }
#wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:7.1875rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.6875rem;left:10.8125rem;display:block; }
#fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GEAC9MH5e8Baea8hBXPGvwcEC5mJTNb9 { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#be0e66;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:0.6875rem;left:29rem;display:block; }
#W5Fiax3VTF4algh42UgEpi9OAGDlKam7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VQ2LtJzoMGIFqFgecsN3Z6bKAecQUDAC { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:0.6875rem;left:19.4375rem;display:block; }
#eZvQhMxFUmQ6laKLBTKBkpEGuR1G9TVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#duPTZLuMJvxJ3xLETecEFtqNF7mbQ5VN { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:31.5615234375rem;left:0rem;height:2.875rem;font-style:normal;display:block; }
#lWGese7BChk37rPkRccDSWHuIFwdaPIN { position:relative;display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { background-color: transparent; background-image: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container > .video-iframe-container { display: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container { display: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .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); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { border-width: 0; border-radius: 0; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2.6062545776367rem;left:0.0625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { position:relative;display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { background-color: transparent; background-image: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { border-width: 0; border-radius: 0; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:0.125rem;left:0rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { position:relative;display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { background-color: transparent; background-image: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .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); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { border-width: 0; border-radius: 0; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3.5rem;top:2.3125rem;left:20.25rem;overflow:hidden;display:block; }
#rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:3rem;top:1.90625rem;left:4.8125rem;overflow:hidden;display:block; }
#ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:4.1875rem;top:1.9375rem;left:49.999219894409rem;overflow:hidden;display:block; }
#wHcGA5QUicRDIauC2TXRIULURxfPQTTg { position:absolute;display:block;z-index:100001;background-color:rgba(88,193,213,0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:4.375rem;width:4.375rem;top:1.875rem;left:36rem;display:block; }
#P1SrTTuaprhCEhISeI1skaIBits07seq { position:absolute;display:block;z-index:100002;background-color:rgba(236,94,167,0.46);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:4.375rem;width:4.375rem;top:1.875rem;left:51rem;display:block; }
#MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:3rem;top:2.03125rem;left:34.65625rem;overflow:hidden;display:block; }
#Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { position:absolute;display:block;z-index:99999;background-color:rgba(246,161,23,0.44);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:4.375rem;width:4.375rem;top:1.875rem;left:5.375rem;display:block; }
#i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { position:absolute;display:block;z-index:100000;background-color:#def9d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:4.375rem;width:4.375rem;top:1.875rem;left:20.25rem;display:block; }
#BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.8125rem;top:2.15625rem;left:18.875rem;overflow:hidden;display:block; }
#we2qy1nzrheCS96teVKAdGXg8TTyfgvW { color:#f6a117;display:block;width:14.5rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:7.9750061035156rem;left:0.375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:14.73046875rem;left:0rem;height:11.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { color:#000000;display:block;width:14.625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:14.73046875rem;left:15rem;height:11.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { color:#9cc424;display:block;width:14.625rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:15.250001907349rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { color:#58c1d5;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:30.000001907349rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:14.73046875rem;left:30rem;height:11.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { color:#de378c;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:8rem;left:45.000001907349rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:14.73046875rem;left:45rem;height:11.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PXzXap1S450d2cADbPIOt2zRh2R4UT1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;display:block; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { background-color: transparent; background-image: none; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container > .video-iframe-container { display: none; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row > .video-iframe-container { display: none; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .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); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { border-width: 0; border-radius: 0; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#MSol6HN5rvWKJaqgzkWWUy3w6iBAdVNH { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2.4187545776367rem;left:0.0625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { background-color: transparent; background-image: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .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); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { border-width: 0; border-radius: 0; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:5.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AU9Avfw6FlDm998VJDdNvaK0fkTRRDAI { position:relative;display:block; }#AU9Avfw6FlDm998VJDdNvaK0fkTRRDAI { background-color: transparent; background-image: none; }#AU9Avfw6FlDm998VJDdNvaK0fkTRRDAI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AU9Avfw6FlDm998VJDdNvaK0fkTRRDAI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AU9Avfw6FlDm998VJDdNvaK0fkTRRDAI > .row .container > .video-iframe-container { display: none; }#AU9Avfw6FlDm998VJDdNvaK0fkTRRDAI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AU9Avfw6FlDm998VJDdNvaK0fkTRRDAI > .row > .video-iframe-container { display: none; }#AU9Avfw6FlDm998VJDdNvaK0fkTRRDAI > .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); }#AU9Avfw6FlDm998VJDdNvaK0fkTRRDAI { border-width: 0; border-radius: 0; }#AU9Avfw6FlDm998VJDdNvaK0fkTRRDAI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#nLkvuIvn9h5WxF7GtSO5dxLSHcHpCqMF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;height:10rem;width:10rem;top:3.4375rem;left:5.0625rem;overflow:hidden;display:block; }
#agiKW2dgWoT5wnn22cg4VVUn7PvnJqtL { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #de378c;border-left:0.25rem solid #de378c;border-right:0.25rem solid #de378c;border-bottom:0.25rem solid #de378c;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;height:13.125rem;width:13.125rem;top:1.5625rem;left:3.1875rem;display:block; }
#KzdXszuPQsFnr6U7gFBgsVBuG1iLyDZc { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:100001;line-height:1.6;letter-spacing:0;top:16.625rem;left:2.84375rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KNtPZc9Tsa4Aw885RMgQJTTX3LG8FKiA { color:#15191f;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:24.75rem;left:3.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KshhtBUvkpbRVNsqeqUtqE5Dku3FTNut { color:#15191f;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:24.75rem;left:23.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sRDNZBTmxxOxDsShxfNst9I6Ozho6kyM { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:15.84375rem;left:21.78125rem;height:7.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lp78EnZHycoDAdW7ObhTBDtSxgwghtmP { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f6a117;border-left:0.25rem solid #f6a117;border-right:0.25rem solid #f6a117;border-bottom:0.25rem solid #f6a117;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;height:13.25rem;width:13.25rem;top:1.5625rem;left:23.125rem;display:block; }
#C8DEfx95ZhvlLbQ61boZRkpvPOTU330v { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;height:10.5625rem;width:10.5625rem;top:3.15625rem;left:24.78125rem;overflow:hidden;display:block; }
#qEIROKEc2qETWTTsbbIAGAAsbPchNZn5 { color:#15191f;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:24.75rem;left:43.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i3f92rDTHpamL4ExNxy0lfeTG0i4Q1gV { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:15.84375rem;left:41.09375rem;height:7.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FT68NNMWf18ZH5ePOeMTS9oPv2Gl7CF2 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #9cc424;border-left:0.25rem solid #9cc424;border-right:0.25rem solid #9cc424;border-bottom:0.25rem solid #9cc424;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;height:13.125rem;width:13.125rem;top:1.5625rem;left:43.1875rem;display:block; }
#U8EsTlgRe3VyfR51sqtz64lnW8nOwdQm { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;height:10.1875rem;width:10.1875rem;top:3.25rem;left:45rem;overflow:hidden;display:block; }
#GAcKMUN7pW0vdM7wKttpf3DsWTd02UtK { position:relative;display:block; }#GAcKMUN7pW0vdM7wKttpf3DsWTd02UtK { background-color: transparent; background-image: none; }#GAcKMUN7pW0vdM7wKttpf3DsWTd02UtK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GAcKMUN7pW0vdM7wKttpf3DsWTd02UtK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GAcKMUN7pW0vdM7wKttpf3DsWTd02UtK > .row .container > .video-iframe-container { display: none; }#GAcKMUN7pW0vdM7wKttpf3DsWTd02UtK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GAcKMUN7pW0vdM7wKttpf3DsWTd02UtK > .row > .video-iframe-container { display: none; }#GAcKMUN7pW0vdM7wKttpf3DsWTd02UtK > .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); }#GAcKMUN7pW0vdM7wKttpf3DsWTd02UtK { border-width: 0; border-radius: 0; }#GAcKMUN7pW0vdM7wKttpf3DsWTd02UtK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#mhlwfLLSfkf3DbDWVo4XcgSl7StMLtZi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;height:10.4375rem;width:10.4375rem;top:3.125rem;left:4.75rem;overflow:hidden;display:block; }
#H4z3RUuQxDqyN5ctbpu121wzTLt98ri1 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #de378c;border-left:0.25rem solid #de378c;border-right:0.25rem solid #de378c;border-bottom:0.25rem solid #de378c;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;height:13.125rem;width:13.125rem;top:1.5625rem;left:3.1875rem;display:block; }
#dmGi3Bu1zlraVueuuElUOT8PtTUU54EF { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:100001;line-height:1.6;letter-spacing:0;top:16.625rem;left:2.03125rem;height:7.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUoyuWN16Ba9ByftZxVJa5SeS7Z26mbp { color:#15191f;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:25.9375rem;left:3.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gxx60K4kqiSUs8Jnn9aiVQLvpduvQPfT { color:#15191f;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:25.9375rem;left:23.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FoEfWek4eCT4TpwAw8NreVOFv18qVy0N { color:#000000;display:block;width:18.125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:16.625rem;left:20.9375rem;height:7.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#APk7qy1p4tnKKgncLFKUCS1ITcdrkimZ { color:#15191f;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:25.9375rem;left:43.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETBE2GbJCERdexQkwUKQ4Bq0LoJUoM2G { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:16.625rem;left:42.34375rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oOeBxf9wv4cx7eXkh5NDOztBGABMQa82 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #9cc424;border-left:0.25rem solid #9cc424;border-right:0.25rem solid #9cc424;border-bottom:0.25rem solid #9cc424;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;height:13.125rem;width:13.125rem;top:1.5625rem;left:43.1875rem;display:block; }
#gurxmpu53QopouWsWW2OFAAvCfFpxVod { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;height:10rem;width:10rem;top:3.375rem;left:44.9375rem;overflow:hidden;display:block; }
#uPJU5a9LQTctvLzyeogfQbSeOWwNvaNF { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;height:10rem;width:10rem;top:3.4375rem;left:24.9375rem;overflow:hidden;display:block; }
#nI7XCV7tatLbD8PfNtvQoVufkTsMMBrw { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f6a117;border-left:0.25rem solid #f6a117;border-right:0.25rem solid #f6a117;border-bottom:0.25rem solid #f6a117;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;height:13.25rem;width:13.25rem;top:1.5rem;left:23.125rem;display:block; }
#T8DvlugRoCgxWU362pavGzQbcTgCJFNv { position:relative;display:block; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv { background-color: transparent; background-image: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container > .video-iframe-container { display: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container { display: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .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); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv { border-width: 0; border-radius: 0; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#D9cW27PrrpaoJTMHT8m7n5wX4hMDqc42 { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2.4187507629394rem;left:0.0625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { position:relative;display:block; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { background-color: transparent; background-image: none; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container > .video-iframe-container { display: none; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row > .video-iframe-container { display: none; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .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); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { border-width: 0; border-radius: 0; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#bTaBFcIm8zWTiiQ7Di8fxis6dX7gw46V { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:0.375rem;left:0rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { position:relative;display:block; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { background-color: transparent; background-image: none; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container > .video-iframe-container { display: none; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row > .video-iframe-container { display: none; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .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); }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { border-width: 0; border-radius: 0; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#PDt1lFHWfyrJrT6QIMoFr47k2Dqz9Diy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:2.3124942779541rem;left:10rem;display:block; }
#ufJ1SpoQgtmNT2RkPOzilgv9mymhwJOc { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.75rem;top:3.1937503814698rem;left:6.86874961853rem;overflow:hidden;display:block; }
#fJANS3KydqQJ2Mzx2iAM3NQv96LzcGoN { position:absolute;display:block;z-index:99999;background-color:#5f35fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;height:1.75rem;width:1.8125rem;top:1.4437503814698rem;left:46.27499961853rem;display:block; }
#QIRLyFLMWuBWvFpMTlDr8R770D9ot3Jt { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.6875rem;top:18.625rem;left:53.14999961853rem;overflow:hidden;display:block; }
#RyuqcM3ze96qLyubkIL8eWetsxvEd8g8 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.75rem;top:11.3125rem;left:56.14999961853rem;overflow:hidden;display:block; }
#TiwK0sLiSowuSmrqDJa3Tu1P7nQlN5nw { position:absolute;display:block;z-index:100014;background-color:#ffc143;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffc143;border-left:0.1875rem solid #ffc143;border-right:0.1875rem solid #ffc143;border-bottom:0.1875rem solid #ffc143;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:1.125rem;width:1.1875rem;top:18.0625rem;left:4.0242195129394rem;display:block; }
#zh6CcIHFHcty49UK3OBfoTm20Wf770GN { background-color:transparent;background-image: -webkit-linear-gradient(14deg, #de378c, #de378c);background-image: -moz-linear-gradient(14deg, #de378c, #de378c);background-image: -ms-linear-gradient(14deg, #de378c, #de378c);background-image: -o-linear-gradient(14deg, #de378c, #de378c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de378c', endColorstr='#de378c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de378c', endColorstr='#de378c' );";background-image: linear-gradient(14deg, #de378c, #de378c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.3125rem;left:23.40625rem;display:block; }
#qDf83fLOQfWo14F4ed8q1lus9AO3PDRg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ozqG244k2iOK34tnPnqNqTlrBSXHlirs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { background-color: transparent; background-image: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .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); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { border-width: 0; border-radius: 0; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { color:#000000;display:block;width:28.875rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:30.5625rem;height:2.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:25.3125rem;left:31rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { color:#000000;display:block;width:5.375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:100015;line-height:1.2;letter-spacing:0;top:27.6875rem;left:31.375rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { color:#000000;display:block;width:5.375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:100017;line-height:1.2;letter-spacing:0;top:27.6875rem;left:39.4375rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:25.3125rem;left:39.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:100019;line-height:1.2;letter-spacing:0;top:27.6875rem;left:46.4375rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:25.3125rem;left:48.40625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTK95r2eEVccKUO94sxKaGKhAOAdixRT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:30.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { color:#000000;display:block;width:25.625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:5.625rem;left:30.5625rem;height:18.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { position:relative;display:block; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { background-color: transparent; background-image: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container > .video-iframe-container { display: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row > .video-iframe-container { display: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .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); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { border-width: 0; border-radius: 0; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2.48046875rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DM7kAg7ASTNJnuFqGk1AATDplvpcma3D { position:relative;display:block; }#DM7kAg7ASTNJnuFqGk1AATDplvpcma3D { background-color: transparent; background-image: none; }#DM7kAg7ASTNJnuFqGk1AATDplvpcma3D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DM7kAg7ASTNJnuFqGk1AATDplvpcma3D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DM7kAg7ASTNJnuFqGk1AATDplvpcma3D > .row .container > .video-iframe-container { display: none; }#DM7kAg7ASTNJnuFqGk1AATDplvpcma3D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DM7kAg7ASTNJnuFqGk1AATDplvpcma3D > .row > .video-iframe-container { display: none; }#DM7kAg7ASTNJnuFqGk1AATDplvpcma3D > .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); }#DM7kAg7ASTNJnuFqGk1AATDplvpcma3D { border-width: 0; border-radius: 0; }#DM7kAg7ASTNJnuFqGk1AATDplvpcma3D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#XBT3eldf26Kg0kt0OTJWqkk0wVo7CJ60 { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:0.375rem;left:0rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { background-color: transparent; background-image: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .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); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { border-width: 0; border-radius: 0; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:block; }#O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #58c1d5, #58c1d5);background-image: -moz-linear-gradient(55deg, #58c1d5, #58c1d5);background-image: -ms-linear-gradient(55deg, #58c1d5, #58c1d5);background-image: -o-linear-gradient(55deg, #58c1d5, #58c1d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c1d5', endColorstr='#58c1d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c1d5', endColorstr='#58c1d5' );";background-image: linear-gradient(55deg, #58c1d5, #58c1d5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:18.375rem;width:28.75rem;top:1.75rem;left:0rem;display:block; }
#uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.78125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:6.3291015625rem;left:1.78125rem;height:12.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.4375rem;top:3.8125rem;left:17.2744140625rem;overflow:hidden;display:block; }
#eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.75rem;top:3.0607643127441rem;left:24.1875rem;overflow:hidden;display:block; }
#ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #f6a117, #f6a117);background-image: -moz-linear-gradient(55deg, #f6a117, #f6a117);background-image: -ms-linear-gradient(55deg, #f6a117, #f6a117);background-image: -o-linear-gradient(55deg, #f6a117, #f6a117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a117', endColorstr='#f6a117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a117', endColorstr='#f6a117' );";background-image: linear-gradient(55deg, #f6a117, #f6a117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:18.375rem;width:28.75rem;top:1.75rem;left:31rem;display:block; }
#uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { color:#000000;display:block;width:25.25rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:3.75rem;left:32.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:6.125rem;left:32.375rem;height:12.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.4375rem;top:4.8916015625rem;left:56.9375rem;overflow:hidden;display:block; }
#HQOlhshWMlKLXRrmMMFcN32eDWESRasK { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.75rem;top:3.140625rem;left:50.624998092651rem;overflow:hidden;display:block; }
#u8OE3hPEKER87uMavpUk8FTfb3EReHZ2 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:17.75rem;top:3.4375rem;left:12.3125rem;overflow:hidden;display:block; }
#iCAEN84K8CgsWMwkrmkyeKAKlhpygko3 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.125rem;width:21.1875rem;top:1.5478515625rem;left:40.875rem;overflow:hidden;display:block; }
#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { background-color: transparent; background-image: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .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); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { border-width: 0; border-radius: 0; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #de378c, #de378c);background-image: -moz-linear-gradient(55deg, #de378c, #de378c);background-image: -ms-linear-gradient(55deg, #de378c, #de378c);background-image: -o-linear-gradient(55deg, #de378c, #de378c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de378c', endColorstr='#de378c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de378c', endColorstr='#de378c' );";background-image: linear-gradient(55deg, #de378c, #de378c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:18.375rem;width:28.75rem;top:0.625rem;left:0rem;display:block; }
#OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { color:#000000;display:block;width:26.75rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { color:#000000;display:block;width:12.25rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:5.203125rem;left:1.625rem;height:12.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.4375rem;top:2.75rem;left:20.8359375rem;overflow:hidden;display:block; }
#lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.75rem;top:1.9351577758789rem;left:25.000001907349rem;overflow:hidden;display:block; }
#TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #9cc424, #9cc424);background-image: -moz-linear-gradient(55deg, #9cc424, #9cc424);background-image: -ms-linear-gradient(55deg, #9cc424, #9cc424);background-image: -o-linear-gradient(55deg, #9cc424, #9cc424);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc424', endColorstr='#9cc424' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc424', endColorstr='#9cc424' );";background-image: linear-gradient(55deg, #9cc424, #9cc424);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:18.375rem;width:28.75rem;top:0.625rem;left:31rem;display:block; }
#ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { color:#000000;display:block;width:24.75rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:2.6875rem;left:32.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PdI9ewuyhlUBLJIfESykX86k9WfLb47R { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:5.203125rem;left:32.625rem;height:12.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.4375rem;top:2.644100189209rem;left:56rem;overflow:hidden;display:block; }
#b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.75rem;top:2.7274341583252rem;left:49.8125rem;overflow:hidden;display:block; }
#Qmdmsa45aFSSdzJWtvHItD9vWCaNQmcg { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.1875rem;width:19.1875rem;top:1.34375rem;left:11.0625rem;overflow:hidden;display:block; }
#Lh3B35SKTysnvLQcbvXW9hfaUXnwveIP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:1.9345703125rem;left:42.8125rem;overflow:hidden;display:block; }
#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/67520548-339d-4bec-b521-cd7ad01ac3d9/KopiaProjektbeznazwy5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ.adaptive-delivery-prevent-bg, #uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ.lazyload, #uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ.lazyloading { background-image: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { background-color: transparent; background-image: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .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); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { border-width: 0; border-radius: 0; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:block; }#LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { color:#000000;display:block;width:50.25rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.13671875rem;left:4.875rem;height:5.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { color:#000000;display:block;width:39.375rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:7.32421875rem;left:10.3125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-form-header {  }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:3.125rem;color:#ffffff;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#de378c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.4375rem;margin-bottom:0.25rem;margin-left:2.5625rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:400;color:#e4eff1;width:15.3125rem;height:3.125rem;font-family:dosis;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:dosis;font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:dosis;font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:dosis;font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:dosis;font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:dosis;line-height:1.3;font-size:0.9375rem;font-weight:300;color:#ffffff;vertical-align:top;width:19.1875rem;overflow:hidden;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:first-of-type{padding-top:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:last-of-type{padding-bottom:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { background-color:#9cc424;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.2744140625rem;top:13.1875rem;z-index:100005;position:absolute; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem;display:block;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { background-color:#9cc424;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.2744140625rem;top:13.1875rem;z-index:100005;position:absolute; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #x9DpsPcXELVblLVpDFRb3yJmWMkEIrkw { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #AmIsVDxKZps03R9dVJTZUSzJZ6tIvC0O { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VkIh9NmetM81cTMp95qknlS8THpSyQAK { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Fz3d6EH12P0qKd5WEgQJXPNLtaaUnt9R { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Goi9Zo7uwzPSKb3y6GoVxw6H2eRBKpdh { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #HOTKl06vTdOZ9eFSTe3do3EdlWUK3OUD { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xIVhnQZTgRvceZfMlzXXD48ZGEeq0t6A { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #EzzADWe5mQq2qLZ7ExEFaPEMDnQKnLp8 { position:relative;z-index:2; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #c2H3gHVtUuuo2TgFCFNsLbGOom4pfilK { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz { position:relative; }
#G9cvGSp2LtI4fn3tsUJp4i27WlPNIXGH { position:relative;display:block; }#G9cvGSp2LtI4fn3tsUJp4i27WlPNIXGH { background-color: transparent; background-image: none; }#G9cvGSp2LtI4fn3tsUJp4i27WlPNIXGH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9cvGSp2LtI4fn3tsUJp4i27WlPNIXGH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9cvGSp2LtI4fn3tsUJp4i27WlPNIXGH > .row .container > .video-iframe-container { display: none; }#G9cvGSp2LtI4fn3tsUJp4i27WlPNIXGH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9cvGSp2LtI4fn3tsUJp4i27WlPNIXGH > .row > .video-iframe-container { display: none; }#G9cvGSp2LtI4fn3tsUJp4i27WlPNIXGH > .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); }#G9cvGSp2LtI4fn3tsUJp4i27WlPNIXGH { border-width: 0; border-radius: 0; }#G9cvGSp2LtI4fn3tsUJp4i27WlPNIXGH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#biEl6Hzf9DW3hdirSwl8T3RoWMvasHmT { color:#686868;display:block;width:59rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.9;letter-spacing:0;top:0.875rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { top:8.3125rem;left:0rem;width:29.75rem;height:10.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { top:19.875rem;left:0rem;width:29rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:13.1875rem;height:3.4375rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { top:1.125rem;left:0rem;width:7.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { width:6.4375rem;height:3.4375rem;top:0.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block; }
 }@media only screen and (max-width: 763px) { #GEAC9MH5e8Baea8hBXPGvwcEC5mJTNb9 { width:9.875rem;height:3.4375rem;top:0.6875rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Fiax3VTF4algh42UgEpi9OAGDlKam7 { display:block; }
 }@media only screen and (max-width: 763px) { #VQ2LtJzoMGIFqFgecsN3Z6bKAecQUDAC { width:6.8125rem;height:3.4375rem;top:0.6875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZvQhMxFUmQ6laKLBTKBkpEGuR1G9TVo { display:block; }
 }@media only screen and (max-width: 763px) { #duPTZLuMJvxJ3xLETecEFtqNF7mbQ5VN { top:31.5rem;left:0rem;width:33.0625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWGese7BChk37rPkRccDSWHuIFwdaPIN { display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { top:2.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { top:0.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { top:2.3125rem;left:15.65625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { top:1.875rem;left:3.28125rem;width:3rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { top:1.9375rem;left:39.280469894409rem;width:4.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcGA5QUicRDIauC2TXRIULURxfPQTTg { top:1.875rem;left:28.34375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SrTTuaprhCEhISeI1skaIBits07seq { top:1.875rem;left:40.28125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { top:2rem;left:27rem;width:3rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { top:1.875rem;left:3.84375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { top:1.875rem;left:15.65625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { top:2.125rem;left:14.28125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { top:7.9375rem;left:0rem;width:14.5rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { top:14.6875rem;left:0rem;width:14.8125rem;height:11.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { top:14.6875rem;left:9.25rem;width:14.625rem;height:11.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { top:7.9375rem;left:9.25rem;width:14.625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { top:7.9375rem;left:20.9375rem;width:14.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { top:14.6875rem;left:21rem;width:14.8125rem;height:11.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { top:8rem;left:32.9375rem;width:14.8125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { top:14.6875rem;left:32.9375rem;width:14.8125rem;height:11.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXzXap1S450d2cADbPIOt2zRh2R4UT1R { display:block; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSol6HN5rvWKJaqgzkWWUy3w6iBAdVNH { top:2.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { top:0.625rem;left:0rem;width:47.75rem;height:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU9Avfw6FlDm998VJDdNvaK0fkTRRDAI { display:block; }#AU9Avfw6FlDm998VJDdNvaK0fkTRRDAI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLkvuIvn9h5WxF7GtSO5dxLSHcHpCqMF { width:10rem;height:10rem;top:3.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #agiKW2dgWoT5wnn22cg4VVUn7PvnJqtL { width:13.125rem;height:13.125rem;top:1.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzdXszuPQsFnr6U7gFBgsVBuG1iLyDZc { width:14.3125rem;height:6.25rem;top:16.625rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNtPZc9Tsa4Aw885RMgQJTTX3LG8FKiA { width:12.5rem;height:1.25rem;top:24.75rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KshhtBUvkpbRVNsqeqUtqE5Dku3FTNut { width:12.5rem;height:1.25rem;top:24.75rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRDNZBTmxxOxDsShxfNst9I6Ozho6kyM { width:16.4375rem;height:7.8125rem;top:15.8125rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp78EnZHycoDAdW7ObhTBDtSxgwghtmP { width:13.25rem;height:13.25rem;top:1.5625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8DEfx95ZhvlLbQ61boZRkpvPOTU330v { width:10.5625rem;height:10.5625rem;top:3.125rem;left:18.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEIROKEc2qETWTTsbbIAGAAsbPchNZn5 { width:12.5rem;height:1.25rem;top:24.75rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3f92rDTHpamL4ExNxy0lfeTG0i4Q1gV { width:17.8125rem;height:7.8125rem;top:15.8125rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT68NNMWf18ZH5ePOeMTS9oPv2Gl7CF2 { width:13.125rem;height:13.125rem;top:1.5625rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8EsTlgRe3VyfR51sqtz64lnW8nOwdQm { width:10.1875rem;height:10.1875rem;top:3.25rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAcKMUN7pW0vdM7wKttpf3DsWTd02UtK { display:block; }#GAcKMUN7pW0vdM7wKttpf3DsWTd02UtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhlwfLLSfkf3DbDWVo4XcgSl7StMLtZi { width:10.4375rem;height:10.4375rem;top:3.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4z3RUuQxDqyN5ctbpu121wzTLt98ri1 { width:13.125rem;height:13.125rem;top:1.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmGi3Bu1zlraVueuuElUOT8PtTUU54EF { width:15.9375rem;height:7.8125rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUoyuWN16Ba9ByftZxVJa5SeS7Z26mbp { width:12.5rem;height:1.25rem;top:25.9375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxx60K4kqiSUs8Jnn9aiVQLvpduvQPfT { width:12.5rem;height:1.25rem;top:25.9375rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoEfWek4eCT4TpwAw8NreVOFv18qVy0N { width:18.125rem;height:7.8125rem;top:16.625rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APk7qy1p4tnKKgncLFKUCS1ITcdrkimZ { width:12.5rem;height:1.25rem;top:25.9375rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETBE2GbJCERdexQkwUKQ4Bq0LoJUoM2G { width:15.3125rem;height:6.25rem;top:16.625rem;left:32.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOeBxf9wv4cx7eXkh5NDOztBGABMQa82 { width:13.125rem;height:13.125rem;top:1.5625rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gurxmpu53QopouWsWW2OFAAvCfFpxVod { width:10rem;height:10rem;top:3.375rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPJU5a9LQTctvLzyeogfQbSeOWwNvaNF { width:10rem;height:10rem;top:3.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI7XCV7tatLbD8PfNtvQoVufkTsMMBrw { width:13.25rem;height:13.25rem;top:1.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8DvlugRoCgxWU362pavGzQbcTgCJFNv { display:block; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cW27PrrpaoJTMHT8m7n5wX4hMDqc42 { top:2.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { display:block; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTaBFcIm8zWTiiQ7Di8fxis6dX7gw46V { top:0.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { display:block; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDt1lFHWfyrJrT6QIMoFr47k2Dqz9Diy { top:2.25rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJ1SpoQgtmNT2RkPOzilgv9mymhwJOc { top:3.1875rem;left:0.74374961853025rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJANS3KydqQJ2Mzx2iAM3NQv96LzcGoN { top:1.4375rem;left:40.14999961853rem;width:1.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIRLyFLMWuBWvFpMTlDr8R770D9ot3Jt { top:19.25rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyuqcM3ze96qLyubkIL8eWetsxvEd8g8 { top:11.3125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiwK0sLiSowuSmrqDJa3Tu1P7nQlN5nw { top:18.0625rem;left:0rem;width:1.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh6CcIHFHcty49UK3OBfoTm20Wf770GN { width:13.1875rem;height:3.4375rem;top:27.3125rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDf83fLOQfWo14F4ed8q1lus9AO3PDRg { display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { top:2.5625rem;left:18.875rem;width:28.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { top:25.3125rem;left:23.875rem;width:6.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { top:27.6875rem;left:23.875rem;width:5.375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { top:27.6875rem;left:30.25rem;width:5.375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { top:25.3125rem;left:29.875rem;width:6.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { top:27.6875rem;left:37.25rem;width:10.0625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { top:25.3125rem;left:39.21875rem;width:6.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTK95r2eEVccKUO94sxKaGKhAOAdixRT { top:0rem;left:0rem;width:30.0625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { top:5.625rem;left:22.125rem;width:25.625rem;height:18.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { display:block; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { top:2.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM7kAg7ASTNJnuFqGk1AATDplvpcma3D { display:block; }#DM7kAg7ASTNJnuFqGk1AATDplvpcma3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBT3eldf26Kg0kt0OTJWqkk0wVo7CJ60 { top:0.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { top:1.75rem;left:0rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { top:3.75rem;left:0rem;width:25.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { top:6.3125rem;left:0rem;width:13.0625rem;height:12.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { top:3.8125rem;left:14.2119140625rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { top:3rem;left:21.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { top:1.75rem;left:19rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { top:3.75rem;left:22.5rem;width:25.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { top:6.125rem;left:23.875rem;width:12.9375rem;height:12.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { top:4.875rem;left:46.3125rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQOlhshWMlKLXRrmMMFcN32eDWESRasK { top:3.125rem;left:41.437498092651rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8OE3hPEKER87uMavpUk8FTfb3EReHZ2 { top:3.4375rem;left:6.125rem;width:17.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCAEN84K8CgsWMwkrmkyeKAKlhpygko3 { top:1.5rem;left:26.5625rem;width:21.1875rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { top:0.625rem;left:0rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { top:2.6875rem;left:0rem;width:26.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { top:5.1875rem;left:0rem;width:12.25rem;height:12.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { top:2.75rem;left:17.7734375rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { top:1.875rem;left:21.937501907349rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { top:0.625rem;left:19rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { top:2.6875rem;left:23rem;width:24.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdI9ewuyhlUBLJIfESykX86k9WfLb47R { top:5.1875rem;left:23.875rem;width:14.4375rem;height:12.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { top:2.625rem;left:46.3125rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { top:2.6875rem;left:40.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmdmsa45aFSSdzJWtvHItD9vWCaNQmcg { top:1.3125rem;left:4.9375rem;width:19.1875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh3B35SKTysnvLQcbvXW9hfaUXnwveIP { top:1.875rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { top:1.125rem;left:0rem;width:47.75rem;height:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { top:7.3125rem;left:4.1875rem;width:39.375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.5625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-checkbox-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { width:20.4375rem;height:22.25rem;top:13.1875rem;left:24.8125rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { width:20.4375rem;height:22.25rem;top:13.1875rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #x9DpsPcXELVblLVpDFRb3yJmWMkEIrkw {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #AmIsVDxKZps03R9dVJTZUSzJZ6tIvC0O {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VkIh9NmetM81cTMp95qknlS8THpSyQAK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Fz3d6EH12P0qKd5WEgQJXPNLtaaUnt9R {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Goi9Zo7uwzPSKb3y6GoVxw6H2eRBKpdh {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #HOTKl06vTdOZ9eFSTe3do3EdlWUK3OUD {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xIVhnQZTgRvceZfMlzXXD48ZGEeq0t6A {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #EzzADWe5mQq2qLZ7ExEFaPEMDnQKnLp8 {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #c2H3gHVtUuuo2TgFCFNsLbGOom4pfilK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz {  }
 }@media only screen and (max-width: 763px) { #G9cvGSp2LtI4fn3tsUJp4i27WlPNIXGH { display:block; }#G9cvGSp2LtI4fn3tsUJp4i27WlPNIXGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biEl6Hzf9DW3hdirSwl8T3RoWMvasHmT { width:47.75rem;height:2.75rem;top:0.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { width:16.375rem;height:4.5rem;top:23.3125rem;left:1.8750001192093rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { width:18.875rem;height:6.875rem;top:28.563282012939rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:13.1875rem;height:3.4375rem;top:36.6875rem;left:3.4062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { width:7.1875rem;height:2.5625rem;top:0rem;left:3.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { width:5rem;height:3.4375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block; }
 }@media only screen and (max-width: 763px) { #GEAC9MH5e8Baea8hBXPGvwcEC5mJTNb9 { width:5rem;height:3.4375rem;top:2.5625rem;left:10.000000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Fiax3VTF4algh42UgEpi9OAGDlKam7 { display:block; }
 }@media only screen and (max-width: 763px) { #VQ2LtJzoMGIFqFgecsN3Z6bKAecQUDAC { width:5rem;height:3.4375rem;top:2.5625rem;left:15.000000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZvQhMxFUmQ6laKLBTKBkpEGuR1G9TVo { display:block; }
 }@media only screen and (max-width: 763px) { #duPTZLuMJvxJ3xLETecEFtqNF7mbQ5VN { width:20rem;height:0;top:36.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWGese7BChk37rPkRccDSWHuIFwdaPIN { display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { width:16rem;height:2.875rem;top:1rem;left:2.0000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { width:20rem;height:2.25rem;top:0.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { width:3.5rem;height:3.5rem;top:12.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { width:3rem;height:4.3125rem;top:1.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { width:4.1875rem;height:3.8125rem;top:36.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcGA5QUicRDIauC2TXRIULURxfPQTTg { width:4.375rem;height:4.375rem;top:23.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SrTTuaprhCEhISeI1skaIBits07seq { width:4.375rem;height:4.375rem;top:36rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { width:2.5rem;height:3.375rem;top:24.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { width:4.375rem;height:4.375rem;top:1rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { width:4.375rem;height:4.375rem;top:12.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { width:3.125rem;height:3.125rem;top:13.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { width:19.5625rem;height:1.625rem;top:5.875rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { width:14.8125rem;height:2.75rem;top:7.75rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { width:14.625rem;height:2.75rem;top:19.0625rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { width:19.625rem;height:1.625rem;top:17.125rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { width:19.25rem;height:1.625rem;top:28.75rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { width:14.8125rem;height:2.75rem;top:30.8125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { width:18.9375rem;height:1.625rem;top:41.0625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { width:14.8125rem;height:2.75rem;top:43.0625rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXzXap1S450d2cADbPIOt2zRh2R4UT1R { display:block; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSol6HN5rvWKJaqgzkWWUy3w6iBAdVNH { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { width:20rem;height:2.4375rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU9Avfw6FlDm998VJDdNvaK0fkTRRDAI { display:block; }#AU9Avfw6FlDm998VJDdNvaK0fkTRRDAI > .row .container { width:20rem;height:94.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLkvuIvn9h5WxF7GtSO5dxLSHcHpCqMF { width:10rem;height:10rem;top:3.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agiKW2dgWoT5wnn22cg4VVUn7PvnJqtL { width:13.125rem;height:13.125rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzdXszuPQsFnr6U7gFBgsVBuG1iLyDZc { width:14.3125rem;height:9.375rem;top:16.125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNtPZc9Tsa4Aw885RMgQJTTX3LG8FKiA { width:12.5rem;height:1.25rem;top:26.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KshhtBUvkpbRVNsqeqUtqE5Dku3FTNut { width:12.5rem;height:1.25rem;top:60.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRDNZBTmxxOxDsShxfNst9I6Ozho6kyM { width:14.3125rem;height:15rem;top:44.125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp78EnZHycoDAdW7ObhTBDtSxgwghtmP { width:13.125rem;height:13.125rem;top:29.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8DEfx95ZhvlLbQ61boZRkpvPOTU330v { width:10rem;height:10rem;top:31.15625rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEIROKEc2qETWTTsbbIAGAAsbPchNZn5 { width:12.5rem;height:1.25rem;top:92.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3f92rDTHpamL4ExNxy0lfeTG0i4Q1gV { width:14.3125rem;height:13.125rem;top:77.75rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT68NNMWf18ZH5ePOeMTS9oPv2Gl7CF2 { width:13.125rem;height:13.125rem;top:62.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8EsTlgRe3VyfR51sqtz64lnW8nOwdQm { width:10.1875rem;height:10.1875rem;top:64.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAcKMUN7pW0vdM7wKttpf3DsWTd02UtK { display:block; }#GAcKMUN7pW0vdM7wKttpf3DsWTd02UtK > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhlwfLLSfkf3DbDWVo4XcgSl7StMLtZi { width:10.4375rem;height:10.4375rem;top:2.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4z3RUuQxDqyN5ctbpu121wzTLt98ri1 { width:13.125rem;height:13.125rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmGi3Bu1zlraVueuuElUOT8PtTUU54EF { width:14.3125rem;height:11.25rem;top:16.125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUoyuWN16Ba9ByftZxVJa5SeS7Z26mbp { width:12.5rem;height:1.25rem;top:28.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxx60K4kqiSUs8Jnn9aiVQLvpduvQPfT { width:12.5rem;height:1.25rem;top:62.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoEfWek4eCT4TpwAw8NreVOFv18qVy0N { width:14.3125rem;height:15rem;top:46.125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APk7qy1p4tnKKgncLFKUCS1ITcdrkimZ { width:12.5rem;height:1.25rem;top:92.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETBE2GbJCERdexQkwUKQ4Bq0LoJUoM2G { width:14.3125rem;height:11.25rem;top:79.75rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOeBxf9wv4cx7eXkh5NDOztBGABMQa82 { width:13.125rem;height:13.125rem;top:64.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gurxmpu53QopouWsWW2OFAAvCfFpxVod { width:10rem;height:10rem;top:66.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPJU5a9LQTctvLzyeogfQbSeOWwNvaNF { width:10rem;height:10rem;top:33.0625rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI7XCV7tatLbD8PfNtvQoVufkTsMMBrw { width:13.25rem;height:13.25rem;top:31.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8DvlugRoCgxWU362pavGzQbcTgCJFNv { display:block; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cW27PrrpaoJTMHT8m7n5wX4hMDqc42 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { display:block; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTaBFcIm8zWTiiQ7Di8fxis6dX7gw46V { width:20rem;height:2.4375rem;top:0.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { display:block; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container { width:20rem;height:21.6240234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDt1lFHWfyrJrT6QIMoFr47k2Dqz9Diy { height:11.25rem;width:20rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJ1SpoQgtmNT2RkPOzilgv9mymhwJOc { width:1.5625rem;height:1.625rem;top:13.186718940735rem;left:1.1875rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #fJANS3KydqQJ2Mzx2iAM3NQv96LzcGoN { width:1.4375rem;height:1.4375rem;top:2rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIRLyFLMWuBWvFpMTlDr8R770D9ot3Jt { width:1.5rem;height:1.5rem;top:14.186718940735rem;left:16.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyuqcM3ze96qLyubkIL8eWetsxvEd8g8 { width:1.4375rem;height:1.4375rem;top:1.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiwK0sLiSowuSmrqDJa3Tu1P7nQlN5nw { width:1.1875rem;height:1.125rem;top:0rem;left:5.9999998807907rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #zh6CcIHFHcty49UK3OBfoTm20Wf770GN { width:13.1875rem;height:3.4375rem;top:16.9365234375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDf83fLOQfWo14F4ed8q1lus9AO3PDRg { display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { width:19.1875rem;height:2.4375rem;top:19.3125rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { width:6.125rem;height:2.4375rem;top:33.937503814698rem;left:0.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { width:5.375rem;height:2.375rem;top:36.312503814698rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { width:5.375rem;height:2.375rem;top:36.337500572204rem;left:7.6250003576281rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { width:6.125rem;height:2.4375rem;top:33.937503814698rem;left:7.2499998807906rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { width:4.5rem;height:2.375rem;top:36.337500572204rem;left:14.468750357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { width:6.125rem;height:2.4375rem;top:33.937500953674rem;left:13.218750357628rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTK95r2eEVccKUO94sxKaGKhAOAdixRT { width:13.5rem;height:13.5rem;top:3.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { width:18.125rem;height:10.9375rem;top:22.0625rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { display:block; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM7kAg7ASTNJnuFqGk1AATDplvpcma3D { display:block; }#DM7kAg7ASTNJnuFqGk1AATDplvpcma3D > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBT3eldf26Kg0kt0OTJWqkk0wVo7CJ60 { width:20rem;height:2.4375rem;top:0.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:20rem;height:80.603112324853rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { width:19.375rem;height:18.375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { width:17.25rem;height:1.625rem;top:5.0546875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { width:16.75rem;height:7.8125rem;top:7.23046875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { width:1.4375rem;height:1.5rem;top:16.33046913147rem;left:17.187500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { width:1.75rem;height:1.75rem;top:13.95546913147rem;left:13.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { width:19.375rem;height:18.375rem;top:20.78750038147rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { width:18rem;height:1.625rem;top:24.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { width:16.375rem;height:7.8125rem;top:26.5625rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { width:1.4375rem;height:1.5rem;top:36.0625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQOlhshWMlKLXRrmMMFcN32eDWESRasK { width:1.75rem;height:1.75rem;top:33.892189025879rem;left:16.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8OE3hPEKER87uMavpUk8FTfb3EReHZ2 { width:17.75rem;height:17.75rem;top:40.412109375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCAEN84K8CgsWMwkrmkyeKAKlhpygko3 { width:20rem;height:19.941002949852rem;top:59.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:20rem;height:85.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { width:19.375rem;height:18.375rem;top:0.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { width:15.875rem;height:1.625rem;top:4.625rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { width:16.9375rem;height:7.8125rem;top:6.8125rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { width:1.4375rem;height:1.5rem;top:15.062499523163rem;left:14.093750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { width:1.75rem;height:1.75rem;top:16.642188549042rem;left:16.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { width:19.375rem;height:18.375rem;top:20.787506103516rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { width:17.625rem;height:1.625rem;top:24.6875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdI9ewuyhlUBLJIfESykX86k9WfLb47R { width:17.25rem;height:7.8125rem;top:26.875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { width:1.4375rem;height:1.5rem;top:37.72500038147rem;left:17.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { width:1.75rem;height:1.75rem;top:36.175001144409rem;left:13.937500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmdmsa45aFSSdzJWtvHItD9vWCaNQmcg { width:19.1875rem;height:19.1875rem;top:40.474609375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh3B35SKTysnvLQcbvXW9hfaUXnwveIP { width:18.75rem;height:18.75rem;top:60.912109375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { width:20rem;height:2.4375rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { width:17.375rem;height:6.875rem;top:4.3992185592651rem;left:1.3125001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-form-header {  }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#ffffff;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffc143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#5f35fb;width:13.125rem;height:3.25rem;font-family:dosis;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:quicksand;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:quicksand;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:quicksand;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:quicksand;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:first-of-type{padding-top:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:last-of-type{padding-bottom:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:13.175000190735rem;z-index:100001; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:13.175000190735rem;z-index:100001; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #x9DpsPcXELVblLVpDFRb3yJmWMkEIrkw {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #AmIsVDxKZps03R9dVJTZUSzJZ6tIvC0O {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VkIh9NmetM81cTMp95qknlS8THpSyQAK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Fz3d6EH12P0qKd5WEgQJXPNLtaaUnt9R {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Goi9Zo7uwzPSKb3y6GoVxw6H2eRBKpdh {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #HOTKl06vTdOZ9eFSTe3do3EdlWUK3OUD {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xIVhnQZTgRvceZfMlzXXD48ZGEeq0t6A {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #EzzADWe5mQq2qLZ7ExEFaPEMDnQKnLp8 {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #c2H3gHVtUuuo2TgFCFNsLbGOom4pfilK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz {  }
 }@media only screen and (max-width: 763px) { #G9cvGSp2LtI4fn3tsUJp4i27WlPNIXGH { display:block; }#G9cvGSp2LtI4fn3tsUJp4i27WlPNIXGH > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biEl6Hzf9DW3hdirSwl8T3RoWMvasHmT { width:20rem;height:8.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }