.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a023be28-7287-4d8b-8d31-28ef9b68aa89/PROMOCJA_10_TLO_LP_v1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { background-color: transparent; background-image: none; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container > .video-iframe-container { display: none; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row > .video-iframe-container { display: none; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .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); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { border-width: 0; border-radius: 0; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { width:75rem;height:48.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vb21wrlfcgTgoZSf8CQ32MWziIMcaW4u { color:#3c3c3b;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:10.9375rem;left:0.09375rem;height:9.5625rem;font-style:normal;display:block; }
#KGJJwOOWzIdrcJVuKBbhPXySNTg7U5rT { color:#031f59;display:block;width:47.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.079427719116rem;left:0.09375rem;height:4.5rem;font-style:normal;display:block; }
#Fh7zbvoc7B2LZxfGNlbTpcOn6UR6Mtww { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.69));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.69));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.69));background-image: -o-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );";background-image: linear-gradient(180deg, #ffffff, rgba(255,255,255,0.69));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.875rem 6.3125rem #7b7b7b ;height:38.5rem;width:24.5rem;top:5.2495660781861rem;left:49.436634063721rem;display:block; }
#iKRhzrFB5LJ8uTI8IvRARkW0QigTnmot { color:#1560da;display:block;width:23.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6875rem;left:49.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oMl2waaNK2I0xiIimtKZBHN25c4X5Vph { color:#031f59;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.6875rem;left:51.25rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-form-header {  }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:bold;color:#031f59;width:22.0625rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;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:22.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-text {padding-top: 0; padding-bottom: 0;}#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;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:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-select {padding-top: 0; padding-bottom: 0;}#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-button { border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;background-color:#fe6f20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left: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.9375rem;font-weight:bold;color:#f2f9ff;width:17.625rem;height:5.0625rem;font-family:"open sans";overflow:hidden; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .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:poppins;font-size:0.75rem;font-weight:300;color:#031f59;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.5; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .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; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .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.3; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-container:first-of-type{padding-top:0;}#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-container:last-of-type{padding-bottom:0;}#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:11.811718940735rem;left:49.499218940735rem; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:300;color:#031f59;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD {display:block;}#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:11.811718940735rem;left:49.499218940735rem; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #P7TUBuri7qsrP82EzpIym3F4TLgguFTv { position:relative; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #taeI0X05KQ6xvhtNeTq4hv8DOKmzZG2e { position:relative;display:block; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #olTMiVOXzC0A0DrBZlxTUcoEH14LD3EV { position:relative; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #DCLhTfUD4AkT5FOll0gHdQp7dPRzPMlt { position:relative; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #VCEfTFqImnKzmp5TbhevzFCEXBPHg6Q6 { position:relative;display:block; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #WPwEqhgQFv8QT1IDKtDibhhp9VQP6MwK { position:relative; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #deVTzBAubBXM6eWaB6P3CiFuR9acATVH { position:relative; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #iKPJHIXu0854uTdlvLgNz26lFBT8vLTR { position:relative;display:block; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #ZXtsW1feLofllHtpS6aWynLdfzr5TTMU { position:relative; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #S3TFP78k0KGU3fo9ydPW6sJe4G5lC01u { position:relative; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #oGRKuNeqDLut6wXch2GtFoGmpITr0mZT { position:relative;display:block; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #MrhkxWBcgl3ZH9kThwsUuCpLWrwqFLWQ { position:relative; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #KsK2cxQBFW7zPVRfwkqCAESWPCkrq17Z { position:relative; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #DlCgxwAHB4vXEDDOQss1zlK6kLhxdLcW { position:relative;z-index:2; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #NQlOmvl9nLNZMirFIiiNrrsnkFcqawu4 { position:relative; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #mTsxSC50s95Pk9NGWmy0vaDXtkp0AXn3 { position:relative;display:block;z-index:15000; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #XtN1EouB2PCkaXbsV6Z9ef6qexFH4fvo { position:relative;display:block;z-index:15000; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #iMGU7yTlRv2b4qOEuGpMMCVMoshTXrtA { position:relative; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #c4ho1fmTUkypfgTtEyWgDLLXn3QsJd18 { position:relative; }
#UheKseBqKn0ZTkioDR6RBvi4n2Nd1cHM { position:absolute;display:block;z-index:15009;height:0.625rem;width:0.625rem;top:47.9375rem;left:7.5rem;display:block; }
#IxL0U2dcPsUINtgpzbutkavGgOtrs3F6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:21.875rem;top:2.3741321563721rem;left:1.0622844696045rem;overflow:hidden;display:block; }
#vcu88e542P76GW6MIpJB29qTo385qWGE .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vcu88e542P76GW6MIpJB29qTo385qWGE .widget-text.counter-number { border-top:0.125625rem solid #fe6f20;border-left:0.126875rem solid #fe6f20;border-right:0.126875rem solid #fe6f20;border-bottom:0.125625rem solid #fe6f20;background-color:#ffffff;background-image:none;color:#fe6f20;padding-top:1.07375rem;padding-right:0.963125rem;padding-bottom:1.07375rem;padding-left:0.963125rem;display:block;align-items:center;width:5.776875rem;min-width:5.776875rem;height:5.770625rem;position:relative;font-family:"open sans";font-size:4.294375rem;font-weight:400;line-height:92.33px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vcu88e542P76GW6MIpJB29qTo385qWGE .widget-text.counter-label { background-color:;background-image:none;color:#012f94;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.67125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.7025rem;height:2.280625rem;position:relative;font-family:"open sans";font-size:1.61rem;font-weight:700;line-height:36.49px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vcu88e542P76GW6MIpJB29qTo385qWGE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:35.8125rem;height:11.12125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:33.5625rem;left:4rem;z-index:15012; }
#vcu88e542P76GW6MIpJB29qTo385qWGE #yksTB6MoQXKWArVhWqqU0AOQxphCpmAn { display:flex;position:relative;top:0rem;left:0rem; }
#vcu88e542P76GW6MIpJB29qTo385qWGE #RyQhzikai7UzsCl7QJJPpKkZdyDwyUVf { width:auto; }
#vcu88e542P76GW6MIpJB29qTo385qWGE #AfcSwrMVfafgASGocxlISKGthHsy3S4z {  }
#vcu88e542P76GW6MIpJB29qTo385qWGE #XsoAJidDWHI8gL7JT1SBU6IdPRvl7iKM { display:flex;position:relative;top:0rem;left:0rem; }
#vcu88e542P76GW6MIpJB29qTo385qWGE #TrPvymz9IE8QEh4JZWcOm0dADgCFLH8h {  }
#vcu88e542P76GW6MIpJB29qTo385qWGE #sSxVDdvq42OqcH3FB2wKSs2eHTNLwuHH {  }
#vcu88e542P76GW6MIpJB29qTo385qWGE #orl4KGyZqLlo5PBaOToBcMZoxBpGEH63 { display:flex;position:relative;top:0rem;left:0rem; }
#vcu88e542P76GW6MIpJB29qTo385qWGE #TRXWA5Otc3i5N16HSXU6mOmCqoN1knSS {  }
#vcu88e542P76GW6MIpJB29qTo385qWGE #tcXotQXI54766wAOUdry0fz6tiTALcVN {  }
#vcu88e542P76GW6MIpJB29qTo385qWGE #f8ryS9TPWgcbeMXVFTPTK07EvoWfrLmB { display:flex;position:relative;top:0rem;left:0rem; }
#vcu88e542P76GW6MIpJB29qTo385qWGE #C7IDCBiZBd9cQ4mDry4lcLpxyD97TZJb {  }
#vcu88e542P76GW6MIpJB29qTo385qWGE #E0T6ktDodWp3Bruv1TW3fvXkhdoRLSKk {  }
#AP1nkrzePPT7LGZOBcUDvcTuv0RryfHd { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:11.3125rem;top:10.0625rem;left:31.144535064698rem;overflow:hidden;display:block; }
#TsNiiexMCRbSnKsCWCWU0TSEGq8VLpOH { color:#ff0000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:18.3125rem;left:63.0625rem;height:1.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iHihTXbPlDTyTZSo2zWJHQIWKv64th7p { box-sizing:content-box;height:2.5625rem;width:10rem;position:absolute;display:block;z-index:15030;background-color:#ffea07;background-image:none;top:18.0625rem;left:63rem;display:block; }
#BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz { position:relative;display:block; }#BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz { background-color: transparent; background-image: none; }#BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz > .row .container > .video-iframe-container { display: none; }#BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz > .row > .video-iframe-container { display: none; }#BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz > .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); }#BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz { border-width: 0; border-radius: 0; }#BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cDOfPi2nBHd0Z2ksQm3tT8xZ7xKiQtoE { color:#031f59;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:2.7265644073486rem;left:0rem;height:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fB3TzsBMtCTIg7ctX8gpQP4SAIQNBF0X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:36.375rem;top:0rem;left:38.433911625344rem;overflow:hidden;display:block; }
#cnUceaukDLwQl0gCIWUUEASXnCsTdnTX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cnUceaukDLwQl0gCIWUUEASXnCsTdnTX > .row .container { background-color: transparent; background-image: none; }#cnUceaukDLwQl0gCIWUUEASXnCsTdnTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnUceaukDLwQl0gCIWUUEASXnCsTdnTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnUceaukDLwQl0gCIWUUEASXnCsTdnTX > .row .container > .video-iframe-container { display: none; }#cnUceaukDLwQl0gCIWUUEASXnCsTdnTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnUceaukDLwQl0gCIWUUEASXnCsTdnTX > .row > .video-iframe-container { display: none; }#cnUceaukDLwQl0gCIWUUEASXnCsTdnTX > .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); }#cnUceaukDLwQl0gCIWUUEASXnCsTdnTX > .row .container { border-width: 0; border-radius: 0; }#cnUceaukDLwQl0gCIWUUEASXnCsTdnTX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnUceaukDLwQl0gCIWUUEASXnCsTdnTX > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#m0plvsPS5yP6WH66sPsdSnv8sNBgt2hR { color:#1560da;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.41015625rem;left:0rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lwoSpDKMvFk6pqkctX5UKP6embELqO1H { position:relative;display:block; }#lwoSpDKMvFk6pqkctX5UKP6embELqO1H { background-color: transparent; background-image: none; }#lwoSpDKMvFk6pqkctX5UKP6embELqO1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwoSpDKMvFk6pqkctX5UKP6embELqO1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwoSpDKMvFk6pqkctX5UKP6embELqO1H > .row .container > .video-iframe-container { display: none; }#lwoSpDKMvFk6pqkctX5UKP6embELqO1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwoSpDKMvFk6pqkctX5UKP6embELqO1H > .row > .video-iframe-container { display: none; }#lwoSpDKMvFk6pqkctX5UKP6embELqO1H > .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); }#lwoSpDKMvFk6pqkctX5UKP6embELqO1H { border-width: 0; border-radius: 0; }#lwoSpDKMvFk6pqkctX5UKP6embELqO1H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwoSpDKMvFk6pqkctX5UKP6embELqO1H > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T66qDfheqqDLe7rddTzEz62bEcpdbaAV { color:#0091ff;display:block;width:25rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:7.5rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IUXTFiTC9eUMSlT6iOcXXoEMb5ixWCuB { color:#343a40;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:7rem;left:7.5rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sbJ4D7UqRtXtemmozsJ4NvXGoVqzvHTy { position:absolute;display:block;z-index:14999;background-color:#e1e8f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.75rem;top:12.8125rem;left:8.125rem;display:block; }
#IrkNE84mtQeFQpV6aL8nOirUrrwPguFE { color:#0091ff;display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.5625rem;left:8.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gOTlO7teMc3aFislX1F43LFP3MJTzbNo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.9375rem;top:15.75rem;left:12.0625rem;overflow:hidden;display:block; }
#PTBd7zexDgIRsVCWwE5VNqL5h1Hw4Ll1 { position:absolute;display:block;z-index:15011;background-color:#eb6e3c;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:17.5625rem;left:12.125rem;display:block; }
#TTwIIQHoBG8UoRsswWouQAEqZcGgOKJ2 { position:absolute;display:block;z-index:14998;background-color:#343a40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:50.625rem;top:17.875rem;left:12.1875rem;display:block; }
#opAmK8zoiD4mz9EnHlOIaM4JGtA7TDgH { position:absolute;display:block;z-index:15005;background-color:#e1e8f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.75rem;top:12.125rem;left:58.125rem;display:block; }
#SCDU9mrbSJa8viASxEVcJS2QQzZhDR5m { color:#0091ff;display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.8125rem;left:58.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQsuJSGp13ZQSfAEqC2lPyaqRmCfdUG1 { color:#343a40;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:6.875rem;left:42.5rem;height:3.6002625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L4TLnBnL4ElGVeMnqkFMiJlsLQvC1LBL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.9375rem;top:15.0625rem;left:62.0625rem;overflow:hidden;display:block; }
#XUlKQ1PDmeVnB2l2AAqK90QXhaPSvEIl { color:#0091ff;display:block;width:25rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.375rem;left:42.5rem;height:2.925rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zBCtDrV4fkpuCqM8CXIld8XtiFdRcWKt { position:absolute;display:block;z-index:15012;background-color:#eb6e3c;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:17.5625rem;left:62.1875rem;display:block; }
#n0W1rJDMO9tk7molClVrLhzGT7zLTGrv { position:absolute;display:block;z-index:15005;background-color:#e1e8f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.75rem;top:20.5625rem;left:33.125rem;display:block; }
#TQal6PCMTK9V7MS41yiAukRB6axqglK4 { color:#0091ff;display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.5rem;left:33.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GBuSO8UrglgPz68Jb1EyAGO3MMqZNTXv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.9375rem;top:19.8125rem;left:37.0625rem;overflow:hidden;display:block; }
#M4k7thkJKJ9JDXZWIJ9P3GylaSU1pcTQ { color:#343a40;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:28.1875rem;left:24.0625rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lPkTRfOavSUnbod54b78wtqQ7bJ0w2ev { color:#0091ff;display:block;width:25rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.6875rem;left:25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EvZ1Gi1UfDuTfiU99c9Lv43ZI5kBoWk4 { position:absolute;display:block;z-index:15012;background-color:#eb6e3c;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:17.5625rem;left:37.125rem;display:block; }
#mc9lpIr247Fh3GXLWS06H72mVyCnFVBr { position:absolute;display:block;z-index:14998;background-color:#343a40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:50.625rem;top:15.0625rem;left:12.1875rem;display:none; }
#EdJ890yXzovNCo2PIiFf7mrE7D9RMiSe { position:absolute;display:block;z-index:14998;background-color:#343a40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:50.625rem;top:15.0625rem;left:12.1875rem;display:none; }
#cFF501wDyTvUTkrX2trN5lrXpfPqrtDy { position:absolute;display:block;z-index:14998;background-color:#343a40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:50.625rem;top:15.0625rem;left:12.1875rem;display:none; }
#ZtdTusnUtizimThUK9T4FOqCCpIfa7E3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;display:none; }
#Ur1kGp70gkwkLVxzCbpWOFAKTz86EXcQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;display:none; }
#eQwLUTsLTcLefHblv5fJR7waDzWdSOoL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;display:none; }
#RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW { position:relative;display:block; }#RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW { background-color: transparent; background-image: none; }#RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW > .row .container > .video-iframe-container { display: none; }#RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW > .row > .video-iframe-container { display: none; }#RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW > .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); }#RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW { border-width: 0; border-radius: 0; }#RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#d56x5RN1TKyUiAbhQHmJdTscgfAZ7tn3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:20.625rem;top:2.25rem;left:26.125rem;overflow:hidden;display:block; }
#E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb > .row .container { background-color: transparent; background-image: none; }#E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb > .row .container > .video-iframe-container { display: none; }#E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb > .row > .video-iframe-container { display: none; }#E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb > .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); }#E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb > .row .container { border-width: 0; border-radius: 0; }#E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#dQXiWIdsyrwM2INPqBgsdq3IiCky589e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:2rem;left:64.645832061769rem; }
#dQXiWIdsyrwM2INPqBgsdq3IiCky589e > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#ADSpDNND22eZPBwVVJup2NvKIlFLmoQV { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.875rem;left:67.770832061769rem; }
#ADSpDNND22eZPBwVVJup2NvKIlFLmoQV > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#zS8UxNGZTlM43p72k9Nh5odNWrsom2kX { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:1.875rem;left:71.186199188231rem; }
#zS8UxNGZTlM43p72k9Nh5odNWrsom2kX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#TtdKDR2rTTzTnP93WIfRUbA6ImnceVep { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.875rem;left:61.300785064698rem; }
#TtdKDR2rTTzTnP93WIfRUbA6ImnceVep > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { position:relative;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:#054ad9;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3684921264649rem;left:0rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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) { #KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX { display:block; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vb21wrlfcgTgoZSf8CQ32MWziIMcaW4u { width:30.0625rem;height:9.5625rem;top:10.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGJJwOOWzIdrcJVuKBbhPXySNTg7U5rT { width:47.625rem;height:4.5rem;top:27.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh7zbvoc7B2LZxfGNlbTpcOn6UR6Mtww { width:24.5rem;height:38.5rem;top:5.1875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKRhzrFB5LJ8uTI8IvRARkW0QigTnmot { width:23.0625rem;height:2.4375rem;top:5.6875rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMl2waaNK2I0xiIimtKZBHN25c4X5Vph { width:19.3125rem;height:2.875rem;top:8.6875rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-text {padding-top: 0; padding-bottom: 0;}#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-select {padding-top: 0; padding-bottom: 0;}#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD  { width:22.0625rem;height:auto;top:11.75rem;left:23.1875rem; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD {display:block;}#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD { width:22.0625rem;height:auto;top:11.75rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #P7TUBuri7qsrP82EzpIym3F4TLgguFTv {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #taeI0X05KQ6xvhtNeTq4hv8DOKmzZG2e { display:block; }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #olTMiVOXzC0A0DrBZlxTUcoEH14LD3EV {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #DCLhTfUD4AkT5FOll0gHdQp7dPRzPMlt {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #VCEfTFqImnKzmp5TbhevzFCEXBPHg6Q6 { display:block; }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #WPwEqhgQFv8QT1IDKtDibhhp9VQP6MwK {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #deVTzBAubBXM6eWaB6P3CiFuR9acATVH {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #iKPJHIXu0854uTdlvLgNz26lFBT8vLTR { display:block; }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #ZXtsW1feLofllHtpS6aWynLdfzr5TTMU {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #S3TFP78k0KGU3fo9ydPW6sJe4G5lC01u {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #oGRKuNeqDLut6wXch2GtFoGmpITr0mZT {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #MrhkxWBcgl3ZH9kThwsUuCpLWrwqFLWQ {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #KsK2cxQBFW7zPVRfwkqCAESWPCkrq17Z {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #DlCgxwAHB4vXEDDOQss1zlK6kLhxdLcW {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #NQlOmvl9nLNZMirFIiiNrrsnkFcqawu4 {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #mTsxSC50s95Pk9NGWmy0vaDXtkp0AXn3 {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #XtN1EouB2PCkaXbsV6Z9ef6qexFH4fvo {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #iMGU7yTlRv2b4qOEuGpMMCVMoshTXrtA {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #c4ho1fmTUkypfgTtEyWgDLLXn3QsJd18 {  }
 }@media only screen and (max-width: 763px) { #UheKseBqKn0ZTkioDR6RBvi4n2Nd1cHM { width:0.625rem;height:0.625rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxL0U2dcPsUINtgpzbutkavGgOtrs3F6 { width:21.875rem;height:4.75rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vcu88e542P76GW6MIpJB29qTo385qWGE .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#vcu88e542P76GW6MIpJB29qTo385qWGE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#vcu88e542P76GW6MIpJB29qTo385qWGE { width:19rem;height:5.31375rem;display:flex;top:32.5rem;left:0rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #yksTB6MoQXKWArVhWqqU0AOQxphCpmAn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #RyQhzikai7UzsCl7QJJPpKkZdyDwyUVf {  }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #AfcSwrMVfafgASGocxlISKGthHsy3S4z {  }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #XsoAJidDWHI8gL7JT1SBU6IdPRvl7iKM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #TrPvymz9IE8QEh4JZWcOm0dADgCFLH8h {  }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #sSxVDdvq42OqcH3FB2wKSs2eHTNLwuHH {  }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #orl4KGyZqLlo5PBaOToBcMZoxBpGEH63 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #TRXWA5Otc3i5N16HSXU6mOmCqoN1knSS {  }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #tcXotQXI54766wAOUdry0fz6tiTALcVN {  }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #f8ryS9TPWgcbeMXVFTPTK07EvoWfrLmB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #C7IDCBiZBd9cQ4mDry4lcLpxyD97TZJb {  }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #E0T6ktDodWp3Bruv1TW3fvXkhdoRLSKk {  }
 }@media only screen and (max-width: 763px) { #AP1nkrzePPT7LGZOBcUDvcTuv0RryfHd { width:11.3125rem;height:11.3125rem;top:10.0625rem;left:17.519535064698rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsNiiexMCRbSnKsCWCWU0TSEGq8VLpOH { top:18.3125rem;left:37.75rem;width:10rem;height:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHihTXbPlDTyTZSo2zWJHQIWKv64th7p { width:10rem;height:2.5rem;top:18.0625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz { display:block; }#BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDOfPi2nBHd0Z2ksQm3tT8xZ7xKiQtoE { width:31.5625rem;height:25.3125rem;top:2.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB3TzsBMtCTIg7ctX8gpQP4SAIQNBF0X { width:36.375rem;height:31.25rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnUceaukDLwQl0gCIWUUEASXnCsTdnTX { display:block; }#cnUceaukDLwQl0gCIWUUEASXnCsTdnTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0plvsPS5yP6WH66sPsdSnv8sNBgt2hR { width:47.75rem;height:2.875rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwoSpDKMvFk6pqkctX5UKP6embELqO1H { display:block; }#lwoSpDKMvFk6pqkctX5UKP6embELqO1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T66qDfheqqDLe7rddTzEz62bEcpdbaAV { width:25rem;height:2.875rem;top:4.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUXTFiTC9eUMSlT6iOcXXoEMb5ixWCuB { width:25rem;height:5.375rem;top:7rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbJ4D7UqRtXtemmozsJ4NvXGoVqzvHTy { width:8.75rem;height:3.125rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrkNE84mtQeFQpV6aL8nOirUrrwPguFE { width:8.75rem;height:1.4375rem;top:13.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOTlO7teMc3aFislX1F43LFP3MJTzbNo { width:0.9375rem;height:0.9375rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTBd7zexDgIRsVCWwE5VNqL5h1Hw4Ll1 { width:0.6875rem;height:0.6875rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwIIQHoBG8UoRsswWouQAEqZcGgOKJ2 { width:47.75rem;height:0.0625rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opAmK8zoiD4mz9EnHlOIaM4JGtA7TDgH { width:8.75rem;height:3.125rem;top:12.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCDU9mrbSJa8viASxEVcJS2QQzZhDR5m { width:8.75rem;height:1.4375rem;top:12.8125rem;left:39rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQsuJSGp13ZQSfAEqC2lPyaqRmCfdUG1 { width:25rem;height:3.5625rem;top:6.875rem;left:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4TLnBnL4ElGVeMnqkFMiJlsLQvC1LBL { width:0.9375rem;height:0.9375rem;top:15.0625rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUlKQ1PDmeVnB2l2AAqK90QXhaPSvEIl { width:25rem;height:2.875rem;top:3.375rem;left:22.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBCtDrV4fkpuCqM8CXIld8XtiFdRcWKt { width:0.6875rem;height:0.6875rem;top:17.5625rem;left:47.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0W1rJDMO9tk7molClVrLhzGT7zLTGrv { width:8.75rem;height:3.125rem;top:20.5625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQal6PCMTK9V7MS41yiAukRB6axqglK4 { width:8.75rem;height:1.4375rem;top:21.5rem;left:19.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBuSO8UrglgPz68Jb1EyAGO3MMqZNTXv { width:0.9375rem;height:0.9375rem;top:19.8125rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4k7thkJKJ9JDXZWIJ9P3GylaSU1pcTQ { width:25rem;height:5.375rem;top:28.1875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPkTRfOavSUnbod54b78wtqQ7bJ0w2ev { width:25rem;height:2.875rem;top:24.6875rem;left:11.375000953674rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvZ1Gi1UfDuTfiU99c9Lv43ZI5kBoWk4 { width:0.6875rem;height:0.6875rem;top:17.5625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc9lpIr247Fh3GXLWS06H72mVyCnFVBr { width:47.75rem;height:0.0625rem;top:15.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdJ890yXzovNCo2PIiFf7mrE7D9RMiSe { width:47.75rem;height:0.0625rem;top:15.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFF501wDyTvUTkrX2trN5lrXpfPqrtDy { width:47.75rem;height:0.0625rem;top:15.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtdTusnUtizimThUK9T4FOqCCpIfa7E3 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ur1kGp70gkwkLVxzCbpWOFAKTz86EXcQ { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQwLUTsLTcLefHblv5fJR7waDzWdSOoL { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW { display:block; }#RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d56x5RN1TKyUiAbhQHmJdTscgfAZ7tn3 { width:20.625rem;height:5rem;top:2.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb { display:block; }#E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQXiWIdsyrwM2INPqBgsdq3IiCky589e { width:2.3125rem;height:2.3125rem;top:2rem;left:45.25rem;display:block; }
#dQXiWIdsyrwM2INPqBgsdq3IiCky589e > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #ADSpDNND22eZPBwVVJup2NvKIlFLmoQV { width:2.625rem;height:2.625rem;top:1.875rem;left:45.125rem;display:block; }
#ADSpDNND22eZPBwVVJup2NvKIlFLmoQV > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #zS8UxNGZTlM43p72k9Nh5odNWrsom2kX { width:2.625rem;height:2.625rem;top:1.875rem;left:45.125rem;display:block; }
#zS8UxNGZTlM43p72k9Nh5odNWrsom2kX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #TtdKDR2rTTzTnP93WIfRUbA6ImnceVep { width:2.5625rem;height:2.5625rem;top:1.875rem;left:45.125rem;display:block; }
#TtdKDR2rTTzTnP93WIfRUbA6ImnceVep > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:47.75rem;height:1.25rem;top:2.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX { display:block; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vb21wrlfcgTgoZSf8CQ32MWziIMcaW4u { width:20rem;height:4.6875rem;top:3.8098959922791rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGJJwOOWzIdrcJVuKBbhPXySNTg7U5rT { width:19.4375rem;height:5.0625rem;top:15.872396469116rem;left:0.062500059604644rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh7zbvoc7B2LZxfGNlbTpcOn6UR6Mtww { width:19.75rem;height:33.125rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKRhzrFB5LJ8uTI8IvRARkW0QigTnmot { width:20rem;height:1.95rem;top:30.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMl2waaNK2I0xiIimtKZBHN25c4X5Vph { width:19.749375rem;height:2.6rem;top:33.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-text {padding-top: 0; padding-bottom: 0;}#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-select {padding-top: 0; padding-bottom: 0;}#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5625rem;overflow:hidden;font-family:poppins;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;height:3.75rem; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD  { width:17.5rem;height:auto;top:35.785158157349rem;left:0rem;box-shadow: none; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD {display:block;}#vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD { width:17.5rem;height:auto;top:35.785158157349rem;left:0rem;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #P7TUBuri7qsrP82EzpIym3F4TLgguFTv {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #taeI0X05KQ6xvhtNeTq4hv8DOKmzZG2e { display:block; }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #olTMiVOXzC0A0DrBZlxTUcoEH14LD3EV {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #DCLhTfUD4AkT5FOll0gHdQp7dPRzPMlt {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #VCEfTFqImnKzmp5TbhevzFCEXBPHg6Q6 { display:block; }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #WPwEqhgQFv8QT1IDKtDibhhp9VQP6MwK {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #deVTzBAubBXM6eWaB6P3CiFuR9acATVH {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #iKPJHIXu0854uTdlvLgNz26lFBT8vLTR { display:block; }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #ZXtsW1feLofllHtpS6aWynLdfzr5TTMU {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #S3TFP78k0KGU3fo9ydPW6sJe4G5lC01u {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #oGRKuNeqDLut6wXch2GtFoGmpITr0mZT {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #MrhkxWBcgl3ZH9kThwsUuCpLWrwqFLWQ {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #KsK2cxQBFW7zPVRfwkqCAESWPCkrq17Z {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #DlCgxwAHB4vXEDDOQss1zlK6kLhxdLcW {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #NQlOmvl9nLNZMirFIiiNrrsnkFcqawu4 {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #mTsxSC50s95Pk9NGWmy0vaDXtkp0AXn3 {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #XtN1EouB2PCkaXbsV6Z9ef6qexFH4fvo {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #iMGU7yTlRv2b4qOEuGpMMCVMoshTXrtA {  }
 }@media only screen and (max-width: 763px) { #vVrOAwrpTOX1nAel0GG0wIE0gqBTeXaD #c4ho1fmTUkypfgTtEyWgDLLXn3QsJd18 {  }
 }@media only screen and (max-width: 763px) { #UheKseBqKn0ZTkioDR6RBvi4n2Nd1cHM { width:0.625rem;height:0.625rem;top:54.9375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxL0U2dcPsUINtgpzbutkavGgOtrs3F6 { width:10.4375rem;height:2.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vcu88e542P76GW6MIpJB29qTo385qWGE .widget-text.counter-number { padding-top:0.49875rem;padding-right:0.453125rem;padding-bottom:0.49875rem;padding-left:0.453125rem;width:2.71875rem;min-width:2.71875rem;height:2.681875rem;font-size:1.995625rem;line-height:42.91px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.111875rem solid #f26432;border-right:0.11375rem solid #f26432;border-bottom:0.111875rem solid #f26432;border-left:0.11375rem solid #f26432; }
#vcu88e542P76GW6MIpJB29qTo385qWGE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.311875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.625625rem;height:1.06rem;font-size:0.748125rem;line-height:16.96px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vcu88e542P76GW6MIpJB29qTo385qWGE { width:19.4375rem;height:5.275rem;display:flex;top:22.184896469116rem;left:0.28125rem;z-index:15012;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #yksTB6MoQXKWArVhWqqU0AOQxphCpmAn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #RyQhzikai7UzsCl7QJJPpKkZdyDwyUVf {  }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #AfcSwrMVfafgASGocxlISKGthHsy3S4z {  }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #XsoAJidDWHI8gL7JT1SBU6IdPRvl7iKM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #TrPvymz9IE8QEh4JZWcOm0dADgCFLH8h {  }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #sSxVDdvq42OqcH3FB2wKSs2eHTNLwuHH {  }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #orl4KGyZqLlo5PBaOToBcMZoxBpGEH63 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #TRXWA5Otc3i5N16HSXU6mOmCqoN1knSS {  }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #tcXotQXI54766wAOUdry0fz6tiTALcVN {  }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #f8ryS9TPWgcbeMXVFTPTK07EvoWfrLmB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #C7IDCBiZBd9cQ4mDry4lcLpxyD97TZJb {  }
 }@media only screen and (max-width: 763px) { #vcu88e542P76GW6MIpJB29qTo385qWGE #E0T6ktDodWp3Bruv1TW3fvXkhdoRLSKk {  }
 }@media only screen and (max-width: 763px) { #AP1nkrzePPT7LGZOBcUDvcTuv0RryfHd { width:6.1875rem;height:6.1875rem;top:8.4973964691163rem;left:6.9062502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsNiiexMCRbSnKsCWCWU0TSEGq8VLpOH { width:10rem;height:1.65rem;top:67.94765625rem;left:5.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iHihTXbPlDTyTZSo2zWJHQIWKv64th7p { width:10rem;height:2.5rem;top:67.69765625rem;left:5rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz { display:block; }#BeZ3BBBBZpinfZPX8CVNammSFFrRSvuz > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDOfPi2nBHd0Z2ksQm3tT8xZ7xKiQtoE { width:17.625rem;height:21.9375rem;top:0.67708396911619rem;left:1.1875000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fB3TzsBMtCTIg7ctX8gpQP4SAIQNBF0X { width:13.875rem;height:11.9375rem;top:23.251304626465rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnUceaukDLwQl0gCIWUUEASXnCsTdnTX { display:block; }#cnUceaukDLwQl0gCIWUUEASXnCsTdnTX > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0plvsPS5yP6WH66sPsdSnv8sNBgt2hR { width:20rem;height:1.95rem;top:1.2499990463257rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwoSpDKMvFk6pqkctX5UKP6embELqO1H { display:block; }#lwoSpDKMvFk6pqkctX5UKP6embELqO1H > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T66qDfheqqDLe7rddTzEz62bEcpdbaAV { width:6.936875rem;height:2.275rem;top:3.75rem;left:11.312934935093rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUXTFiTC9eUMSlT6iOcXXoEMb5ixWCuB { width:8.686rem;height:8.4rem;top:8.193359480705rem;left:11.312934935093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sbJ4D7UqRtXtemmozsJ4NvXGoVqzvHTy { width:8.75rem;height:2.5rem;top:1.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrkNE84mtQeFQpV6aL8nOirUrrwPguFE { width:8.75rem;height:1.3rem;top:1.875rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOTlO7teMc3aFislX1F43LFP3MJTzbNo { width:0.9375rem;height:0.9375rem;top:28.5625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTBd7zexDgIRsVCWwE5VNqL5h1Hw4Ll1 { width:0.6875rem;height:0.6875rem;top:2.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwIIQHoBG8UoRsswWouQAEqZcGgOKJ2 { width:20rem;height:0.0625rem;top:36.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #opAmK8zoiD4mz9EnHlOIaM4JGtA7TDgH { width:8.75rem;height:2.5rem;top:28.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCDU9mrbSJa8viASxEVcJS2QQzZhDR5m { width:8.75rem;height:1.3rem;top:29.3125rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQsuJSGp13ZQSfAEqC2lPyaqRmCfdUG1 { width:8.6870625rem;height:7rem;top:34.034289465751rem;left:11.312934935093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L4TLnBnL4ElGVeMnqkFMiJlsLQvC1LBL { width:0.9375rem;height:0.9375rem;top:33.6875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUlKQ1PDmeVnB2l2AAqK90QXhaPSvEIl { width:5.99935rem;height:2.275rem;top:31.81206809124rem;left:11.312934935093rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zBCtDrV4fkpuCqM8CXIld8XtiFdRcWKt { width:0.6875rem;height:0.6875rem;top:29.5625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0W1rJDMO9tk7molClVrLhzGT7zLTGrv { width:8.75rem;height:2.5rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQal6PCMTK9V7MS41yiAukRB6axqglK4 { width:8.75rem;height:1.3rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBuSO8UrglgPz68Jb1EyAGO3MMqZNTXv { width:0.9375rem;height:0.9375rem;top:46.0625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4k7thkJKJ9JDXZWIJ9P3GylaSU1pcTQ { width:9.375rem;height:8.4rem;top:23.687067242339rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lPkTRfOavSUnbod54b78wtqQ7bJ0w2ev { width:9.25rem;height:4.55rem;top:17.8125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EvZ1Gi1UfDuTfiU99c9Lv43ZI5kBoWk4 { width:0.6875rem;height:0.6875rem;top:16.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc9lpIr247Fh3GXLWS06H72mVyCnFVBr { width:0.0625rem;height:26.875rem;top:4.9375rem;left:9.9375rem;z-index:14997;background-color:rgba(52,58,64,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EdJ890yXzovNCo2PIiFf7mrE7D9RMiSe { width:0.0625rem;height:1.25rem;top:14.0625rem;left:9.96875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #cFF501wDyTvUTkrX2trN5lrXpfPqrtDy { width:0.0625rem;height:1.25rem;top:28.9375rem;left:9.96875rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #ZtdTusnUtizimThUK9T4FOqCCpIfa7E3 { top:2.0625rem;left:10.5rem;width:0.875rem;height:0.875rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ur1kGp70gkwkLVxzCbpWOFAKTz86EXcQ { top:29.5rem;left:10.5rem;width:0.875rem;height:0.875rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eQwLUTsLTcLefHblv5fJR7waDzWdSOoL { top:16.125rem;left:8.625rem;width:0.875rem;height:0.875rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW { display:block; }#RwuKXohLkX4BdWqNatBT0VZ2UO70FXvW > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d56x5RN1TKyUiAbhQHmJdTscgfAZ7tn3 { width:20rem;height:4.8484848484849rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb { display:block; }#E7Pc2Tu7PvMcchMt5IJT8AoqzttMg2Xb > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQXiWIdsyrwM2INPqBgsdq3IiCky589e { width:1.75rem;height:1.75rem;top:1.875rem;left:7.5625rem;display:block; }
#dQXiWIdsyrwM2INPqBgsdq3IiCky589e > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ADSpDNND22eZPBwVVJup2NvKIlFLmoQV { width:2rem;height:2rem;top:1.75rem;left:10.75rem;display:block; }
#ADSpDNND22eZPBwVVJup2NvKIlFLmoQV > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #zS8UxNGZTlM43p72k9Nh5odNWrsom2kX { width:1.9375rem;height:1.9375rem;top:1.75rem;left:14.0625rem;display:block; }
#zS8UxNGZTlM43p72k9Nh5odNWrsom2kX > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #TtdKDR2rTTzTnP93WIfRUbA6ImnceVep { width:1.75rem;height:1.75rem;top:1.875rem;left:4.0625rem;display:block; }
#TtdKDR2rTTzTnP93WIfRUbA6ImnceVep > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.0625rem;height:1.78819375rem;top:1.1536483764649rem;left:0.46875005960464rem;font-size:0.6875rem;display:block; }
 }