.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NA93RcIoMaaclcVSN5uU2a0FlTgp9vAn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fb;background-image:none;position:relative;display:block; }#NA93RcIoMaaclcVSN5uU2a0FlTgp9vAn > .row .container { background-color: transparent; background-image: none; }#NA93RcIoMaaclcVSN5uU2a0FlTgp9vAn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NA93RcIoMaaclcVSN5uU2a0FlTgp9vAn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NA93RcIoMaaclcVSN5uU2a0FlTgp9vAn > .row .container > .video-iframe-container { display: none; }#NA93RcIoMaaclcVSN5uU2a0FlTgp9vAn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NA93RcIoMaaclcVSN5uU2a0FlTgp9vAn > .row > .video-iframe-container { display: none; }#NA93RcIoMaaclcVSN5uU2a0FlTgp9vAn > .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); }#NA93RcIoMaaclcVSN5uU2a0FlTgp9vAn > .row .container { border-width: 0; border-radius: 0; }#NA93RcIoMaaclcVSN5uU2a0FlTgp9vAn > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#skeTGIfC4G9epHRym6cSLkzpHM7rAVee { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.74935rem;width:18.125rem;top:0rem;left:20.9375rem;overflow:hidden;display:block; }
#e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/YpJvyTeE/Lab_Test_Background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6.adaptive-delivery-prevent-bg, #e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6.lazyload, #e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6.lazyloading { background-image: none; }#e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6 > .row .container { background-color: transparent; background-image: none; }#e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f6fb; }#e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6 > .row .container > .video-iframe-container { display: none; }#e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f6fb; }#e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6 > .row > .video-iframe-container { display: none; }#e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6 > .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); }#e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6 > .row .container { border-width: 0; border-radius: 0; }#e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6 > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:60rem;overflow:visible;position:relative;display:block; }#Vx5O4WmgBTqzcx9w3IzL1G9GgDXzza12 { color:#272828;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:14.625rem;left:3.6247825622559rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1XgNury6PaaTEltlr9O0xCTIhZAZJQE { color:#0e0a52;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100024;line-height:1.5;letter-spacing:0;top:16.941625595092rem;left:0.78125rem;height:2.2482625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-form-header { font-size:0.875rem; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.625rem;font-weight:400;color:#ffffff;width:13.125rem;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:right;text-align-last:right;overflow:hidden;font-style:normal; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13.125rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-text {padding-top: 0; padding-bottom: 0;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:13.125rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:cairo;font-size:0.75rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-select {padding-top: 0; padding-bottom: 0;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .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; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#df4a8d;background-image:none;background-position:top left !important;background-repeat: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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:13.125rem;height:2.25rem;font-family:cairo;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf [class*="-text"]:-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf [class*="-text"]::-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .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";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:12.125rem;overflow:hidden;font-style:normal;float:none; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .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; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.625rem;vertical-align:middle;font-family:cairo;font-size:0.625rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:3;float:none; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-container:first-of-type{padding-top:0;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-container:last-of-type{padding-bottom:0;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100049;position:absolute;top:18.999567508697rem;left:0.56206512451172rem;font-size:0.875rem; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:13.125rem;display:block;vertical-align:top; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf {display:block;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100049;position:absolute;top:18.999567508697rem;left:0.56206512451172rem;font-size:0.875rem; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #imQgSN9wsEbDTtnu92ThzZ7Mql3HQUks { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #WyZEwXiS1CSVIowGPIbO1TSn5oM7n6DT { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #URveliUNml7MtG03tz84o1IcQAGQ0n0r { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #ZPNgn9F5BKgHyuRKSVctPExChlTLWE1D { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #lUzbgNLbbhghrCA6WpTskiTRxE1eamCW { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #ufoJGgvSTVBziIck5FbGDhvTHUGqCxOw { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #Wn9i67HWabSRLqtOaeKieZ7o2I92XTVz { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #HieRdMTNUiQol1OEKMURiMxpAzDAXpzU { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #eBHBCcQtPRlx7xSVbhKuTflVm3QbCh8f { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #FwxNN6wFuzJEDMstcCBCXe6RhyFcMtM9 { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #csHPZoVsG3HpOdB0OcFToHnzbUgTi3kf { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #kO89mSpbkTvKkrXOJH0xMBeGFprkyQSN { position:relative; }
#EgtmvChdOTsGQrIZKw33h279d2eZ3sBz { position:relative;display:block; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #oMXytmGUdMF6F5LdMzXMTVBzxDRwyi4e { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #HEaA5ZVGTm5TSFdVosMXTL5pLJvaO12B { position:relative; }
#TZNCQrI9ZRrKJ5hK7N5X8zcsGduVLW2h { position:absolute;display:block;z-index:100020;background-color:#78899b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:25.9375rem;width:15.875rem;top:13.625rem;left:0.75rem;display:block; }
#h1WtzrvWKEc5v3zOwwOgTThh2brTXG9q { color:#004090;display:block;width:29.375rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:2.0616321563721rem;left:15.3125rem;height:2.84288125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ArEnhThFtDvb5VCCXT1FcrQLkf19vuSQ { color:#405466;display:block;width:26.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:9.7491326332094rem;left:16.499347686767rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kS7WidIEVRH4isiUTTK6b8gz7trU8loD { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:29rem;left:34.9375rem;overflow:hidden;display:none; }
#n1Vngf9Rt8wEcHR8AuHJTbCRM21qrXwa { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:36.8125rem;left:56.875rem;overflow:hidden;display:none; }
#tVJ10V6S3ROPLZEC9iJs2tBgBTMBte1i { color:#052956;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:29rem;left:22.625rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#n9cBJCpu5v9WSGFR56ZwOfSxQg1us40R { color:#052956;display:block;width:12.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:36.8125rem;left:43.4375rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#PFGWWPAvS6sM6ow85LDzFsIMDiTdlIF4 { color:#052956;display:block;width:18.0625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:32.500000953674rem;left:19.125001907349rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#DABTrTnkqwNf3qcXmwiMN8qehm9nPiii { color:#a7261e;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:35.5rem;left:20.312501907349rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D2KFepcAR7OaF2KHa3ZUe5qb79aFh4Zs { color:#052956;display:block;width:18.0625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:40.362501144409rem;left:41.061719894409rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#dbsTBSxFhMPpK6gG0ya9UzRFRKhBL4Un { color:#a7261e;display:block;width:15.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:44.325001716614rem;left:42.687501907349rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KTczhghF3MH9H9sMDfhTaPLugFrk77Pt { position:absolute;display:block;z-index:100044;background-color:transparent;background-image:none;border-top:0.125rem solid #0078c4;border-left:0.125rem solid #0078c4;border-right:0.125rem solid #0078c4;border-bottom:0.125rem solid #0078c4;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:12.5rem;width:12.5rem;top:77.5625rem;left:23.9375rem;display:none; }
#Te3P9BiPlmBlTdHTfTMzs7pq7Tsu1h2K { color:#052956;display:block;width:12.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:80.75rem;left:22.625rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#JkXOT6CkusC5UFScfMGWmISMNq6n8hOx { position:absolute;display:block;z-index:100047;background-color:transparent;background-image:none;border-top:0.125rem solid #0078c4;border-left:0.125rem solid #0078c4;border-right:0.125rem solid #0078c4;border-bottom:0.125rem solid #0078c4;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:12.5rem;width:12.5rem;top:77.625rem;left:3.9375rem;display:none; }
#NAShpgiWNDs8OTor328wSHEsgWSnzumL { color:#052956;display:block;width:12.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:80.8115234375rem;left:1.53125rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#lV1Dpfc4iqC2W2X9tzuVnf0Nw1aKAeEV { color:#a7261e;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:84.2490234375rem;left:4.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#stPFDm30x9WfBnvw80ZSarIwL1QAQLey { color:#a7261e;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:84.310546875rem;left:24.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IrEneQfsxifKbF5rsLBUKO1HDwIrvfhd { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:40.125rem;left:32.8125rem;overflow:hidden;display:none; }
#wQ0WGrHQtM2k19NipafzbJwSaQfkk6lX { color:#052956;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:40.625rem;left:20.5rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#G02OH1HVsGDdgEOIU5LCpJiTh6fu7TDq { color:#052956;display:block;width:18.0625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:42.5rem;left:18.125rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#nUyKhG9ivHRQoe6wzzoTPWdpNIJb0IVF { color:#a7261e;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:46.250001907349rem;left:20.061197280884rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ke2xMQNMCmy9d0yMomwS1UzWngCCF0UK { color:#052956;display:block;width:27.5rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:41.749135971069rem;left:23.466796875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VB4oRLgzrMhDdHVR05qGwzs7bJZlTeEx { position:absolute;display:block;z-index:100023;background-color:transparent;background-image:none;border-top:0.125rem solid #006d9e;border-left:0.125rem solid #006d9e;border-right:0.125rem solid #006d9e;border-bottom:0.125rem solid #006d9e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:16.1875rem;width:24.125rem;top:19rem;left:25.0625rem;display:block; }
#QwzqE7lJMNSTA1U3s6oHJrfVoe2c9xVq { color:#052956;display:block;width:15.2495625rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100031;line-height:1.5;letter-spacing:0;top:19.188368320465rem;left:29.507377624512rem;height:5.4362rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTZE4mFT66B0HT4PMW6UlOiLVdWwfB5z { color:#052956;display:block;width:19.311rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100032;line-height:1.5;letter-spacing:0;top:24.466146469116rem;left:27.560764312744rem;height:7.96438125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INwbnveKb4mTTFTZx4cTFf0iQUoRXNez { color:#a7261e;display:block;width:12.1875rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:32.865669250488rem;left:31.19140625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJiLQ2LKCn4OO41VRoX2vbsTLitAetO4 { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6235rem;height:2.43706875rem;text-decoration:none;z-index:100071;text-align:center;text-align-last:center;top:35.4375rem;left:32.4375rem;display:block; }
#CSlwAErSQHKRqi49g52s5fBfADbSThzI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c3XJspTDXsttyam1moigqmBDNcZdsP4U { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:17.1875rem;width:43.6230625rem;top:0.81163215637206rem;left:16.376953125rem;overflow:hidden;display:block; }
#CTzhcHSF45PH8Sl4v6188KQNZF0DPwQN { color:#405466;display:block;width:26.8120625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:5.4969620704651rem;left:16.593967437744rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gOLiG6V07TihnsvTIK0kk5V6X73mk9Aw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fb;background-image:none;position:relative;display:block; }#gOLiG6V07TihnsvTIK0kk5V6X73mk9Aw > .row .container { background-color: transparent; background-image: none; }#gOLiG6V07TihnsvTIK0kk5V6X73mk9Aw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gOLiG6V07TihnsvTIK0kk5V6X73mk9Aw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gOLiG6V07TihnsvTIK0kk5V6X73mk9Aw > .row .container > .video-iframe-container { display: none; }#gOLiG6V07TihnsvTIK0kk5V6X73mk9Aw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gOLiG6V07TihnsvTIK0kk5V6X73mk9Aw > .row > .video-iframe-container { display: none; }#gOLiG6V07TihnsvTIK0kk5V6X73mk9Aw > .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); }#gOLiG6V07TihnsvTIK0kk5V6X73mk9Aw > .row .container { border-width: 0; border-radius: 0; }#gOLiG6V07TihnsvTIK0kk5V6X73mk9Aw > .row .container { font-size:0.875rem;font-family:arial;height:118.375rem;width:60rem;position:relative;display:block; }#OQcOeoCkMptvnsvGwMwtSMT7PUEOh1p4 { color:#052956;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:7.625rem;left:40.875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgXTSuROLPVz7AaQAkonBc2TbDM6lXV4 { color:#a7261e;display:block;width:12.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:11.875rem;left:41.25rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ShiiF5ueW5lJfkNFq7ieyevvpek76nLx { color:#052956;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100014;line-height:1.5;letter-spacing:0;top:7.375rem;left:4.0625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGnbGnckau46NlLTrqFUsortsorRsTnT { color:#a7261e;display:block;width:12.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:11.5rem;left:4.75rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmQv6qzFfzOOQO8gp1Ta4ZUTH1Bl4HDU { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6245625rem;height:2.4375rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:13.875rem;left:42.5625rem;display:block; }
#lbL10lrwEF8i3JkNq3mM4M00kZy7HvDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OWvIm9txG8fmiA54gEohmCHCbe07TvUX { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6235rem;height:2.43706875rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:13.8125rem;left:5.9375rem;display:block; }
#TNa2kvD5pAdtyie3bNTdoQx9HLxxP2Hg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AU1fqUMNB6fmM5UpuCyyUx3LbR8K4tGH { color:#e1097d;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100018;line-height:1.5;letter-spacing:0;top:22.5rem;left:4.875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gCE2htcU9Ti5p5mKMM8BqsefHR2ex1Uk { color:#a7261e;display:block;width:12.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:26.3125rem;left:5rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCPR5Gc59hT52UhZ11HpmZG7JAdkkaU5 { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6235rem;height:2.43706875rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:28.125rem;left:5.8125rem;display:block; }
#WUuaiJnraSUP85OVb8Abd1vSvVd6rfmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I2raLXstTdEyvmrr095o7ZTJzlAJSMBA { color:#052956;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100022;line-height:1.5;letter-spacing:0;top:22.5rem;left:40.875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WEvsmLpPb3cClwTTre3nNrJQV5ZirAOJ { color:#a7261e;display:block;width:12.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:26.125rem;left:41rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2ruWNaPEM0lAuzhC5bq29lhSBcPsnIG { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6235rem;height:2.43706875rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:28.125rem;left:42.125rem;display:block; }
#Vm9PaHTUcBKiZArXyhMyrLLN9a0eT4yQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kyKRlfASPMr4fBTCGxM3MHJUBLgdlg5w { position:absolute;display:block;z-index:100011;background-color:transparent;background-image:none;border-top:0.125rem solid #006d9e;border-left:0.125rem solid #006d9e;border-right:0.125rem solid #006d9e;border-bottom:0.125rem solid #006d9e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:8.3735rem;width:12.6248125rem;top:19.375rem;left:40.75rem;display:block; }
#v0gcsnTf40KsTegCEggw4Uwhu62LL3Kq { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.125rem solid #006d9e;border-left:0.125rem solid #006d9e;border-right:0.125rem solid #006d9e;border-bottom:0.125rem solid #006d9e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:8.3735rem;width:12.6248125rem;top:19.375rem;left:4.375rem;display:block; }
#wBhimfqaAGaa3mD2hrTApoExKkMe9NAd { position:absolute;display:block;z-index:100010;background-color:transparent;background-image:none;border-top:0.125rem solid #006d9e;border-left:0.125rem solid #006d9e;border-right:0.125rem solid #006d9e;border-bottom:0.125rem solid #006d9e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:8.3735rem;width:12.6248125rem;top:5.875rem;left:4.0625rem;display:block; }
#IOQV8uqzR4vagewaTHZaRpLCkiVeKctU { position:absolute;display:block;z-index:100019;background-color:transparent;background-image:none;border-top:0.125rem solid #006d9e;border-left:0.125rem solid #006d9e;border-right:0.125rem solid #006d9e;border-bottom:0.125rem solid #006d9e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:8.3735rem;width:12.6248125rem;top:5.875rem;left:40.75rem;display:block; }
#Z6s9poROHkQZzFRkKtLch4PWl40Z8vFO { color:#405466;display:block;width:29.4375rem;position:absolute;font-family:cairo;font-size:2rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:15.436199188233rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zq4Oip0yVMfO17aT5c8P1RJxyNkTgfMt { position:absolute;display:block;z-index:100028;background-color:transparent;background-image:none;border-top:0.125rem solid #006d9e;border-left:0.125rem solid #006d9e;border-right:0.125rem solid #006d9e;border-bottom:0.125rem solid #006d9e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:17.1875rem;width:12.6248125rem;top:33.5rem;left:4.125rem;display:block; }
#TWkPpkfWZ1xffgTE5NcaqSLHmWKBbmJD { color:#052956;display:block;width:12.4370625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100036;line-height:1.5;letter-spacing:0;top:35.5rem;left:3.5625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }#TWkPpkfWZ1xffgTE5NcaqSLHmWKBbmJD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TWkPpkfWZ1xffgTE5NcaqSLHmWKBbmJD li:before{  }
#ZWyTTqTJhiTnl3i8itC1WWMy9LUNerCA { position:absolute;display:block;z-index:100023;background-color:transparent;background-image:none;border-top:0.125rem solid #006d9e;border-left:0.125rem solid #006d9e;border-right:0.125rem solid #006d9e;border-bottom:0.125rem solid #006d9e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:16.0623125rem;width:12.6248125rem;top:33.5rem;left:41.25rem;display:block; }
#dnBboATFCdrVWfRVHJGZ8Sanuyi2W97m { color:#56050f;display:block;width:12.6248125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100031;line-height:1.5;letter-spacing:0;top:35.3125rem;left:41.25rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WhTbJGMSGfZMMfHVBXp70znAWGpqOQvv { color:#052956;display:block;width:10.1855625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100037;line-height:1.5;letter-spacing:0;top:39.1875rem;left:5.5625rem;height:6.55924375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nnh32UvBcQTBRySqTCfwGh1uPFvNIKlu { color:#a7261e;display:block;width:12.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:48.1875rem;left:41.4375rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Un6GTmwQAhBvCT9wb4C05G2rwMeZXgKB { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6235rem;height:2.43706875rem;text-decoration:none;z-index:100071;text-align:center;text-align-last:center;top:49.875rem;left:43.0625rem;display:block; }
#enkJaeQ6PX3wZorqG41Im3fMe4POwfeD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oRKGyNz0dIklEngJbWDJFCwAyztfBhgW { color:#a7261e;display:block;width:12.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:48rem;left:4.375rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyHO8PuO2A94hJyscRNLNxrNLnnWvkMs { color:#052956;display:block;width:10.1855625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100038;line-height:1.5;letter-spacing:0;top:37.375rem;left:42.6875rem;height:7.871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WnUGRw9viZ4Ha8yfk8LpVTxr7tLWWgX1 { position:absolute;display:block;z-index:100018;background-color:transparent;background-image:none;border-top:0.125rem solid #006d9e;border-left:0.125rem solid #006d9e;border-right:0.125rem solid #006d9e;border-bottom:0.125rem solid #006d9e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:16.0623125rem;width:12.561875rem;top:56.6875rem;left:3.8125rem;display:block; }
#Ckok6E4OGsLGe7v9krUXxMTzxmtC9cqn { position:absolute;display:block;z-index:100023;background-color:transparent;background-image:none;border-top:0.125rem solid #006d9e;border-left:0.125rem solid #006d9e;border-right:0.125rem solid #006d9e;border-bottom:0.125rem solid #006d9e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:16.0623125rem;width:12.561875rem;top:56.6875rem;left:42.5625rem;display:block; }
#tKMEZEXRGJXMdAMmWzyedGsQB7uPrNRy { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6235rem;height:2.43706875rem;text-decoration:none;z-index:100076;text-align:center;text-align-last:center;top:51rem;left:5.625rem;display:block; }
#EeL70NupdCHuoyvSphxnxcrOSygvkfT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qmkMkORm1ztx4QNfnF0yf0Hso9XQ1rJE { color:#052956;display:block;width:12.6248125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100026;line-height:1.5;letter-spacing:0;top:58rem;left:4.125rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BiUAMXCkm4tlROOWy0wSdhmm6EvebulI { color:#052956;display:block;width:12.6248125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100031;line-height:1.5;letter-spacing:0;top:59.1875rem;left:42.5rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTieblcousvVxT76uCEHScbZEQHifU0u { color:#052956;display:block;width:10.1855625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100027;line-height:1.5;letter-spacing:0;top:62.4375rem;left:5.1875rem;height:2.6237rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ByqVHQK9Wo6fq1WuKnS7foEB6G4TopWV { color:#052956;display:block;width:10.1855625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100032;line-height:1.5;letter-spacing:0;top:62.5rem;left:44rem;height:5.2474rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTS4u51BeMxNP4MgpwPKa7wLTmqGyX6T { color:#a7261e;display:block;width:12.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:70.3125rem;left:4.125rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XdrZlzPhON9FmXuJNN2i9k9onS76yixl { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6235rem;height:2.43706875rem;text-decoration:none;z-index:100066;text-align:center;text-align-last:center;top:73.0625rem;left:5.1875rem;display:block; }
#tLDBWMgRGU1q1RqhWB5FU7QF9I0Dl9dV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mqyTTWLBwrAJBu4pTWhi9Lc3qEW8kILx { color:#a7261e;display:block;width:12.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:70.625rem;left:42.8125rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ix0qgvrwHXPm7fUNGOMeGwvMbJWy1Ofc { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6235rem;height:2.43706875rem;text-decoration:none;z-index:100071;text-align:center;text-align-last:center;top:73.0625rem;left:43.875rem;display:block; }
#J8n6ne7f7dx6s6eL8G90dPOX7XzaphwI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H1UbBOz4DaDV7zrOyc5TeKrp9oFbXwln { position:absolute;display:block;z-index:100028;background-color:transparent;background-image:none;border-top:0.125rem solid #006d9e;border-left:0.125rem solid #006d9e;border-right:0.125rem solid #006d9e;border-bottom:0.125rem solid #006d9e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:16.0623125rem;width:12.561875rem;top:78.3125rem;left:42.8125rem;display:block; }
#JaQaHXc13B4Z1XpwXp5zRb0IOnaOVmv9 { color:#052956;display:block;width:12.6248125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100036;line-height:1.5;letter-spacing:0;top:80.8125rem;left:42.75rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLoVd8Qpy4WdJTlwA3896pO0btDNDKQP { color:#a7261e;display:block;width:12.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:92.25rem;left:43.0625rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThPTzelcrluaAxl1xb73T6oim3rKqy0L { position:absolute;display:block;z-index:100033;background-color:transparent;background-image:none;border-top:0.125rem solid #006d9e;border-left:0.125rem solid #006d9e;border-right:0.125rem solid #006d9e;border-bottom:0.125rem solid #006d9e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:16.0623125rem;width:12.561875rem;top:78.3125rem;left:3.875rem;display:block; }
#InL94WsEHTCUyHVTI98ZLJyS1rKwiVMw { color:#052956;display:block;width:12.6248125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100041;line-height:1.5;letter-spacing:0;top:80.8125rem;left:3.8125rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UPdFxiK1cuzbW4lieMBs1VGiqPzFPf0T { color:#052956;display:block;width:10.1855625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100042;line-height:1.5;letter-spacing:0;top:84.125rem;left:5.3125rem;height:2.6237rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oton6GpHV8NUUOi1afXet7AG7uBzioBZ { color:#a7261e;display:block;width:12.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:92.25rem;left:4.125rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Su4UBfRIhnI47WMlRzKMxXnyIuD0OahT { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6235rem;height:2.43706875rem;text-decoration:none;z-index:100081;text-align:center;text-align-last:center;top:94.6875rem;left:5.1875rem;display:block; }
#oT4329BsfAtlO0pJPXWgF2ZxCCvoV8TN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TaVDfr2C8dFiU5umWNqTUbaZcc0W5wg0 { position:absolute;display:block;z-index:100038;background-color:transparent;background-image:none;border-top:0.125rem solid #006d9e;border-left:0.125rem solid #006d9e;border-right:0.125rem solid #006d9e;border-bottom:0.125rem solid #006d9e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:16.0623125rem;width:12.561875rem;top:97.125rem;left:23.3125rem;display:block; }
#q2zPMLESIHeFzxoalOnakyyTHWFnHCo1 { color:#052956;display:block;width:12.6248125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100046;line-height:1.5;letter-spacing:0;top:100.0625rem;left:23.25rem;height:1.31185rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRTQCnTmD7wwyscoNlETmVT2HLLcC2by { color:#052956;display:block;width:10.1855625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100047;line-height:1.5;letter-spacing:0;top:102.9375rem;left:24.75rem;height:5.24739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bZMP30NLMQdgNBf3hFiozH3l02pBRGsA { color:#052956;display:block;width:10.1855625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100037;line-height:1.5;letter-spacing:0;top:84.125rem;left:44.25rem;height:3.93555rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Et7ysAyTLiuXaS0Toi9oSnsLKfU4U40d { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6235rem;height:2.43706875rem;text-decoration:none;z-index:100076;text-align:center;text-align-last:center;top:94.6875rem;left:44.125rem;display:block; }
#rlO6RP8bdSg0v2TwvfFllb1uod1qXwUv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NJdi1iaQtGZWFzlR7zQKPqMT0RcTvTXK { color:#a7261e;display:block;width:12.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:111.0625rem;left:23.5625rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWKITJn1DfbczNuXD0iBkJCKIR6np8V1 { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6235rem;height:2.43706875rem;text-decoration:none;z-index:100086;text-align:center;text-align-last:center;top:113.5625rem;left:24.9375rem;display:block; }
#lcvDr3oybr4257wSpvLlVyxWxp09RJs5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WRW9i7pMXFgPO9VnACA740DZFOpIogPo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fb;background-image:none;position:relative;display:block; }#WRW9i7pMXFgPO9VnACA740DZFOpIogPo > .row .container { background-color: transparent; background-image: none; }#WRW9i7pMXFgPO9VnACA740DZFOpIogPo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WRW9i7pMXFgPO9VnACA740DZFOpIogPo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WRW9i7pMXFgPO9VnACA740DZFOpIogPo > .row .container > .video-iframe-container { display: none; }#WRW9i7pMXFgPO9VnACA740DZFOpIogPo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WRW9i7pMXFgPO9VnACA740DZFOpIogPo > .row > .video-iframe-container { display: none; }#WRW9i7pMXFgPO9VnACA740DZFOpIogPo > .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); }#WRW9i7pMXFgPO9VnACA740DZFOpIogPo > .row .container { border-width: 0; border-radius: 0; }#WRW9i7pMXFgPO9VnACA740DZFOpIogPo > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#DGyUIgqklqgsm7TAT6r5QBMz44fThADD { color:#405466;display:block;width:31.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.9;letter-spacing:0;top:6.4375rem;left:2.3125rem;height:5.3418rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hdChGPIgzaL0noh8FpOSofWLFsvr9hio { color:#0e0a52;display:block;width:40.4375rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.375rem;height:2.84288125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RPylvQnNmUqTVVluVcZoINELTNgfKxef { color:#000000;display:block;width:16.625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.65625rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#UDNuL8gW72wxQ43pIoNyxpNe2KUI8rkQ { color:#000000;display:block;width:15.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:40.53125rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#O9N98bqeTzQ48K0UaV2nLbbqX048KAsP { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:10.5rem;left:37.125rem;height:1.21853125rem;text-align:right;text-align-last:right;display:block; }
#EUxJaRzmvSS6FrtPQTgbThqTC79X86vs { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.5625rem;top:6.9375rem;left:56.3125rem;overflow:hidden;display:block; }
#VaTTFGCqxEF5kE4x6ZObBCbH3LV1xmKK { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.5625rem;top:8.65625rem;left:56.3125rem;overflow:hidden;display:block; }
#nHCMzhqwlS5o476UF3PG3RrTDFRyXZkl { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.5625rem;top:10.4375rem;left:56.375rem;overflow:hidden;display:block; }
#SNh5c27BlvN1F3mStZR5we7sz5sWTU83 { position:absolute;display:block;z-index:100039;background-color:#e1093f;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;height:5.3125rem;width:0.125rem;top:6.5625rem;left:34.96875rem;display:block; }
#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t.adaptive-delivery-prevent-bg, #gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t.lazyload, #gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t.lazyloading { background-image: none; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container { background-color: transparent; background-image: none; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container > .video-iframe-container { display: none; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row > .video-iframe-container { display: none; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .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); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container { border-width: 0; border-radius: 0; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#VMfHFdeoIUifuzHPcG7Xn2Umg0T0pAwF { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:29.0625rem;height:2.7615rem;font-style:normal;display:block; }
#k5Gt4eTgOexzZ4PpgAO9TfZbJqsW4REn { position:absolute;display:block;z-index:100001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:22.1875rem;top:6.75rem;left:35.9375rem;display:block; }
#gWB3zCLkkGqIGshDQT5ozwcX0bIfoyeS { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:37.1875rem;height:7.43275rem;text-align:justify;text-align-last:initial;display:block; }
#nE1kCNoSSy920iqXvPXrnqXE5Q4FzKJr { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:55.9375rem;display:block; }
#hSTOOaWx3OGWAJaUt6wrkP7OFPpcgldl { position:absolute;display:block;z-index:100004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:53.875rem;display:block; }
#bptT0UeHdbylAZoTTgosBfeUC7KToXsd { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:19.937501430511rem;left:56rem;display:block; }
#bsiKmKCVdNUo85v0s3fFyCUlMdOMN8vq { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:17.187500476837rem;left:29.5625rem;height:1.80013125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#EDTqOnBkxdkQxRv2EoGNacogZfz5nDHc { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:34.5rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#T322qsNpzkeKyf6gyEJX05WqOd80WBdu { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:22.062501430511rem;left:56.0625rem;display:block; }
#i5gqIcF0AWW0ETQJnRXHeQVzWH77eGXr { position:absolute;display:block;z-index:100005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:55.9375rem;display:block; }
#h7F3QbFWynVA2yQCAFJSJe63xZiSrpok { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:24.375001430511rem;left:56.0625rem;display:block; }
#tAIBXR5OXkkHSfKhuudg7yMOTz0aATXb { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:55.9375rem;display:block; }
#nJy8mZAMz0vFzGETLRs3eEvd9ZFm7sLd { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:43.875rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#PzCD4qM88q95PI3o75f3XSkN1uRWz5JR { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:43.875rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#EZfeDfegWE0as41eBGC9CRpHrTWEmDgz { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:26.541667461395rem;left:56.0625rem;display:block; }
#RPNTZtDTfnZ7yCi9fSVzsSM8eIbUbsLp { position:absolute;display:block;z-index:100009;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:55.9375rem;display:block; }
#Q0sdd5yy1WdFtziPLWoBRLIUQpc6S0Ee { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:43.875rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fab419, #00308a);background-image: -moz-linear-gradient(180deg, #fab419, #00308a);background-image: -ms-linear-gradient(180deg, #fab419, #00308a);background-image: -o-linear-gradient(180deg, #fab419, #00308a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );";background-image: linear-gradient(180deg, #fab419, #00308a);background-size:initial !important;position:relative;display:block; }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row .container { background-color: transparent; background-image: none; }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row .container > .video-iframe-container { display: none; }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row > .video-iframe-container { display: none; }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .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); }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row .container { border-width: 0; border-radius: 0; }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;position:relative;display:block; }#k3qEoyNqnxlzQJUHBRwg0D0IDrmm2E1y { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.54375rem;font-style:normal;display:block; }
#oa7v6g07VnvaitWEtdKd0s31OyVMLyQy { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#yrFadQVRp89MoIvB40BL2KvMkqKdTtse { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xn3G1n6L9N4r8d7RxHZ9IRkUw8G5dmq5 { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:6rem;display:none; }
#zDF7udEiKidXxIH3KyEvpFe58dIFnJAo { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.625rem;left:50.4375rem;display:block; }
#lT7coFzid4WgDlPHohwXa8qKORtboXDA { color:#ffffff;display:block;width:19.437rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:12.40576171875rem;left:22.9365234375rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vd4tyMcerecv6gubTrfgQkNFOpKz5Vxp { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:3.9995625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CqFWLci3sHFNEp6HXNR1tDaDkNNkdRyW { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.78125rem;left:50.4375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NA93RcIoMaaclcVSN5uU2a0FlTgp9vAn { display:block; }#NA93RcIoMaaclcVSN5uU2a0FlTgp9vAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skeTGIfC4G9epHRym6cSLkzpHM7rAVee { top:0rem;left:14.8125rem;width:18.125rem;height:4.74935rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6 { display:block; }#e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vx5O4WmgBTqzcx9w3IzL1G9GgDXzza12 { width:10.6875rem;height:1.375rem;top:14.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1XgNury6PaaTEltlr9O0xCTIhZAZJQE { width:15.125rem;height:2.1875rem;top:16.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-regular-label { width:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-text { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-text {padding-top: 0; padding-bottom: 0;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-textarea { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-select { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-select {padding-top: 0; padding-bottom: 0;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-checkbox-label { width:11.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf  { width:13.75rem;height:auto;top:6.6875rem;left:32.875rem; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .radio-container { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf {display:block;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf { width:13.75rem;height:auto;top:6.6875rem;left:32.875rem; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #imQgSN9wsEbDTtnu92ThzZ7Mql3HQUks {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #WyZEwXiS1CSVIowGPIbO1TSn5oM7n6DT {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #URveliUNml7MtG03tz84o1IcQAGQ0n0r {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #ZPNgn9F5BKgHyuRKSVctPExChlTLWE1D {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #lUzbgNLbbhghrCA6WpTskiTRxE1eamCW {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #ufoJGgvSTVBziIck5FbGDhvTHUGqCxOw {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #Wn9i67HWabSRLqtOaeKieZ7o2I92XTVz {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #HieRdMTNUiQol1OEKMURiMxpAzDAXpzU {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #eBHBCcQtPRlx7xSVbhKuTflVm3QbCh8f {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #FwxNN6wFuzJEDMstcCBCXe6RhyFcMtM9 {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #csHPZoVsG3HpOdB0OcFToHnzbUgTi3kf {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #kO89mSpbkTvKkrXOJH0xMBeGFprkyQSN {  }
 }@media only screen and (max-width: 763px) { #EgtmvChdOTsGQrIZKw33h279d2eZ3sBz { display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #oMXytmGUdMF6F5LdMzXMTVBzxDRwyi4e {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #HEaA5ZVGTm5TSFdVosMXTL5pLJvaO12B {  }
 }@media only screen and (max-width: 763px) { #TZNCQrI9ZRrKJ5hK7N5X8zcsGduVLW2h { width:15.8125rem;height:25.9375rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1WtzrvWKEc5v3zOwwOgTThh2brTXG9q { width:29.375rem;height:2.75rem;top:2rem;left:9.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArEnhThFtDvb5VCCXT1FcrQLkf19vuSQ { width:26.8125rem;height:1.375rem;top:9.6875rem;left:10.374347686767rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS7WidIEVRH4isiUTTK6b8gz7trU8loD { top:29rem;left:28.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1Vngf9Rt8wEcHR8AuHJTbCRM21qrXwa { top:36.8125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVJ10V6S3ROPLZEC9iJs2tBgBTMBte1i { width:11.8125rem;height:4.1875rem;top:29rem;left:16.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9cBJCpu5v9WSGFR56ZwOfSxQg1us40R { width:12.9375rem;height:2.75rem;top:36.8125rem;left:34.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFGWWPAvS6sM6ow85LDzFsIMDiTdlIF4 { width:18.0625rem;height:2.1875rem;top:32.5rem;left:13.000001907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DABTrTnkqwNf3qcXmwiMN8qehm9nPiii { top:35.5rem;left:14.187501907349rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2KFepcAR7OaF2KHa3ZUe5qb79aFh4Zs { width:18.0625rem;height:3.25rem;top:40.3125rem;left:29.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbsTBSxFhMPpK6gG0ya9UzRFRKhBL4Un { top:44.3125rem;left:32.25rem;width:15.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTczhghF3MH9H9sMDfhTaPLugFrk77Pt { top:77.5625rem;left:17.8125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te3P9BiPlmBlTdHTfTMzs7pq7Tsu1h2K { width:12.9375rem;height:1.375rem;top:80.75rem;left:16.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkXOT6CkusC5UFScfMGWmISMNq6n8hOx { top:77.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAShpgiWNDs8OTor328wSHEsgWSnzumL { width:12.9375rem;height:1.375rem;top:80.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV1Dpfc4iqC2W2X9tzuVnf0Nw1aKAeEV { top:84.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stPFDm30x9WfBnvw80ZSarIwL1QAQLey { top:84.25rem;left:18rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrEneQfsxifKbF5rsLBUKO1HDwIrvfhd { top:40.125rem;left:26.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ0WGrHQtM2k19NipafzbJwSaQfkk6lX { width:11.8125rem;height:2.625rem;top:40.625rem;left:14.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G02OH1HVsGDdgEOIU5LCpJiTh6fu7TDq { width:18.0625rem;height:3.25rem;top:42.5rem;left:12rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUyKhG9ivHRQoe6wzzoTPWdpNIJb0IVF { top:46.25rem;left:13.936197280884rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke2xMQNMCmy9d0yMomwS1UzWngCCF0UK { width:27.5rem;height:5.5625rem;top:41.6875rem;left:17.341796875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB4oRLgzrMhDdHVR05qGwzs7bJZlTeEx { top:19rem;left:18.9375rem;width:24.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwzqE7lJMNSTA1U3s6oHJrfVoe2c9xVq { width:15.1875rem;height:5.375rem;top:19.1875rem;left:23.382377624512rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTZE4mFT66B0HT4PMW6UlOiLVdWwfB5z { width:19.25rem;height:9.5rem;top:24.4375rem;left:21.435764312744rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INwbnveKb4mTTFTZx4cTFf0iQUoRXNez { top:32.8125rem;left:25.06640625rem;width:12.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJiLQ2LKCn4OO41VRoX2vbsTLitAetO4 { width:9.5625rem;height:2.375rem;top:35.4375rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSlwAErSQHKRqi49g52s5fBfADbSThzI { display:block; }
 }@media only screen and (max-width: 763px) { #c3XJspTDXsttyam1moigqmBDNcZdsP4U { top:0.75rem;left:4.1875rem;width:43.5625rem;height:17.163638356431rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTzhcHSF45PH8Sl4v6188KQNZF0DPwQN { width:26.75rem;height:1.375rem;top:5.4375rem;left:10.468967437744rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOLiG6V07TihnsvTIK0kk5V6X73mk9Aw { display:block; }#gOLiG6V07TihnsvTIK0kk5V6X73mk9Aw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQcOeoCkMptvnsvGwMwtSMT7PUEOh1p4 { width:12.5625rem;height:2.8125rem;top:7.625rem;left:34.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgXTSuROLPVz7AaQAkonBc2TbDM6lXV4 { top:11.875rem;left:35.125rem;width:12.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShiiF5ueW5lJfkNFq7ieyevvpek76nLx { width:12.5625rem;height:1.375rem;top:7.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGnbGnckau46NlLTrqFUsortsorRsTnT { top:11.5rem;left:0rem;width:12.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmQv6qzFfzOOQO8gp1Ta4ZUTH1Bl4HDU { width:9.5625rem;height:2.375rem;top:13.875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbL10lrwEF8i3JkNq3mM4M00kZy7HvDT { display:block; }
 }@media only screen and (max-width: 763px) { #OWvIm9txG8fmiA54gEohmCHCbe07TvUX { width:9.5625rem;height:2.375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNa2kvD5pAdtyie3bNTdoQx9HLxxP2Hg { display:block; }
 }@media only screen and (max-width: 763px) { #AU1fqUMNB6fmM5UpuCyyUx3LbR8K4tGH { width:12.5625rem;height:1.375rem;top:22.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCE2htcU9Ti5p5mKMM8BqsefHR2ex1Uk { top:26.3125rem;left:0rem;width:12.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCPR5Gc59hT52UhZ11HpmZG7JAdkkaU5 { width:9.5625rem;height:2.375rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUuaiJnraSUP85OVb8Abd1vSvVd6rfmF { display:block; }
 }@media only screen and (max-width: 763px) { #I2raLXstTdEyvmrr095o7ZTJzlAJSMBA { width:12.5625rem;height:1.375rem;top:22.5rem;left:34.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEvsmLpPb3cClwTTre3nNrJQV5ZirAOJ { top:26.125rem;left:34.875rem;width:12.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ruWNaPEM0lAuzhC5bq29lhSBcPsnIG { width:9.5625rem;height:2.375rem;top:28.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm9PaHTUcBKiZArXyhMyrLLN9a0eT4yQ { display:block; }
 }@media only screen and (max-width: 763px) { #kyKRlfASPMr4fBTCGxM3MHJUBLgdlg5w { top:19.375rem;left:34.625rem;width:12.5625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0gcsnTf40KsTegCEggw4Uwhu62LL3Kq { top:19.375rem;left:0rem;width:12.5625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBhimfqaAGaa3mD2hrTApoExKkMe9NAd { top:5.875rem;left:0rem;width:12.5625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOQV8uqzR4vagewaTHZaRpLCkiVeKctU { top:5.875rem;left:34.625rem;width:12.5625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6s9poROHkQZzFRkKtLch4PWl40Z8vFO { width:29.4375rem;height:2.625rem;top:1.5625rem;left:9.3111991882325rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq4Oip0yVMfO17aT5c8P1RJxyNkTgfMt { top:33.5rem;left:0rem;width:12.5625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWkPpkfWZ1xffgTE5NcaqSLHmWKBbmJD { width:12.375rem;height:2.8125rem;top:35.5rem;left:0rem;font-size:0.9375rem;display:block; }#TWkPpkfWZ1xffgTE5NcaqSLHmWKBbmJD li:before{  }
 }@media only screen and (max-width: 763px) { #ZWyTTqTJhiTnl3i8itC1WWMy9LUNerCA { top:33.5rem;left:34.9375rem;width:12.5625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnBboATFCdrVWfRVHJGZ8Sanuyi2W97m { width:12.5625rem;height:1.375rem;top:35.3125rem;left:35.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhTbJGMSGfZMMfHVBXp70znAWGpqOQvv { width:10.125rem;height:6.5rem;top:39.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnh32UvBcQTBRySqTCfwGh1uPFvNIKlu { top:48.1875rem;left:35.3125rem;width:12.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un6GTmwQAhBvCT9wb4C05G2rwMeZXgKB { width:9.5625rem;height:2.375rem;top:49.875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkJaeQ6PX3wZorqG41Im3fMe4POwfeD { display:block; }
 }@media only screen and (max-width: 763px) { #oRKGyNz0dIklEngJbWDJFCwAyztfBhgW { top:48rem;left:0rem;width:12.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyHO8PuO2A94hJyscRNLNxrNLnnWvkMs { width:10.125rem;height:10.4375rem;top:37.375rem;left:36.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnUGRw9viZ4Ha8yfk8LpVTxr7tLWWgX1 { top:56.6875rem;left:0rem;width:12.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckok6E4OGsLGe7v9krUXxMTzxmtC9cqn { top:56.6875rem;left:35rem;width:12.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKMEZEXRGJXMdAMmWzyedGsQB7uPrNRy { width:9.5625rem;height:2.375rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeL70NupdCHuoyvSphxnxcrOSygvkfT6 { display:block; }
 }@media only screen and (max-width: 763px) { #qmkMkORm1ztx4QNfnF0yf0Hso9XQ1rJE { width:12.5625rem;height:1.375rem;top:58rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiUAMXCkm4tlROOWy0wSdhmm6EvebulI { width:12.5625rem;height:1.375rem;top:59.1875rem;left:35.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTieblcousvVxT76uCEHScbZEQHifU0u { width:10.125rem;height:3.875rem;top:62.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByqVHQK9Wo6fq1WuKnS7foEB6G4TopWV { width:10.125rem;height:5.1875rem;top:62.5rem;left:37.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTS4u51BeMxNP4MgpwPKa7wLTmqGyX6T { top:70.3125rem;left:0rem;width:12.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdrZlzPhON9FmXuJNN2i9k9onS76yixl { width:9.5625rem;height:2.375rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLDBWMgRGU1q1RqhWB5FU7QF9I0Dl9dV { display:block; }
 }@media only screen and (max-width: 763px) { #mqyTTWLBwrAJBu4pTWhi9Lc3qEW8kILx { top:70.625rem;left:35.5625rem;width:12.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix0qgvrwHXPm7fUNGOMeGwvMbJWy1Ofc { width:9.5625rem;height:2.375rem;top:73.0625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8n6ne7f7dx6s6eL8G90dPOX7XzaphwI { display:block; }
 }@media only screen and (max-width: 763px) { #H1UbBOz4DaDV7zrOyc5TeKrp9oFbXwln { top:78.3125rem;left:35rem;width:12.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaQaHXc13B4Z1XpwXp5zRb0IOnaOVmv9 { width:12.5625rem;height:1.375rem;top:80.8125rem;left:35.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLoVd8Qpy4WdJTlwA3896pO0btDNDKQP { top:92.25rem;left:35.5625rem;width:12.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPTzelcrluaAxl1xb73T6oim3rKqy0L { top:78.3125rem;left:0rem;width:12.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #InL94WsEHTCUyHVTI98ZLJyS1rKwiVMw { width:12.5625rem;height:1.375rem;top:80.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPdFxiK1cuzbW4lieMBs1VGiqPzFPf0T { width:10.125rem;height:3.875rem;top:84.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oton6GpHV8NUUOi1afXet7AG7uBzioBZ { top:92.25rem;left:0rem;width:12.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su4UBfRIhnI47WMlRzKMxXnyIuD0OahT { width:9.5625rem;height:2.375rem;top:94.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT4329BsfAtlO0pJPXWgF2ZxCCvoV8TN { display:block; }
 }@media only screen and (max-width: 763px) { #TaVDfr2C8dFiU5umWNqTUbaZcc0W5wg0 { top:97.125rem;left:17.1875rem;width:12.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2zPMLESIHeFzxoalOnakyyTHWFnHCo1 { width:12.5625rem;height:1.25rem;top:100.0625rem;left:17.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRTQCnTmD7wwyscoNlETmVT2HLLcC2by { width:10.125rem;height:6.5rem;top:102.9375rem;left:18.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZMP30NLMQdgNBf3hFiozH3l02pBRGsA { width:10.125rem;height:5.1875rem;top:84.125rem;left:37.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et7ysAyTLiuXaS0Toi9oSnsLKfU4U40d { width:9.5625rem;height:2.375rem;top:94.6875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlO6RP8bdSg0v2TwvfFllb1uod1qXwUv { display:block; }
 }@media only screen and (max-width: 763px) { #NJdi1iaQtGZWFzlR7zQKPqMT0RcTvTXK { top:111.0625rem;left:17.4375rem;width:12.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWKITJn1DfbczNuXD0iBkJCKIR6np8V1 { width:9.5625rem;height:2.375rem;top:113.5625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcvDr3oybr4257wSpvLlVyxWxp09RJs5 { display:block; }
 }@media only screen and (max-width: 763px) { #WRW9i7pMXFgPO9VnACA740DZFOpIogPo { display:block; }#WRW9i7pMXFgPO9VnACA740DZFOpIogPo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGyUIgqklqgsm7TAT6r5QBMz44fThADD { width:31.5rem;height:5.25rem;top:6.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdChGPIgzaL0noh8FpOSofWLFsvr9hio { width:40.4375rem;height:2.8125rem;top:1.6875rem;left:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPylvQnNmUqTVVluVcZoINELTNgfKxef { top:8.6875rem;left:31.125rem;width:16.625rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDNuL8gW72wxQ43pIoNyxpNe2KUI8rkQ { top:6.9375rem;left:32rem;width:15.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9N98bqeTzQ48K0UaV2nLbbqX048KAsP { top:10.5rem;left:28.5625rem;width:19.1875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUxJaRzmvSS6FrtPQTgbThqTC79X86vs { top:6.9375rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaTTFGCqxEF5kE4x6ZObBCbH3LV1xmKK { top:8.625rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHCMzhqwlS5o476UF3PG3RrTDFRyXZkl { top:10.4375rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNh5c27BlvN1F3mStZR5we7sz5sWTU83 { top:6.5625rem;left:28.84375rem;width:0.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t { display:block; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMfHFdeoIUifuzHPcG7Xn2Umg0T0pAwF { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5Gt4eTgOexzZ4PpgAO9TfZbJqsW4REn { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWB3zCLkkGqIGshDQT5ozwcX0bIfoyeS { width:20.8125rem;height:7.1875rem;top:7.9375rem;left:26.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE1kCNoSSy920iqXvPXrnqXE5Q4FzKJr { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSTOOaWx3OGWAJaUt6wrkP7OFPpcgldl { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bptT0UeHdbylAZoTTgosBfeUC7KToXsd { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiKmKCVdNUo85v0s3fFyCUlMdOMN8vq { width:28.5625rem;height:1.75rem;top:17.1875rem;left:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDTqOnBkxdkQxRv2EoGNacogZfz5nDHc { width:20.75rem;height:2.6875rem;top:19.1875rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T322qsNpzkeKyf6gyEJX05WqOd80WBdu { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5gqIcF0AWW0ETQJnRXHeQVzWH77eGXr { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7F3QbFWynVA2yQCAFJSJe63xZiSrpok { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAIBXR5OXkkHSfKhuudg7yMOTz0aATXb { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJy8mZAMz0vFzGETLRs3eEvd9ZFm7sLd { width:11.375rem;height:2.6875rem;top:21.5rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzCD4qM88q95PI3o75f3XSkN1uRWz5JR { width:11.375rem;height:2.6875rem;top:26rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZfeDfegWE0as41eBGC9CRpHrTWEmDgz { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPNTZtDTfnZ7yCi9fSVzsSM8eIbUbsLp { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0sdd5yy1WdFtziPLWoBRLIUQpc6S0Ee { width:11.375rem;height:2.6875rem;top:23.8125rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 { display:block; }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3qEoyNqnxlzQJUHBRwg0D0IDrmm2E1y { width:28.8125rem;height:2.5rem;top:1.4375rem;left:18.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa7v6g07VnvaitWEtdKd0s31OyVMLyQy { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrFadQVRp89MoIvB40BL2KvMkqKdTtse { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn3G1n6L9N4r8d7RxHZ9IRkUw8G5dmq5 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDF7udEiKidXxIH3KyEvpFe58dIFnJAo { width:3.6875rem;height:3.6875rem;top:7.625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT7coFzid4WgDlPHohwXa8qKORtboXDA { top:12.375rem;left:16.8115234375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4tyMcerecv6gubTrfgQkNFOpKz5Vxp { width:47.75rem;height:4rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqFWLci3sHFNEp6HXNR1tDaDkNNkdRyW { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NA93RcIoMaaclcVSN5uU2a0FlTgp9vAn { display:block; }#NA93RcIoMaaclcVSN5uU2a0FlTgp9vAn > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skeTGIfC4G9epHRym6cSLkzpHM7rAVee { width:18.125rem;height:4.74935rem;top:0rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6 { display:block; }#e3ZSyH0QKAS8iLJbQaETRnuooTKgHlA6 > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vx5O4WmgBTqzcx9w3IzL1G9GgDXzza12 { width:10.7498125rem;height:1.80555625rem;top:19.625rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #q1XgNury6PaaTEltlr9O0xCTIhZAZJQE { width:15.186625rem;height:2.2482625rem;top:22.4375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-regular-label { width:13.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto;background-color:transparent;background-image:none; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-text { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-text {padding-top: 0; padding-bottom: 0;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-textarea { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-select { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-select {padding-top: 0; padding-bottom: 0;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-button { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-checkbox-label { width:12.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf  { width:13.75rem;height:auto;top:25.25rem;left:2rem;background-color:transparent;background-image:none;z-index:100072; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .radio-container { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf {display:block;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf { width:13.75rem;height:auto;top:25.25rem;left:2rem;background-color:transparent;background-image:none;z-index:100072; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #imQgSN9wsEbDTtnu92ThzZ7Mql3HQUks {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #WyZEwXiS1CSVIowGPIbO1TSn5oM7n6DT {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #URveliUNml7MtG03tz84o1IcQAGQ0n0r {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #ZPNgn9F5BKgHyuRKSVctPExChlTLWE1D {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #lUzbgNLbbhghrCA6WpTskiTRxE1eamCW {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #ufoJGgvSTVBziIck5FbGDhvTHUGqCxOw {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #Wn9i67HWabSRLqtOaeKieZ7o2I92XTVz {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #HieRdMTNUiQol1OEKMURiMxpAzDAXpzU {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #eBHBCcQtPRlx7xSVbhKuTflVm3QbCh8f {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #FwxNN6wFuzJEDMstcCBCXe6RhyFcMtM9 {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #csHPZoVsG3HpOdB0OcFToHnzbUgTi3kf {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #kO89mSpbkTvKkrXOJH0xMBeGFprkyQSN {  }
 }@media only screen and (max-width: 763px) { #EgtmvChdOTsGQrIZKw33h279d2eZ3sBz { display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #oMXytmGUdMF6F5LdMzXMTVBzxDRwyi4e {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #HEaA5ZVGTm5TSFdVosMXTL5pLJvaO12B {  }
 }@media only screen and (max-width: 763px) { #TZNCQrI9ZRrKJ5hK7N5X8zcsGduVLW2h { width:15.811625rem;height:29.6245625rem;top:17.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1WtzrvWKEc5v3zOwwOgTThh2brTXG9q { width:11.9998125rem;height:2.9730875rem;top:0.80403661727906rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ArEnhThFtDvb5VCCXT1FcrQLkf19vuSQ { width:13.2498125rem;height:1.78819375rem;top:5.412326335907rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS7WidIEVRH4isiUTTK6b8gz7trU8loD { width:2.1875rem;height:2.1875rem;top:90.75rem;left:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1Vngf9Rt8wEcHR8AuHJTbCRM21qrXwa { width:2.1875rem;height:2.1875rem;top:67.375rem;left:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVJ10V6S3ROPLZEC9iJs2tBgBTMBte1i { width:11.8125rem;height:4.125rem;top:57rem;left:4.9375rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9cBJCpu5v9WSGFR56ZwOfSxQg1us40R { width:12.9375rem;height:2.75rem;top:67.375rem;left:3.8125rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFGWWPAvS6sM6ow85LDzFsIMDiTdlIF4 { width:18.0625rem;height:2.25rem;top:60.6875rem;left:1rem;text-align:right;text-align-last:right;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DABTrTnkqwNf3qcXmwiMN8qehm9nPiii { width:12.5rem;height:1.25rem;top:63.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2KFepcAR7OaF2KHa3ZUe5qb79aFh4Zs { width:18.0625rem;height:3.375rem;top:70.9375rem;left:0.9375rem;text-align:right;text-align-last:right;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbsTBSxFhMPpK6gG0ya9UzRFRKhBL4Un { width:12.5rem;height:1.25rem;top:74.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTczhghF3MH9H9sMDfhTaPLugFrk77Pt { width:12.5rem;height:12.5rem;top:110.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Te3P9BiPlmBlTdHTfTMzs7pq7Tsu1h2K { width:11rem;height:1.375rem;top:114.3125rem;left:5.25rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkXOT6CkusC5UFScfMGWmISMNq6n8hOx { width:12.5rem;height:12.5rem;top:142.375rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAShpgiWNDs8OTor328wSHEsgWSnzumL { width:12.9375rem;height:1.375rem;top:145.8125rem;left:2.5rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lV1Dpfc4iqC2W2X9tzuVnf0Nw1aKAeEV { width:12.5rem;height:1.25rem;top:149.375rem;left:4.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #stPFDm30x9WfBnvw80ZSarIwL1QAQLey { width:12.4369375rem;height:1.25rem;top:117.125rem;left:4.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrEneQfsxifKbF5rsLBUKO1HDwIrvfhd { width:2.1875rem;height:2.1875rem;top:197.9778625rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQ0WGrHQtM2k19NipafzbJwSaQfkk6lX { width:11.8125rem;height:0;top:193.0625rem;left:4.0625rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G02OH1HVsGDdgEOIU5LCpJiTh6fu7TDq { width:18.0625rem;height:0;top:189.5625rem;left:0.9375rem;text-align:right;text-align-last:right;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUyKhG9ivHRQoe6wzzoTPWdpNIJb0IVF { width:14.6875rem;height:0;top:197.0625rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ke2xMQNMCmy9d0yMomwS1UzWngCCF0UK { width:20rem;height:5.59895625rem;top:10.486112594604rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB4oRLgzrMhDdHVR05qGwzs7bJZlTeEx { width:19.749375rem;height:16.124125rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwzqE7lJMNSTA1U3s6oHJrfVoe2c9xVq { width:12.561875rem;height:5.8138rem;top:49.417753696442rem;left:3.0056424736977rem;text-align:right;text-align-last:right;font-size:1.9375rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #bTZE4mFT66B0HT4PMW6UlOiLVdWwfB5z { width:19.2480625rem;height:6.55924375rem;top:55.409073829651rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #INwbnveKb4mTTFTZx4cTFf0iQUoRXNez { width:12.1875rem;height:2.03125rem;top:62.312284998596rem;left:3.9062500596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJiLQ2LKCn4OO41VRoX2vbsTLitAetO4 { width:9.561625rem;height:2.37413125rem;top:65.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSlwAErSQHKRqi49g52s5fBfADbSThzI { display:block; }
 }@media only screen and (max-width: 763px) { #c3XJspTDXsttyam1moigqmBDNcZdsP4U { width:20rem;height:7.986125rem;top:0.80403709411619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTzhcHSF45PH8Sl4v6188KQNZF0DPwQN { width:12.8125rem;height:0.8941rem;top:3.7749571800232rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOLiG6V07TihnsvTIK0kk5V6X73mk9Aw { display:block; }#gOLiG6V07TihnsvTIK0kk5V6X73mk9Aw > .row .container { width:20rem;height:210.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQcOeoCkMptvnsvGwMwtSMT7PUEOh1p4 { width:8.499375rem;height:2.44791875rem;top:6.1859807968139rem;left:5.7497830986977rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100054;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xgXTSuROLPVz7AaQAkonBc2TbDM6lXV4 { width:12.1875rem;height:1.21853125rem;top:10.560980796814rem;left:3.9062500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShiiF5ueW5lJfkNFq7ieyevvpek76nLx { width:12.561875rem;height:1.40625rem;top:20.499134063721rem;left:3.0622830986977rem;text-align:right;text-align-last:right;font-size:0.9375rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #mGnbGnckau46NlLTrqFUsortsorRsTnT { width:12.1875rem;height:1.21853125rem;top:25.248481750488rem;left:4.0937500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmQv6qzFfzOOQO8gp1Ta4ZUTH1Bl4HDU { width:9.561625rem;height:2.43706875rem;top:13.686414718628rem;left:5.4062500596046rem;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #lbL10lrwEF8i3JkNq3mM4M00kZy7HvDT { display:block; }
 }@media only screen and (max-width: 763px) { #OWvIm9txG8fmiA54gEohmCHCbe07TvUX { width:9.5605625rem;height:2.37305rem;top:141.18446922302rem;left:4.8194447159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNa2kvD5pAdtyie3bNTdoQx9HLxxP2Hg { display:block; }
 }@media only screen and (max-width: 763px) { #AU1fqUMNB6fmM5UpuCyyUx3LbR8K4tGH { width:12.561875rem;height:1.40625rem;top:47.499137878418rem;left:2.0052083134651rem;text-align:right;text-align-last:right;font-size:0.9375rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #gCE2htcU9Ti5p5mKMM8BqsefHR2ex1Uk { width:12.1875rem;height:1.21853125rem;top:51.998701095581rem;left:5.2497830986977rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCPR5Gc59hT52UhZ11HpmZG7JAdkkaU5 { width:9.561625rem;height:2.37413125rem;top:54.436626434326rem;left:5.4055991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUuaiJnraSUP85OVb8Abd1vSvVd6rfmF { display:block; }
 }@media only screen and (max-width: 763px) { #I2raLXstTdEyvmrr095o7ZTJzlAJSMBA { width:12.561875rem;height:1.40625rem;top:33.436417579651rem;left:2.4728732705116rem;text-align:right;text-align-last:right;font-size:0.9375rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #WEvsmLpPb3cClwTTre3nNrJQV5ZirAOJ { width:12.1875rem;height:1.21853125rem;top:38.062066078186rem;left:5.4058161377907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ruWNaPEM0lAuzhC5bq29lhSBcPsnIG { width:9.561625rem;height:2.37413125rem;top:40.745010375976rem;left:5.9372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm9PaHTUcBKiZArXyhMyrLLN9a0eT4yQ { display:block; }
 }@media only screen and (max-width: 763px) { #kyKRlfASPMr4fBTCGxM3MHJUBLgdlg5w { width:12.561875rem;height:8.311625rem;top:32.123479366302rem;left:4.4997830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0gcsnTf40KsTegCEggw4Uwhu62LL3Kq { width:12.561875rem;height:8.311625rem;top:45.811632156372rem;left:4.0928822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBhimfqaAGaa3mD2hrTApoExKkMe9NAd { width:12.561875rem;height:8.3105625rem;top:18.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOQV8uqzR4vagewaTHZaRpLCkiVeKctU { width:12.561875rem;height:8.311625rem;top:5.0618505477905rem;left:3.9051652550697rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6s9poROHkQZzFRkKtLch4PWl40Z8vFO { width:20rem;height:5.19748125rem;top:0.50889778137207rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq4Oip0yVMfO17aT5c8P1RJxyNkTgfMt { width:12.561875rem;height:17.061625rem;top:80.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWkPpkfWZ1xffgTE5NcaqSLHmWKBbmJD { width:12.561875rem;height:2.8125rem;top:82.124567031862rem;left:3.1866319775581rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:100054;display:block; }#TWkPpkfWZ1xffgTE5NcaqSLHmWKBbmJD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TWkPpkfWZ1xffgTE5NcaqSLHmWKBbmJD li:before{  }
 }@media only screen and (max-width: 763px) { #ZWyTTqTJhiTnl3i8itC1WWMy9LUNerCA { width:12.561875rem;height:17.0605625rem;top:123.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnBboATFCdrVWfRVHJGZ8Sanuyi2W97m { width:12.561875rem;height:1.31185rem;top:61.248917579651rem;left:2.4728732705116rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #WhTbJGMSGfZMMfHVBXp70znAWGpqOQvv { width:10.1248125rem;height:6.55924375rem;top:86.436639785769rem;left:5.7497830986977rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #Nnh32UvBcQTBRySqTCfwGh1uPFvNIKlu { width:12.1875rem;height:1.21853125rem;top:74.292531967163rem;left:3.9062500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un6GTmwQAhBvCT9wb4C05G2rwMeZXgKB { width:9.5605625rem;height:2.37305rem;top:76.5039024353rem;left:5.2191844582558rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkJaeQ6PX3wZorqG41Im3fMe4POwfeD { display:block; }
 }@media only screen and (max-width: 763px) { #oRKGyNz0dIklEngJbWDJFCwAyztfBhgW { width:12.1875rem;height:1.21853125rem;top:94.312063217163rem;left:5.2495661377907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyHO8PuO2A94hJyscRNLNxrNLnnWvkMs { width:10.1248125rem;height:10.4948125rem;top:63.247608184812rem;left:4.9370661377907rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #WnUGRw9viZ4Ha8yfk8LpVTxr7tLWWgX1 { width:12.561875rem;height:17.0605625rem;top:59.193796157837rem;left:3.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckok6E4OGsLGe7v9krUXxMTzxmtC9cqn { width:12.5rem;height:17.0625rem;top:102.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKMEZEXRGJXMdAMmWzyedGsQB7uPrNRy { width:9.5605625rem;height:2.37305rem;top:97.873275756838rem;left:5.7816844582558rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeL70NupdCHuoyvSphxnxcrOSygvkfT6 { display:block; }
 }@media only screen and (max-width: 763px) { #qmkMkORm1ztx4QNfnF0yf0Hso9XQ1rJE { width:6.5625rem;height:1.68728125rem;top:126.18707323074rem;left:5.7497830986977rem;text-align:right;text-align-last:right;font-size:1.125rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #BiUAMXCkm4tlROOWy0wSdhmm6EvebulI { width:12.561875rem;height:1.40625rem;top:104.75rem;left:2.375rem;text-align:right;text-align-last:right;font-size:0.9375rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #mTieblcousvVxT76uCEHScbZEQHifU0u { width:10.1248125rem;height:3.93555rem;top:130.8125rem;left:3.5625rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #ByqVHQK9Wo6fq1WuKnS7foEB6G4TopWV { width:10.1248125rem;height:5.2474rem;top:108.875rem;left:5.1875rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #pTS4u51BeMxNP4MgpwPKa7wLTmqGyX6T { width:12.1875rem;height:1.21853125rem;top:138rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdrZlzPhON9FmXuJNN2i9k9onS76yixl { width:9.5605625rem;height:2.37305rem;top:27.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLDBWMgRGU1q1RqhWB5FU7QF9I0Dl9dV { display:block; }
 }@media only screen and (max-width: 763px) { #mqyTTWLBwrAJBu4pTWhi9Lc3qEW8kILx { width:12.1875rem;height:1.21853125rem;top:117.1875rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix0qgvrwHXPm7fUNGOMeGwvMbJWy1Ofc { width:9.561625rem;height:2.37413125rem;top:119.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8n6ne7f7dx6s6eL8G90dPOX7XzaphwI { display:block; }
 }@media only screen and (max-width: 763px) { #H1UbBOz4DaDV7zrOyc5TeKrp9oFbXwln { width:12.5rem;height:16rem;top:146.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaQaHXc13B4Z1XpwXp5zRb0IOnaOVmv9 { width:12.561875rem;height:1.40625rem;top:148.3125rem;left:0.9375rem;text-align:right;text-align-last:right;font-size:0.9375rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #TLoVd8Qpy4WdJTlwA3896pO0btDNDKQP { width:12.1875rem;height:1.21853125rem;top:160.5rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPTzelcrluaAxl1xb73T6oim3rKqy0L { width:12.5rem;height:16rem;top:168.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InL94WsEHTCUyHVTI98ZLJyS1rKwiVMw { width:12.561875rem;height:1.40625rem;top:170.125rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #UPdFxiK1cuzbW4lieMBs1VGiqPzFPf0T { width:10.1248125rem;height:3.93555rem;top:173.875rem;left:5.125rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #oton6GpHV8NUUOi1afXet7AG7uBzioBZ { width:12.1875rem;height:1.21853125rem;top:182rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su4UBfRIhnI47WMlRzKMxXnyIuD0OahT { width:9.5625rem;height:2.375rem;top:184.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT4329BsfAtlO0pJPXWgF2ZxCCvoV8TN { display:block; }
 }@media only screen and (max-width: 763px) { #TaVDfr2C8dFiU5umWNqTUbaZcc0W5wg0 { width:12.5rem;height:16rem;top:189.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2zPMLESIHeFzxoalOnakyyTHWFnHCo1 { width:12.561875rem;height:1.31185rem;top:192.375rem;left:3.25rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:100054;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #LRTQCnTmD7wwyscoNlETmVT2HLLcC2by { width:10.1248125rem;height:6.55925rem;top:195.4375rem;left:5.4375rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #bZMP30NLMQdgNBf3hFiozH3l02pBRGsA { width:10.1248125rem;height:5.24739375rem;top:152.375rem;left:5.125rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #Et7ysAyTLiuXaS0Toi9oSnsLKfU4U40d { width:9.5625rem;height:2.375rem;top:162.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlO6RP8bdSg0v2TwvfFllb1uod1qXwUv { display:block; }
 }@media only screen and (max-width: 763px) { #NJdi1iaQtGZWFzlR7zQKPqMT0RcTvTXK { width:12.1875rem;height:1.21853125rem;top:203.5625rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWKITJn1DfbczNuXD0iBkJCKIR6np8V1 { width:9.5625rem;height:2.375rem;top:206rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcvDr3oybr4257wSpvLlVyxWxp09RJs5 { display:block; }
 }@media only screen and (max-width: 763px) { #WRW9i7pMXFgPO9VnACA740DZFOpIogPo { display:block; }#WRW9i7pMXFgPO9VnACA740DZFOpIogPo > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGyUIgqklqgsm7TAT6r5QBMz44fThADD { width:17.4375rem;height:7.11805625rem;top:11.2470703125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdChGPIgzaL0noh8FpOSofWLFsvr9hio { width:15rem;height:3.2487rem;top:0.8125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPylvQnNmUqTVVluVcZoINELTNgfKxef { width:15.6875rem;height:1.05615rem;top:5.96875rem;left:1.53125rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDNuL8gW72wxQ43pIoNyxpNe2KUI8rkQ { width:13.5rem;height:1.05615rem;top:7.40625rem;left:3.71875rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9N98bqeTzQ48K0UaV2nLbbqX048KAsP { width:16.375rem;height:1.05615rem;top:8.96875rem;left:0.8427734375rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUxJaRzmvSS6FrtPQTgbThqTC79X86vs { width:1.5625rem;height:1.1875rem;top:5.8125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaTTFGCqxEF5kE4x6ZObBCbH3LV1xmKK { width:1.5625rem;height:1.1875rem;top:7.3125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHCMzhqwlS5o476UF3PG3RrTDFRyXZkl { width:1.5625rem;height:1.1875rem;top:8.8125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNh5c27BlvN1F3mStZR5we7sz5sWTU83 { width:0.125rem;height:5.3125rem;top:21.8720703125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t { background-color:transparent;background-image:none;display:block; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container { background-color: transparent; background-image: none; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container > .video-iframe-container { display: none; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row > .video-iframe-container { display: none; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .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); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMfHFdeoIUifuzHPcG7Xn2Umg0T0pAwF { width:16.5rem;height:1.875rem;top:0.375rem;left:2.4375000596046rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5Gt4eTgOexzZ4PpgAO9TfZbJqsW4REn { width:14.625rem;height:0.1875rem;top:2.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWB3zCLkkGqIGshDQT5ozwcX0bIfoyeS { width:17.625rem;height:5.6206625rem;top:3.5625rem;left:1.3125rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE1kCNoSSy920iqXvPXrnqXE5Q4FzKJr { width:1.5625rem;height:1.5625rem;top:13.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSTOOaWx3OGWAJaUt6wrkP7OFPpcgldl { width:4.25rem;height:0.1875rem;top:2.625rem;left:14.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #bptT0UeHdbylAZoTTgosBfeUC7KToXsd { width:1.25rem;height:1.25rem;top:13.84375rem;left:17.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiKmKCVdNUo85v0s3fFyCUlMdOMN8vq { width:13.5625rem;height:1.875rem;top:11rem;left:5.375rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDTqOnBkxdkQxRv2EoGNacogZfz5nDHc { width:15.5625rem;height:2.27321875rem;top:13.1875rem;left:1.4375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T322qsNpzkeKyf6gyEJX05WqOd80WBdu { width:1.25rem;height:1.25rem;top:15.6875rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5gqIcF0AWW0ETQJnRXHeQVzWH77eGXr { width:1.5625rem;height:1.5625rem;top:15.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7F3QbFWynVA2yQCAFJSJe63xZiSrpok { width:1.25rem;height:1.25rem;top:17.625rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAIBXR5OXkkHSfKhuudg7yMOTz0aATXb { width:1.5625rem;height:1.5625rem;top:17.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJy8mZAMz0vFzGETLRs3eEvd9ZFm7sLd { width:10.0625rem;height:2.27321875rem;top:15.09375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzCD4qM88q95PI3o75f3XSkN1uRWz5JR { width:10.0625rem;height:2.27321875rem;top:16.9375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZfeDfegWE0as41eBGC9CRpHrTWEmDgz { width:1.25rem;height:1.25rem;top:19.4375rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPNTZtDTfnZ7yCi9fSVzsSM8eIbUbsLp { width:1.5625rem;height:1.5625rem;top:19.1875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0sdd5yy1WdFtziPLWoBRLIUQpc6S0Ee { width:11.375rem;height:2.27321875rem;top:18.875rem;left:5.5625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #2649a9);background-image: -moz-linear-gradient(top, #e5972b, #2649a9);background-image: -ms-linear-gradient(top, #e5972b, #2649a9);background-image: -o-linear-gradient(top, #e5972b, #2649a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );";background-image: linear-gradient(to bottom, #e5972b, #2649a9);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row .container { background-color: transparent; background-image: none; }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row .container > .video-iframe-container { display: none; }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row > .video-iframe-container { display: none; }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .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); }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row .container { border-width: 0; border-radius: 0; }#ou96A9OcLTNBV1TwODfU1nP5oSe7Ml44 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3qEoyNqnxlzQJUHBRwg0D0IDrmm2E1y { width:16.6875rem;height:1.51171875rem;top:1.75rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa7v6g07VnvaitWEtdKd0s31OyVMLyQy { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yrFadQVRp89MoIvB40BL2KvMkqKdTtse { width:13.0625rem;height:4.80143125rem;top:4.375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn3G1n6L9N4r8d7RxHZ9IRkUw8G5dmq5 { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDF7udEiKidXxIH3KyEvpFe58dIFnJAo { width:3.125rem;height:3.125rem;top:9.0625rem;left:15.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT7coFzid4WgDlPHohwXa8qKORtboXDA { width:19.437rem;height:1.2999125rem;top:15.0029296875rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vd4tyMcerecv6gubTrfgQkNFOpKz5Vxp { width:14.875rem;height:6.40190625rem;top:9.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqFWLci3sHFNEp6HXNR1tDaDkNNkdRyW { width:3.125rem;height:3.125rem;top:3.5rem;left:15.5rem;font-size:2.1875rem;display:block; }
 }