.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .row > .video-iframe-container { display: none; }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .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); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { background-color: transparent; background-image: none; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container > .video-iframe-container { display: none; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row > .video-iframe-container { display: none; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .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); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { border-width: 0; border-radius: 0; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { width:75rem;height:8.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#flDxmXzuTDU0eFtsSpFJDl2zzypzSnqf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:10.3125rem;top:2.224609375rem;left:0rem;overflow:hidden;display:block; }
#pq9aMTwodXGZKi8X3htT87QX7V7vTGnf { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:right;text-align-last:right;top:2.65625rem;left:61.5625rem;display:none; }
#p8LZmBhOuAE7Aa004I26Tv5fNBycXX2f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MAqAdAIonKVnr5SPNxsqpxTFewJ7fr3u { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#c5BJBa7wKUTZx2KoNrKaPP4GHONTe1fX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ihxONVHcsOOH1CsgHcUf6dqaDOLfbKOx { color:#8e8e8e;display:block;width:5.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.375rem;left:44.9375rem;height:;text-align:right;text-align-last:right;display:none; }#ihxONVHcsOOH1CsgHcUf6dqaDOLfbKOx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ihxONVHcsOOH1CsgHcUf6dqaDOLfbKOx li:before{  }
#KadqCI5rBJz2XU53nvH0P0RTzXWptZwV { z-index:15001;top:2.21875rem;left:57.6875rem;background-color:#2e1a46;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;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:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#xkAXCIkkvkaqCoIqJQFrmboz9iJ503Ol { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WhIZwd9BkCM12dhhBpOTXOXvNPwXGTaK { color:#8e8e8e;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.486111164093rem;left:43.0625rem;height:0;text-align:right;text-align-last:right;display:none; }
#yKw6zy7bHD8MBP9cgWPwT0lS4xWqmOQ4 { color:#181b21;display:block;width:5.375rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.3744671344757rem;left:48.999641418457rem;height:4.14258125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yxRG0mWhRBr5TCU26D69IcMXzpGplqXX { color:#8e8e8e;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:3.5625rem;left:40.625rem;height:1.13725rem;text-align:right;text-align-last:right;display:block; }
#oTNFZBLZL6zvtgrUUsyQtehPGlq3eoGl { color:#8e8e8e;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.5625rem;left:40.9375rem;height:0;text-align:right;text-align-last:right;display:block; }
#DqlZmED4QVMTfasGgzhoAT4OqWRZpwC9 { z-index:15014;top:3.1871447563171rem;left:55.124465942382rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #bbbbbb;border-left:0.0625rem solid #bbbbbb;border-right:0.0625rem solid #bbbbbb;border-bottom:0.0625rem solid #bbbbbb;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#181b21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EpAgUANnW6AzgEu1R3tebsTP8PFQ2u4f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7mdX7q2yzzeyFS8f0ivBbwAItaQE8CT { z-index:15012;top:3.1875rem;left:64.8125rem;background-color:#632c72;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;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:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nxC7IJsP6Pm8ov7yKK5Xu2oOy2I7EQLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4372daba-c187-4637-87cb-85642430b106/Capa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR.adaptive-delivery-prevent-bg, #nx9Jo3kUPg2tf20xgTqColMPNprCqPkR.lazyload, #nx9Jo3kUPg2tf20xgTqColMPNprCqPkR.lazyloading { background-image: none; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row .container { background-color: transparent; background-image: none; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,4,4,0.53); }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row .container > .video-iframe-container { display: none; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,4,4,0.53); }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row > .video-iframe-container { display: none; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .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); }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row .container { border-width: 0; border-radius: 0; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row .container { width:75rem;height:38.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#zog4HtoWpk0qPTaRiDvFDXOFvWdL1tQN { z-index:15006;top:30.375rem;left:16.322265625rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #d8d8d8;border-left:0.1875rem solid #d8d8d8;border-right:0.1875rem solid #d8d8d8;border-bottom:0.1875rem solid #d8d8d8;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#d8d8d8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8535rem;height:3.2910125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ack9LeQaEGWNodeqTv3edDiSXFAmNiot { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTGx09ovmNPJkVQViTixHLALdrm57A4o { color:#ffffff;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:22.3125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#r0FRyvd8M4bL6NIw2AgUCH20BqUEdGsz { color:#ffffff;display:block;width:42.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:12.6875rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XfpWCvZy6quyO1Hcmwwu8xv6EXll3wZO { z-index:15001;top:30.30078125rem;left:0rem;background-color:#642c72;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.125rem 0.5625rem rgba(85,0,134,0.42) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K5TL901g4IFD1Fpr0p97JqBuHTuTlAgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM { position:relative;display:block; }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM { background-color: transparent; background-image: none; }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .row .container > .video-iframe-container { display: none; }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .row > .video-iframe-container { display: none; }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .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); }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM { border-width: 0; border-radius: 0; }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rnre7VmLHgaPfMhtST78x1rTu79za4h7 { color:#2f2f30;display:block;width:36.8125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5rem;left:38.25rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;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; }
#KFlJnaiZEGlysZEEWIFnJdkJsTkDx2rV { color:#969aa4;display:block;width:36.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:14.9375rem;left:38.5rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;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; }
#ADtT6HPRnry0plsq9WCZawGrh4lDzCMX { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/657bb002-bfd3-4d3a-ac52-8c6405c59e97/positivesuccessfulemployeesofthecompanyama20230315205716utc.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:26.625rem;width:33.625rem;top:5.5rem;left:0rem;display:block; }#ADtT6HPRnry0plsq9WCZawGrh4lDzCMX.adaptive-delivery-prevent-bg, #ADtT6HPRnry0plsq9WCZawGrh4lDzCMX.lazyload, #ADtT6HPRnry0plsq9WCZawGrh4lDzCMX.lazyloading { background-image: none; }
#VXI3JV7nZ5EPCfTPegpHGuZMwWiTkqwl { color:#2f2f30;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:28.7890625rem;left:38.75rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;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; }
#ohnGv4hWi8DOON67esTKBIXB3ttH28mE { color:#969aa4;display:block;width:36.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:20.1044921875rem;left:38.6875rem;height:6.796875rem;text-align:left;text-align-last:left;font-style:normal;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; }
#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row .container { background-color: transparent; background-image: none; }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row .container > .video-iframe-container { display: none; }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row > .video-iframe-container { display: none; }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .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); }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row .container { border-width: 0; border-radius: 0; }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:75rem;position:relative;display:block; }#txbFZ9qB53NeZgg459mT48H62y6Vs7Nq { color:#2f2f30;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#VbgHKalB7fcc3LmoCT6rFsVw8THMofJn { color:#969aa4;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:16.186721801757rem;left:2.4375rem;height:9.02875rem;text-align:left;text-align-last:left;font-style:normal;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; }
#yvF8Jf6Rx2Po6Rf1CtlHygJk3pTl7a4x { color:#969aa4;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:16.1875rem;left:28.687501907349rem;height:5.41725625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#udeZMo40ZBJ8gUwMqIvu4JrCNdcLpEAb { color:#969aa4;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:16.1875rem;left:53.812501907349rem;height:5.41725625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#Z9KziiDqFzpR3hCOXRCpumB3ZGk0TAeT { color:#2f2f30;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:11rem;left:7.25rem;height:;text-align:left;text-align-last:left;font-style:normal;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; }
#uLyX9usvEk1S7VAWLyzefsQiyyzs76tx { color:#2f2f30;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:11.13671875rem;left:33rem;height:;text-align:left;text-align-last:left;font-style:normal;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; }
#HvJkmU8dS9rxXu2guPxfAO06Heq7vTuk { color:#2f2f30;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:11.137500196696rem;left:59.175001144409rem;height:;text-align:left;text-align-last:left;font-style:normal;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; }
#y17SGsEx0PeHaAHCMuldTyrdv76WIZ6n { color:#969aa4;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:36.1875rem;left:2.4375rem;height:7.223rem;text-align:left;text-align-last:left;font-style:normal;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; }
#wr7HCw5vt1U0pGQH6bcgzRBe4ZOT1WnC { color:#969aa4;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.7;letter-spacing:0;top:36.1875rem;left:29.187501907349rem;height:7.223rem;text-align:left;text-align-last:left;font-style:normal;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; }
#NABCng0RpNm6UbSkxXrkLAABB2ZMwcNh { color:#2f2f30;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:30.750000953674rem;left:7.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;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; }
#I15T5z45no0wy11bGRETh0RTwhCLqmnd { color:#2f2f30;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:30.75rem;left:34.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;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; }
#TW9UAwTm5W11P4P1q5twOHR1oUVL0SQ4 { color:#2f2f30;display:block;width:13.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:30.750000953674rem;left:59.093748092651rem;height:;text-align:left;text-align-last:left;font-style:normal;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; }
#ZtcaTotLFCWUlgLG1UBSs03iOSq2q05v { color:#969aa4;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.7;letter-spacing:0;top:36.1875rem;left:53.875001907349rem;height:7.223rem;text-align:left;text-align-last:left;font-style:normal;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; }
#hzxwrzEPtlF97x6167gphoDzp3uTxZFp { position:absolute;display:block;z-index:15006;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.625rem;width:23.75rem;top:8.5625rem;left:0rem;display:block; }
#WTeo5yGQMrBrXmMc5A0RX5eThmxGJJFm { position:absolute;display:block;z-index:15007;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.5rem;width:23.75rem;top:8.625rem;left:25.687501907349rem;display:block; }
#o1whK6ZldvkSUsPVAvx0eXXD2pIs5dd6 { position:absolute;display:block;z-index:15008;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.5rem;width:23.75rem;top:8.625rem;left:51.250001907349rem;display:block; }
#LJsZT1QhZCe5IBv8dO30r9IcWxeshzTy { position:absolute;display:block;z-index:15009;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.625rem;width:23.75rem;top:28.625000774861rem;left:0rem;display:block; }
#BdoSwFkMKE1BORi0muquzUqOvz7y1wow { position:absolute;display:block;z-index:15010;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.5rem;width:23.75rem;top:28.625000774861rem;left:25.750001907349rem;display:block; }
#cNLBKQAMgNmRzeEMOMTOrMtbohnAXmra { position:absolute;display:block;z-index:15011;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.5rem;width:23.75rem;top:28.625000774861rem;left:51.250001907349rem;display:block; }
#WKBehMUihQzzdOGC1Zn6TSherccMiu7h { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.625rem;top:31.25rem;left:2.4375rem;overflow:hidden;display:block; }
#JggJ4DXr8VwtVp8GgTlAe5wB2QvagGe8 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.875rem;top:31.3125rem;left:29.25rem;overflow:hidden;display:block; }
#EuFxURQo4QzqKBmTibD9KI4xuyoPW9Ni { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.5rem;top:31.300000190735rem;left:54.112501144409rem;overflow:hidden;display:block; }
#cutyqqLGdn9Vc6S9LydhPaxhtJvWyq5a { z-index:15003;top:50.558990478516rem;left:33.09375rem;background-color:#642c72;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#o8qbDUPM31lMGcIScFaqH92GnNhXbyxL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kgeMLX0xo3K5TmkvxhIfa2JCNRuwgWzS { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.3125rem;top:11.0625rem;left:2.4375rem;overflow:hidden;display:block; }
#aQ8Oq8DVJPzex8l5RHi7KGapuwXaLzfz { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:2.9375rem;top:11.53125rem;left:28.6875rem;overflow:hidden;display:block; }
#dRMZlUzwwVwNNZPashtAnTbgSPf2G59a { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.375rem;top:11.6875rem;left:53.875rem;overflow:hidden;display:block; }
#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT { position:relative;display:block; }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT { background-color: transparent; background-image: none; }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .row .container > .video-iframe-container { display: none; }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .row > .video-iframe-container { display: none; }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .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); }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT { border-width: 0; border-radius: 0; }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Q1Hyr4hJznCIRydIs9anEyqx7RJMStru { box-sizing:content-box;color:#602572;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15052;top:9.0625rem;left:0.5rem;display:block; }
#ooq1S8tCW23cQU6SNULcuTyeKAhUNSFg { position:absolute;display:block;z-index:15042;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.0625rem;width:25rem;top:9rem;left:0rem;display:block; }
#oE3XlCSnJhbymDb3p7LsBLDQr2LENWVM { box-sizing:content-box;color:#602572;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15053;top:11.625rem;left:0.5rem;display:block; }
#a5FghCtNZkAzDw5el8xwX7CAaKqiWXca { position:absolute;display:block;z-index:15043;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.0625rem;width:25rem;top:11.5rem;left:0rem;display:block; }
#PLZXhNKZibvEJrHXROyvN3OuLLmX1bnf { color:#969aa4;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15050;line-height:2;letter-spacing:0;top:8.9375rem;left:2.875rem;height:2.12535625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#hxBTwA7xCeNk4AseuNnmT7bqspJsIDZw { color:#969aa4;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15051;line-height:2;letter-spacing:0;top:11.5rem;left:2.75rem;height:2.12535625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#hMur0NXeH0JfCpTGTJRxFHZ6EnQJ4aBf { position:absolute;display:block;z-index:15048;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.0625rem;width:25rem;top:14rem;left:0rem;display:block; }
#NWQpS0pTrlJB592Tz2pTn7qV7WibPkTz { color:#969aa4;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15056;line-height:2;letter-spacing:0;top:13.9375rem;left:2.875rem;height:2.12535625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#nwIFJODGSpEoq4dog5wtgMT1uJ0bgeBK { box-sizing:content-box;color:#602572;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:14.0625rem;left:0.5rem;display:block; }
#uFUXG017VuRDK0r5ky7GUX5qQew8dcD7 { position:absolute;display:block;z-index:15049;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.0625rem;width:25rem;top:16.5rem;left:0rem;display:block; }
#qeMzNatIQwo6hO1L4fNCPwrTGww5AUSr { color:#969aa4;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15057;line-height:2;letter-spacing:0;top:16.5rem;left:2.75rem;height:2.12535625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#XGDZnTzb5TQ4V7KvSdmfVEcGbROTx6t3 { box-sizing:content-box;color:#602572;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:16.625rem;left:0.5rem;display:block; }
#ShZzsB2WhB9VQSPX8hnLvgoGucVcziGv { position:absolute;display:block;z-index:15052;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.0625rem;width:25rem;top:19rem;left:0rem;display:block; }
#uJLg1FLWRpLEtTFcCQ5DbwrzFT51fdOQ { color:#969aa4;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15060;line-height:2;letter-spacing:0;top:19rem;left:2.75rem;height:2.12535625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#J6D1s0SMM5ZVyflNFIu5KaTIsArTs1S7 { box-sizing:content-box;color:#602572;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:19.125rem;left:0.5rem;display:block; }
#UvKLe1PgSDH0goDak9ttH4LmSTULxHuZ { position:absolute;display:block;z-index:15055;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.0625rem;width:25rem;top:21.5rem;left:0rem;display:block; }
#VfPVvLB5bXgAO7O2ophTz2v4i07vTCn2 { color:#969aa4;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15063;line-height:2;letter-spacing:0;top:21.5rem;left:2.75rem;height:2.12535625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#G5saZLQMFFWPQiv8r4TbTHnEQs5DEs21 { box-sizing:content-box;color:#602572;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:21.625rem;left:0.5rem;display:block; }
#Z7p25JOJR7LN9smBkSt6ZBaG4B8FNaQg { position:absolute;display:block;z-index:15058;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.0625rem;width:25rem;top:24rem;left:0rem;display:block; }
#TZBrc2Osp5WAcXTqPVThsnWhuWKCAm9q { color:#969aa4;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15066;line-height:2;letter-spacing:0;top:24rem;left:2.75rem;height:2.12535625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#fhVM8uP8J9RH4rVzeB6JhCpK4X6g33Di { box-sizing:content-box;color:#602572;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15068;top:24.125rem;left:0.5rem;display:block; }
#PobVJG0cULTq1litTzt6X32GIe51qS9J { position:absolute;display:block;z-index:15061;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.0625rem;width:25rem;top:26.5rem;left:0rem;display:block; }
#qweIHZk8GdxsLNl1MkbfsgT9h46tcqA8 { color:#969aa4;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15069;line-height:2;letter-spacing:0;top:26.5rem;left:2.75rem;height:2.12535625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#TnKqRnIFV6rdvTcpgrnEWcow5WNIOsGE { box-sizing:content-box;color:#602572;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:26.625rem;left:0.5rem;display:block; }
#O1WlTrp3Si3eS7REBQQAbcHqxFZCyCxK { color:#969aa4;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15072;line-height:2;letter-spacing:0;top:29rem;left:2.75rem;height:2.12535625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#IcNUwu6O2CUJiEeQST3TzSyZtZrFmEzT { position:absolute;display:block;z-index:15064;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.0625rem;width:25rem;top:29rem;left:0rem;display:block; }
#TGuXRGb5uwTTCHPuMBv2Dq3sbcfTZM76 { box-sizing:content-box;color:#602572;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15074;top:29.125rem;left:0.5rem;display:block; }
#ncybbqwMET6OblctGSPBtQRZDRipA8Os { position:absolute;display:block;z-index:15067;background-color:#ecedf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.0625rem;width:25rem;top:31.5rem;left:0rem;display:block; }
#OTTTtaUNahTyBboC8fc78lTT9PrWJeMN { color:#969aa4;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15075;line-height:2;letter-spacing:0;top:31.5rem;left:2.75rem;height:2.12535625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#vaBLT5yTASgzMwkobdFTrBre5WCPbXng { box-sizing:content-box;color:#602572;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15077;top:31.625rem;left:0.5rem;display:block; }
#HSQrkZgoXRTFEnC0p0BnNTE7ClAn26dT { color:#2f2f30;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.98046875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#eXutn0DGqzZiBU1EpRonLqDXxirUaWr6 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:33.6875rem;top:9.0625rem;left:29.375rem;overflow:hidden;display:block; }
#eoznkkRNfkNgMTleDTwas5ftMTz1EAoz { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:31.375rem;top:15.875rem;left:43.5rem;overflow:hidden;display:block; }
#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#301b44;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container { background-color: transparent; background-image: none; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container > .video-iframe-container { display: none; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row > .video-iframe-container { display: none; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .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); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container { border-width: 0; border-radius: 0; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#OkTB7DTbrVXCHb6czu6DLH1bb9TK4MrT { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:4.4853515625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#SAUveQx3NViM9azVx6qWzTShsW9zwALd { color:#1f52ff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:13.062500715256rem;left:0rem;height:1.96875rem;text-align:left;text-align-last:left;font-style:normal;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; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-form-header {  }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#000000;width:24.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#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.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:24.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#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.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:24.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#632c72;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#ffffff;width:24.25rem;height:3.4375rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.7;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23rem;overflow:hidden;font-style:normal; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .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; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-container:first-of-type{padding-top:0;}#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-container:last-of-type{padding-bottom:0;}#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.3666534423828rem;left:42.593215942382rem; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.25rem;display:block;vertical-align:top; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.7;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 {display:block;}#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.3666534423828rem;left:42.593215942382rem; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #LhGMKIBmMx9WUVUHxPQpIuuLW8dg9KLB { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #fpptn8Stnt3QlXOET8ZuKObLgEt5mSaf { position:relative;display:block; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #bVIOqWzteSQ3qzAEhhULl54loXHSa0IR { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #oJA7o4LLVmCWwRD7eZAmHTMTVu3pqdg8 { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #gEWUK65aA6TmwTsV23mZGy4mtIBgoNk5 { position:relative;display:block; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #svtCZghzZfrTm5dck15U7pfpnsTdSt9l { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #C3T7qiOuiTHn6woMzhcSESrfRxhmEOVP { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #RoftIUD9fDQ50Zq8ywUzSgyBa8XLNhXK { position:relative;display:block; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #c8e7ZDDE7lwkH2WTywDOTnGH5mnbzUCU { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #tyFhlVSZLFT9nkTUymQHR09Nk0rRQvUv { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #GWREdQiKIDqfOCoHNG09GuJFMH0GJ3VE { position:relative;display:block; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #C0xV9CTGaf2ZqPNOuunHRW1FBADpKlyF { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #w3HSMePyI6lZSlixB8NKErUwi9I2GlLr { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #zd9dM6mWGQJXKS8uOxiRGGSTdD30SoJs { position:relative;display:block; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #taONUT5JJpJEMG5OgNq40UnBCVVTN0xl { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #gtL6CWXr3EERaBE8q38ZQ9Xz94V0wLTd { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #WR5JPdmCOtkqd4yiROt8TuXeLpbhsOGd { position:relative;z-index:2; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #fglVFPunsz7renb3OUD5Kn1rZmWGCB1B { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #qG5fxLJnNxPweziEKTcHo6tGKWbEsOKQ { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #m4Zg2gn0Do9tHJAhO0ScDzX73dLTpcCF { position:relative;z-index:2; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #uHUNocar2qVgmnAgWguIFmwLtbkI9TKk { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #CsSURl7OvZTiyboL1mQ0c7T9a3FtWL2s { position:relative; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #SXwWRgVvAC7tyQrfPLTAH9TTKcoy1kor { position:relative; }
#R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ { position:relative;display:block; }#R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ { background-color: transparent; background-image: none; }#R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ > .row .container > .video-iframe-container { display: none; }#R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ > .row > .video-iframe-container { display: none; }#R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ > .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); }#R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ { border-width: 0; border-radius: 0; }#R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KeAyBNEGk4qCvryqXvJM8ffmAaEVoWqe { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:17.4375rem;left:37.1875rem;height:1.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kcn6G2CPL12s8hm0zhJVNp2PfBppaKPR { color:#000000;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:17.375rem;left:29.5625rem;height:1.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NvlIW72X7FzrTaNJS0VAppeyiueA5prg { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15069;line-height:1.5;letter-spacing:0;top:11.3125rem;left:17.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JQUySxR2JuyGzlLX7WULkdS6R2ZJaWDN { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:8.125rem;top:10.5rem;left:58.6875rem;overflow:hidden;display:block; }
#sSmRnmtwbBGdGGvHBkoMz8qgizQm8PGH { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15071;line-height:1.5;letter-spacing:0;top:9.8125rem;left:39.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l4b0L37guGJh85scI2dPerBB07ndCK3p { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15068;line-height:1.5;letter-spacing:0;top:9.6875rem;left:17.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PqGyNKU7KRTLNxyVTGPSfcQnWT1ERzUm { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:300;z-index:15055;line-height:1.5;letter-spacing:0;top:9.0625rem;left:58.6875rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y7Q9dNkNl7ZGF0hRuyrapyhDpKQF13iH { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15070;line-height:1.5;letter-spacing:0;top:8.25rem;left:39.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PJFmbOCd5HcSceKpZNI8Jg5n3ggxiT4s { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15067;line-height:1.5;letter-spacing:0;top:8.1875rem;left:17.8125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v7UaAPRLB7KHQBNTmzlGgETQT3iR20Ci { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15066;line-height:1.5;letter-spacing:0;top:6.625rem;left:17.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TRSNXh17E0f16rR1Xam7RGqRwrq0Dyyx { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15071;line-height:1.5;letter-spacing:0;top:6.625rem;left:39.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gnnbqxkc0L3QGRNhyZ7D24I0fE0ToaIU { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5rem;left:58.6875rem;overflow:hidden;display:block; }
#pAlKFvZmefBFLpaCegzt9ZQFxThnRoB9 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5rem;left:61.3125rem;overflow:hidden;display:block; }
#pcVKEeEUI8TCRzhX2zs2BttOuZWSUkZf { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.8125rem;top:5rem;left:63.875rem;overflow:hidden;display:block; }
#TeqqpTQa1aGavRpG56vQidK9yK83U5Tg { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5rem;left:66.5625rem;overflow:hidden;display:block; }
#vLcnhETZagmwAQJfiy2FT0BxINyXwJP3 { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15066;line-height:1.5;letter-spacing:0;top:6.625rem;left:3.5625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EI29tlDAX6doWw6LFLklA7WanK7FgrFI { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15068;line-height:1.5;letter-spacing:0;top:9.75rem;left:3.5625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q1Q4CrKOQrr41SWf8SszgESQzcKxa7PP { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15069;line-height:1.5;letter-spacing:0;top:11.3125rem;left:3.5625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s4rJxuxvFU6rc7A2Cnho3dFEH7fxwdwz { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15067;line-height:1.5;letter-spacing:0;top:8.1875rem;left:3.5rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SOeBBd5fIFAZvGw93O0lNrAMpFscyoWW { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15065;line-height:1.5;letter-spacing:0;top:5.0625rem;left:17.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fpeVldtQ7Tb3SMrdVgupQDXLlCoyq9tC { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15067;line-height:1.5;letter-spacing:0;top:5rem;left:3.5625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kQ60ut8ax2suwZKKWInry8ZALeOsqONW { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15069;line-height:1.5;letter-spacing:0;top:5.0625rem;left:39.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NceWWgRaEhTVL31SMOfD0liMuMe2fgbB { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15069;line-height:1.5;letter-spacing:0;top:2.8125rem;left:39.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JuXWcRNJp5Emnl3rCIFh25FrDPvfWAwq { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15064;line-height:1.5;letter-spacing:0;top:2.8125rem;left:3.5625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SaxdqTfT4uKyZkDUCee50TsT80Cl49RN { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15065;line-height:1.5;letter-spacing:0;top:2.8125rem;left:17.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#utuwRHEAizQDy2nO24zggHu4160aMdW9 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15053;line-height:1.5;letter-spacing:0;top:2.5625rem;left:58.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 { display:block; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flDxmXzuTDU0eFtsSpFJDl2zzypzSnqf { width:10.3125rem;height:5.0625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq9aMTwodXGZKi8X3htT87QX7V7vTGnf { width:5.9375rem;height:1.3125rem;top:2.625rem;left:41.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8LZmBhOuAE7Aa004I26Tv5fNBycXX2f { display:block; }
 }@media only screen and (max-width: 763px) { #MAqAdAIonKVnr5SPNxsqpxTFewJ7fr3u { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5BJBa7wKUTZx2KoNrKaPP4GHONTe1fX { display:block; }
 }@media only screen and (max-width: 763px) { #ihxONVHcsOOH1CsgHcUf6dqaDOLfbKOx { top:2.375rem;left:31.3125rem;width:5.625rem;height:;font-size:0.875rem;display:block; }#ihxONVHcsOOH1CsgHcUf6dqaDOLfbKOx li:before{  }
 }@media only screen and (max-width: 763px) { #KadqCI5rBJz2XU53nvH0P0RTzXWptZwV { top:2.1875rem;left:37.875rem;width:9.875rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkAXCIkkvkaqCoIqJQFrmboz9iJ503Ol { display:block; }
 }@media only screen and (max-width: 763px) { #WhIZwd9BkCM12dhhBpOTXOXvNPwXGTaK { top:2.4375rem;left:29.4375rem;width:7.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKw6zy7bHD8MBP9cgWPwT0lS4xWqmOQ4 { width:5.375rem;height:2.75rem;top:3.3125rem;left:35.374641418457rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxRG0mWhRBr5TCU26D69IcMXzpGplqXX { top:3.5rem;left:27rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTNFZBLZL6zvtgrUUsyQtehPGlq3eoGl { top:3.5625rem;left:27.3125rem;width:7.125rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqlZmED4QVMTfasGgzhoAT4OqWRZpwC9 { top:3.125rem;left:38.5625rem;width:8.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpAgUANnW6AzgEu1R3tebsTP8PFQ2u4f { display:block; }
 }@media only screen and (max-width: 763px) { #G7mdX7q2yzzeyFS8f0ivBbwAItaQE8CT { top:3.1875rem;left:37.5625rem;width:10.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxC7IJsP6Pm8ov7yKK5Xu2oOy2I7EQLD { display:block; }
 }@media only screen and (max-width: 763px) { #nx9Jo3kUPg2tf20xgTqColMPNprCqPkR { display:block; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zog4HtoWpk0qPTaRiDvFDXOFvWdL1tQN { top:30.375rem;left:2.697265625rem;width:9.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ack9LeQaEGWNodeqTv3edDiSXFAmNiot { display:block; }
 }@media only screen and (max-width: 763px) { #HTGx09ovmNPJkVQViTixHLALdrm57A4o { width:31rem;height:;top:22.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0FRyvd8M4bL6NIw2AgUCH20BqUEdGsz { width:42.5rem;height:;top:12.6875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfpWCvZy6quyO1Hcmwwu8xv6EXll3wZO { top:30.25rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5TL901g4IFD1Fpr0p97JqBuHTuTlAgi { display:block; }
 }@media only screen and (max-width: 763px) { #stRblP7oFDlmuT8h1ttpZV07XhWXiEeM { display:block; }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnre7VmLHgaPfMhtST78x1rTu79za4h7 { top:5.5rem;left:10.9375rem;width:36.8125rem;height:7.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFlJnaiZEGlysZEEWIFnJdkJsTkDx2rV { top:14.9375rem;left:11.1875rem;width:36.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADtT6HPRnry0plsq9WCZawGrh4lDzCMX { top:5.5rem;left:0rem;width:33.625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXI3JV7nZ5EPCfTPegpHGuZMwWiTkqwl { top:28.75rem;left:11.5rem;width:36.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohnGv4hWi8DOON67esTKBIXB3ttH28mE { top:20.0625rem;left:11.4375rem;width:36.3125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir { display:block; }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txbFZ9qB53NeZgg459mT48H62y6Vs7Nq { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbgHKalB7fcc3LmoCT6rFsVw8THMofJn { top:16.125rem;left:0rem;width:18.75rem;height:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvF8Jf6Rx2Po6Rf1CtlHygJk3pTl7a4x { top:16.1875rem;left:15.0625rem;width:18.75rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udeZMo40ZBJ8gUwMqIvu4JrCNdcLpEAb { top:16.1875rem;left:29rem;width:18.75rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9KziiDqFzpR3hCOXRCpumB3ZGk0TAeT { width:13.9375rem;height:;top:11rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLyX9usvEk1S7VAWLyzefsQiyyzs76tx { width:14.6875rem;height:;top:11.125rem;left:19.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvJkmU8dS9rxXu2guPxfAO06Heq7vTuk { width:13.4375rem;height:;top:11.125rem;left:34.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y17SGsEx0PeHaAHCMuldTyrdv76WIZ6n { top:36.1875rem;left:0rem;width:18.75rem;height:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr7HCw5vt1U0pGQH6bcgzRBe4ZOT1WnC { top:36.1875rem;left:15.5625rem;width:18.75rem;height:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NABCng0RpNm6UbSkxXrkLAABB2ZMwcNh { width:13.375rem;height:;top:30.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I15T5z45no0wy11bGRETh0RTwhCLqmnd { width:12.625rem;height:;top:30.75rem;left:20.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW9UAwTm5W11P4P1q5twOHR1oUVL0SQ4 { width:13.0625rem;height:;top:30.75rem;left:34.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtcaTotLFCWUlgLG1UBSs03iOSq2q05v { top:36.1875rem;left:29rem;width:18.75rem;height:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzxwrzEPtlF97x6167gphoDzp3uTxZFp { top:8.5625rem;left:0rem;width:23.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTeo5yGQMrBrXmMc5A0RX5eThmxGJJFm { top:8.625rem;left:12.062501907349rem;width:23.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1whK6ZldvkSUsPVAvx0eXXD2pIs5dd6 { top:8.625rem;left:24rem;width:23.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJsZT1QhZCe5IBv8dO30r9IcWxeshzTy { top:28.625rem;left:0rem;width:23.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdoSwFkMKE1BORi0muquzUqOvz7y1wow { top:28.625rem;left:12.125001907349rem;width:23.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNLBKQAMgNmRzeEMOMTOrMtbohnAXmra { top:28.625rem;left:24rem;width:23.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKBehMUihQzzdOGC1Zn6TSherccMiu7h { top:31.25rem;left:0rem;width:3.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JggJ4DXr8VwtVp8GgTlAe5wB2QvagGe8 { top:31.3125rem;left:15.625rem;width:3.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuFxURQo4QzqKBmTibD9KI4xuyoPW9Ni { top:31.25rem;left:40.487501144409rem;width:3.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cutyqqLGdn9Vc6S9LydhPaxhtJvWyq5a { top:50.5rem;left:19.46875rem;width:9.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8qbDUPM31lMGcIScFaqH92GnNhXbyxL { display:block; }
 }@media only screen and (max-width: 763px) { #kgeMLX0xo3K5TmkvxhIfa2JCNRuwgWzS { top:11.0625rem;left:0rem;width:3.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ8Oq8DVJPzex8l5RHi7KGapuwXaLzfz { top:11.5rem;left:15.0625rem;width:2.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRMZlUzwwVwNNZPashtAnTbgSPf2G59a { top:11.6875rem;left:40.25rem;width:3.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT { display:block; }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1Hyr4hJznCIRydIs9anEyqx7RJMStru { top:9.0625rem;left:0rem;width:1.6875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooq1S8tCW23cQU6SNULcuTyeKAhUNSFg { top:9rem;left:0rem;width:25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE3XlCSnJhbymDb3p7LsBLDQr2LENWVM { top:11.625rem;left:0rem;width:1.6875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5FghCtNZkAzDw5el8xwX7CAaKqiWXca { top:11.5rem;left:0rem;width:25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLZXhNKZibvEJrHXROyvN3OuLLmX1bnf { top:8.9375rem;left:0rem;width:21rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxBTwA7xCeNk4AseuNnmT7bqspJsIDZw { top:11.5rem;left:0rem;width:21rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMur0NXeH0JfCpTGTJRxFHZ6EnQJ4aBf { top:14rem;left:0rem;width:25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWQpS0pTrlJB592Tz2pTn7qV7WibPkTz { top:13.9375rem;left:0rem;width:21rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwIFJODGSpEoq4dog5wtgMT1uJ0bgeBK { top:14.0625rem;left:0rem;width:1.6875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFUXG017VuRDK0r5ky7GUX5qQew8dcD7 { top:16.5rem;left:0rem;width:25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeMzNatIQwo6hO1L4fNCPwrTGww5AUSr { top:16.5rem;left:0rem;width:21rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGDZnTzb5TQ4V7KvSdmfVEcGbROTx6t3 { top:16.625rem;left:0rem;width:1.6875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShZzsB2WhB9VQSPX8hnLvgoGucVcziGv { top:19rem;left:0rem;width:25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJLg1FLWRpLEtTFcCQ5DbwrzFT51fdOQ { top:19rem;left:0rem;width:21rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6D1s0SMM5ZVyflNFIu5KaTIsArTs1S7 { top:19.125rem;left:0rem;width:1.6875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvKLe1PgSDH0goDak9ttH4LmSTULxHuZ { top:21.5rem;left:0rem;width:25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfPVvLB5bXgAO7O2ophTz2v4i07vTCn2 { top:21.5rem;left:0rem;width:21rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5saZLQMFFWPQiv8r4TbTHnEQs5DEs21 { top:21.625rem;left:0rem;width:1.6875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7p25JOJR7LN9smBkSt6ZBaG4B8FNaQg { top:24rem;left:0rem;width:25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBrc2Osp5WAcXTqPVThsnWhuWKCAm9q { top:24rem;left:0rem;width:21rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhVM8uP8J9RH4rVzeB6JhCpK4X6g33Di { top:24.125rem;left:0rem;width:1.6875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PobVJG0cULTq1litTzt6X32GIe51qS9J { top:26.5rem;left:0rem;width:25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qweIHZk8GdxsLNl1MkbfsgT9h46tcqA8 { top:26.5rem;left:0rem;width:21rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnKqRnIFV6rdvTcpgrnEWcow5WNIOsGE { top:26.625rem;left:0rem;width:1.6875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1WlTrp3Si3eS7REBQQAbcHqxFZCyCxK { top:29rem;left:0rem;width:21rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcNUwu6O2CUJiEeQST3TzSyZtZrFmEzT { top:29rem;left:0rem;width:25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGuXRGb5uwTTCHPuMBv2Dq3sbcfTZM76 { top:29.125rem;left:0rem;width:1.6875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncybbqwMET6OblctGSPBtQRZDRipA8Os { top:31.5rem;left:0rem;width:25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTTTtaUNahTyBboC8fc78lTT9PrWJeMN { top:31.5rem;left:0rem;width:21rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaBLT5yTASgzMwkobdFTrBre5WCPbXng { top:31.625rem;left:0rem;width:1.6875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSQrkZgoXRTFEnC0p0BnNTE7ClAn26dT { width:47.75rem;height:;top:2.9375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXutn0DGqzZiBU1EpRonLqDXxirUaWr6 { top:9.0625rem;left:13.9375rem;width:33.6875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoznkkRNfkNgMTleDTwas5ftMTz1EAoz { top:15.875rem;left:16.25rem;width:31.375rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsgPLXldPNcvG75AXAkuLckzsrfpTV9u { display:block; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkTB7DTbrVXCHb6czu6DLH1bb9TK4MrT { width:34.375rem;height:;top:4.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAUveQx3NViM9azVx6qWzTShsW9zwALd { width:31.25rem;height:1.9375rem;top:13.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-regular-label { width:24.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-text { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-textarea { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-select { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-button { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.3125rem; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-checkbox-label { width:23.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3  { width:24.25rem;height:auto;top:5.3125rem;left:21rem; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .radio-container { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 {display:block;}#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 { width:24.25rem;height:auto;top:5.3125rem;left:21rem; }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #LhGMKIBmMx9WUVUHxPQpIuuLW8dg9KLB {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #fpptn8Stnt3QlXOET8ZuKObLgEt5mSaf { display:block; }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #bVIOqWzteSQ3qzAEhhULl54loXHSa0IR {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #oJA7o4LLVmCWwRD7eZAmHTMTVu3pqdg8 {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #gEWUK65aA6TmwTsV23mZGy4mtIBgoNk5 { display:block; }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #svtCZghzZfrTm5dck15U7pfpnsTdSt9l {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #C3T7qiOuiTHn6woMzhcSESrfRxhmEOVP {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #RoftIUD9fDQ50Zq8ywUzSgyBa8XLNhXK { display:block; }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #c8e7ZDDE7lwkH2WTywDOTnGH5mnbzUCU {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #tyFhlVSZLFT9nkTUymQHR09Nk0rRQvUv {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #GWREdQiKIDqfOCoHNG09GuJFMH0GJ3VE { display:block; }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #C0xV9CTGaf2ZqPNOuunHRW1FBADpKlyF {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #w3HSMePyI6lZSlixB8NKErUwi9I2GlLr {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #zd9dM6mWGQJXKS8uOxiRGGSTdD30SoJs {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #taONUT5JJpJEMG5OgNq40UnBCVVTN0xl {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #gtL6CWXr3EERaBE8q38ZQ9Xz94V0wLTd {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #WR5JPdmCOtkqd4yiROt8TuXeLpbhsOGd {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #fglVFPunsz7renb3OUD5Kn1rZmWGCB1B {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #qG5fxLJnNxPweziEKTcHo6tGKWbEsOKQ {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #m4Zg2gn0Do9tHJAhO0ScDzX73dLTpcCF {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #uHUNocar2qVgmnAgWguIFmwLtbkI9TKk {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #CsSURl7OvZTiyboL1mQ0c7T9a3FtWL2s {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #SXwWRgVvAC7tyQrfPLTAH9TTKcoy1kor {  }
 }@media only screen and (max-width: 763px) { #R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ { display:block; }#R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeAyBNEGk4qCvryqXvJM8ffmAaEVoWqe { width:11rem;height:1rem;top:17.4375rem;left:23.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcn6G2CPL12s8hm0zhJVNp2PfBppaKPR { width:8rem;height:1rem;top:17.375rem;left:15.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvlIW72X7FzrTaNJS0VAppeyiueA5prg { width:14.3125rem;height:1.1875rem;top:11.3125rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQUySxR2JuyGzlLX7WULkdS6R2ZJaWDN { top:10.5rem;left:39.625rem;width:8.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmRnmtwbBGdGGvHBkoMz8qgizQm8PGH { width:14.3125rem;height:1.1875rem;top:9.8125rem;left:26.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4b0L37guGJh85scI2dPerBB07ndCK3p { width:14.3125rem;height:1.1875rem;top:9.6875rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqGyNKU7KRTLNxyVTGPSfcQnWT1ERzUm { width:14.3125rem;height:0.9375rem;top:9.0625rem;left:33.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Q9dNkNl7ZGF0hRuyrapyhDpKQF13iH { width:14.3125rem;height:1.1875rem;top:8.25rem;left:26.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJFmbOCd5HcSceKpZNI8Jg5n3ggxiT4s { width:14.3125rem;height:1.1875rem;top:8.1875rem;left:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7UaAPRLB7KHQBNTmzlGgETQT3iR20Ci { width:14.3125rem;height:1.1875rem;top:6.625rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRSNXh17E0f16rR1Xam7RGqRwrq0Dyyx { width:14.3125rem;height:1.1875rem;top:6.625rem;left:26.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnnbqxkc0L3QGRNhyZ7D24I0fE0ToaIU { top:5rem;left:45.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAlKFvZmefBFLpaCegzt9ZQFxThnRoB9 { top:5rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcVKEeEUI8TCRzhX2zs2BttOuZWSUkZf { top:5rem;left:45.9375rem;width:1.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeqqpTQa1aGavRpG56vQidK9yK83U5Tg { top:5rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLcnhETZagmwAQJfiy2FT0BxINyXwJP3 { width:11.375rem;height:1.1875rem;top:6.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI29tlDAX6doWw6LFLklA7WanK7FgrFI { width:11.375rem;height:1.1875rem;top:9.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Q4CrKOQrr41SWf8SszgESQzcKxa7PP { width:11.375rem;height:1.1875rem;top:11.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4rJxuxvFU6rc7A2Cnho3dFEH7fxwdwz { width:11.375rem;height:1.1875rem;top:8.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOeBBd5fIFAZvGw93O0lNrAMpFscyoWW { width:14.3125rem;height:1.1875rem;top:5.0625rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpeVldtQ7Tb3SMrdVgupQDXLlCoyq9tC { width:11.375rem;height:1.1875rem;top:5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ60ut8ax2suwZKKWInry8ZALeOsqONW { width:14.3125rem;height:1.1875rem;top:5.0625rem;left:26.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NceWWgRaEhTVL31SMOfD0liMuMe2fgbB { width:11.3125rem;height:1.5rem;top:2.8125rem;left:26.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuXWcRNJp5Emnl3rCIFh25FrDPvfWAwq { width:11.3125rem;height:1.5rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaxdqTfT4uKyZkDUCee50TsT80Cl49RN { width:14.8125rem;height:1.5rem;top:2.8125rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utuwRHEAizQDy2nO24zggHu4160aMdW9 { width:13.5rem;height:1.5rem;top:2.5625rem;left:34.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/VTpcd3v6/bg_top.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .row > .video-iframe-container { display: none; }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .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); } }@media only screen and (max-width: 763px) { #Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 { position:relative;z-index:auto;display:block; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flDxmXzuTDU0eFtsSpFJDl2zzypzSnqf { width:8.5625rem;height:4.75rem;top:3.125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq9aMTwodXGZKi8X3htT87QX7V7vTGnf { width:5.9375rem;height:1.3125rem;top:5.625rem;left:17.1875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #p8LZmBhOuAE7Aa004I26Tv5fNBycXX2f { display:block; }
 }@media only screen and (max-width: 763px) { #MAqAdAIonKVnr5SPNxsqpxTFewJ7fr3u { top:9.1875rem;left:8.3125rem;z-index:15011;width:8.875rem;height:1.9375rem;color:#000000;border-top:0.0625rem solid #bbbbbb;border-left:0.0625rem solid #bbbbbb;border-right:0.0625rem solid #bbbbbb;border-bottom:0.0625rem solid #bbbbbb;display:block; }
 }@media only screen and (max-width: 763px) { #c5BJBa7wKUTZx2KoNrKaPP4GHONTe1fX { display:block; }
 }@media only screen and (max-width: 763px) { #ihxONVHcsOOH1CsgHcUf6dqaDOLfbKOx { width:5.625rem;height:1.13671875rem;top:11.85rem;left:7.1875rem;font-size:0.875rem;display:none; }#ihxONVHcsOOH1CsgHcUf6dqaDOLfbKOx li:before{  }
 }@media only screen and (max-width: 763px) { #KadqCI5rBJz2XU53nvH0P0RTzXWptZwV { top:8.625rem;left:13.25rem;width:0.625rem;height:0.125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #xkAXCIkkvkaqCoIqJQFrmboz9iJ503Ol { display:block; }
 }@media only screen and (max-width: 763px) { #WhIZwd9BkCM12dhhBpOTXOXvNPwXGTaK { width:7.125rem;height:1.13671875rem;top:12.349826812744rem;left:6.4374998211863rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKw6zy7bHD8MBP9cgWPwT0lS4xWqmOQ4 { width:5rem;height:2.59765rem;top:9.3125rem;left:2.8125rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxRG0mWhRBr5TCU26D69IcMXzpGplqXX { width:7.125rem;height:1.13725rem;top:13.9375rem;left:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTNFZBLZL6zvtgrUUsyQtehPGlq3eoGl { width:7.125rem;height:0;top:12.6875rem;left:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqlZmED4QVMTfasGgzhoAT4OqWRZpwC9 { top:3.125rem;left:5.6875rem;width:8.5625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpAgUANnW6AzgEu1R3tebsTP8PFQ2u4f { display:block; }
 }@media only screen and (max-width: 763px) { #G7mdX7q2yzzeyFS8f0ivBbwAItaQE8CT { top:3.1875rem;left:4.875rem;width:10.1875rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxC7IJsP6Pm8ov7yKK5Xu2oOy2I7EQLD { display:block; }
 }@media only screen and (max-width: 763px) { #nx9Jo3kUPg2tf20xgTqColMPNprCqPkR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d22e6a5-7738-4aba-b2d4-315e6fd0de61/Lacteobloco1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR.adaptive-delivery-prevent-bg, #nx9Jo3kUPg2tf20xgTqColMPNprCqPkR.lazyload, #nx9Jo3kUPg2tf20xgTqColMPNprCqPkR.lazyloading { background-image: none; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row .container { background-color: transparent; background-image: none; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.69); }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row .container > .video-iframe-container { display: none; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.69); }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row > .video-iframe-container { display: none; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .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); }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row .container { border-width: 0; border-radius: 0; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nx9Jo3kUPg2tf20xgTqColMPNprCqPkR > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zog4HtoWpk0qPTaRiDvFDXOFvWdL1tQN { top:27.25rem;left:5rem;width:10.041rem;height:2.8535125rem;color:#ffffff;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(255,255,255,0.93);border-left:0.1875rem solid rgba(255,255,255,0.93);border-right:0.1875rem solid rgba(255,255,255,0.93);border-bottom:0.1875rem solid rgba(255,255,255,0.93);display:block; }
 }@media only screen and (max-width: 763px) { #Ack9LeQaEGWNodeqTv3edDiSXFAmNiot { display:block; }
 }@media only screen and (max-width: 763px) { #HTGx09ovmNPJkVQViTixHLALdrm57A4o { width:20rem;height:4.460225rem;top:15.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r0FRyvd8M4bL6NIw2AgUCH20BqUEdGsz { width:20rem;height:8.4001875rem;top:4.3237838745117rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XfpWCvZy6quyO1Hcmwwu8xv6EXll3wZO { top:22.0625rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5TL901g4IFD1Fpr0p97JqBuHTuTlAgi { display:block; }
 }@media only screen and (max-width: 763px) { #stRblP7oFDlmuT8h1ttpZV07XhWXiEeM { display:block; }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM { background-color: transparent; background-image: none; }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .row .container > .video-iframe-container { display: none; }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .row > .video-iframe-container { display: none; }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .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); }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM { border-width: 0; border-radius: 0; }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#stRblP7oFDlmuT8h1ttpZV07XhWXiEeM > .row .container { width:20rem;height:69.375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnre7VmLHgaPfMhtST78x1rTu79za4h7 { width:17.25rem;height:7.1484375rem;top:2.6206665039062rem;left:1.3750000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KFlJnaiZEGlysZEEWIFnJdkJsTkDx2rV { width:17.25rem;height:6.395625rem;top:11.5rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ADtT6HPRnry0plsq9WCZawGrh4lDzCMX { width:20rem;height:13.125rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXI3JV7nZ5EPCfTPegpHGuZMwWiTkqwl { width:17.25rem;height:8.5005625rem;top:53.3125rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ohnGv4hWi8DOON67esTKBIXB3ttH28mE { width:17.25rem;height:13.600875rem;top:37.2578125rem;left:1.3740234375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir { display:block; }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row .container { width:20rem;height:134.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txbFZ9qB53NeZgg459mT48H62y6Vs7Nq { width:20rem;height:6.8235rem;top:1.2490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbgHKalB7fcc3LmoCT6rFsVw8THMofJn { width:17rem;height:10.791875rem;top:18.9375rem;left:1.5rem;font-size:1rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yvF8Jf6Rx2Po6Rf1CtlHygJk3pTl7a4x { width:16.9375rem;height:5.39595rem;top:39.5625rem;left:1.53125rem;font-size:1rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #udeZMo40ZBJ8gUwMqIvu4JrCNdcLpEAb { width:17rem;height:7.194625rem;top:57.0625rem;left:1.5625rem;font-size:1rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z9KziiDqFzpR3hCOXRCpumB3ZGk0TAeT { width:11.3125rem;height:4.31108125rem;top:13.875rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLyX9usvEk1S7VAWLyzefsQiyyzs76tx { width:11.3125rem;height:6.03515625rem;top:32.5625rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvJkmU8dS9rxXu2guPxfAO06Heq7vTuk { width:11.6875rem;height:4.0234375rem;top:51.5rem;left:6.75rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y17SGsEx0PeHaAHCMuldTyrdv76WIZ6n { width:17.25rem;height:7.649125rem;top:75.6875038147rem;left:1.3735796809196rem;font-size:1.0625rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wr7HCw5vt1U0pGQH6bcgzRBe4ZOT1WnC { width:17rem;height:7.194625rem;top:94.8125rem;left:1.4999999403954rem;font-size:1rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NABCng0RpNm6UbSkxXrkLAABB2ZMwcNh { width:11.5rem;height:4.125rem;top:70.1875038147rem;left:6.8750001788137rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I15T5z45no0wy11bGRETh0RTwhCLqmnd { width:11.25rem;height:4.125rem;top:89.5625rem;left:7.1250001788137rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW9UAwTm5W11P4P1q5twOHR1oUVL0SQ4 { width:11.5rem;height:4.125rem;top:107.9375rem;left:6.8750001788137rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtcaTotLFCWUlgLG1UBSs03iOSq2q05v { width:16.8125rem;height:7.194625rem;top:114.951171875rem;left:1.59375rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #hzxwrzEPtlF97x6167gphoDzp3uTxZFp { width:20rem;height:17.75rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTeo5yGQMrBrXmMc5A0RX5eThmxGJJFm { width:20rem;height:17.5rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1whK6ZldvkSUsPVAvx0eXXD2pIs5dd6 { width:20rem;height:17.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJsZT1QhZCe5IBv8dO30r9IcWxeshzTy { width:20rem;height:17.625rem;top:67.687502861025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdoSwFkMKE1BORi0muquzUqOvz7y1wow { width:20rem;height:17.5rem;top:86.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNLBKQAMgNmRzeEMOMTOrMtbohnAXmra { width:20rem;height:20.25rem;top:105.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKBehMUihQzzdOGC1Zn6TSherccMiu7h { width:3.9375rem;height:3.375rem;top:70.4375038147rem;left:1.6235796809196rem;display:block; }
 }@media only screen and (max-width: 763px) { #JggJ4DXr8VwtVp8GgTlAe5wB2QvagGe8 { width:3.875rem;height:2.875rem;top:89.6875rem;left:1.6874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuFxURQo4QzqKBmTibD9KI4xuyoPW9Ni { width:3.9375rem;height:3.4375rem;top:108.62519836426rem;left:1.5625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #cutyqqLGdn9Vc6S9LydhPaxhtJvWyq5a { top:128.4375rem;left:5.03125rem;width:9.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8qbDUPM31lMGcIScFaqH92GnNhXbyxL { display:block; }
 }@media only screen and (max-width: 763px) { #kgeMLX0xo3K5TmkvxhIfa2JCNRuwgWzS { width:3.3125rem;height:3.25rem;top:13.875rem;left:1.37353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ8Oq8DVJPzex8l5RHi7KGapuwXaLzfz { width:2.9375rem;height:3.3125rem;top:33.92431640625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRMZlUzwwVwNNZPashtAnTbgSPf2G59a { width:3.375rem;height:2.4375rem;top:52.29296875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT { display:block; }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT { background-color: transparent; background-image: none; }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .row .container > .video-iframe-container { display: none; }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .row > .video-iframe-container { display: none; }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .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); }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT { border-width: 0; border-radius: 0; }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1VNLWJN0JFvfmnotXa0AQMX6Tzq7yuT > .row .container { width:20rem;height:70.8125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1Hyr4hJznCIRydIs9anEyqx7RJMStru { width:1.6875rem;height:1.8125rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooq1S8tCW23cQU6SNULcuTyeKAhUNSFg { width:20rem;height:2.0625rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE3XlCSnJhbymDb3p7LsBLDQr2LENWVM { width:1.6875rem;height:1.8125rem;top:17.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5FghCtNZkAzDw5el8xwX7CAaKqiWXca { width:20rem;height:2.0625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLZXhNKZibvEJrHXROyvN3OuLLmX1bnf { width:17.625rem;height:2.0249rem;top:17.25rem;left:2.375rem;font-size:1.125rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hxBTwA7xCeNk4AseuNnmT7bqspJsIDZw { width:17.75rem;height:2.0249rem;top:14.0625rem;left:2.25rem;font-size:1.125rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hMur0NXeH0JfCpTGTJRxFHZ6EnQJ4aBf { width:20rem;height:2.0625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWQpS0pTrlJB592Tz2pTn7qV7WibPkTz { width:17.5rem;height:2.0249rem;top:20.4375rem;left:2.5rem;font-size:1.125rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nwIFJODGSpEoq4dog5wtgMT1uJ0bgeBK { width:1.6875rem;height:1.8125rem;top:20.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFUXG017VuRDK0r5ky7GUX5qQew8dcD7 { width:20rem;height:2.0625rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeMzNatIQwo6hO1L4fNCPwrTGww5AUSr { width:17.5rem;height:2.0249rem;top:23.6875rem;left:2.5rem;font-size:1.125rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XGDZnTzb5TQ4V7KvSdmfVEcGbROTx6t3 { width:1.6875rem;height:1.8125rem;top:23.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShZzsB2WhB9VQSPX8hnLvgoGucVcziGv { width:20rem;height:2.0625rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJLg1FLWRpLEtTFcCQ5DbwrzFT51fdOQ { width:17.375rem;height:2.0249rem;top:26.875rem;left:2.625rem;font-size:1.125rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J6D1s0SMM5ZVyflNFIu5KaTIsArTs1S7 { width:1.6875rem;height:1.8125rem;top:27rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvKLe1PgSDH0goDak9ttH4LmSTULxHuZ { width:20rem;height:2.0625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfPVvLB5bXgAO7O2ophTz2v4i07vTCn2 { width:18rem;height:4.04829375rem;top:30.125rem;left:2rem;font-size:1.125rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G5saZLQMFFWPQiv8r4TbTHnEQs5DEs21 { width:1.6875rem;height:1.8125rem;top:30.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7p25JOJR7LN9smBkSt6ZBaG4B8FNaQg { width:20rem;height:2.0625rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBrc2Osp5WAcXTqPVThsnWhuWKCAm9q { width:17.875rem;height:2.0249rem;top:33.375rem;left:2.125rem;font-size:1.125rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fhVM8uP8J9RH4rVzeB6JhCpK4X6g33Di { width:1.6875rem;height:1.8125rem;top:33.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PobVJG0cULTq1litTzt6X32GIe51qS9J { width:20rem;height:2.0625rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qweIHZk8GdxsLNl1MkbfsgT9h46tcqA8 { width:17.75rem;height:2.0249rem;top:36.5625rem;left:2.25rem;font-size:1.125rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnKqRnIFV6rdvTcpgrnEWcow5WNIOsGE { width:1.6875rem;height:1.8125rem;top:36.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1WlTrp3Si3eS7REBQQAbcHqxFZCyCxK { width:17.6875rem;height:2.0249rem;top:39.75rem;left:2.3125rem;font-size:1.125rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IcNUwu6O2CUJiEeQST3TzSyZtZrFmEzT { width:20rem;height:2.0625rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGuXRGb5uwTTCHPuMBv2Dq3sbcfTZM76 { width:1.6875rem;height:1.8125rem;top:39.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncybbqwMET6OblctGSPBtQRZDRipA8Os { width:20rem;height:2.0625rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTTTtaUNahTyBboC8fc78lTT9PrWJeMN { width:17.5625rem;height:2.0249rem;top:42.875rem;left:2.4375rem;font-size:1.125rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vaBLT5yTASgzMwkobdFTrBre5WCPbXng { width:1.6875rem;height:1.8125rem;top:43rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSQrkZgoXRTFEnC0p0BnNTE7ClAn26dT { width:20rem;height:9.098rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXutn0DGqzZiBU1EpRonLqDXxirUaWr6 { width:19.875rem;height:12.125rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoznkkRNfkNgMTleDTwas5ftMTz1EAoz { width:16.5rem;height:10.375rem;top:56.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsgPLXldPNcvG75AXAkuLckzsrfpTV9u { background-color:#2e1a46;background-image:none;display:block; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container { background-color: transparent; background-image: none; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container > .video-iframe-container { display: none; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row > .video-iframe-container { display: none; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .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); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkTB7DTbrVXCHb6czu6DLH1bb9TK4MrT { width:16.875rem;height:9.098rem;top:1.94140625rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SAUveQx3NViM9azVx6qWzTShsW9zwALd { width:17.1875rem;height:1.59375rem;top:11.629261016846rem;left:1.4055396914482rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-input-button { width:15.5625rem;margin-top:0.25rem;margin-right:0.9375rem;margin-bottom:0.25rem;margin-left:0.9375rem;font-size:1rem;overflow:hidden;line-height:1;height:3.125rem;font-weight:400;font-style:normal; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3  { width:17.5rem;height:auto;top:14.47265625rem;left:0rem; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 .widget-info-text { line-height:1.8;overflow:hidden;height:auto; }
#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 {display:block;}#LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 { width:17.5rem;height:auto;top:14.47265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #LhGMKIBmMx9WUVUHxPQpIuuLW8dg9KLB {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #fpptn8Stnt3QlXOET8ZuKObLgEt5mSaf { display:block; }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #bVIOqWzteSQ3qzAEhhULl54loXHSa0IR {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #oJA7o4LLVmCWwRD7eZAmHTMTVu3pqdg8 {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #gEWUK65aA6TmwTsV23mZGy4mtIBgoNk5 { display:block; }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #svtCZghzZfrTm5dck15U7pfpnsTdSt9l {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #C3T7qiOuiTHn6woMzhcSESrfRxhmEOVP {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #RoftIUD9fDQ50Zq8ywUzSgyBa8XLNhXK { display:block; }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #c8e7ZDDE7lwkH2WTywDOTnGH5mnbzUCU {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #tyFhlVSZLFT9nkTUymQHR09Nk0rRQvUv {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #GWREdQiKIDqfOCoHNG09GuJFMH0GJ3VE { display:block; }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #C0xV9CTGaf2ZqPNOuunHRW1FBADpKlyF {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #w3HSMePyI6lZSlixB8NKErUwi9I2GlLr {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #zd9dM6mWGQJXKS8uOxiRGGSTdD30SoJs {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #taONUT5JJpJEMG5OgNq40UnBCVVTN0xl {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #gtL6CWXr3EERaBE8q38ZQ9Xz94V0wLTd {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #WR5JPdmCOtkqd4yiROt8TuXeLpbhsOGd {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #fglVFPunsz7renb3OUD5Kn1rZmWGCB1B {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #qG5fxLJnNxPweziEKTcHo6tGKWbEsOKQ {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #m4Zg2gn0Do9tHJAhO0ScDzX73dLTpcCF {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #uHUNocar2qVgmnAgWguIFmwLtbkI9TKk {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #CsSURl7OvZTiyboL1mQ0c7T9a3FtWL2s {  }
 }@media only screen and (max-width: 763px) { #LgrQv1lTJoT94TxI0yMucX1yBBpuB6P3 #SXwWRgVvAC7tyQrfPLTAH9TTKcoy1kor {  }
 }@media only screen and (max-width: 763px) { #R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ { display:block; }#R6DF5KPia19qUoyuBkL2nCZNUvWfSUpJ > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeAyBNEGk4qCvryqXvJM8ffmAaEVoWqe { width:11rem;height:1.03125rem;top:59.375rem;left:9rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcn6G2CPL12s8hm0zhJVNp2PfBppaKPR { width:11.3125rem;height:1.03125rem;top:59.375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvlIW72X7FzrTaNJS0VAppeyiueA5prg { width:14.3125rem;height:1.21875rem;top:30.8125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQUySxR2JuyGzlLX7WULkdS6R2ZJaWDN { width:8.125rem;height:1.8125rem;top:56.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmRnmtwbBGdGGvHBkoMz8qgizQm8PGH { width:14.3125rem;height:1.21875rem;top:44.21875rem;left:2.84375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4b0L37guGJh85scI2dPerBB07ndCK3p { width:14.3125rem;height:1.21875rem;top:28.6875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqGyNKU7KRTLNxyVTGPSfcQnWT1ERzUm { width:14.3125rem;height:0.9375rem;top:55.0625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Q9dNkNl7ZGF0hRuyrapyhDpKQF13iH { width:14.3125rem;height:1.21875rem;top:42.0625rem;left:2.84375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJFmbOCd5HcSceKpZNI8Jg5n3ggxiT4s { width:14.3125rem;height:1.21875rem;top:26.375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7UaAPRLB7KHQBNTmzlGgETQT3iR20Ci { width:14.3125rem;height:1.21875rem;top:24.25rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRSNXh17E0f16rR1Xam7RGqRwrq0Dyyx { width:14.3125rem;height:1.21875rem;top:39.84375rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnnbqxkc0L3QGRNhyZ7D24I0fE0ToaIU { width:1.8125rem;height:1.8125rem;top:50.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAlKFvZmefBFLpaCegzt9ZQFxThnRoB9 { width:1.875rem;height:1.875rem;top:50.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcVKEeEUI8TCRzhX2zs2BttOuZWSUkZf { width:1.8125rem;height:1.875rem;top:50.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeqqpTQa1aGavRpG56vQidK9yK83U5Tg { width:1.875rem;height:1.875rem;top:50.5625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLcnhETZagmwAQJfiy2FT0BxINyXwJP3 { width:11.375rem;height:1.21875rem;top:7.53125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI29tlDAX6doWw6LFLklA7WanK7FgrFI { width:11.375rem;height:1.21875rem;top:12.5rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Q4CrKOQrr41SWf8SszgESQzcKxa7PP { width:11.375rem;height:1.21875rem;top:15rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4rJxuxvFU6rc7A2Cnho3dFEH7fxwdwz { width:11.375rem;height:1.21875rem;top:10.0625rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOeBBd5fIFAZvGw93O0lNrAMpFscyoWW { width:14.3125rem;height:1.21875rem;top:22.0625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpeVldtQ7Tb3SMrdVgupQDXLlCoyq9tC { width:11.375rem;height:1.21875rem;top:5.125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ60ut8ax2suwZKKWInry8ZALeOsqONW { width:14.3125rem;height:1.21875rem;top:37.4375rem;left:2.84375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NceWWgRaEhTVL31SMOfD0liMuMe2fgbB { width:11.3125rem;height:1.5rem;top:34.8125rem;left:4.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuXWcRNJp5Emnl3rCIFh25FrDPvfWAwq { width:11.3125rem;height:1.5rem;top:2.6875rem;left:4.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaxdqTfT4uKyZkDUCee50TsT80Cl49RN { width:14.8125rem;height:1.5rem;top:18.8125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utuwRHEAizQDy2nO24zggHu4160aMdW9 { width:13.5rem;height:1.5rem;top:47.875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }