.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 { border-top:0.625rem solid rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.125rem solid #31eac1;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container { background-color: transparent; background-image: none; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container > .video-iframe-container { display: none; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row > .video-iframe-container { display: none; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .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); }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container { border-width: 0; border-radius: 0; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#Jw1Z0xz9xwiQNg8K70Jky2PJg5BPTUEP { 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:5rem;width:12.375rem;top:-0.53125rem;left:0rem;overflow:hidden;display:block; }
#vtdlmzy0mvxC4kfQBrTi7A9RBnST8ZhU { color:#000000;display:block;width:14.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.287109375rem;left:16.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qIkKhnuTpn6cGXXNEyHk4TI0mrewBDxP { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(90deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(90deg, #31eac1, #d4f997);background-image: -o-linear-gradient(90deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(90deg, #31eac1, #d4f997);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:verlag;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.75rem;left:63.6875rem;display:block; }
#dUIlKny4K3ZM1i34FbQnG8Ek4mHSOhWf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xDpzfn8lECgXcEAlOTUb67M1kXm6WIcL { color:rgba(0,0,0,0.8);display:block;width:4.125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:52.5rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wVHUKRkyzL2U9WMVhQ1fJn9p675n3f5h { background-color:transparent;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:verlag;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.875rem;left:55.5625rem;display:block; }
#nRGsODDsqTJqqzSwD0OwcVT1qkhuDmx9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UhZ8pyoyU92yc9XrOycwyArwbrUoHffr { position:absolute;display:block;z-index:15013;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:8.75rem;top:2.7119140625rem;left:52.5rem;display:block; }
#TPbA6oPnoLS9qBrSCmQqH8902a232zkq { position:relative;display:block; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq { background-color: transparent; background-image: none; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .row .container > .video-iframe-container { display: none; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .row > .video-iframe-container { display: none; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .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); }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq { border-width: 0; border-radius: 0; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .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; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .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:6.3125rem;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; }#erg2loTdLp3KUBygzGVU9wQqIdbHgbZR { 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.3125rem;width:13rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#gsD0yawIRykmoo9gZVvwrA5dnehWmX0d { color:rgba(0,0,0,0.8);display:block;width:3.875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.412109375rem;left:56.5rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WBkXEIyTlCQ2d7SdaT3Es2ftrPQbnytM { background-color:transparent;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:verlag;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.03125rem;left:59.5rem;display:block; }
#BNCdopAIDOAlc3sIEZKmxATFBHEdh1QU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kGFMqZmuKprJzXy3eFFzLdwNOUvEP0ht { position:absolute;display:block;z-index:15014;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:8.75rem;top:4.125rem;left:56.4375rem;display:block; }
#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(45deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(45deg, #31eac1, #d4f997);background-image: -o-linear-gradient(45deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(45deg, #31eac1, #d4f997);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container { background-color: transparent; background-image: none; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container > .video-iframe-container { display: none; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row > .video-iframe-container { display: none; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .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); }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container { border-width: 0; border-radius: 0; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7f5a91ce-5ea7-4b13-8f01-2fb2eb958549/pedroruiz7381.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse.adaptive-delivery-prevent-bg, #HTW0CV70bBcM0ULQRmghA1TaU9V6XBse.lazyload, #HTW0CV70bBcM0ULQRmghA1TaU9V6XBse.lazyloading { background-image: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container { background-color: transparent; background-image: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container > .video-iframe-container { display: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row > .video-iframe-container { display: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .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); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container { border-width: 0; border-radius: 0; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse::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; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container { font-size:0.875rem;font-family:arial;height:72.0625rem;width:75rem;position:relative;display:block; }#cPq2gQkEwyTuyvtitmALBkexVTplsUaM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:verlag;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3056640625rem;left:7.5rem;height:1.38125rem;display:block; }
#vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:verlag;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.3125rem;left:7.5rem;height:6.44925rem;font-style:normal;display:block; }
#mOKMcs0E9k21WupZJlVTIiEymggHPa4y { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #2c8658;border-left:0.0625rem solid #2c8658;border-right:0.0625rem solid #2c8658;border-bottom:0.0625rem solid #2c8658;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:#2c8658;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.03125rem;left:7.5rem;display:none; }
#v6NDWafJpZTrWNrezGAeeB6SvdHanF37 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KEkozb521I8rbKrdmbhuTTrDJcLKTani { position:absolute;display:block;z-index:15007;background-color:#31eac1;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:1.25rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.6875rem;width:19.5rem;top:4.8125rem;left:48.5625rem;display:block; }
#znQbcUouNwNBfdmJOgXntqtaN2XPBS9I { color:#d4f997;display:block;width:35.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.8125rem;left:7.5rem;height:1.29980625rem;display:none; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-form-header {  }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-regular-label { height:auto;display:block;font-family:verlag;font-size:1rem;font-weight:700;color:#000000;width:17rem;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;overflow:hidden;line-height:.9; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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:#f4f4f4;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;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:17rem;box-sizing:border-box;height:1.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.1; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-text {padding-top: 0; padding-bottom: 0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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:#f4f4f4;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;width:17rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.1; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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:#f4f4f4;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;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:17rem;box-sizing:border-box;height:1.6875rem;color:#929291;font-family:verlag;font-size:0.75rem;overflow:hidden;vertical-align:top; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-select {padding-top: 0; padding-bottom: 0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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:transparent;background-image: -webkit-linear-gradient(90deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(90deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(90deg, #31eac1, #d4f997);background-image: -o-linear-gradient(90deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(90deg, #31eac1, #d4f997);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.875rem;margin-bottom:0.25rem;margin-left:0.875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#000000;width:15.25rem;height:2.8125rem;font-family:lato;overflow:hidden;box-shadow: none; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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:lato;line-height:1.3;font-size:0.625rem;font-weight:400;color:#000000;vertical-align:top;width:15.75rem;overflow:hidden;font-style:normal; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-container:first-of-type{padding-top:0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-container:last-of-type{padding-bottom:0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:48.6220703125rem;top:7.9970703125rem;z-index:15006;position:absolute; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17rem;display:block;vertical-align:top; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF {display:block;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:48.6220703125rem;top:7.9970703125rem;z-index:15006;position:absolute; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #MThQzbAxxmCg0cygxustT7s69iTOJbhy { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BctEL00TqGnXWEnUDAoMQw97qTstguXZ { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #WffaBR8hfMikQTKfMkvxT9DpsWlaNPh8 { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #t7eOnEW84uemQsWrQABcSXLG1nPKfcr0 { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ravfwJwdNfoCfBuZ131qhorLX36TDay3 { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #pcRiIW3a1E3tN0giNpaVKpE4lonZ6cTT { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #JayNG2lTJZNpTPm2mvmmzPNOCltHnMKB { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Q9WoxSJvr4w5ZCDq82pHX3TKgikiZWBI { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Mta8m27IUNkJk1gVonyKE13ALnemWyKP { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #DReAf10066cpmrhCBt4xl9plLLOzhIKK { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BH2WJFVtwTvL9F4GOErAb1m4MiuZ6bzB { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #aJEs4Gpm1otFnaqwXtszRDVF4XOuEEgG { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #agKu2K4v9aQvIKEeicPEJimweJPBPGMi { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #H80uwFyWD73EcN9OEfnicah338TlqRWs { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #OxTtHQ4TP0Qpa64IaZW6GiCpq6n4fEVy { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #KASfIUzHpTnnGvUwvA2sr2IsnW8vNQr3 { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VtlgpD6rk14FN7y4ZR5Idi3bTq00UdS4 { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #rCcdzkfANlHvRGi341yWy14D1IFb6osx { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #I6cVVH90ybAVvvlmv50xoQW1RVSgFggW { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VpN4Z072z4TfJ8p3BuQenz2z6fKlv3s2 { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ZO2hLD8sXsrNK8T2Pa6cpnPbpy2FQJUX { position:relative; }
#TGeEc9x5QCHmBE5toQTSuoPqcldEG3zo { position:relative;display:block; }
#Mtlus4Sh0kP634FAtBTWCnrPAwlxalpc { position:relative;display:block; }
#F9FywgkaWzyLtEFoHh8ILgrm2Bpy1hbT { position:relative;display:block; }
#hVrLTgbaV074z0eot7e7gzhMArCbFtZU { position:relative;display:block; }
#mVb6B2iNVX8w8HIczpSmLz41OsdtRcgE { position:relative;display:block; }
#cndIce0aa0kItzDiuu0zGA35qyhU1zdn { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ikzOC3uXLx1dEU6WXKT0pCNrDwHa4LcG { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #D4Q7Td50yTvkSyolCEecCpV79WpQw9eT { position:relative;z-index:2; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #TrInn6eO4ECSII1c9ae15LlBIo4lVrDq { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #anzIsqfxy10wtPEOVviLSrc2DLxxTBbZ { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #FVoKek876r8Tfm5h3lNHkoITAs6rnz7X { position:relative;z-index:2; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #IIpUAKoTluUw7uMolSJcJUpEVMqp93a4 { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #hiK772iIw2z6qvEvy4ZnD8lxbXLh0OcF { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #SoeDBuCQK7qI4mAU4Qt75e80mx6gAFFn { position:relative;z-index:2; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #okNDOKI5iD5f9mxwGnp9kILg2lnhuufV { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #opnTTttIlRDU3Jy8TaVBECWu721oUqWe { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #xSz0UVphnBVy3uasUoxLHKoymqDaMdBy { position:relative; }
#FfaCPeMQgt6wChfz0TDaPSWC2zs1MwBy { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:60.9375rem;left:24.125rem;height:2.886725rem;display:block; }
#kZBJig67WavrsdTnfpGSt5MHqr3d2nAw { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.6875rem;width:25.4375rem;top:58.625rem;left:7.5rem;display:block; }
#MNihkriroOCW5czpu7bwn4dFsTWd4Bs1 { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:60.9375rem;left:9.0625rem;height:1.70625rem;display:block; }
#en7KLl6r4FBWPsTMMcxNdN8Oc5Et6bgP { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:60.9375rem;left:17rem;height:1.70625rem;display:block; }
#FHFyfLZGc57XWeOFNLfJc7UFW8KyMiK9 { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:59.25rem;left:9.0625rem;height:1.70625rem;font-style:normal;display:block; }
#OHJR2ymg2HJJnw0NyMkIHhg3AP0928Nk { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:59.25rem;left:17rem;height:1.70625rem;font-style:normal;display:block; }
#VMkDIloXrvsU2GJJOcdBR5znDSvWg2Ta { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:59.1875rem;left:24.125rem;height:1.70625rem;font-style:normal;display:block; }
#VBRAn9s9aJarunMLM8vvHKbmv224pBp4 { color:#f2f5f8;display:block;width:10.125rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:47rem;left:22.125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#Rc6pM1bmGu79L3DgOTmoUzSIaiir94lW { color:#f2f5f8;display:block;width:7.5625rem;position:absolute;font-family:verlag;font-size:2.5rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:48.4375rem;left:23.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#nCUClC0xCA9nvvy9BVD2FP3MGqcEnOMi { position:absolute;display:block;z-index:15041;background-color:rgba(49,234,193,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.8125rem;width:11.125rem;top:45.625rem;left:21.75rem;display:block; }
#XuqgTHpXQhKygLKEQGlo1ysMAOuJ64kK { position:absolute;display:block;z-index:14999;background-color:rgba(49,234,193,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.875rem;width:11.4375rem;top:45.625rem;left:8.4375rem;display:block; }
#B9pMCma1RqOKLtAVJXdDHStRTIqwbZGV { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:55.25rem;left:12.5625rem;height:1.1375rem;font-style:normal;display:block; }
#kdtKM2yT91qMgBTpkyCtGAB31GBE2Pe7 { position:absolute;display:block;z-index:15024;background-color:#ea3131;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.25rem;width:15rem;top:48.4375rem;left:50.8125rem;display:block; }
#QVwzhIMNh8aEx4z73Nz9AtK4UW8LIIEm { color:#f2f5f8;display:block;width:14rem;position:absolute;font-family:verlag;font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:48.875rem;left:51.375rem;height:5.27831875rem;text-align:center;text-align-last:center;display:block; }
#sWBCa4lPzWGEbpFI37Co0Z6eV4yyas4B { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:verlag;font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.4375rem;left:7.5rem;height:4.6484375rem;font-style:normal;display:block; }
#UKKa4I0LbkRUykgio86HlsWpcHKdB25n { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:verlag;font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.6875rem;left:7.5rem;height:0.8994125rem;font-style:normal;display:block; }
#PW0mqUE1NzR2fiCyrSvobLADfrseDs9e { color:#31eac1;display:block;width:2.249025rem;position:absolute;font-family:verlag;font-size:5.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.8125rem;left:7.5rem;height:6.525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y75NdNxLNKP3PX3m2ybvL5yVz5Rqeqiz { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:verlag;font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.5rem;left:7.5rem;height:17.32330625rem;font-style:normal;display:block; }
#WFGwx4bB3EarKWRBhDJyqyi2S7mfdFea { position:absolute;display:block;z-index:15032;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.0625rem;width:10rem;top:18.0859375rem;left:30.09375rem;overflow:hidden;display:block; }
#QpBpnNMKFFQ0fGmQvb9v2R4uT1hZLZ9C { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:verlag;font-size:1.4375rem;font-weight:700;z-index:15069;line-height:1.1;letter-spacing:0;top:5.07421875rem;left:48.125rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xrWqcJsChJ0bHJVSBG2X7EePp2TvKz75 { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:51.0625rem;left:10.8125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#qMElkUEoPFTD0hcg1dOg9QgUnUkvhiLk { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:46.5rem;left:10.8125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#iGp2dlHrXDFlC6zyNy3nPEvu0wggNGT5 { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:2.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:48rem;left:10.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(245deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(245deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(245deg, #31eac1, #d4f997);background-image: -o-linear-gradient(245deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(245deg, #31eac1, #d4f997);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container { background-color: transparent; background-image: none; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container > .video-iframe-container { display: none; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row > .video-iframe-container { display: none; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .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); }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container { border-width: 0; border-radius: 0; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#hnKb66ML7lvU6TPZCp07NXcXiokhMCla { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3623046875rem;left:8.875rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vqsy8noUeEqvptoObumfJVesBfxvwk1J { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:1.375rem;left:8.875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HZ3x8cNyvvTtBXztis2JaImtTawvdEhA { color:#000000;display:block;width:42.625rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:12.375rem;left:8.875rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UuondXy9zxe1zmrXKP9flvrVKa1UdTTI { color:#000000;display:block;width:43.625rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10.4375rem;left:8.875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(245deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(245deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(245deg, #ffffff, #ffffff);background-image: -o-linear-gradient(245deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(245deg, #ffffff, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz > .row .container { background-color: transparent; background-image: none; }#uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz > .row .container > .video-iframe-container { display: none; }#uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz > .row > .video-iframe-container { display: none; }#uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz > .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); }#uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz > .row .container { border-width: 0; border-radius: 0; }#uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#l4nNxFh1RVDWdAzk224pJHQ6cuL91iN6 { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.734375rem;left:8.875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGnTSDa8Ra2eFdm3QDdRZbBkP7giOiLT { color:#000000;display:block;width:31.875rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:0.875rem;left:8.875rem;height:2.923825rem;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; }
#FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d93d724-22bd-4d10-a967-e494feefe69e/blur.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL.adaptive-delivery-prevent-bg, #FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL.lazyload, #FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL.lazyloading { background-image: none; }#FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL > .row .container { border-width: 0; border-radius: 0; }#FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:none; }#FxvXEBkHsnoEC75ypNNru1B2gvQ4FpzC { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:11.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#UG2aIi66n8DxUlI0GBFTVvGLMmSL4dWC { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.875rem;left:32.25rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#bgGal05dL0ZpbD8ZAWvZHBT9skVPGtmP { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.875rem;left:53.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#nr4dOtycfUKmqXBOn2b1Onl7U4DcxfR5 { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4375rem;left:22.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGOdScmyoKnsTusS46HXuTEKmARar5HL { position:relative;display:block; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL { background-color: transparent; background-image: none; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .row .container > .video-iframe-container { display: none; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .row > .video-iframe-container { display: none; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .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); }#fGOdScmyoKnsTusS46HXuTEKmARar5HL { border-width: 0; border-radius: 0; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .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; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .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:18.8125rem;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; }#uxn216lnlZlB8wKkx6TDvsZdPqET83JT { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:verlag;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.07470703125rem;left:8.75rem;height:2.11263125rem;font-style:normal;display:block; }
#GBmIJAl9hhs1IOVsHnR6QuD2CUqvX0zU { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #31eac1;border-left:0.0625rem solid #31eac1;border-right:0.0625rem solid #31eac1;border-bottom:0.0625rem solid #31eac1;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.75rem;width:13.3125rem;top:7.4375rem;left:4.9375rem;display:block; }
#B4XkAIL3bXTn0FewZpdb6zmmDs8uSybf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.9375rem;left:6.6875rem; }
#wgeP6lKulKSfg4WCMUtRam6pwUgXhQwG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:8.6875rem;left:24.25rem; }
#gVLzMoFThOd6X3CS6JmFf7Cib8TOLicd { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.8125rem;left:40.5rem; }
#Tp27ByGycs5cSe2ZxxuXEcwGNaiinxFX { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.21875rem;left:57.4375rem; }
#G8DqDcCrRmRubsspevSo4xnOBUkuB2aB { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"jost extrem";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.28125rem;left:6.65625rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#LFkHPJ0yscaacoRAmb8uENvwluzmHPoa { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:10.5625rem;top:19.625rem;left:54.4375rem;display:none; }
#ueXdtU7hDEAB2su2rziFLvmiTNiJW5Ap { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:"jost extrem";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.375rem;left:6.6875rem;height:2.03125rem;text-align:right;text-align-last:right;display:block; }
#GJ8iFUorOdGGbRCQu1BKn4rsr1B6kdeT { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #31eac1;border-left:0.0625rem solid #31eac1;border-right:0.0625rem solid #31eac1;border-bottom:0.0625rem solid #31eac1;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.75rem;width:13.3125rem;top:7.5rem;left:21.9375rem;display:block; }
#E6PyJe6XA0ZzNeRhmCKk7ugQNR0m6zWZ { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:"jost extrem";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.09375rem;left:24.25rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#B3aT7wPCDnOSog0i7ddwcPFvzoX4ztCU { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"jost extrem";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.25rem;left:24.25rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#hWVW8Fcw07SN5Ztgqhg36Ats8ZDyAw50 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #31eac1;border-left:0.0625rem solid #31eac1;border-right:0.0625rem solid #31eac1;border-bottom:0.0625rem solid #31eac1;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.75rem;width:13.3125rem;top:7.5rem;left:55.5625rem;display:block; }
#pRh3SEskkrTO7hORb3ywhfE1Gy3ZIan5 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #31eac1;border-left:0.0625rem solid #31eac1;border-right:0.0625rem solid #31eac1;border-bottom:0.0625rem solid #31eac1;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.75rem;width:13.3125rem;top:7.5rem;left:38.875rem;display:block; }
#A9MESvCQatqXoNnXrhMkOMaChF9mVyiF { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"jost extrem";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.6875rem;left:40.8125rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#UNluerL8dy0XWFqTNPBCHGRLOFQUFdHy { color:#000000;display:block;width:6.625rem;position:absolute;font-family:"jost extrem";font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.03125rem;left:40.75rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#uQTCe7UNT8vcPEGZ34Na9SN002HfWkEK { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"jost extrem";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.28076171875rem;left:57.4375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#zkQzdpPG2KxG7poiGKllM4a38VxEeVi2 { color:#000000;display:block;width:4.75rem;position:absolute;font-family:"jost extrem";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.4375rem;left:57.4375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg { position:relative;display:block; }#VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg { background-color: transparent; background-image: none; }#VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg > .row .container > .video-iframe-container { display: none; }#VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg > .row > .video-iframe-container { display: none; }#VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg > .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); }#VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg { border-width: 0; border-radius: 0; }#VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg > .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; }#VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg > .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:22.0625rem;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; }#Oo5Zd3eF9ARllGUoy61oOOQT6TWPETxF { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:10.5625rem;top:19.625rem;left:54.4375rem;display:none; }
#ya6kOVMnaKbGU1uJ4v3b3RhVib2eaW2u { color:#000000;display:block;width:46.9375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:16.375rem;left:9.375rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iRntBHLMD6Tb6ArPAAmvVn5iAGD0T4hv { color:#000000;display:block;width:39.5rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:13.375rem;left:9.375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T29p09NG0LTpBSG82dJoV483h91BpCeK { color:#000000;display:block;width:44.5625rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:9.875rem;left:9.375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sM15TCqCBhUlTrw1QLJL19LfwzAUt4zs { color:#000000;display:block;width:52.375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:6.8125rem;left:9.375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bQTTG6zbzlKRlmosf42W3DssHaiQ70VN { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:verlag;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8125rem;left:7.9375rem;height:2.11263125rem;font-style:normal;display:block; }
#iTDGOIepHsV5K6bub1VcLT7x3oLUEKoi { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:7.0625rem;left:7.9375rem; }
#sp9IASM0ZwNItGkw3wJxIuFhIXsUGvbT { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.125rem;left:7.875rem; }
#HIS9hVTVEKlFOkIesVC00wikBJy2W8dA { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:13.625rem;left:7.875rem; }
#zMZFT7c6l2ACcyfhxd8Abi0bdKZ90MRw { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:16.375rem;left:7.875rem; }
#xSgGlfWfifh67ykQ5U4o5T178O7WuxoB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xSgGlfWfifh67ykQ5U4o5T178O7WuxoB > .row .container { background-color: transparent; background-image: none; }#xSgGlfWfifh67ykQ5U4o5T178O7WuxoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSgGlfWfifh67ykQ5U4o5T178O7WuxoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSgGlfWfifh67ykQ5U4o5T178O7WuxoB > .row .container > .video-iframe-container { display: none; }#xSgGlfWfifh67ykQ5U4o5T178O7WuxoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSgGlfWfifh67ykQ5U4o5T178O7WuxoB > .row > .video-iframe-container { display: none; }#xSgGlfWfifh67ykQ5U4o5T178O7WuxoB > .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); }#xSgGlfWfifh67ykQ5U4o5T178O7WuxoB > .row .container { border-width: 0; border-radius: 0; }#xSgGlfWfifh67ykQ5U4o5T178O7WuxoB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSgGlfWfifh67ykQ5U4o5T178O7WuxoB > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#z8ZOxq2hgTGFwbO7dTaycXnB3JEt9Bw3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.86328125rem;left:9.75rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#y1rN5qA76TETkxGt8tCmrNaHVFuRoxEf { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0625rem;left:44.125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QQ069bOv2iNFuFvG8zfPtOoeQiK2DkHd { color:#000000;display:block;width:27.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.9375rem;left:44.125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MJvRuNGWt3WFyJAohRt3a9GM3x9MiVgP { color:#000000;display:block;width:23.875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.130859375rem;left:44.125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rzs6ISkN1pifp1Tr0XnvTnVAGiH3iH2D { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.27490234375rem;left:42.6875rem; }
#BKO3JTnTay2dTbUTqTZ1pp7GnJz2Pw6o { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.37451171875rem;left:42.6875rem; }
#r8hwIHBbTLTzQ5d4ZxipS6QNRSNLu4k1 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.19970703125rem;left:42.6875rem; }
#DtPfcGE2P0ydQmhzPcmorCoHGlPMCgzS { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:34.75rem;left:44.1875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SxZyKkKkqtvmD8RhmsT4fAMzTh4cb4fR { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:31.9375rem;left:44.1875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BbCih0Svg07mka07GaTD8xsv4InKpKKd { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:32.125rem;left:42.75rem; }
#wNgek1WdD3VAvO5A9y6GnaRCV7llVUhy { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:34.875rem;left:42.75rem; }
#xGF3BS2E17ywnQphInLTcLr6fJQ7usXZ { color:#000000;display:block;width:21.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:29.125rem;left:44.1875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G5zKuXE7DHQRhTy4TiVUJJFH4v9ZGeNi { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:29.25rem;left:42.75rem; }
#wMWUIqxdtmKX7JwvfH3eQ4ChhNbrMCTT { color:#000000;display:block;width:20.875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:26.3125rem;left:44.125rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m56Zbf5i8BAX8MpzmD5vyO4EfXZhhot4 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:26.5625rem;left:42.6875rem; }
#MRoeEJxnfV5Wn2pJ6TOC3eHCUQvt406T { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:22.1875rem;left:44.1875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EKpz6CV2bL154WH0S5Vtl1rKvXANkC4D { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.375rem;left:42.75rem; }
#SAAdbMaP4zQPGUzOLNHx3gWm7BQ11Ck9 { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.125rem;left:44.1875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LzETsxyEXBDxAVKNfSxCgSdozLXJrisA { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.25rem;left:42.75rem; }
#T8MT9H8lUe5leoeq20ydhGT2o4MkGQTF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.875rem;width:17.8125rem;top:16.5rem;left:9.75rem;overflow:hidden;display:block; }
#FJMXfzJlqLRrfQ8TSEMxaUqEwMiRwft1 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.6), rgba(212,249,151,0.6));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.6), rgba(212,249,151,0.6));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.6), rgba(212,249,151,0.6));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.6), rgba(212,249,151,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9931eac1', endColorstr='#99d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9931eac1', endColorstr='#99d4f997' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.6), rgba(212,249,151,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:10.8125rem;width:6.6875rem;top:13.9375rem;left:22.875rem;display:block; }
#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d572a22-2b52-43ed-9959-a0f19bccce29/image31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A.adaptive-delivery-prevent-bg, #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A.lazyload, #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A.lazyloading { background-image: none; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { background-color: transparent; background-image: none; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container > .video-iframe-container { display: none; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row > .video-iframe-container { display: none; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .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); }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { border-width: 0; border-radius: 0; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#rkSgNQxMFxNfOQFMiJdS58xIXVh8AI2d { position:absolute;display:block;z-index:15005;background-color:#e9eae7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:26.5rem;top:0rem;left:9.875rem;display:block; }
#udVq68ReLa88gXrig4zrssoa4Tfg7p6z { color:#000000;display:block;width:22.25rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.25rem;height:3.04980625rem;display:none; }
#lI6zLgdW9QEKO1kEt25T2TQMcyXMgqT8 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:4rem;left:11.875rem;height:6.499rem;font-style:normal;display:block; }
#VUFeyRs3ceVTQ3eU2OVNLCJpp4tI4gdg { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#u1wGBBs7w6OGQGMN0y8Pgq3DJkJqZnWv { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.19970703125rem;left:15rem;height:1.29980625rem;display:none; }
#pTW7UcKbSUflargLoblMfvhHSVba4bKs { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#nrcC9mF9UDwZZULb5tpSoPqtMzWfsfJG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.4375rem;left:12.5625rem;display:none; }
#RF9SUrTVfykeJG8XwemXrqtKLtrl7xLX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.4375rem;left:12.5625rem;display:none; }
#q0q59VgwbmeBUGULiCq7k2Sa2kaOKb8A { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.9375rem;left:12.5rem;display:none; }
#IwsZdtch3ZNOILCX9PU3ObT85EzT4Z47 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:15.4375rem;left:24.75rem;overflow:hidden;display:block; }
#xQodOJE2s5QLFO57T0UOnq82TgFrqUx1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:9.90625rem;left:24.25rem;overflow:hidden;display:block; }
#UKEnJzGH3v6lamZFrQZ9pz2xT133nktP { position:absolute;display:block;z-index:15008;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:9.375rem;width:9.375rem;top:14.625rem;left:11.875rem;overflow:hidden;display:block; }
#B1P9gvh1rK1gmoM7hhhidKM0RlDZpsEz { color:#000000;display:block;width:22.25rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.375rem;left:11.875rem;height:1.95rem;display:block; }
#OGoGb8uAo0n9Dsei3dS0kHrcovha2mxi { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10rem;top:13.4375rem;left:12.53125rem;overflow:hidden;display:block; }
#c856JSFA8vk7uqLbWFoBJJgnIEac629J { position:relative;display:block; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J { background-color: transparent; background-image: none; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row .container > .video-iframe-container { display: none; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row > .video-iframe-container { display: none; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .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); }#c856JSFA8vk7uqLbWFoBJJgnIEac629J { border-width: 0; border-radius: 0; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .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; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .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:39.0625rem;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; }#EN1kyT4QH5eEFRgI7F0JgkGp2PCTAq92 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.875rem;left:11.25rem;height:1.95rem;display:block; }
#fam66LvGThTPVSXbkFbDSTbZznTgAfsq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:31.3125rem;left:35rem;height:1.3rem;display:block; }
#iuGtzJFwsMPXveRT260afcFz8LobSxPH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.3125rem;left:50.625rem;height:1.3rem;display:block; }
#K9ZF2rZBtpUkPB10fBpAunmwCKtpeLQx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.0625rem;left:41.8125rem;height:1.3rem;display:block; }
#yBGAfu7WuuhNS4bm6uutmR7nuyCK2g6N { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.125rem;left:38.75rem;height:1.4625rem;display:block; }
#EwGyWTf91uWo0fk9HnrqswIqlxcbfNIM { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.125rem;left:55.625rem;height:1.4625rem;display:block; }
#ZQtNyAPJu01Ed7PkJT1Gwsd2rbNai7Tr { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.9375rem;left:46.25rem;height:1.4625rem;display:block; }
#PrNbminkaf3bAN7gQy4FhwJtHEoyIa7Z { color:#000000;display:block;width:19.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:11.25rem;height:4.546875rem;font-style:normal;display:block; }
#Dq7gTEX8GIVDyChnTMCX2TqRZQtaNpyI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"jost extrem";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.0625rem;left:58.125rem;height:1.21875rem;font-style:normal;display:block; }
#JRWt14ZafWFrMwmWoWHbUf7DedG5SUts { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:3.875rem;left:40.875rem;overflow:hidden;display:block; }
#IN3RSRsdD6x0MpmVTX6745tXovgTvvDy { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:20.125rem;left:33.75rem;overflow:hidden;display:block; }
#r6S5SznQmwdmSyUHS5ybWq7niXw6TZO6 { position:absolute;display:block;z-index:15015;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:14.375rem;width:14.375rem;top:20.125rem;left:49.125rem;overflow:hidden;display:block; }
#H8uyu8qLMsDX5EAgbM8ShiC9m1Zh3z0N { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:20.125rem;left:33.75rem;display:block; }
#WXBBUV39wHF0f6ePUDNgu27ZsgPetmbQ { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:20.125rem;left:49.125rem;display:block; }
#ghl1ahBD6xfyDbPAmiXToWlNs2TUL46g { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -moz-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -ms-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -o-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );";background-image: linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:3.875rem;left:40.875rem;display:block; }
#XKeX4OFK9l92poFAiBm2Wu9C3SMfApvH { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.375rem;width:14.375rem;top:3.875rem;left:58.125rem;overflow:hidden;display:block; }
#aubPEVk871u5adxHUp0hs59Is44VKtr4 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:3.875rem;left:58.125rem;display:block; }
#g96ZgCAAEXKS5qDPnQ4zqBq5wZoz87Jz { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.375rem;width:14.375rem;top:20.125rem;left:16.71875rem;overflow:hidden;display:block; }
#OrVXQtw3iLJ6EQXpLPGGFiLKTud5c61B { position:absolute;display:block;z-index:15018;background-color:rgba(212,249,151,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:20.0625rem;left:16.75rem;display:block; }
#K36HBoyS5WxTUJ39lU0LymGTlZZCozXO { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:3.875rem;left:58.125rem;display:none; }
#Zfikw18bUfVx0v0H8SkV7VzySDFWs5vc { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -moz-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -ms-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -o-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );";background-image: linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:3.875rem;left:40.875rem;display:none; }
#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eae7;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; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container { background-color: transparent; background-image: none; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container > .video-iframe-container { display: none; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row > .video-iframe-container { display: none; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .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); }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container { border-width: 0; border-radius: 0; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#BSM5uTgTG6DZiFUtkaxMHBOy1WIuNFUc { position:absolute;display:block;z-index:15003;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:16.1875rem;width:10.75rem;top:6.9375rem;left:23.25rem;overflow:hidden;display:block; }
#gQvvhfwJpE4mvpk6h6TB3nysQr5QMeTW { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.75rem;left:11.8125rem;height:1.3rem;display:block; }
#XFAthzOUagZhrhWBXE5aTdEi6buMTbHo { color:#000000;display:block;width:9.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:11.6875rem;height:1.1375rem;font-style:normal;display:block; }
#GMAS1zfCw1eCmNdzSrzlptJvpPLnNxEg { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5625rem;left:11.8125rem;height:12.503875rem;font-style:normal;display:block; }
#FeQnmRgOUq9XLB39WFOoqXfCEei3y7cJ { position:absolute;display:block;z-index:15004;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:15rem;width:10rem;top:6.8125rem;left:54.1875rem;overflow:hidden;display:none; }
#TJRqz8BfazWXtQpdVKo01ioxOHVvEcQa { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.5rem;height:1.29980625rem;display:none; }
#vVv5nnyVvOFQRLuOTkpKwx0qByQB5NM2 { color:#000000;display:block;width:5.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.375rem;height:1.13720625rem;font-style:normal;display:none; }
#t7HTVJ2kwvTfJwEteFJDwKrN4JlRlfNS { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.375rem;height:5.6860375rem;font-style:normal;display:none; }
#DfR8NH8pzW5qf5n4fL9FAfBQ8TpbGo86 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:16.1875rem;width:10.75rem;top:6.9375rem;left:23.25rem;display:block; }
#tT1DorTkUZKW0fPg7TTtifbZOSm35i60 { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5625rem;left:9.375rem;height:6.74375rem;display:block; }
#fApHCGFcLRW1q6hOxDkypuUGmoddsHKP { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.75rem;height:6.743625rem;display:none; }
#GHQFFXgW84p2dmnJFvlQB4rEJlHFR7hE { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3125rem;left:10.875rem;height:1.95rem;display:block; }
#VctP30h2CcQh2hetGSKX9O6m0yFLoiCt { position:absolute;display:block;z-index:15000;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:7.8125rem;top:6.625rem;left:11.5625rem;display:block; }
#zO6WucU5v1o9w5fyI8kZiWyzH2qVpovT { position:absolute;display:block;z-index:15001;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.125rem;top:7.86865234375rem;left:42.3125rem;display:none; }
#iJW0OnRKQ30XKwrFhz9dgAFyMxd1ikKw { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:15.125rem;width:9.9375rem;top:6.75rem;left:54.1875rem;display:none; }
#m2tAl0VJT2QqRQhanGEpmbxiTpLULFhT { position:absolute;display:block;z-index:15010;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:16.1875rem;width:10.75rem;top:7.25rem;left:53.0625rem;overflow:hidden;display:block; }
#Jeq09MxuvEC2DQgfXsGJHTrlDKdlkvK5 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:16.1875rem;width:10.75rem;top:7.25rem;left:53.0625rem;display:block; }
#FogEdoHPsyH6yqNPkwSLWMp4QwwMO17v { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:11.875rem;left:41.625rem;height:9.09375rem;font-style:normal;display:block; }
#sTkVfMvtivVSD5ilJTpT7dOCoM2RT1io { color:#000000;display:block;width:9.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:41.5rem;height:1.1375rem;font-style:normal;display:block; }
#CriwkCmQ7f4iBe1kZt04x5B2cF8hC7We { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.875rem;left:39.1875rem;height:6.74375rem;display:block; }
#Ky9nbRgKeoDeAH13E5kg2c7UGpTuJK3L { position:absolute;display:block;z-index:15007;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:7.8125rem;top:6.9375rem;left:41.375rem;display:block; }
#pXdND4J0ywE8ZBedW0HN2VSJlL71lTaw { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.0625rem;left:41.625rem;height:1.3rem;display:block; }
#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb { position:relative;display:block; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb { background-color: transparent; background-image: none; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .row .container > .video-iframe-container { display: none; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .row > .video-iframe-container { display: none; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .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); }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb { border-width: 0; border-radius: 0; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .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; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .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:21.125rem;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; }#lcGtTCC3SB4W2lIaInDukGBtra1oTHJA { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:25.4375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#Zg7xUGu6U68LzxZpX1oNR31AsQvB2QVz { color:#000000;display:block;width:18rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8rem;left:28.5rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GfoonPnRw4QxTDo0GNhTcxRH3xGhrOWV { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(90deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(90deg, #31eac1, #d4f997);background-image: -o-linear-gradient(90deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(90deg, #31eac1, #d4f997);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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:12.25rem;left:32.3125rem;display:block; }
#h2IIlcT58wHy5XUrUG7pF8W3QeGZPnTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(45deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(45deg, #31eac1, #d4f997);background-image: -o-linear-gradient(45deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(45deg, #31eac1, #d4f997);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row .container { background-color: transparent; background-image: none; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row .container > .video-iframe-container { display: none; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row > .video-iframe-container { display: none; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .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); }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row .container { border-width: 0; border-radius: 0; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#xfTPKEtBgZTEm56hA0F7W5rl5TnPrHVF { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:verlag;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.21240234375rem;left:2.5rem;height:0.975rem;display:block; }
#vhoEXWTtbcB0kICg9mkk2LoFGbScTyP9 { color:#000000;display:block;width:8.875rem;position:absolute;font-family:verlag;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1875rem;left:65rem;height:1.949225rem;display:block; }
#GktKEzSUeqmNyJbM27binuBQ17NzX6QJ { position:absolute;display:block;z-index:15005;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:2rem;width:8.4375rem;top:2.4375rem;left:65rem;overflow:hidden;display:block; }
#gSO7hZDRdPhv04ENeSHERDISEbfor7K1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:11.125rem;top:0.4619140625rem;left:1rem;overflow:hidden;display:block; }
#wJXzJs6nzny1Rrbv5OSuV6tNKNlfv7Gs { background-color:transparent;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:verlag;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.6875rem;left:42.125rem;display:block; }
#r9BIUWaVMP393KHzAUVikX0XJSeI6Ab8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P8ycq5LJm5Sn9sCzpdr4I11LT4MTp93A { background-color:transparent;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:verlag;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.6875rem;left:48.125rem;display:block; }
#qEMTDseosrVVuhI9xI8F47PKR1atpG6P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTWgRb9TJnZnizgUB02kFP7oHDg5xBw3 { background-color:transparent;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:verlag;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.69970703125rem;left:55.1875rem;display:block; }
#aI0ewWAOoJpeU2cnB6kdJZHBdEQNvJNh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP { position:relative;display:none; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP { border-width: 0; border-radius: 0; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .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; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .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:18.75rem;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:none; }#TyHG0cTN5e3saH4KeqZ7ceXwuOqzLVSV { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(90deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(90deg, #31eac1, #d4f997);background-image: -o-linear-gradient(90deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(90deg, #31eac1, #d4f997);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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:12.25rem;left:32.3125rem;display:none; }
#hXrk9niXTUgH2O6kA49HLfBPJVw5OJAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 { display:block; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jw1Z0xz9xwiQNg8K70Jky2PJg5BPTUEP { top:-0.5rem;left:0rem;width:12.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdlmzy0mvxC4kfQBrTi7A9RBnST8ZhU { top:1.25rem;left:2.625rem;width:14.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIkKhnuTpn6cGXXNEyHk4TI0mrewBDxP { width:10.5rem;height:2.375rem;top:0.75rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUIlKny4K3ZM1i34FbQnG8Ek4mHSOhWf { display:block; }
 }@media only screen and (max-width: 763px) { #xDpzfn8lECgXcEAlOTUb67M1kXm6WIcL { top:1.25rem;left:38.875rem;width:4.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVHUKRkyzL2U9WMVhQ1fJn9p675n3f5h { width:6.5625rem;height:2.125rem;top:0.875rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRGsODDsqTJqqzSwD0OwcVT1qkhuDmx9 { display:block; }
 }@media only screen and (max-width: 763px) { #UhZ8pyoyU92yc9XrOycwyArwbrUoHffr { top:2.6875rem;left:38.875rem;width:8.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPbA6oPnoLS9qBrSCmQqH8902a232zkq { display:block; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erg2loTdLp3KUBygzGVU9wQqIdbHgbZR { top:0.0625rem;left:0rem;width:13rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsD0yawIRykmoo9gZVvwrA5dnehWmX0d { top:2.375rem;left:38.0625rem;width:3.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBkXEIyTlCQ2d7SdaT3Es2ftrPQbnytM { width:6.5625rem;height:2.125rem;top:2rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNCdopAIDOAlc3sIEZKmxATFBHEdh1QU { display:block; }
 }@media only screen and (max-width: 763px) { #kGFMqZmuKprJzXy3eFFzLdwNOUvEP0ht { top:4.125rem;left:39rem;width:8.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz { display:block; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTW0CV70bBcM0ULQRmghA1TaU9V6XBse { display:block; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPq2gQkEwyTuyvtitmALBkexVTplsUaM { top:2.25rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { top:5.3125rem;left:0rem;width:35.9375rem;height:6.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOKMcs0E9k21WupZJlVTIiEymggHPa4y { width:8.375rem;height:2.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6NDWafJpZTrWNrezGAeeB6SvdHanF37 { display:block; }
 }@media only screen and (max-width: 763px) { #KEkozb521I8rbKrdmbhuTTrDJcLKTani { top:4.8125rem;left:28.25rem;width:19.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znQbcUouNwNBfdmJOgXntqtaN2XPBS9I { top:23.8125rem;left:0rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-regular-label { display:block;width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-text {padding-top: 0; padding-bottom: 0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-select {padding-top: 0; padding-bottom: 0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-button { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.875rem; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF  { width:17rem;height:auto;top:7.9375rem;left:28.25rem; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF {display:block;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF { width:17rem;height:auto;top:7.9375rem;left:28.25rem; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #MThQzbAxxmCg0cygxustT7s69iTOJbhy {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BctEL00TqGnXWEnUDAoMQw97qTstguXZ { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #WffaBR8hfMikQTKfMkvxT9DpsWlaNPh8 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #t7eOnEW84uemQsWrQABcSXLG1nPKfcr0 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ravfwJwdNfoCfBuZ131qhorLX36TDay3 { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #pcRiIW3a1E3tN0giNpaVKpE4lonZ6cTT {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #JayNG2lTJZNpTPm2mvmmzPNOCltHnMKB {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Q9WoxSJvr4w5ZCDq82pHX3TKgikiZWBI { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Mta8m27IUNkJk1gVonyKE13ALnemWyKP {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #DReAf10066cpmrhCBt4xl9plLLOzhIKK {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BH2WJFVtwTvL9F4GOErAb1m4MiuZ6bzB { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #aJEs4Gpm1otFnaqwXtszRDVF4XOuEEgG {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #agKu2K4v9aQvIKEeicPEJimweJPBPGMi {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #H80uwFyWD73EcN9OEfnicah338TlqRWs { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #OxTtHQ4TP0Qpa64IaZW6GiCpq6n4fEVy {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #KASfIUzHpTnnGvUwvA2sr2IsnW8vNQr3 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VtlgpD6rk14FN7y4ZR5Idi3bTq00UdS4 { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #rCcdzkfANlHvRGi341yWy14D1IFb6osx {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #I6cVVH90ybAVvvlmv50xoQW1RVSgFggW {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VpN4Z072z4TfJ8p3BuQenz2z6fKlv3s2 { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ZO2hLD8sXsrNK8T2Pa6cpnPbpy2FQJUX {  }
 }@media only screen and (max-width: 763px) { #TGeEc9x5QCHmBE5toQTSuoPqcldEG3zo { display:block; }
 }@media only screen and (max-width: 763px) { #Mtlus4Sh0kP634FAtBTWCnrPAwlxalpc { display:block; }
 }@media only screen and (max-width: 763px) { #F9FywgkaWzyLtEFoHh8ILgrm2Bpy1hbT { display:block; }
 }@media only screen and (max-width: 763px) { #hVrLTgbaV074z0eot7e7gzhMArCbFtZU { display:block; }
 }@media only screen and (max-width: 763px) { #mVb6B2iNVX8w8HIczpSmLz41OsdtRcgE { display:block; }
 }@media only screen and (max-width: 763px) { #cndIce0aa0kItzDiuu0zGA35qyhU1zdn { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ikzOC3uXLx1dEU6WXKT0pCNrDwHa4LcG {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #D4Q7Td50yTvkSyolCEecCpV79WpQw9eT {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #TrInn6eO4ECSII1c9ae15LlBIo4lVrDq {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #anzIsqfxy10wtPEOVviLSrc2DLxxTBbZ {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #FVoKek876r8Tfm5h3lNHkoITAs6rnz7X {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #IIpUAKoTluUw7uMolSJcJUpEVMqp93a4 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #hiK772iIw2z6qvEvy4ZnD8lxbXLh0OcF {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #SoeDBuCQK7qI4mAU4Qt75e80mx6gAFFn {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #okNDOKI5iD5f9mxwGnp9kILg2lnhuufV {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #opnTTttIlRDU3Jy8TaVBECWu721oUqWe {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #xSz0UVphnBVy3uasUoxLHKoymqDaMdBy {  }
 }@media only screen and (max-width: 763px) { #FfaCPeMQgt6wChfz0TDaPSWC2zs1MwBy { top:60.9375rem;left:10.5rem;width:8.6875rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZBJig67WavrsdTnfpGSt5MHqr3d2nAw { top:58.625rem;left:0rem;width:25.4375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNihkriroOCW5czpu7bwn4dFsTWd4Bs1 { top:60.9375rem;left:0rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #en7KLl6r4FBWPsTMMcxNdN8Oc5Et6bgP { top:60.9375rem;left:3.375rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHFyfLZGc57XWeOFNLfJc7UFW8KyMiK9 { top:59.25rem;left:0rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHJR2ymg2HJJnw0NyMkIHhg3AP0928Nk { top:59.25rem;left:3.375rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMkDIloXrvsU2GJJOcdBR5znDSvWg2Ta { top:59.1875rem;left:10.5rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBRAn9s9aJarunMLM8vvHKbmv224pBp4 { top:47rem;left:8.5rem;width:10.125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc6pM1bmGu79L3DgOTmoUzSIaiir94lW { top:48.4375rem;left:9.875rem;width:7.5625rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCUClC0xCA9nvvy9BVD2FP3MGqcEnOMi { top:45.625rem;left:8.125rem;width:11.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuqgTHpXQhKygLKEQGlo1ysMAOuJ64kK { top:45.625rem;left:0rem;width:11.4375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9pMCma1RqOKLtAVJXdDHStRTIqwbZGV { top:55.25rem;left:0rem;width:23.375rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdtKM2yT91qMgBTpkyCtGAB31GBE2Pe7 { top:48.4375rem;left:32.75rem;width:15rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVwzhIMNh8aEx4z73Nz9AtK4UW8LIIEm { top:48.875rem;left:33.75rem;width:14rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWBCa4lPzWGEbpFI37Co0Z6eV4yyas4B { top:15.4375rem;left:0rem;width:34.875rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKKa4I0LbkRUykgio86HlsWpcHKdB25n { top:20.6875rem;left:0rem;width:30.0625rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW0mqUE1NzR2fiCyrSvobLADfrseDs9e { top:9.8125rem;left:0rem;width:2.1875rem;height:6.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y75NdNxLNKP3PX3m2ybvL5yVz5Rqeqiz { top:25.5rem;left:0rem;width:36.1875rem;height:17.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFGwx4bB3EarKWRBhDJyqyi2S7mfdFea { top:18.0625rem;left:16.46875rem;width:10rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpBpnNMKFFQ0fGmQvb9v2R4uT1hZLZ9C { top:5.0625rem;left:27.375rem;width:20.375rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrWqcJsChJ0bHJVSBG2X7EePp2TvKz75 { top:51.0625rem;left:0rem;width:6.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMElkUEoPFTD0hcg1dOg9QgUnUkvhiLk { top:46.5rem;left:0rem;width:6.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGp2dlHrXDFlC6zyNy3nPEvu0wggNGT5 { top:48rem;left:0rem;width:6.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ { display:block; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnKb66ML7lvU6TPZCp07NXcXiokhMCla { top:3.3125rem;left:0rem;width:29.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqsy8noUeEqvptoObumfJVesBfxvwk1J { top:1.375rem;left:0rem;width:29.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ3x8cNyvvTtBXztis2JaImtTawvdEhA { top:12.375rem;left:0rem;width:42.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuondXy9zxe1zmrXKP9flvrVKa1UdTTI { top:10.4375rem;left:0rem;width:43.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz { display:block; }#uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4nNxFh1RVDWdAzk224pJHQ6cuL91iN6 { top:4.6875rem;left:0rem;width:29.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGnTSDa8Ra2eFdm3QDdRZbBkP7giOiLT { top:0.875rem;left:0rem;width:31.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL { display:block; }#FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxvXEBkHsnoEC75ypNNru1B2gvQ4FpzC { top:7.5625rem;left:0rem;width:9.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG2aIi66n8DxUlI0GBFTVvGLMmSL4dWC { top:7.875rem;left:18.625rem;width:10.1875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgGal05dL0ZpbD8ZAWvZHBT9skVPGtmP { top:7.875rem;left:38.0625rem;width:9.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr4dOtycfUKmqXBOn2b1Onl7U4DcxfR5 { top:2.4375rem;left:9.125rem;width:29.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGOdScmyoKnsTusS46HXuTEKmARar5HL { display:block; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxn216lnlZlB8wKkx6TDvsZdPqET83JT { top:2.0625rem;left:0rem;width:25.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBmIJAl9hhs1IOVsHnR6QuD2CUqvX0zU { top:7.4375rem;left:0rem;width:13.3125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4XkAIL3bXTn0FewZpdb6zmmDs8uSybf { top:8.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgeP6lKulKSfg4WCMUtRam6pwUgXhQwG { top:8.6875rem;left:10.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVLzMoFThOd6X3CS6JmFf7Cib8TOLicd { top:8.8125rem;left:26.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp27ByGycs5cSe2ZxxuXEcwGNaiinxFX { top:9.1875rem;left:43.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DqDcCrRmRubsspevSo4xnOBUkuB2aB { top:13.25rem;left:0rem;width:11.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFkHPJ0yscaacoRAmb8uENvwluzmHPoa { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueXdtU7hDEAB2su2rziFLvmiTNiJW5Ap { top:11.375rem;left:0rem;width:6.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ8iFUorOdGGbRCQu1BKn4rsr1B6kdeT { top:7.5rem;left:8.3125rem;width:13.3125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6PyJe6XA0ZzNeRhmCKk7ugQNR0m6zWZ { top:11.0625rem;left:10.625rem;width:4.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3aT7wPCDnOSog0i7ddwcPFvzoX4ztCU { top:13.25rem;left:10.625rem;width:11.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWVW8Fcw07SN5Ztgqhg36Ats8ZDyAw50 { top:7.5rem;left:34.3125rem;width:13.3125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRh3SEskkrTO7hORb3ywhfE1Gy3ZIan5 { top:7.5rem;left:25.25rem;width:13.3125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9MESvCQatqXoNnXrhMkOMaChF9mVyiF { top:11.6875rem;left:27.1875rem;width:11.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNluerL8dy0XWFqTNPBCHGRLOFQUFdHy { top:13rem;left:27.125rem;width:6.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQTCe7UNT8vcPEGZ34Na9SN002HfWkEK { top:13.25rem;left:36.625rem;width:11.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkQzdpPG2KxG7poiGKllM4a38VxEeVi2 { top:11.4375rem;left:43rem;width:4.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg { display:block; }#VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oo5Zd3eF9ARllGUoy61oOOQT6TWPETxF { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya6kOVMnaKbGU1uJ4v3b3RhVib2eaW2u { top:16.375rem;left:0rem;width:46.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRntBHLMD6Tb6ArPAAmvVn5iAGD0T4hv { top:13.375rem;left:0rem;width:39.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T29p09NG0LTpBSG82dJoV483h91BpCeK { top:9.875rem;left:0rem;width:44.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM15TCqCBhUlTrw1QLJL19LfwzAUt4zs { top:6.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQTTG6zbzlKRlmosf42W3DssHaiQ70VN { top:2.8125rem;left:0rem;width:25.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTDGOIepHsV5K6bub1VcLT7x3oLUEKoi { top:7.0625rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp9IASM0ZwNItGkw3wJxIuFhIXsUGvbT { top:10.125rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIS9hVTVEKlFOkIesVC00wikBJy2W8dA { top:13.625rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMZFT7c6l2ACcyfhxd8Abi0bdKZ90MRw { top:16.375rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSgGlfWfifh67ykQ5U4o5T178O7WuxoB { display:block; }#xSgGlfWfifh67ykQ5U4o5T178O7WuxoB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8ZOxq2hgTGFwbO7dTaycXnB3JEt9Bw3 { top:1.8125rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1rN5qA76TETkxGt8tCmrNaHVFuRoxEf { top:6.0625rem;left:23.8125rem;width:23.9375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ069bOv2iNFuFvG8zfPtOoeQiK2DkHd { top:13.9375rem;left:20.5rem;width:27.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJvRuNGWt3WFyJAohRt3a9GM3x9MiVgP { top:10.125rem;left:23.875rem;width:23.875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzs6ISkN1pifp1Tr0XnvTnVAGiH3iH2D { top:6.25rem;left:29.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKO3JTnTay2dTbUTqTZ1pp7GnJz2Pw6o { top:10.3125rem;left:29.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8hwIHBbTLTzQ5d4ZxipS6QNRSNLu4k1 { top:14.1875rem;left:29.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtPfcGE2P0ydQmhzPcmorCoHGlPMCgzS { top:34.75rem;left:26.9375rem;width:20.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxZyKkKkqtvmD8RhmsT4fAMzTh4cb4fR { top:31.9375rem;left:26.1875rem;width:21.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbCih0Svg07mka07GaTD8xsv4InKpKKd { top:32.125rem;left:29.125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNgek1WdD3VAvO5A9y6GnaRCV7llVUhy { top:34.875rem;left:29.125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGF3BS2E17ywnQphInLTcLr6fJQ7usXZ { top:29.125rem;left:26rem;width:21.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5zKuXE7DHQRhTy4TiVUJJFH4v9ZGeNi { top:29.25rem;left:29.125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMWUIqxdtmKX7JwvfH3eQ4ChhNbrMCTT { top:26.3125rem;left:26.875rem;width:20.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m56Zbf5i8BAX8MpzmD5vyO4EfXZhhot4 { top:26.5625rem;left:29.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRoeEJxnfV5Wn2pJ6TOC3eHCUQvt406T { top:22.1875rem;left:25.9375rem;width:21.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKpz6CV2bL154WH0S5Vtl1rKvXANkC4D { top:22.375rem;left:29.125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAAdbMaP4zQPGUzOLNHx3gWm7BQ11Ck9 { top:18.125rem;left:30.0625rem;width:17.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzETsxyEXBDxAVKNfSxCgSdozLXJrisA { top:18.25rem;left:29.125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8MT9H8lUe5leoeq20ydhGT2o4MkGQTF { top:16.5rem;left:0rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJMXfzJlqLRrfQ8TSEMxaUqEwMiRwft1 { top:13.9375rem;left:9.25rem;width:6.6875rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A { display:block; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkSgNQxMFxNfOQFMiJdS58xIXVh8AI2d { top:0rem;left:0rem;width:26.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udVq68ReLa88gXrig4zrssoa4Tfg7p6z { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI6zLgdW9QEKO1kEt25T2TQMcyXMgqT8 { top:4rem;left:0rem;width:22.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUFeyRs3ceVTQ3eU2OVNLCJpp4tI4gdg { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1wGBBs7w6OGQGMN0y8Pgq3DJkJqZnWv { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTW7UcKbSUflargLoblMfvhHSVba4bKs { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrcC9mF9UDwZZULb5tpSoPqtMzWfsfJG { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF9SUrTVfykeJG8XwemXrqtKLtrl7xLX { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0q59VgwbmeBUGULiCq7k2Sa2kaOKb8A { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwsZdtch3ZNOILCX9PU3ObT85EzT4Z47 { top:15.4375rem;left:11.125rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQodOJE2s5QLFO57T0UOnq82TgFrqUx1 { top:9.875rem;left:10.625rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKEnJzGH3v6lamZFrQZ9pz2xT133nktP { top:14.625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1P9gvh1rK1gmoM7hhhidKM0RlDZpsEz { top:1.375rem;left:0rem;width:22.25rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGoGb8uAo0n9Dsei3dS0kHrcovha2mxi { top:13.4375rem;left:0rem;width:10rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c856JSFA8vk7uqLbWFoBJJgnIEac629J { display:block; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EN1kyT4QH5eEFRgI7F0JgkGp2PCTAq92 { top:3.875rem;left:0rem;width:19.125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fam66LvGThTPVSXbkFbDSTbZznTgAfsq { top:31.3125rem;left:21.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuGtzJFwsMPXveRT260afcFz8LobSxPH { top:31.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ZF2rZBtpUkPB10fBpAunmwCKtpeLQx { top:15.0625rem;left:28.1875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBGAfu7WuuhNS4bm6uutmR7nuyCK2g6N { top:25.125rem;left:25.125rem;width:3.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwGyWTf91uWo0fk9HnrqswIqlxcbfNIM { top:25.125rem;left:42rem;width:3.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQtNyAPJu01Ed7PkJT1Gwsd2rbNai7Tr { top:9.9375rem;left:32.625rem;width:3.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrNbminkaf3bAN7gQy4FhwJtHEoyIa7Z { top:6.9375rem;left:0rem;width:19.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq7gTEX8GIVDyChnTMCX2TqRZQtaNpyI { top:15.0625rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRWt14ZafWFrMwmWoWHbUf7DedG5SUts { top:3.875rem;left:27.25rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN3RSRsdD6x0MpmVTX6745tXovgTvvDy { top:20.125rem;left:20.125rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6S5SznQmwdmSyUHS5ybWq7niXw6TZO6 { top:20.125rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8uyu8qLMsDX5EAgbM8ShiC9m1Zh3z0N { top:20.125rem;left:20.125rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXBBUV39wHF0f6ePUDNgu27ZsgPetmbQ { top:20.125rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghl1ahBD6xfyDbPAmiXToWlNs2TUL46g { top:3.875rem;left:27.25rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKeX4OFK9l92poFAiBm2Wu9C3SMfApvH { top:3.875rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aubPEVk871u5adxHUp0hs59Is44VKtr4 { top:3.875rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g96ZgCAAEXKS5qDPnQ4zqBq5wZoz87Jz { top:20.125rem;left:3.09375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrVXQtw3iLJ6EQXpLPGGFiLKTud5c61B { top:20.0625rem;left:3.125rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K36HBoyS5WxTUJ39lU0LymGTlZZCozXO { top:3.875rem;left:33.375rem;width:14.375rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zfikw18bUfVx0v0H8SkV7VzySDFWs5vc { top:3.875rem;left:27.25rem;width:14.375rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq { display:block; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSM5uTgTG6DZiFUtkaxMHBOy1WIuNFUc { top:6.9375rem;left:9.625rem;width:10.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQvvhfwJpE4mvpk6h6TB3nysQr5QMeTW { top:6.75rem;left:0rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFAthzOUagZhrhWBXE5aTdEi6buMTbHo { top:8.375rem;left:0rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMAS1zfCw1eCmNdzSrzlptJvpPLnNxEg { top:11.5625rem;left:0rem;width:10.5625rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeQnmRgOUq9XLB39WFOoqXfCEei3y7cJ { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJRqz8BfazWXtQpdVKo01ioxOHVvEcQa { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVv5nnyVvOFQRLuOTkpKwx0qByQB5NM2 { top:9.6875rem;left:28.75rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7HTVJ2kwvTfJwEteFJDwKrN4JlRlfNS { top:14.3125rem;left:28.75rem;width:10.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfR8NH8pzW5qf5n4fL9FAfBQ8TpbGo86 { top:6.9375rem;left:9.625rem;width:10.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT1DorTkUZKW0fPg7TTtifbZOSm35i60 { top:9.5625rem;left:0rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fApHCGFcLRW1q6hOxDkypuUGmoddsHKP { top:18.875rem;left:28.125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHQFFXgW84p2dmnJFvlQB4rEJlHFR7hE { top:2.3125rem;left:0rem;width:19.8125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VctP30h2CcQh2hetGSKX9O6m0yFLoiCt { top:6.625rem;left:0rem;width:7.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO6WucU5v1o9w5fyI8kZiWyzH2qVpovT { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJW0OnRKQ30XKwrFhz9dgAFyMxd1ikKw { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2tAl0VJT2QqRQhanGEpmbxiTpLULFhT { top:7.25rem;left:37rem;width:10.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jeq09MxuvEC2DQgfXsGJHTrlDKdlkvK5 { top:7.25rem;left:37rem;width:10.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FogEdoHPsyH6yqNPkwSLWMp4QwwMO17v { top:11.875rem;left:28rem;width:10.5625rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTkVfMvtivVSD5ilJTpT7dOCoM2RT1io { top:8.6875rem;left:27.875rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CriwkCmQ7f4iBe1kZt04x5B2cF8hC7We { top:9.875rem;left:25.5625rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky9nbRgKeoDeAH13E5kg2c7UGpTuJK3L { top:6.9375rem;left:27.75rem;width:7.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXdND4J0ywE8ZBedW0HN2VSJlL71lTaw { top:7.0625rem;left:28rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb { display:block; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcGtTCC3SB4W2lIaInDukGBtra1oTHJA { top:5.4375rem;left:11.8125rem;width:24.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7xUGu6U68LzxZpX1oNR31AsQvB2QVz { top:8rem;left:14.875rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfoonPnRw4QxTDo0GNhTcxRH3xGhrOWV { width:10.4375rem;height:3.4375rem;top:12.25rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2IIlcT58wHy5XUrUG7pF8W3QeGZPnTD { display:block; }
 }@media only screen and (max-width: 763px) { #A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy { display:block; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfTPKEtBgZTEm56hA0F7W5rl5TnPrHVF { top:5.1875rem;left:0rem;width:37.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhoEXWTtbcB0kICg9mkk2LoFGbScTyP9 { top:1.1875rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GktKEzSUeqmNyJbM27binuBQ17NzX6QJ { top:2.4375rem;left:39.3125rem;width:8.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSO7hZDRdPhv04ENeSHERDISEbfor7K1 { top:0.4375rem;left:0rem;width:11.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJXzJs6nzny1Rrbv5OSuV6tNKNlfv7Gs { width:6.3125rem;height:2.125rem;top:4.6875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9BIUWaVMP393KHzAUVikX0XJSeI6Ab8 { display:block; }
 }@media only screen and (max-width: 763px) { #P8ycq5LJm5Sn9sCzpdr4I11LT4MTp93A { width:7.0625rem;height:2.125rem;top:4.6875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEMTDseosrVVuhI9xI8F47PKR1atpG6P { display:block; }
 }@media only screen and (max-width: 763px) { #pTWgRb9TJnZnizgUB02kFP7oHDg5xBw3 { width:7.0625rem;height:2.125rem;top:4.6875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0ewWAOoJpeU2cnB6kdJZHBdEQNvJNh { display:block; }
 }@media only screen and (max-width: 763px) { #OhAUCZBhDDQUQz4sac7E5egCl6ayliWP { display:none; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyHG0cTN5e3saH4KeqZ7ceXwuOqzLVSV { width:10.4375rem;height:3.4375rem;top:12.25rem;left:18.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXrk9niXTUgH2O6kA49HLfBPJVw5OJAT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 { position:relative;z-index:auto;display:none; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container { width:20rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jw1Z0xz9xwiQNg8K70Jky2PJg5BPTUEP { width:8.4375rem;height:3.4375rem;top:0rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdlmzy0mvxC4kfQBrTi7A9RBnST8ZhU { width:11.625rem;height:1.13720625rem;top:6.3125rem;left:4.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIkKhnuTpn6cGXXNEyHk4TI0mrewBDxP { width:8.375rem;height:2.375rem;top:0.71875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUIlKny4K3ZM1i34FbQnG8Ek4mHSOhWf { display:block; }
 }@media only screen and (max-width: 763px) { #xDpzfn8lECgXcEAlOTUb67M1kXm6WIcL { width:3.6875rem;height:1.13720625rem;top:8.5625rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVHUKRkyzL2U9WMVhQ1fJn9p675n3f5h { width:6.5625rem;height:2.125rem;top:8.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRGsODDsqTJqqzSwD0OwcVT1qkhuDmx9 { display:block; }
 }@media only screen and (max-width: 763px) { #UhZ8pyoyU92yc9XrOycwyArwbrUoHffr { width:8.75rem;height:0.25rem;top:10.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPbA6oPnoLS9qBrSCmQqH8902a232zkq { display:block; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erg2loTdLp3KUBygzGVU9wQqIdbHgbZR { width:12.5625rem;height:5.0625rem;top:0rem;left:3.71875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gsD0yawIRykmoo9gZVvwrA5dnehWmX0d { width:9.6875rem;height:1.1375rem;top:4.875rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBkXEIyTlCQ2d7SdaT3Es2ftrPQbnytM { width:6.5625rem;height:2.125rem;top:4.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNCdopAIDOAlc3sIEZKmxATFBHEdh1QU { display:block; }
 }@media only screen and (max-width: 763px) { #kGFMqZmuKprJzXy3eFFzLdwNOUvEP0ht { width:8.75rem;height:0.25rem;top:9.875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz { display:block; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTW0CV70bBcM0ULQRmghA1TaU9V6XBse { display:block; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container { width:20rem;height:106.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPq2gQkEwyTuyvtitmALBkexVTplsUaM { width:12.5rem;height:1.462675rem;top:3.75rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { width:16.1875rem;height:5.4rem;top:6.5625rem;left:1.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOKMcs0E9k21WupZJlVTIiEymggHPa4y { width:8.375rem;height:2.375rem;top:20.5986328125rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6NDWafJpZTrWNrezGAeeB6SvdHanF37 { display:block; }
 }@media only screen and (max-width: 763px) { #KEkozb521I8rbKrdmbhuTTrDJcLKTani { width:20rem;height:3.1875rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znQbcUouNwNBfdmJOgXntqtaN2XPBS9I { width:16.4375rem;height:2.92480625rem;top:67.16113125rem;left:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-text {padding-top: 0; padding-bottom: 0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-select {padding-top: 0; padding-bottom: 0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.875rem; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF  { width:17.5rem;height:auto;top:38.5rem;left:0rem; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF {display:block;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF { width:17.5rem;height:auto;top:38.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #MThQzbAxxmCg0cygxustT7s69iTOJbhy {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BctEL00TqGnXWEnUDAoMQw97qTstguXZ { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #WffaBR8hfMikQTKfMkvxT9DpsWlaNPh8 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #t7eOnEW84uemQsWrQABcSXLG1nPKfcr0 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ravfwJwdNfoCfBuZ131qhorLX36TDay3 { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #pcRiIW3a1E3tN0giNpaVKpE4lonZ6cTT {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #JayNG2lTJZNpTPm2mvmmzPNOCltHnMKB {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Q9WoxSJvr4w5ZCDq82pHX3TKgikiZWBI { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Mta8m27IUNkJk1gVonyKE13ALnemWyKP {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #DReAf10066cpmrhCBt4xl9plLLOzhIKK {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BH2WJFVtwTvL9F4GOErAb1m4MiuZ6bzB { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #aJEs4Gpm1otFnaqwXtszRDVF4XOuEEgG {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #agKu2K4v9aQvIKEeicPEJimweJPBPGMi {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #H80uwFyWD73EcN9OEfnicah338TlqRWs { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #OxTtHQ4TP0Qpa64IaZW6GiCpq6n4fEVy {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #KASfIUzHpTnnGvUwvA2sr2IsnW8vNQr3 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VtlgpD6rk14FN7y4ZR5Idi3bTq00UdS4 { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #rCcdzkfANlHvRGi341yWy14D1IFb6osx {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #I6cVVH90ybAVvvlmv50xoQW1RVSgFggW {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VpN4Z072z4TfJ8p3BuQenz2z6fKlv3s2 { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ZO2hLD8sXsrNK8T2Pa6cpnPbpy2FQJUX {  }
 }@media only screen and (max-width: 763px) { #TGeEc9x5QCHmBE5toQTSuoPqcldEG3zo { display:block; }
 }@media only screen and (max-width: 763px) { #Mtlus4Sh0kP634FAtBTWCnrPAwlxalpc { display:block; }
 }@media only screen and (max-width: 763px) { #F9FywgkaWzyLtEFoHh8ILgrm2Bpy1hbT { display:block; }
 }@media only screen and (max-width: 763px) { #hVrLTgbaV074z0eot7e7gzhMArCbFtZU { display:block; }
 }@media only screen and (max-width: 763px) { #mVb6B2iNVX8w8HIczpSmLz41OsdtRcgE { display:block; }
 }@media only screen and (max-width: 763px) { #cndIce0aa0kItzDiuu0zGA35qyhU1zdn { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ikzOC3uXLx1dEU6WXKT0pCNrDwHa4LcG {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #D4Q7Td50yTvkSyolCEecCpV79WpQw9eT {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #TrInn6eO4ECSII1c9ae15LlBIo4lVrDq {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #anzIsqfxy10wtPEOVviLSrc2DLxxTBbZ {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #FVoKek876r8Tfm5h3lNHkoITAs6rnz7X {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #IIpUAKoTluUw7uMolSJcJUpEVMqp93a4 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #hiK772iIw2z6qvEvy4ZnD8lxbXLh0OcF {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #SoeDBuCQK7qI4mAU4Qt75e80mx6gAFFn {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #okNDOKI5iD5f9mxwGnp9kILg2lnhuufV {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #opnTTttIlRDU3Jy8TaVBECWu721oUqWe {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #xSz0UVphnBVy3uasUoxLHKoymqDaMdBy {  }
 }@media only screen and (max-width: 763px) { #FfaCPeMQgt6wChfz0TDaPSWC2zs1MwBy { width:6.25rem;height:1.875rem;top:31.75rem;left:13.4375rem;font-size:0.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kZBJig67WavrsdTnfpGSt5MHqr3d2nAw { width:19.1875rem;height:5.375rem;top:29.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNihkriroOCW5czpu7bwn4dFsTWd4Bs1 { width:5.125rem;height:1.21875rem;top:31.75rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #en7KLl6r4FBWPsTMMcxNdN8Oc5Et6bgP { width:5.125rem;height:1.21875rem;top:31.75rem;left:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHFyfLZGc57XWeOFNLfJc7UFW8KyMiK9 { width:5.125rem;height:1.21875rem;top:30.0625rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHJR2ymg2HJJnw0NyMkIHhg3AP0928Nk { width:5.125rem;height:1.21875rem;top:30.0625rem;left:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMkDIloXrvsU2GJJOcdBR5znDSvWg2Ta { width:5.125rem;height:1.21875rem;top:30rem;left:13.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBRAn9s9aJarunMLM8vvHKbmv224pBp4 { width:10.125rem;height:1.1375rem;top:21.8125rem;left:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc6pM1bmGu79L3DgOTmoUzSIaiir94lW { width:7.5625rem;height:2.275rem;top:22.75rem;left:10.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCUClC0xCA9nvvy9BVD2FP3MGqcEnOMi { width:7.9375rem;height:5.5rem;top:20.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuqgTHpXQhKygLKEQGlo1ysMAOuJ64kK { width:8rem;height:5.375rem;top:20.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9pMCma1RqOKLtAVJXdDHStRTIqwbZGV { width:13.3125rem;height:0.8941rem;top:26.125rem;left:1.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#f6eff1;display:block; }
 }@media only screen and (max-width: 763px) { #kdtKM2yT91qMgBTpkyCtGAB31GBE2Pe7 { width:15rem;height:5.8125rem;top:78.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVwzhIMNh8aEx4z73Nz9AtK4UW8LIIEm { width:12.375rem;height:4.875rem;top:79.0625rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWBCa4lPzWGEbpFI37Co0Z6eV4yyas4B { width:16.3125rem;height:2.55rem;top:13.4375rem;left:1.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKKa4I0LbkRUykgio86HlsWpcHKdB25n { width:16.25rem;height:1.5rem;top:18.1787109375rem;left:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW0mqUE1NzR2fiCyrSvobLADfrseDs9e { width:8.25rem;height:2.4rem;top:11.3515625rem;left:1.96875rem;font-size:2rem;z-index:14998;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #y75NdNxLNKP3PX3m2ybvL5yVz5Rqeqiz { width:20rem;height:19.6625rem;top:85.389062881469rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFGwx4bB3EarKWRBhDJyqyi2S7mfdFea { width:7.625rem;height:1.5625rem;top:16.2421875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpBpnNMKFFQ0fGmQvb9v2R4uT1hZLZ9C { width:20rem;height:2.75rem;top:35.562067031861rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrWqcJsChJ0bHJVSBG2X7EePp2TvKz75 { width:6.75rem;height:1.3rem;top:24.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMElkUEoPFTD0hcg1dOg9QgUnUkvhiLk { width:6.75rem;height:1.3rem;top:21.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGp2dlHrXDFlC6zyNy3nPEvu0wggNGT5 { width:6.75rem;height:2.275rem;top:22.3125rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ { display:block; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnKb66ML7lvU6TPZCp07NXcXiokhMCla { width:20rem;height:6.5rem;top:3.31201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqsy8noUeEqvptoObumfJVesBfxvwk1J { width:20rem;height:1.462675rem;top:1.56103515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ3x8cNyvvTtBXztis2JaImtTawvdEhA { width:20rem;height:9.1rem;top:16.6962671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuondXy9zxe1zmrXKP9flvrVKa1UdTTI { width:20rem;height:4.3875rem;top:11.0605234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz { display:block; }#uoP9RcbxDHyNR4Wn3HOuUXPSlELXbBvz > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4nNxFh1RVDWdAzk224pJHQ6cuL91iN6 { width:20rem;height:2.6rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGnTSDa8Ra2eFdm3QDdRZbBkP7giOiLT { width:20rem;height:4.3875rem;top:1.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL { display:none; }#FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxvXEBkHsnoEC75ypNNru1B2gvQ4FpzC { width:9.6875rem;height:3.8994125rem;top:1.25rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG2aIi66n8DxUlI0GBFTVvGLMmSL4dWC { width:10.1875rem;height:3.8994125rem;top:6.398925rem;left:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgGal05dL0ZpbD8ZAWvZHBT9skVPGtmP { width:9.6875rem;height:3.8994125rem;top:11.54785rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr4dOtycfUKmqXBOn2b1Onl7U4DcxfR5 { width:20rem;height:3.8994125rem;top:16.69628828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGOdScmyoKnsTusS46HXuTEKmARar5HL { display:block; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxn216lnlZlB8wKkx6TDvsZdPqET83JT { width:20rem;height:4.2252625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBmIJAl9hhs1IOVsHnR6QuD2CUqvX0zU { width:15.0625rem;height:8.75rem;top:6.912109375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4XkAIL3bXTn0FewZpdb6zmmDs8uSybf { display:flex;width:3.125rem;height:3.125rem;top:7.833984375rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #wgeP6lKulKSfg4WCMUtRam6pwUgXhQwG { display:flex;width:3.125rem;height:3.125rem;top:17.724609375rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #gVLzMoFThOd6X3CS6JmFf7Cib8TOLicd { display:flex;width:3.125rem;height:3.125rem;top:28.412109375rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #Tp27ByGycs5cSe2ZxxuXEcwGNaiinxFX { display:flex;width:2.5rem;height:2.5rem;top:39.287109375rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #G8DqDcCrRmRubsspevSo4xnOBUkuB2aB { width:10.1875rem;height:1.21875rem;top:12.927734375rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFkHPJ0yscaacoRAmb8uENvwluzmHPoa { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueXdtU7hDEAB2su2rziFLvmiTNiJW5Ap { width:6.8125rem;height:2.03125rem;top:10.896484375rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ8iFUorOdGGbRCQu1BKn4rsr1B6kdeT { width:15rem;height:8.75rem;top:17.005859375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6PyJe6XA0ZzNeRhmCKk7ugQNR0m6zWZ { width:4.0625rem;height:2.4375rem;top:20.875rem;left:4.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3aT7wPCDnOSog0i7ddwcPFvzoX4ztCU { width:11.125rem;height:1.21875rem;top:23rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWVW8Fcw07SN5Ztgqhg36Ats8ZDyAw50 { width:15.0625rem;height:8.75rem;top:37.974609375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRh3SEskkrTO7hORb3ywhfE1Gy3ZIan5 { width:15.0625rem;height:8.75rem;top:27.349609375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9MESvCQatqXoNnXrhMkOMaChF9mVyiF { width:11.125rem;height:1.21875rem;top:31.5625rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNluerL8dy0XWFqTNPBCHGRLOFQUFdHy { width:6.625rem;height:1.7875rem;top:32.875rem;left:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQTCe7UNT8vcPEGZ34Na9SN002HfWkEK { width:11.125rem;height:1.3rem;top:43.625rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkQzdpPG2KxG7poiGKllM4a38VxEeVi2 { width:4.75rem;height:2.03125rem;top:41.8125rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg { display:block; }#VSE0k0erR7S8VEXtlLIMW8DnMIUWlKvg > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oo5Zd3eF9ARllGUoy61oOOQT6TWPETxF { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ya6kOVMnaKbGU1uJ4v3b3RhVib2eaW2u { width:16.125rem;height:6.5rem;top:26.125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRntBHLMD6Tb6ArPAAmvVn5iAGD0T4hv { width:16.0625rem;height:3.9rem;top:19.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T29p09NG0LTpBSG82dJoV483h91BpCeK { width:16rem;height:3.9rem;top:13.5625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM15TCqCBhUlTrw1QLJL19LfwzAUt4zs { width:15.8125rem;height:3.9rem;top:7.125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQTTG6zbzlKRlmosf42W3DssHaiQ70VN { width:17.6875rem;height:2.11263125rem;top:2.875rem;left:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTDGOIepHsV5K6bub1VcLT7x3oLUEKoi { display:flex;width:0.8125rem;height:0.8125rem;top:8.0625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #sp9IASM0ZwNItGkw3wJxIuFhIXsUGvbT { display:flex;width:0.8125rem;height:0.8125rem;top:13.5625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #HIS9hVTVEKlFOkIesVC00wikBJy2W8dA { display:flex;width:0.8125rem;height:0.8125rem;top:20.4375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #zMZFT7c6l2ACcyfhxd8Abi0bdKZ90MRw { display:flex;width:0.8125rem;height:0.8125rem;top:26.4375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #xSgGlfWfifh67ykQ5U4o5T178O7WuxoB { display:block; }#xSgGlfWfifh67ykQ5U4o5T178O7WuxoB > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8ZOxq2hgTGFwbO7dTaycXnB3JEt9Bw3 { width:12.5rem;height:1.95rem;top:1.25rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1rN5qA76TETkxGt8tCmrNaHVFuRoxEf { width:15.6875rem;height:5.2rem;top:4.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ069bOv2iNFuFvG8zfPtOoeQiK2DkHd { width:15.9375rem;height:6.5rem;top:16.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJvRuNGWt3WFyJAohRt3a9GM3x9MiVgP { width:15.8125rem;height:5.2rem;top:11rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzs6ISkN1pifp1Tr0XnvTnVAGiH3iH2D { display:flex;width:0.8125rem;height:0.8125rem;top:4.75rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #BKO3JTnTay2dTbUTqTZ1pp7GnJz2Pw6o { display:flex;width:0.8125rem;height:0.8125rem;top:11.125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #r8hwIHBbTLTzQ5d4ZxipS6QNRSNLu4k1 { display:flex;width:0.8125rem;height:0.8125rem;top:17.0625rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #DtPfcGE2P0ydQmhzPcmorCoHGlPMCgzS { width:12.75rem;height:2.6rem;top:49.125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxZyKkKkqtvmD8RhmsT4fAMzTh4cb4fR { width:12.8125rem;height:2.6rem;top:44rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbCih0Svg07mka07GaTD8xsv4InKpKKd { display:flex;width:0.8125rem;height:0.8125rem;top:44.1875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #wNgek1WdD3VAvO5A9y6GnaRCV7llVUhy { display:flex;width:0.8125rem;height:0.8125rem;top:49.3125rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #xGF3BS2E17ywnQphInLTcLr6fJQ7usXZ { width:14.3125rem;height:2.6rem;top:39.6875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5zKuXE7DHQRhTy4TiVUJJFH4v9ZGeNi { display:flex;width:0.8125rem;height:0.8125rem;top:39.9375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #wMWUIqxdtmKX7JwvfH3eQ4ChhNbrMCTT { width:14.0625rem;height:2.6rem;top:35.0625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m56Zbf5i8BAX8MpzmD5vyO4EfXZhhot4 { display:flex;width:0.8125rem;height:0.8125rem;top:35.5rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #MRoeEJxnfV5Wn2pJ6TOC3eHCUQvt406T { width:14.0625rem;height:2.6rem;top:30.1875rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKpz6CV2bL154WH0S5Vtl1rKvXANkC4D { display:flex;width:0.8125rem;height:0.8125rem;top:30.5rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #SAAdbMaP4zQPGUzOLNHx3gWm7BQ11Ck9 { width:13.8125rem;height:2.6rem;top:25.875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzETsxyEXBDxAVKNfSxCgSdozLXJrisA { display:flex;width:0.8125rem;height:0.8125rem;top:26.1875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #T8MT9H8lUe5leoeq20ydhGT2o4MkGQTF { width:17.8125rem;height:11.875rem;top:53rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJMXfzJlqLRrfQ8TSEMxaUqEwMiRwft1 { width:6.6875rem;height:10.8125rem;top:56.4375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A { display:block; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkSgNQxMFxNfOQFMiJdS58xIXVh8AI2d { width:20rem;height:21.875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udVq68ReLa88gXrig4zrssoa4Tfg7p6z { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lI6zLgdW9QEKO1kEt25T2TQMcyXMgqT8 { width:19.0625rem;height:7.8rem;top:6.6875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUFeyRs3ceVTQ3eU2OVNLCJpp4tI4gdg { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1wGBBs7w6OGQGMN0y8Pgq3DJkJqZnWv { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTW7UcKbSUflargLoblMfvhHSVba4bKs { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrcC9mF9UDwZZULb5tpSoPqtMzWfsfJG { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RF9SUrTVfykeJG8XwemXrqtKLtrl7xLX { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0q59VgwbmeBUGULiCq7k2Sa2kaOKb8A { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwsZdtch3ZNOILCX9PU3ObT85EzT4Z47 { width:6.375rem;height:6.375rem;top:18.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQodOJE2s5QLFO57T0UOnq82TgFrqUx1 { width:7.375rem;height:7.375rem;top:12.875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKEnJzGH3v6lamZFrQZ9pz2xT133nktP { width:8.75rem;height:8.75rem;top:12.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1P9gvh1rK1gmoM7hhhidKM0RlDZpsEz { width:18.125rem;height:1.95rem;top:4.5625rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGoGb8uAo0n9Dsei3dS0kHrcovha2mxi { width:10rem;height:2.0625rem;top:20.9375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c856JSFA8vk7uqLbWFoBJJgnIEac629J { display:block; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row .container { width:20rem;height:90.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EN1kyT4QH5eEFRgI7F0JgkGp2PCTAq92 { width:18.875rem;height:1.95rem;top:1.25rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fam66LvGThTPVSXbkFbDSTbZznTgAfsq { width:12.5rem;height:1.29980625rem;top:66.68554375rem;left:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuGtzJFwsMPXveRT260afcFz8LobSxPH { width:12.5rem;height:1.29980625rem;top:82.31054375rem;left:3.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9ZF2rZBtpUkPB10fBpAunmwCKtpeLQx { width:12.5rem;height:1.29980625rem;top:19.81054375rem;left:4rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBGAfu7WuuhNS4bm6uutmR7nuyCK2g6N { width:3.5625rem;height:1.4624rem;top:60.49804375rem;left:7.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwGyWTf91uWo0fk9HnrqswIqlxcbfNIM { width:3.5625rem;height:1.4624rem;top:76.12304375rem;left:8.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQtNyAPJu01Ed7PkJT1Gwsd2rbNai7Tr { width:3.5625rem;height:1.4624rem;top:14.68554375rem;left:8.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrNbminkaf3bAN7gQy4FhwJtHEoyIa7Z { width:17.4375rem;height:5.6875rem;top:3.9619125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq7gTEX8GIVDyChnTMCX2TqRZQtaNpyI { width:12.5rem;height:1.29980625rem;top:35.43554375rem;left:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRWt14ZafWFrMwmWoWHbUf7DedG5SUts { width:14.375rem;height:14.375rem;top:11.5478515625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN3RSRsdD6x0MpmVTX6745tXovgTvvDy { width:14.375rem;height:14.375rem;top:27.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6S5SznQmwdmSyUHS5ybWq7niXw6TZO6 { width:14.375rem;height:14.375rem;top:42.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8uyu8qLMsDX5EAgbM8ShiC9m1Zh3z0N { width:14.375rem;height:14.375rem;top:116.110353125rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXBBUV39wHF0f6ePUDNgu27ZsgPetmbQ { width:14.375rem;height:14.375rem;top:42.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghl1ahBD6xfyDbPAmiXToWlNs2TUL46g { width:14.375rem;height:14.375rem;top:27.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKeX4OFK9l92poFAiBm2Wu9C3SMfApvH { width:14.375rem;height:14.375rem;top:74.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aubPEVk871u5adxHUp0hs59Is44VKtr4 { width:14.375rem;height:14.375rem;top:58.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g96ZgCAAEXKS5qDPnQ4zqBq5wZoz87Jz { width:14.375rem;height:14.375rem;top:58.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrVXQtw3iLJ6EQXpLPGGFiLKTud5c61B { width:14.375rem;height:14.375rem;top:20.0625rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K36HBoyS5WxTUJ39lU0LymGTlZZCozXO { width:14.375rem;height:14.375rem;top:74.125rem;left:2.8125rem;z-index:15020;background-color:rgba(212,249,151,0.4);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Zfikw18bUfVx0v0H8SkV7VzySDFWs5vc { width:14.375rem;height:14.375rem;top:11.5478515625rem;left:2.8125rem;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(317deg, rgba(255,255,255,0.4), rgba(49,234,193,0.4));background-image: -moz-linear-gradient(317deg, rgba(255,255,255,0.4), rgba(49,234,193,0.4));background-image: -ms-linear-gradient(317deg, rgba(255,255,255,0.4), rgba(49,234,193,0.4));background-image: -o-linear-gradient(317deg, rgba(255,255,255,0.4), rgba(49,234,193,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#6631eac1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#6631eac1' );";background-image: linear-gradient(317deg, rgba(255,255,255,0.4), rgba(49,234,193,0.4));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq { display:block; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSM5uTgTG6DZiFUtkaxMHBOy1WIuNFUc { width:8.875rem;height:13.4375rem;top:9.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQvvhfwJpE4mvpk6h6TB3nysQr5QMeTW { width:7.25rem;height:1.3rem;top:6.630859375rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XFAthzOUagZhrhWBXE5aTdEi6buMTbHo { width:9.4375rem;height:1.1375rem;top:8.1875rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GMAS1zfCw1eCmNdzSrzlptJvpPLnNxEg { width:9.6875rem;height:12.5125rem;top:10.25rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeQnmRgOUq9XLB39WFOoqXfCEei3y7cJ { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJRqz8BfazWXtQpdVKo01ioxOHVvEcQa { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVv5nnyVvOFQRLuOTkpKwx0qByQB5NM2 { width:5.5rem;height:1.13720625rem;top:31.92236875rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7HTVJ2kwvTfJwEteFJDwKrN4JlRlfNS { width:10.5625rem;height:5.6860375rem;top:51.0962rem;left:4.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfR8NH8pzW5qf5n4fL9FAfBQ8TpbGo86 { width:8.9375rem;height:13.625rem;top:9.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT1DorTkUZKW0fPg7TTtifbZOSm35i60 { width:2.5rem;height:2.5996125rem;top:34.3090875rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fApHCGFcLRW1q6hOxDkypuUGmoddsHKP { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHQFFXgW84p2dmnJFvlQB4rEJlHFR7hE { width:17.875rem;height:3.9rem;top:0.81201171875rem;left:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VctP30h2CcQh2hetGSKX9O6m0yFLoiCt { width:7.8125rem;height:1.5625rem;top:6.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO6WucU5v1o9w5fyI8kZiWyzH2qVpovT { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJW0OnRKQ30XKwrFhz9dgAFyMxd1ikKw { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2tAl0VJT2QqRQhanGEpmbxiTpLULFhT { width:8.6875rem;height:13.25rem;top:29.449587821961rem;left:11.109633370811rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jeq09MxuvEC2DQgfXsGJHTrlDKdlkvK5 { width:8.8125rem;height:13.375rem;top:29.386539459229rem;left:10.983402250107rem;display:block; }
 }@media only screen and (max-width: 763px) { #FogEdoHPsyH6yqNPkwSLWMp4QwwMO17v { width:9.625rem;height:10.2375rem;top:30.7060546875rem;left:0.5556640625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTkVfMvtivVSD5ilJTpT7dOCoM2RT1io { width:9.5rem;height:1.1375rem;top:28.31409740448rem;left:0.49982243776321rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CriwkCmQ7f4iBe1kZt04x5B2cF8hC7We { width:2.5rem;height:auto;top:9.875rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ky9nbRgKeoDeAH13E5kg2c7UGpTuJK3L { width:7.8125rem;height:1.5625rem;top:26.321040153503rem;left:0.49982243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXdND4J0ywE8ZBedW0HN2VSJlL71lTaw { width:7.75rem;height:1.3rem;top:26.455077171326rem;left:0.49982243776321rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb { display:block; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcGtTCC3SB4W2lIaInDukGBtra1oTHJA { width:20rem;height:1.95rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7xUGu6U68LzxZpX1oNR31AsQvB2QVz { width:18rem;height:2.6rem;top:5.13671875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfoonPnRw4QxTDo0GNhTcxRH3xGhrOWV { width:10.4375rem;height:3.4375rem;top:8.986328125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2IIlcT58wHy5XUrUG7pF8W3QeGZPnTD { display:block; }
 }@media only screen and (max-width: 763px) { #A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy { display:block; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfTPKEtBgZTEm56hA0F7W5rl5TnPrHVF { width:20rem;height:1.95rem;top:13.51171875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhoEXWTtbcB0kICg9mkk2LoFGbScTyP9 { width:8.875rem;height:1.95rem;top:7.0625rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GktKEzSUeqmNyJbM27binuBQ17NzX6QJ { width:8.4375rem;height:2rem;top:10.26171875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSO7hZDRdPhv04ENeSHERDISEbfor7K1 { width:10.3125rem;height:4.25rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJXzJs6nzny1Rrbv5OSuV6tNKNlfv7Gs { width:6.3125rem;height:2.125rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9BIUWaVMP393KHzAUVikX0XJSeI6Ab8 { display:block; }
 }@media only screen and (max-width: 763px) { #P8ycq5LJm5Sn9sCzpdr4I11LT4MTp93A { width:7.0625rem;height:2.125rem;top:16.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEMTDseosrVVuhI9xI8F47PKR1atpG6P { display:block; }
 }@media only screen and (max-width: 763px) { #pTWgRb9TJnZnizgUB02kFP7oHDg5xBw3 { width:7.0625rem;height:2.125rem;top:16.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0ewWAOoJpeU2cnB6kdJZHBdEQNvJNh { display:block; }
 }@media only screen and (max-width: 763px) { #OhAUCZBhDDQUQz4sac7E5egCl6ayliWP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;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;display:block; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row .container { background-color: transparent; background-image: none; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row .container > .video-iframe-container { display: none; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row > .video-iframe-container { display: none; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .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); }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row .container { border-width: 0; border-radius: 0; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyHG0cTN5e3saH4KeqZ7ceXwuOqzLVSV { width:20rem;height:3.4375rem;top:2.125rem;left:0rem;z-index:15003;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hXrk9niXTUgH2O6kA49HLfBPJVw5OJAT { display:block; }
 }