.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:4.5rem;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:4.875rem;width:12.0625rem;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; }
#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:5.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/46ff2831-4b1b-4a21-8ac5-fe0683f7ef3b/pedroruiz7402.jpg");background-position: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:65rem;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:6.5rem;left:7.3125rem;height:1.38125rem;display:block; }
#vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:verlag;font-size:2.875rem;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:7.5625rem;left:7.3125rem;height:6.8984375rem;font-style:normal;display:block; }
#ctL4SsLcOEsJoApKH30OqRI8k56ObH7l { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:verlag;font-size:1.75rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:27.625rem;left:7.3125rem;height:17.32330625rem;font-style:normal;display:block; }
#CgCbguPWdCUXyWhFep3dC4TU282B6trs { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:58rem;left:46rem;height:1.70625rem;font-style:normal;display:block; }
#BriJBTdVw5tSkUrbw6B1bSp0sHZlISRq { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:58rem;left:53.9375rem;height:1.70625rem;font-style:normal;display:block; }
#ZM8h7XpLlip9qtxae9sTtPtGTk8lsxbZ { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:57.9375rem;left:61.0625rem;height:1.70625rem;font-style:normal;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:7.0625rem;left:48.25rem;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; }
#Lebee52KbhcHNhkteCJXBr2U9sW0idDJ { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:59.6875rem;left:46rem;height:1.70625rem;display:block; }
#uLZG6CaSO1cpfG5cSH5Hn5UXRDFxoqAa { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:59.6875rem;left:53.9375rem;height:1.70625rem;display:block; }
#LiD08wq0IWFNTLnxcakCsslkNkIFiTVf { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:59.6875rem;left:61.0625rem;height:2.886725rem;display:block; }
#T322VXzMPdnTL6gen7cMaUI8v3AKHZiR { position:absolute;display:block;z-index:14999;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.125rem;width:23.75rem;top:57.1875rem;left:43.9375rem;display:block; }
#SXlF7RPJgxCryQKtoEVihETLpiGUTPPw { position:absolute;display:block;z-index:15000;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:12.0625rem;top:54.5625rem;left:7.3125rem;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-form-header {  }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-regular-label { height:auto;display:block;font-family:verlag;font-size:1.0625rem;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:0.875rem;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.250000953674rem;top:10.375rem;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.250000953674rem;top:10.375rem;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 #TcPVAbC6PdezSGHvbu0XQ2kn94HbLBAp { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #CvXyQOVtTmGR8k6PuqRF7lCXLfnocRwb { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #NRoT2Bg59HltcyLDH3KUDoCakgo89eJl { 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; }
#OcxguRRXInwFn6FvrLNGP921ipzZNs8B { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #kuKB3Jo5mTvDQKnUgNZvJy0vyF6ATZvH { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #GfqRxnEp8koTUtf6AaLN9pl9PNo5BdgU { position:relative;z-index:2; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #COs9TEQqkf4kBSwGubnlQpLqdlxGuiQd { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #TQwOzBKE1yGT0dubim9EhcZFu4XqqpJu { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #MwHiVt4TDukgeEOm6legyZNEPxospJpC { position:relative;z-index:2; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #DOvDeRxJdiAnGezVAnhQHoU4dKxk7soO { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #avSlKkAHiya7GBcfWoSImVE22aO37Zhk { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ECzp8zyFn05U4FJi1nePsGJu2bIuAwpJ { position:relative;z-index:2; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #fXKaw5OabLL6Xc2ugLeoVt2e8hDCAVd3 { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #opnTTttIlRDU3Jy8TaVBECWu721oUqWe { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #xSz0UVphnBVy3uasUoxLHKoymqDaMdBy { position:relative; }
#DGrX55vwzwzBfhEq79zwyPTtFpKFTtnz { color:#f2f5f8;display:block;width:10.125rem;position:absolute;font-family:verlag;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:55.6875rem;left:23.84375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#gTDexBBH8ku5tE6psODD3hQwEHfUP3KV { color:#f2f5f8;display:block;width:7.5625rem;position:absolute;font-family:verlag;font-size:2.625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:57.4375rem;left:25.125rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#WoCDIqPS8Bg0ah8izOdr5fmOUIQkctJv { position:absolute;display:block;z-index:15021;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:54.5625rem;left:23.25rem;display:block; }
#iyHxPluJuaq58CReUAJ3qwrcaQ5NmrMO { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:62.3125rem;left:7.3125rem;height:1.1375rem;font-style:normal;display:block; }
#JdetwSLTSyIwTyN63en8HJndTLiLnD4O { position:absolute;display:block;z-index:15026;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:2.6875rem;width:15rem;top:50.875rem;left:50.5rem;display:block; }
#Duu04EoRUZ3T7GyWkntuKd4zXuEHK7C9 { color:#f2f5f8;display:block;width:12.375rem;position:absolute;font-family:verlag;font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:51.3125rem;left:51.75rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#UiceT6NCQ1pD6nRnM8u1GdMyKnXASSQL { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:verlag;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.1875rem;left:7.3125rem;height:4.6484375rem;font-style:normal;display:block; }
#FxqozBH2V4OPuqyn5SFTfDfFvmdcvtbm { color:#31eac1;display:block;width:2.249025rem;position:absolute;font-family:verlag;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.412109375rem;left:7.3125rem;height:6.525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xg51fswIJ51ACLTExqcIyGwzt5A6iGTo { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:verlag;font-size:0.75rem;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:24.4375rem;left:7.3125rem;height:0.9rem;font-style:normal;display:block; }
#fpUorUt4pS3zz2pk9FAzk5yTlOoS5vTC { position:absolute;display:block;z-index:15031;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:21.8984375rem;left:30.0625rem;overflow:hidden;display:block; }
#pW37hQF6sH4yqR4Z47Hrf9MZ0Go7p1yT { 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:7.25rem;left:47.625rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oJnL1RS5qr0IaFZh8Sw91aT9tkWF6Bk2 { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:55.625rem;left:10.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ngIPU6m9lakpbVwaHELZCKGekB5CBu6P { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:2.625rem;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:56.9375rem;left:10.3125rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#QNN0cRsEDFLOxc1TJZKeVUDWcW85oZtc { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:60.1875rem;left:10.125rem;height:1.54375rem;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:20.3125rem;width:75rem;position:relative;display:block; }#hnKb66ML7lvU6TPZCp07NXcXiokhMCla { color:#000000;display:block;width:42.625rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3623046875rem;left:8.875rem;height:5.11816875rem;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.75rem;left:8.875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zSwhSCz69kk6saWZ6zl9b8XW4wMEwFpk { color:#000000;display:block;width:42.625rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.875rem;left:8.875rem;height:6.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xH9oSVyrnPI3RykObcabctX7KHz9Xgk8 { color:#000000;display:block;width:43.625rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.9375rem;left:8.875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;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:21.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: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; }
#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 { 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; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container { background-color: transparent; background-image: none; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container > .video-iframe-container { display: none; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row > .video-iframe-container { display: none; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .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); }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container { border-width: 0; border-radius: 0; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#HBlfr9gwt8Sgwv6BJzXnLUTdCtqbFTLl { 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.95rem;text-align:left;text-align-last:left;display:block; }
#haqchxCmT7OBqJE1ayNc0xyItMH9kI6P { 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.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D97MfxpMt3L5thz4GWCK6W1X6q2Bb6Q5 { 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.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d7buiLvgTI6AL7STLb8MInreFPGLP6fh { 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.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vrxpuu26Bi1DRRamOsnFBsTyCFngcZGr { position:absolute;display:block;z-index:15003;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:14.5rem;left:9.75rem;overflow:hidden;display:block; }
#ceqvdAv2ZhxW71SJftXONCs8XHbqJ7A7 { position:absolute;display:block;z-index:15004;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:11.9375rem;left:22.875rem;display:block; }
#T94KvKRPFyh2y1bixMHvNIPIXb4yC2xg { 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; }
#m116xRyIGHy5LaXE4KQflF40thsE166V { 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; }
#TFuOPgmX39ahfXtlzkcHlIHPqpSvkTME { 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; }
#A7rTCIMDsNGdyX4T2wTZXNIHrlMn4odq { 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; }
#Hy3t04BJ6noFuHFk7ecCzH3TWlwNaFIy { 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; }
#BurkcKRgh8DX5uzqToe0UVVwIHCuBeuv { 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; }
#TDitfArnqs0TzKGwuZp2gdE6W66QaAp4 { 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; }
#BUxX4MR2RMtx8y4RLJKxGL6zye1VN6WZ { 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; }
#tqyJnWAKIpXUGO5Ask70IxLpOwNEbp6n { 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; }
#eisA2Td70e4Mfdz2R1T7HzOQ3S0G3b2q { 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; }
#hK2x5vvgtSnPAnSQkS7JTvM9k3Cc1zL8 { 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; }
#kKgPTsDpMV63O9lUw7Cm9UpmQxpTveMp { 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; }
#K8B284Liipk5uQtRMXTReCvFa5IAuPFq { 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; }
#CyizTf3bMc0WTFJC8Lv4p1yoO4fZqkOO { 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; }
#Fk1pfZa1iv5vKX8KeaOPUHlHBzTIRABG { 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; }
#rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT { position:relative;display:block; }#rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT { background-color: transparent; background-image: none; }#rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT > .row .container > .video-iframe-container { display: none; }#rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT > .row > .video-iframe-container { display: none; }#rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT > .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); }#rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT { border-width: 0; border-radius: 0; }#rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT > .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; }#rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT > .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:19.6875rem;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; }#XtWZKvNwlax8EcAuTzBay33TkF3W7fgS { 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:1.8872985839844rem;left:9.0625rem;height:2.11263125rem;font-style:normal;display:block; }
#fwZ4pSCfkoTOBULIBukPxy46ufBwbkHE { 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; }
#CyMWHkL1syXEFn4AasHFHp6FWw7B3fsT { color:#000000;display:block;width:52.375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.875rem;left:10.5rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BXLX06ovpPb9M4d3swanr4NiT2ikasr6 { 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:15015;opacity:1;top:6.125rem;left:9.0625rem; }
#knkxtGpfOMzOocyyHBDQqHLfw7ycSR34 { 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:15017;opacity:1;top:9.1875rem;left:9rem; }
#TkKhFzqBdrVFwRpIvToTHSlxRpfF99NS { color:#000000;display:block;width:39.5rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.4375rem;left:10.5rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g8vyxt6hn8aTidpTxLmbRL7lR3TUidRI { color:#000000;display:block;width:44.5625rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8.9375rem;left:10.5rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QO5kLnpePXAFZTB72yXCX9V2VJNVTuNy { 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:15019;opacity:1;top:12.6875rem;left:9rem; }
#mg9ZRhoeqZ0CG2wZaw6GmhnwJ6TVXaZQ { color:#000000;display:block;width:46.9375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:15.4375rem;left:10.5rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QoBn6WPOV4OaQxtWQUMa7VfFtUMh3l6T { 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:15.4375rem;left:9rem; }
#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:8.5625rem;width:8.5625rem;top:14.5rem;left:25.1875rem;overflow:hidden;display:block; }
#IJU3mxIbknH5Wgv5Smkng1skFy2mXyQJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.5625rem;top:13.560546875rem;left:12.40625rem;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:9.4375rem;width:9.4375rem;top:9.0625rem;left:24.75rem;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:8.4375rem;width:8.4375rem;top:14.625rem;left:13.46875rem;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; }
#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:61.1875rem;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:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:11.25rem;height:9.2578125rem;font-style:normal;display:block; }
#lawHrzvyUKVVcFSTRIt1owma37sRFZQQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"jost extrem";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:31.3125rem;left:18.6875rem;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:11.875rem;width:11.875rem;top:5.82421875rem;left:41rem;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-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:14.125rem;width:21.4375rem;top:20.25rem;left:50.625rem;overflow:hidden;display:block; }
#RW293bVeiz5nrIovV7qFh1hEP85N88zr { position:absolute;display:block;z-index:15014;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:11.875rem;width:17.9375rem;top:5.82421875rem;left:54.3125rem;overflow:hidden;display:block; }
#FwMC9kw1IGdRHa0tgaaAAFfILnqTDcNV { 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.875rem;overflow:hidden;display:block; }
#nRdsX5apssrQp2J2ziCKXlDIoUD6IpCS { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19rem;width:33.9375rem;top:38.375rem;left:24.28125rem;display:block; }
#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:24rem;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:12.5625rem;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:12.4375rem;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:12.5625rem;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:24rem;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:10.125rem;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:12.3125rem;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; }
#WVnmBQ3Q8sXR9fSV2sZQHudN4DK7GLDC { 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:54.625rem;overflow:hidden;display:block; }
#BTKt8ZIEa5J4MOIB1KCO7rK1hgc6HPd4 { 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:54.625rem;display:block; }
#rum4S5u0xKFsqSP7Tk98OUNTLJa7ieME { 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:43.1875rem;height:9.09375rem;font-style:normal;display:block; }
#rm0Rz4gPJRNDlX5wmuLzsC1ZdASfAwlz { 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:43.0625rem;height:1.1375rem;font-style:normal;display:block; }
#DhfeLBxaVQLKMosfwcNTBedZBZouCa3t { 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:43.1875rem;height:1.3rem;display:block; }
#UZCNs8Tn3zVTMw0eITIF0Wp5E74SWC3P { 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:40.75rem;height:6.74375rem;display:block; }
#IJdXUtQQTxTMrDDzzsoUmpLFvrTM35q0 { 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:42.9375rem;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.75rem;width:11.9375rem;top:0.25rem;left:0.71557971014494rem;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.0625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdlmzy0mvxC4kfQBrTi7A9RBnST8ZhU { top:1.25rem;left:2.625rem;width:14.75rem;height:1.3125rem;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) { #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:6.5rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { top:7.5625rem;left:0rem;width:36.5rem;height:6.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctL4SsLcOEsJoApKH30OqRI8k56ObH7l { top:27.625rem;left:0rem;width:36.1875rem;height:17.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgCbguPWdCUXyWhFep3dC4TU282B6trs { top:58rem;left:32.375rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BriJBTdVw5tSkUrbw6B1bSp0sHZlISRq { top:58rem;left:40.3125rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM8h7XpLlip9qtxae9sTtPtGTk8lsxbZ { top:57.9375rem;left:42.625rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEkozb521I8rbKrdmbhuTTrDJcLKTani { top:7.0625rem;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) { #Lebee52KbhcHNhkteCJXBr2U9sW0idDJ { top:59.6875rem;left:32.375rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLZG6CaSO1cpfG5cSH5Hn5UXRDFxoqAa { top:59.6875rem;left:40.3125rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiD08wq0IWFNTLnxcakCsslkNkIFiTVf { top:59.6875rem;left:41.0625rem;width:6.6875rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T322VXzMPdnTL6gen7cMaUI8v3AKHZiR { top:57.1875rem;left:24rem;width:23.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXlF7RPJgxCryQKtoEVihETLpiGUTPPw { top:54.5625rem;left:0rem;width:12.0625rem;height:7.8125rem;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:10.375rem;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:10.375rem;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 #TcPVAbC6PdezSGHvbu0XQ2kn94HbLBAp {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #CvXyQOVtTmGR8k6PuqRF7lCXLfnocRwb { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #NRoT2Bg59HltcyLDH3KUDoCakgo89eJl {  }
 }@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) { #OcxguRRXInwFn6FvrLNGP921ipzZNs8B { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #kuKB3Jo5mTvDQKnUgNZvJy0vyF6ATZvH {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #GfqRxnEp8koTUtf6AaLN9pl9PNo5BdgU {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #COs9TEQqkf4kBSwGubnlQpLqdlxGuiQd {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #TQwOzBKE1yGT0dubim9EhcZFu4XqqpJu {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #MwHiVt4TDukgeEOm6legyZNEPxospJpC {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #DOvDeRxJdiAnGezVAnhQHoU4dKxk7soO {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #avSlKkAHiya7GBcfWoSImVE22aO37Zhk {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ECzp8zyFn05U4FJi1nePsGJu2bIuAwpJ {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #fXKaw5OabLL6Xc2ugLeoVt2e8hDCAVd3 {  }
 }@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) { #DGrX55vwzwzBfhEq79zwyPTtFpKFTtnz { top:55.6875rem;left:10.21875rem;width:10.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDexBBH8ku5tE6psODD3hQwEHfUP3KV { top:57.4375rem;left:11.5rem;width:7.5625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCDIqPS8Bg0ah8izOdr5fmOUIQkctJv { top:54.5625rem;left:9.625rem;width:11.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyHxPluJuaq58CReUAJ3qwrcaQ5NmrMO { top:62.3125rem;left:0rem;width:15.6875rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdetwSLTSyIwTyN63en8HJndTLiLnD4O { top:50.875rem;left:32.75rem;width:15rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Duu04EoRUZ3T7GyWkntuKd4zXuEHK7C9 { top:51.3125rem;left:35.375rem;width:12.375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiceT6NCQ1pD6nRnM8u1GdMyKnXASSQL { top:19.1875rem;left:0rem;width:34.875rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxqozBH2V4OPuqyn5SFTfDfFvmdcvtbm { top:13.375rem;left:0rem;width:2.1875rem;height:6.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg51fswIJ51ACLTExqcIyGwzt5A6iGTo { top:24.4375rem;left:0rem;width:30.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpUorUt4pS3zz2pk9FAzk5yTlOoS5vTC { top:21.875rem;left:16.4375rem;width:10rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW37hQF6sH4yqR4Z47Hrf9MZ0Go7p1yT { top:7.25rem;left:27.375rem;width:20.375rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJnL1RS5qr0IaFZh8Sw91aT9tkWF6Bk2 { top:55.625rem;left:0rem;width:6.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngIPU6m9lakpbVwaHELZCKGekB5CBu6P { top:56.9375rem;left:0rem;width:6.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNN0cRsEDFLOxc1TJZKeVUDWcW85oZtc { top:60.1875rem;left:0rem;width:6.75rem;height:1.5rem;font-size:0.875rem;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:42.625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqsy8noUeEqvptoObumfJVesBfxvwk1J { top:1.75rem;left:0rem;width:29.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSwhSCz69kk6saWZ6zl9b8XW4wMEwFpk { top:11.875rem;left:0rem;width:42.625rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH9oSVyrnPI3RykObcabctX7KHz9Xgk8 { top:9.9375rem;left:0rem;width:43.625rem;height:1.4375rem;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) { #itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 { display:block; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBlfr9gwt8Sgwv6BJzXnLUTdCtqbFTLl { top:1.8125rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haqchxCmT7OBqJE1ayNc0xyItMH9kI6P { top:6.0625rem;left:23.8125rem;width:23.9375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D97MfxpMt3L5thz4GWCK6W1X6q2Bb6Q5 { top:13.9375rem;left:20.5rem;width:27.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7buiLvgTI6AL7STLb8MInreFPGLP6fh { top:10.125rem;left:23.875rem;width:23.875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrxpuu26Bi1DRRamOsnFBsTyCFngcZGr { top:14.5rem;left:0rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceqvdAv2ZhxW71SJftXONCs8XHbqJ7A7 { top:11.9375rem;left:9.25rem;width:6.6875rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T94KvKRPFyh2y1bixMHvNIPIXb4yC2xg { top:6.25rem;left:29.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m116xRyIGHy5LaXE4KQflF40thsE166V { top:10.3125rem;left:29.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFuOPgmX39ahfXtlzkcHlIHPqpSvkTME { top:14.1875rem;left:29.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7rTCIMDsNGdyX4T2wTZXNIHrlMn4odq { top:34.75rem;left:26.9375rem;width:20.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy3t04BJ6noFuHFk7ecCzH3TWlwNaFIy { top:31.9375rem;left:26.1875rem;width:21.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BurkcKRgh8DX5uzqToe0UVVwIHCuBeuv { top:32.125rem;left:29.125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDitfArnqs0TzKGwuZp2gdE6W66QaAp4 { top:34.875rem;left:29.125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUxX4MR2RMtx8y4RLJKxGL6zye1VN6WZ { top:29.125rem;left:26rem;width:21.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqyJnWAKIpXUGO5Ask70IxLpOwNEbp6n { top:29.25rem;left:29.125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eisA2Td70e4Mfdz2R1T7HzOQ3S0G3b2q { top:26.3125rem;left:26.875rem;width:20.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK2x5vvgtSnPAnSQkS7JTvM9k3Cc1zL8 { top:26.5625rem;left:29.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKgPTsDpMV63O9lUw7Cm9UpmQxpTveMp { top:22.1875rem;left:25.9375rem;width:21.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8B284Liipk5uQtRMXTReCvFa5IAuPFq { top:22.375rem;left:29.125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyizTf3bMc0WTFJC8Lv4p1yoO4fZqkOO { top:18.125rem;left:30.0625rem;width:17.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk1pfZa1iv5vKX8KeaOPUHlHBzTIRABG { top:18.25rem;left:29.125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT { display:block; }#rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtWZKvNwlax8EcAuTzBay33TkF3W7fgS { top:1.875rem;left:0rem;width:25.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwZ4pSCfkoTOBULIBukPxy46ufBwbkHE { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyMWHkL1syXEFn4AasHFHp6FWw7B3fsT { top:5.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXLX06ovpPb9M4d3swanr4NiT2ikasr6 { top:6.125rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knkxtGpfOMzOocyyHBDQqHLfw7ycSR34 { top:9.1875rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkKhFzqBdrVFwRpIvToTHSlxRpfF99NS { top:12.4375rem;left:0rem;width:39.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8vyxt6hn8aTidpTxLmbRL7lR3TUidRI { top:8.9375rem;left:0rem;width:44.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO5kLnpePXAFZTB72yXCX9V2VJNVTuNy { top:12.6875rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg9ZRhoeqZ0CG2wZaw6GmhnwJ6TVXaZQ { top:15.4375rem;left:0rem;width:46.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoBn6WPOV4OaQxtWQUMa7VfFtUMh3l6T { top:15.4375rem;left:0rem;width:0.8125rem;height:0.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:14.5rem;left:11.5625rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJU3mxIbknH5Wgv5Smkng1skFy2mXyQJ { top:13.5rem;left:0rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQodOJE2s5QLFO57T0UOnq82TgFrqUx1 { top:9.0625rem;left:11.125rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKEnJzGH3v6lamZFrQZ9pz2xT133nktP { top:14.625rem;left:0rem;width:8.4375rem;height:8.4375rem;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) { #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:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lawHrzvyUKVVcFSTRIt1owma37sRFZQQ { top:31.3125rem;left:5.0625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRWt14ZafWFrMwmWoWHbUf7DedG5SUts { top:5.8125rem;left:27.375rem;width:11.875rem;height:11.875rem;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.25rem;left:26.3125rem;width:21.4375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW293bVeiz5nrIovV7qFh1hEP85N88zr { top:5.8125rem;left:29.8125rem;width:17.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwMC9kw1IGdRHa0tgaaAAFfILnqTDcNV { top:20.125rem;left:3.25rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRdsX5apssrQp2J2ziCKXlDIoUD6IpCS { top:38.375rem;left:10.65625rem;width:33.9375rem;height:19rem;display:block; }
 }@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:10.375rem;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:10.375rem;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) { #WVnmBQ3Q8sXR9fSV2sZQHudN4DK7GLDC { top:7.25rem;left:37rem;width:10.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTKt8ZIEa5J4MOIB1KCO7rK1hgc6HPd4 { top:7.25rem;left:37rem;width:10.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rum4S5u0xKFsqSP7Tk98OUNTLJa7ieME { top:11.875rem;left:29.5625rem;width:10.5625rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm0Rz4gPJRNDlX5wmuLzsC1ZdASfAwlz { top:8.6875rem;left:29.4375rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhfeLBxaVQLKMosfwcNTBedZBZouCa3t { top:7.0625rem;left:29.5625rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZCNs8Tn3zVTMw0eITIF0Wp5E74SWC3P { top:9.875rem;left:27.125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJdXUtQQTxTMrDDzzsoUmpLFvrTM35q0 { top:6.9375rem;left:29.3125rem;width:7.8125rem;height:1.5625rem;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.25rem;left:0rem;width:11.9375rem;height:4.75rem;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:block; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jw1Z0xz9xwiQNg8K70Jky2PJg5BPTUEP { width:11.625rem;height:4.625rem;top:0rem;left:4.1875rem;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.5625rem;height:0;top:6.3125rem;left:10rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVHUKRkyzL2U9WMVhQ1fJn9p675n3f5h { width:6.5625rem;height:2.125rem;top:4.625rem;left:6.71875rem;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:11.8125rem;left:5.625rem;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 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4d42157f-377c-4922-8bc0-530c3e601510/CAE.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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 { width:20rem;height:105.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPq2gQkEwyTuyvtitmALBkexVTplsUaM { width:12.5rem;height:1.462675rem;top:2.5380859375rem;left:1.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { width:16.8125rem;height:3.6rem;top:3.9375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctL4SsLcOEsJoApKH30OqRI8k56ObH7l { width:16.4375rem;height:24.2rem;top:80.25rem;left:1.7812500596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgCbguPWdCUXyWhFep3dC4TU282B6trs { width:5.125rem;height:1.21875rem;top:26.75rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BriJBTdVw5tSkUrbw6B1bSp0sHZlISRq { width:5.125rem;height:1.21875rem;top:26.75rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM8h7XpLlip9qtxae9sTtPtGTk8lsxbZ { width:5.125rem;height:1.21875rem;top:26.75rem;left:12.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEkozb521I8rbKrdmbhuTTrDJcLKTani { width:20rem;height:3.1875rem;top:33rem;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) { #Lebee52KbhcHNhkteCJXBr2U9sW0idDJ { width:5.125rem;height:1.21875rem;top:28rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLZG6CaSO1cpfG5cSH5Hn5UXRDFxoqAa { width:5.125rem;height:1.21875rem;top:27.9375rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiD08wq0IWFNTLnxcakCsslkNkIFiTVf { width:5.125rem;height:1.875rem;top:27.9375rem;left:12.75rem;font-size:0.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #T322VXzMPdnTL6gen7cMaUI8v3AKHZiR { width:16.5625rem;height:5.0625rem;top:25.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXlF7RPJgxCryQKtoEVihETLpiGUTPPw { width:7.75rem;height:5.1875rem;top:17.5rem;left:1.875rem;display:block; }
 }@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:36.125rem;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:36.125rem;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 #TcPVAbC6PdezSGHvbu0XQ2kn94HbLBAp {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #CvXyQOVtTmGR8k6PuqRF7lCXLfnocRwb { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #NRoT2Bg59HltcyLDH3KUDoCakgo89eJl {  }
 }@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) { #OcxguRRXInwFn6FvrLNGP921ipzZNs8B { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #kuKB3Jo5mTvDQKnUgNZvJy0vyF6ATZvH {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #GfqRxnEp8koTUtf6AaLN9pl9PNo5BdgU {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #COs9TEQqkf4kBSwGubnlQpLqdlxGuiQd {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #TQwOzBKE1yGT0dubim9EhcZFu4XqqpJu {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #MwHiVt4TDukgeEOm6legyZNEPxospJpC {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #DOvDeRxJdiAnGezVAnhQHoU4dKxk7soO {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #avSlKkAHiya7GBcfWoSImVE22aO37Zhk {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ECzp8zyFn05U4FJi1nePsGJu2bIuAwpJ {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #fXKaw5OabLL6Xc2ugLeoVt2e8hDCAVd3 {  }
 }@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) { #DGrX55vwzwzBfhEq79zwyPTtFpKFTtnz { width:10.125rem;height:1.1375rem;top:18.375rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDexBBH8ku5tE6psODD3hQwEHfUP3KV { width:7.5625rem;height:2.6rem;top:19.1875rem;left:10.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCDIqPS8Bg0ah8izOdr5fmOUIQkctJv { width:7.875rem;height:5.375rem;top:17.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyHxPluJuaq58CReUAJ3qwrcaQ5NmrMO { width:20rem;height:0.8941rem;top:23.6875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#f6eff1;display:block; }
 }@media only screen and (max-width: 763px) { #JdetwSLTSyIwTyN63en8HJndTLiLnD4O { width:15rem;height:2.6875rem;top:76.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Duu04EoRUZ3T7GyWkntuKd4zXuEHK7C9 { width:12.375rem;height:1.95rem;top:77.125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiceT6NCQ1pD6nRnM8u1GdMyKnXASSQL { width:16.5rem;height:2.55rem;top:10.0625rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxqozBH2V4OPuqyn5SFTfDfFvmdcvtbm { width:2.1875rem;height:2.4rem;top:7.537109375rem;left:9.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg51fswIJ51ACLTExqcIyGwzt5A6iGTo { width:14.3125rem;height:1.65rem;top:14.609375rem;left:1.59375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpUorUt4pS3zz2pk9FAzk5yTlOoS5vTC { width:6.4375rem;height:1.4375rem;top:12.734375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW37hQF6sH4yqR4Z47Hrf9MZ0Go7p1yT { width:20rem;height:2.75rem;top:33.21875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJnL1RS5qr0IaFZh8Sw91aT9tkWF6Bk2 { width:6.75rem;height:1.1375rem;top:17.9375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngIPU6m9lakpbVwaHELZCKGekB5CBu6P { width:6.75rem;height:2.6rem;top:18.6875rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNN0cRsEDFLOxc1TJZKeVUDWcW85oZtc { width:6.75rem;height:1.1375rem;top:21.0625rem;left:2.4375rem;font-size:0.875rem;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:2.925rem;top:1.56103515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSwhSCz69kk6saWZ6zl9b8XW4wMEwFpk { width:20rem;height:9.1rem;top:16.4462671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH9oSVyrnPI3RykObcabctX7KHz9Xgk8 { width:20rem;height:4.3875rem;top:11.6230234375rem;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:48.8125rem;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;text-align:center;text-align-last:center;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) { #itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 { display:block; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBlfr9gwt8Sgwv6BJzXnLUTdCtqbFTLl { 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) { #haqchxCmT7OBqJE1ayNc0xyItMH9kI6P { width:15.6875rem;height:5.2rem;top:4.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D97MfxpMt3L5thz4GWCK6W1X6q2Bb6Q5 { width:15.9375rem;height:6.5rem;top:16.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7buiLvgTI6AL7STLb8MInreFPGLP6fh { width:15.8125rem;height:5.2rem;top:11rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrxpuu26Bi1DRRamOsnFBsTyCFngcZGr { width:17.8125rem;height:11.875rem;top:25.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceqvdAv2ZhxW71SJftXONCs8XHbqJ7A7 { width:6.6875rem;height:10.8125rem;top:23.435546875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T94KvKRPFyh2y1bixMHvNIPIXb4yC2xg { display:flex;width:0.8125rem;height:0.8125rem;top:4.75rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #m116xRyIGHy5LaXE4KQflF40thsE166V { display:flex;width:0.8125rem;height:0.8125rem;top:11.125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #TFuOPgmX39ahfXtlzkcHlIHPqpSvkTME { display:flex;width:0.8125rem;height:0.8125rem;top:17.0625rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #A7rTCIMDsNGdyX4T2wTZXNIHrlMn4odq { width:12.75rem;height:2.6rem;top:63.3359375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy3t04BJ6noFuHFk7ecCzH3TWlwNaFIy { width:12.8125rem;height:2.6rem;top:58.1875rem;left:3.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BurkcKRgh8DX5uzqToe0UVVwIHCuBeuv { display:flex;width:0.8125rem;height:0.8125rem;top:58.375rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #TDitfArnqs0TzKGwuZp2gdE6W66QaAp4 { display:flex;width:0.8125rem;height:0.8125rem;top:63.5234375rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #BUxX4MR2RMtx8y4RLJKxGL6zye1VN6WZ { width:14.3125rem;height:2.6rem;top:53.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqyJnWAKIpXUGO5Ask70IxLpOwNEbp6n { display:flex;width:0.8125rem;height:0.8125rem;top:54.125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #eisA2Td70e4Mfdz2R1T7HzOQ3S0G3b2q { width:14.0625rem;height:2.6rem;top:49.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK2x5vvgtSnPAnSQkS7JTvM9k3Cc1zL8 { display:flex;width:0.8125rem;height:0.8125rem;top:49.6875rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #kKgPTsDpMV63O9lUw7Cm9UpmQxpTveMp { width:14.0625rem;height:2.6rem;top:44.375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8B284Liipk5uQtRMXTReCvFa5IAuPFq { display:flex;width:0.8125rem;height:0.8125rem;top:44.6875rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #CyizTf3bMc0WTFJC8Lv4p1yoO4fZqkOO { width:13.8125rem;height:2.6rem;top:40.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk1pfZa1iv5vKX8KeaOPUHlHBzTIRABG { display:flex;width:0.8125rem;height:0.8125rem;top:40.375rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT { display:block; }#rAscQ9B6QOWOiut70ZHVH1Ob65pqQThT > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtWZKvNwlax8EcAuTzBay33TkF3W7fgS { width:16.3125rem;height:2.11263125rem;top:1.8125rem;left:1.84375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwZ4pSCfkoTOBULIBukPxy46ufBwbkHE { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyMWHkL1syXEFn4AasHFHp6FWw7B3fsT { width:15.6875rem;height:3.9rem;top:6.0498046875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXLX06ovpPb9M4d3swanr4NiT2ikasr6 { display:flex;width:0.8125rem;height:0.8125rem;top:6.6748046875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #knkxtGpfOMzOocyyHBDQqHLfw7ycSR34 { display:flex;width:0.8125rem;height:0.8125rem;top:13.0107421875rem;left:1.84375rem; }
 }@media only screen and (max-width: 763px) { #TkKhFzqBdrVFwRpIvToTHSlxRpfF99NS { width:14.3125rem;height:3.9rem;top:18.796875rem;left:3.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8vyxt6hn8aTidpTxLmbRL7lR3TUidRI { width:15.75rem;height:3.9rem;top:12.3427734375rem;left:3.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO5kLnpePXAFZTB72yXCX9V2VJNVTuNy { display:flex;width:0.8125rem;height:0.8125rem;top:20.33984375rem;left:1.84375rem; }
 }@media only screen and (max-width: 763px) { #mg9ZRhoeqZ0CG2wZaw6GmhnwJ6TVXaZQ { width:15rem;height:6.5rem;top:24.3349609375rem;left:3.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoBn6WPOV4OaQxtWQUMa7VfFtUMh3l6T { display:flex;width:0.8125rem;height:0.8125rem;top:26.5849609375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A { display:block; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { width:20rem;height:27.8125rem;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.625rem;height:6.625rem;top:17.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJU3mxIbknH5Wgv5Smkng1skFy2mXyQJ { width:8.0625rem;height:1.6875rem;top:16.25rem;left:10.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQodOJE2s5QLFO57T0UOnq82TgFrqUx1 { width:8.875rem;height:8.875rem;top:16.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKEnJzGH3v6lamZFrQZ9pz2xT133nktP { width:7.75rem;height:7.75rem;top:13.625rem;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) { #c856JSFA8vk7uqLbWFoBJJgnIEac629J { display:block; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row .container { width:20rem;height:94.6875rem;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) { #lawHrzvyUKVVcFSTRIt1owma37sRFZQQ { width:12.5rem;height:1.29980625rem;top:51.06054375rem;left:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRWt14ZafWFrMwmWoWHbUf7DedG5SUts { width:14.375rem;height:14.375rem;top:11.7353515625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN3RSRsdD6x0MpmVTX6745tXovgTvvDy { width:14.375rem;height:14.375rem;top:28.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6S5SznQmwdmSyUHS5ybWq7niXw6TZO6 { width:14.375rem;height:9.5625rem;top:44.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW293bVeiz5nrIovV7qFh1hEP85N88zr { width:14.375rem;height:9.5625rem;top:56.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwMC9kw1IGdRHa0tgaaAAFfILnqTDcNV { width:14.375rem;height:14.375rem;top:66.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRdsX5apssrQp2J2ziCKXlDIoUD6IpCS { height:11.197053406998rem;width:20rem;top:82.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq { display:block; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container { width:20rem;height:46.5625rem;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.625rem;height:1.3rem;top:6.625rem;left:0.75rem;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) { #WVnmBQ3Q8sXR9fSV2sZQHudN4DK7GLDC { width:8.875rem;height:13.5rem;top:30.38671875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTKt8ZIEa5J4MOIB1KCO7rK1hgc6HPd4 { width:8.875rem;height:13.5rem;top:30.38671875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rum4S5u0xKFsqSP7Tk98OUNTLJa7ieME { width:10.5625rem;height:9.1rem;top:31.3125rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm0Rz4gPJRNDlX5wmuLzsC1ZdASfAwlz { width:9.5rem;height:1.1375rem;top:29.25rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DhfeLBxaVQLKMosfwcNTBedZBZouCa3t { width:7.75rem;height:1.3rem;top:28.01171875rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UZCNs8Tn3zVTMw0eITIF0Wp5E74SWC3P { width:2.5rem;height:auto;top:9.875rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJdXUtQQTxTMrDDzzsoUmpLFvrTM35q0 { width:7.8125rem;height:1.5625rem;top:27.75rem;left:0.65625rem;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:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfTPKEtBgZTEm56hA0F7W5rl5TnPrHVF { width:20rem;height:1.95rem;top:10.32421875rem;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:5.8125rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GktKEzSUeqmNyJbM27binuBQ17NzX6QJ { width:8.4375rem;height:2rem;top:7.76171875rem;left:5.78125rem;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:13.375rem;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:13.375rem;left:6.25rem;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:13.375rem;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; }
 }