.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); }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9618d9;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; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container { background-color: transparent; background-image: none; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container > .video-iframe-container { display: none; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row > .video-iframe-container { display: none; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .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); }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container { border-width: 0; border-radius: 0; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#zbD5nZEEpcJDzOHve2JHAh3DitDvT5XG { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.6875rem;left:57.8359375rem;display:block; }
#eWM385PHnMt1odfazbWQmCcwVeNqBHts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tt0vD5WJp4RWIsRTiTOansekWGg1TLUI { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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:1.96875rem;left:47.875rem;display:block; }
#JWg8AkT3znqFrctzQMNeT0wtylckiZr0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y2KHqISJc7uovy8hnMnniA0iOswuJsuO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#y2KHqISJc7uovy8hnMnniA0iOswuJsuO > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#V5P00yv5UxPG5tetUToki38OGhZZ8XCV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.28125rem;left:47.0625rem; }
#QwVJu7KEdnacVTsSC315bz58yyS9C8fe { 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:3.5rem;width:9.8125rem;top:1.15625rem;left:1.875rem;overflow:hidden;display:block; }
#F6GBciLTgrsN1UE8LxVTH37AO3bxv05M { 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:3.4375rem;width:9.75rem;top:1.15625rem;left:1.875rem;overflow:hidden;display:none; }
#TbruwhWQpJTMCCqaLy4340hwmFqqJ7Va { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TbruwhWQpJTMCCqaLy4340hwmFqqJ7Va > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb { position:relative;display:block; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb { background-color: transparent; background-image: none; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,22,22,0.41); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container > .video-iframe-container { display: none; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row > .video-iframe-container { display: none; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,22,22,0.41); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb { border-width: 0; border-radius: 0; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container::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; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fba1dd33-40d2-4f3b-84a7-a58d20fcc198/computernetworksetup20231127052052utc.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:64.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container.adaptive-delivery-prevent-bg, #sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container.lazyload, #sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container.lazyloading { background-image: none; }#wp9IcCEy1XsB15FZTmTD7Kd1AcmkU1lH { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #2c8658;border-left:0.0625rem solid #2c8658;border-right:0.0625rem solid #2c8658;border-bottom:0.0625rem solid #2c8658;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c8658;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.03125rem;left:7.5rem;display:none; }
#ffOu69k5D5zhIeJci4UywEwmGqKHoloZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EyFXpxvKt1272LdMTvQbBuERDhE6QsIP { position:absolute;display:block;z-index:15031;background-color:#000000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.3125rem;top:5.875rem;left:46rem;display:block; }
#Hg61NyZxmAfpr5etIL4TVNzzxH6znM1A { 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; }
#x9MCEyTG7oheSSPsBOOM6iJESsCF16FM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:57.625rem;left:3.4375rem;display:block; }
#UuOOn24BLa3PJniDBXecVLMkorLf2IJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HgEFdB5r3T1CgQmTaLJEG8WOd0DEPWxV { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"jost extrem";font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:10.15625rem;left:3.4375rem;height:6.2988375rem;font-style:normal;display:block; }
#swJvOFMEyzHPsWIxLCCV7zVMfwe5KtNq { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"jost extrem";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:7.25rem;left:3.5rem;height:1.5rem;font-style:normal;display:block; }
#DJP3PBNBvOKnsBJw0udmFuSQi7lPt2Dw { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:51rem;left:6.9375rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s9XV10VLlSoGrDd3L1dgMLHSWr4olxKe { position:absolute;display:block;z-index:15046;background-color:rgba(255,255,255,0.98);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:4.75rem;width:28.625rem;top:50.3125rem;left:3.4375rem;display:block; }
#uA3M7WFa6tioWmlXoAbUvOTQyqeQ2gTC { color:#000000;display:block;width:5.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15049;line-height:1.2;letter-spacing:0;top:51rem;left:15.1875rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uHxZLm3FIJaaqnyhTP9zxDifIMc8Zf3o { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:52.8125rem;left:6.9375rem;height:1.425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JlsKmxXJdxG3lQKmT0mnrI3VtFz8OJkd { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:52.8125rem;left:15rem;height:1.425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#db5KRLexr49kavolirtizXA3QT3Th8Jy { color:#000000;display:block;width:6.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:51rem;left:22.625rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aTwwOoXnSL3F3Ty0L4nHwR4UZMFdUlgC { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:52.8125rem;left:22.625rem;height:1.425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-form-header {  }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-regular-label { height:auto;display:block;font-family:verlag;font-size:1.0625rem;font-weight:700;color:#000000;width:18.625rem;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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:18.625rem;box-sizing:border-box;height:1.6875rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.1;text-align:center;text-align-last:center; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-textarea { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:18.625rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.1;text-align:center;text-align-last:center; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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:18.625rem;box-sizing:border-box;height:1.6875rem;color:#929291;font-family:inter;font-size:0.75rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-button { border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;background-color:#9618d9;background-image:none;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.9375rem;margin-bottom:0.25rem;margin-left:0.9375rem;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:400;color:#ffffff;width:16.75rem;height:2.8125rem;font-family:inter;overflow:hidden;box-shadow: none;line-height:.7;text-align:center;text-align-last:center;font-style:normal; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA [class*="-text"]:-moz-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA [class*="-text"]::-moz-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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:inter;line-height:1.3;font-size:0.625rem;font-weight:400;color:#848484;vertical-align:top;width:17.375rem;overflow:hidden;font-style:normal;float:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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;float:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-container:first-of-type{padding-top:0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-container:last-of-type{padding-bottom:0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #000000;left:46.137501716614rem;top:11.025000572204rem;z-index:15038;position:absolute; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA {display:block;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #000000;left:46.137501716614rem;top:11.025000572204rem;z-index:15038;position:absolute; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKnVwDoSORDiST0OhxxcyfbLByp8bUty { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #TR5PopxNqUCHJJ9Kk29T4FlcuJroe7uM { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #zWyrioPoQHtKz97N6CAMssTeHm7769FO { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #kt7FJmW2nJee6yNoFo5pBMa2ikVA8KDF { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nFZeaL3oWHqRzMFinGGWFRDJ9eACVc7S { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #m3f4CzCcMgQf8BlVV3QIviTP8dr3fVpt { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KycbemonV9EdTF3vWeVPD0Eq4ka3O6F5 { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #whegsNz1zDkI7LF1bdXDt3ZVrL3yA0ot { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #B2DxUTvu6xBuLtxz5ITfBlC8MkGTX8s9 { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Vt6L8gMrVEZIdg9L3vvJpIFiVbEf3bvq { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ipWfbn6cROcy8TdnLWN62onwc8Jtzgg8 { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #AuzFLMQ1XxTEmpNIBebsxzBxB6upcf5L { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKGITeiCdrVTfwzMul4r0FhE7OzK9Csh { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #M7ftK4ve7JsyVmtEUDTOH5c9U4yelPQT { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #MopnsfJfyPqRrf0g7BUTWW7elUPn7uwV { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #fZhaAxHn0p8ghTGKsTNoyfKsLEPibFCz { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nJu27sMeFwJHJsnp9OnpEqOI9fFEUAtq { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #htaHmBBgLgkZX4ha0L94MT40UFwnLfuA { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #L2IwgdTnk1Pwpmq3fmlwGxCchIcoPgEf { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #DysJ3sdeZf8VZVudPusrxK5qLrmZ3Vdh { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #XiR7WLdmXDRyolEeOMnSwrARuPmWTbto { position:relative; }
#AutSlI5NXAJok3ufvQuJWKo8T45RXqVC { position:relative;display:block; }
#l5kMVmUMOpGJxt3fNGgvhLa8kmm6f8P4 { position:relative;display:block; }
#msOtF5OPAhRmkmdRpA52b39ePE7U0P1p { position:relative;display:block; }
#Z1cd0DgypzdVMgkslyMaET3qGNtD00Py { position:relative;display:block; }
#PxhnTbd4i6NcDcwr76qVdBgWmStVu90t { position:relative;display:block; }
#nae3A5fleBoQvva8SPTyVhG8eKmiipVk { position:relative;display:block; }
#rBGpxRr7TVsrlm4oVnA9GPrEPVXntxIC { position:relative;display:block; }
#cFIbnqRtFEMiH828q6FQxGVIoRC3s3vp { position:relative;display:block; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #f4fWtpeWlUwqygs6ahgJsxtkh1aBN9az { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Ee5D8UwqoxSx4uLQtlhzh56Eqh0QEKzt { position:relative;z-index:2; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #tZLXSSwfatZmbnZcivKbLV3cLXlffJRH { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #DJD052ITQUkoOanvOvdVAAvBRBQ6Xvri { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #WQvlavc8G3F5c385ormTaukCXbRKrPzt { position:relative;z-index:2; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #D3bMxLSaHD1ONBXRTeDk01VMJOHOZ9Vs { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #goe3yAXfpJ44V7AyIEgP0ghxdGKzk6Jp { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #gW9WEFUkBJ9aVtGUMNItdTFcNJyRinTD { position:relative;z-index:2; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #OTo8a3D9dT9gDnXOdK4IJHlpVUU0iTId { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KSelOBzAdg81AHXgLOitZ2Wk6pwCb1nQ { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #tnyC00cKrz0Op71dSczFDcLkXPtx1TRV { position:relative; }
#UT1uavuafoA7o3WQGhJQk5IhivL5NxGw { color:#9618d9;display:block;width:2.061525rem;position:absolute;font-family:"jost extrem";font-size:2.625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:24.5625rem;left:3.4375rem;height:3.15rem;font-style:normal;display:block; }
#sly8zpdbTPQV9ArmR3wZw2TKM4kpyHgp { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"jost extrem";font-size:3.625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:12.3115234375rem;left:3.5rem;height:4.35rem;font-style:normal;display:block; }
#WDPmlHhyg3BMKplcAaJ7ThTzGUr42AwX { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:"jost extrem";font-size:4.125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:16.0849609375rem;left:3.125rem;height:4.9500875rem;font-style:normal;display:block; }
#v5MT6NqyrGFBmmwm9p8If740TxDBceub { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"jost extrem";font-size:3.1875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:20.75rem;left:3.25rem;height:3.825rem;font-style:normal;display:block; }
#HSv5UpPrAnZK8LLoGqwhPwoPqnIZlk03 { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:"jost extrem";font-size:1.3125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:28.875rem;left:3.5rem;height:1.575rem;font-style:normal;display:block; }
#p0FfdNVJJw6I68rexISA4AhDVthZbXdb { box-sizing:content-box;height:3.9375rem;width:13.125rem;position:absolute;display:block;z-index:15069;background-color:#9618d9;background-image:none;top:38.875rem;left:3.4375rem;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;display:none; }
#xnNkLOZByHDeSuIrVwMWsuU3aPMqlTQF { box-sizing:content-box;height:6.75rem;width:13.125rem;position:absolute;display:block;z-index:15079;background-color:#9618d9;background-image:none;top:38.5625rem;left:19.0625rem;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;display:block; }
#oeZBIDb18pwZcpzRSNIBiWRhr8u9hSRr { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:7.125rem;top:41.25rem;left:22.1875rem;overflow:hidden;display:block; }
#VKDaVfJfvIMQ8gKWbBCfx8837LCvQ5E8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"jost extrem";font-size:0.9375rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:39.9375rem;left:19.625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#puS2I6Fmigmmz2P8TRrSgH8fcw6ypcpC { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"jost extrem";font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:38.8125rem;left:4rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#nr6dppyi817WzK9hq3kaP7N2AidWqVD6 { box-sizing:content-box;height:6.6875rem;width:13.125rem;position:absolute;display:block;z-index:15081;background-color:#9618d9;background-image:none;top:38.5625rem;left:3.4375rem;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;display:block; }
#lQtzObBOS2tPm18h0RL5Q7f4yDvD2hQx { position:absolute;display:block;z-index:15087;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:4.75rem;top:43rem;left:7.625rem;overflow:hidden;display:block; }
#XDkBzghBkK8OvnJtTRX5fKVMXG9qT9So { box-sizing:content-box;height:3.9375rem;width:13.125rem;position:absolute;display:block;z-index:15081;background-color:#9618d9;background-image:none;top:32.125rem;left:3.4375rem;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;display:block; }
#OTEgpPGP5fyu9V4THZ99Z8DGXU50nbCa { box-sizing:content-box;height:3.9375rem;width:13.125rem;position:absolute;display:block;z-index:15080;background-color:#9618d9;background-image:none;top:32.125rem;left:19rem;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;display:block; }
#fJdxqu05v0zZy5tXuyLaO4IqNT2lAXBM { position:absolute;display:block;z-index:15084;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.25rem;width:4.875rem;top:34.25rem;left:7.25rem;overflow:hidden;display:block; }
#ktPLshTTHbr8QBLuIE4cPecAdWIb1BLQ { position:absolute;display:block;z-index:15085;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.3125rem;width:6.125rem;top:34.3125rem;left:22.75rem;overflow:hidden;display:block; }
#DgkRsNfDMqGuf33zvC8fNF2qS2veJUZK { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"jost extrem";font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:32.5rem;left:3.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#pGcXVe97FwvRfbG2RFBdBBFM32W28pT4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"jost extrem";font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:32.5625rem;left:19.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#tR66IxI2SVGrSKTfTu8lGXknwB5Z4k61 { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:"jost extrem";font-size:0.5rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:47.125rem;left:3.4375rem;height:0.6rem;font-style:normal;display:block; }
#sbtudlNZ0hEAp76xmQVIwbiWTrwM85LR { box-sizing:content-box;height:6.75rem;width:13.125rem;position:absolute;display:block;z-index:15067;background-color:#9618d9;background-image:none;top:38.375rem;left:19.125rem;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;display:none; }
#kMz3TVKQFIm77LhWe66rtadtPp2OnPSm { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"jost extrem";font-size:0.9375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:39.75rem;left:19.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:none; }
#DQMNnp2MqoDwysZTyIr6CNU3ZEgvk0mX { 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:3.4375rem;width:9.75rem;top:1.15625rem;left:1.875rem;overflow:hidden;display:none; }
#WPXhO2B8JaoVuz93MGhLoVu2qHq2QZLZ { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:verlag;font-size:1.5625rem;font-weight:700;z-index:15070;line-height:1.1;letter-spacing:0;top:6.6875rem;left:46.5rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#McFqNucdWn6pcFsUdO2krMi9qbQtIIvE { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:50.3125rem;left:45.937500953674rem;height:3.8984375rem;text-align:justify;text-align-last:initial;display:block; }
#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { position:relative;display:block; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { background-color: transparent; background-image: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .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); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { border-width: 0; border-radius: 0; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .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; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#e8e8e8;background-image:none;font-size:0.875rem;font-family:arial;height:42.375rem;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; }#Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { color:#000000;display:block;width:30.5rem;position:absolute;font-family:verlag;font-size:2.25rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:3.375rem;left:3.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mgn0esV2ESNV5I5pRAHwZ5665RQsJpio { 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; }
#qVX1SIJJ9NHcUtkrhflTTBZTv79TPiDK { color:#000000;display:block;width:66.3125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.9370689392087rem;left:3.3745670318604rem;height:16.5703rem;font-style:normal;display:block; }
#V3Oa0aznPidrBBpauHBZAcdQIGCWUi8k { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:31.625rem;left:7.0625rem;height:3.00625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L6KPmLDXqJJLrTrNbvauOs1bZf9ucuTv { color:#ffffff;display:block;width:9.2480625rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:30.25rem;left:24.25rem;height:6.0125rem;text-align:center;text-align-last:center;display:block; }
#IaTPIRawN20EIInwh2xPrPHfiAbMhJTp { color:#ffffff;display:block;width:12.3123125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:33.875rem;left:39.375rem;height:2.111325rem;text-align:center;text-align-last:center;display:block; }
#rodW0GZ4IAyw9JAAb9rPH8rel6iKrPCz { color:#ffffff;display:block;width:11.9998125rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15048;line-height:.9;letter-spacing:0;top:31.3125rem;left:39.375rem;height:2.08125rem;text-align:left;text-align-last:left;display:block; }
#JphE4wfo4BsTqtUNJmbLbNvixEVPeot2 { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:34.125rem;left:55.375rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#PLLdqLzEpXw3e6pHTydHDvTdKs36T32J { color:#ffffff;display:block;width:11.624375rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15050;line-height:.9;letter-spacing:0;top:32.25rem;left:55.9375rem;height:2.08125rem;text-align:center;text-align-last:center;display:block; }
#ukAWJrapIUHT97ATyqD9VGQTi88y0dr4 { box-sizing:content-box;height:7.25rem;width:14.6875rem;position:absolute;display:block;z-index:15001;background-color:#9618d9;background-image:none;top:29.875rem;left:38.0625rem;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;display:block; }
#TwruMd6mlzmb2KxMs2FC76MnEkVuWou5 { box-sizing:content-box;height:7.25rem;width:14.6875rem;position:absolute;display:block;z-index:15002;background-color:#9618d9;background-image:none;top:29.75rem;left:5rem;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;display:block; }
#p5VTHIzLqw7V5XEHOP2XZPTvqTeE8Nno { box-sizing:content-box;height:7.25rem;width:14.6875rem;position:absolute;display:block;z-index:15003;background-color:#9618d9;background-image:none;top:29.8125rem;left:21.5rem;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;display:block; }
#uSsAAOdHGrxxVrt0i6H2lOu06t6BFLaI { box-sizing:content-box;height:7.25rem;width:14.6875rem;position:absolute;display:block;z-index:15002;background-color:#9618d9;background-image:none;top:29.875rem;left:54.4375rem;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;display:block; }
#eDKcvqdkgPenCa2O6qdTe623B9XZHUTl { box-sizing:content-box;height:7.25rem;width:14.6875rem;position:absolute;display:block;z-index:15003;background-color:#9618d9;background-image:none;top:29.8125rem;left:21.5rem;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;display:none; }
#brTOnaZto7TcuLRbhlqy4TGOc1ycy4Lp { box-sizing:content-box;height:7.25rem;width:14.6875rem;position:absolute;display:block;z-index:15003;background-color:#9618d9;background-image:none;top:29.8125rem;left:21.5rem;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;display:none; }
#N3o5wkvQOfJLU8FoTO6L3HkRMDrksxrp { box-sizing:content-box;height:7.25rem;width:14.6875rem;position:absolute;display:block;z-index:15003;background-color:#9618d9;background-image:none;top:29.8125rem;left:21.5rem;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;display:none; }
#O8q8bisN189W4DOGxJmpGJIA6eCLUs7H { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd { position:relative;display:none; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd { border-width: 0; border-radius: 0; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .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; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#e8e8e8;background-image:none;font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TyQe5OXimiLdqaqOb8AnrpbL4xWWUKrX { color:#000000;display:block;width:30.5rem;position:absolute;font-family:verlag;font-size:2.25rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:3.375rem;left:3.375rem;height:4.04948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#o8UFz7LiwXTMH1th3NZmn3PeHBTirpA8 { 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; }
#IKCbiLKhcsw5caTtQczL7wHlI0CgiGbS { color:#000000;display:block;width:66.3125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.9370689392087rem;left:3.3745670318604rem;height:8.28125rem;font-style:normal;display:block; }
#wZIH3EVLVuNPwkPcRTl2HWuWB5yeiumP { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.6875rem;height:3.00564375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PAKG7EW4ZIGpXdcuy9vurEb1LBVgRR7D { color:#000000;display:block;width:9.2480625rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:21.9375rem;left:22.25rem;height:6.0112875rem;text-align:left;text-align-last:left;display:block; }
#vgUGTdMqMD1C0bCKQPGXv2K8yBbICKq7 { color:#000000;display:block;width:12.3123125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:26.4375rem;left:36.375rem;height:2.11154375rem;text-align:left;text-align-last:left;display:block; }
#gc4UHhRCc2XEtVHGaHo2bLLFsNdG2yHJ { color:#000000;display:block;width:11.9998125rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15048;line-height:.9;letter-spacing:0;top:23.875rem;left:36.375rem;height:2.080075rem;text-align:left;text-align-last:left;display:block; }
#Mi9AzLmiuuZdMrJa7Jsk7Ja9TXEDiAhI { color:#000000;display:block;width:13.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:26.1875rem;left:55.25rem;height:1.055775rem;text-align:left;text-align-last:left;display:block; }
#XHig32IWP7oFZtsLfRGNAEkdz4uT5XdW { color:#000000;display:block;width:11.624375rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15050;line-height:.9;letter-spacing:0;top:23.875rem;left:55.25rem;height:2.080075rem;text-align:left;text-align-last:left;display:block; }
#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA { position:relative;display:none; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA { border-width: 0; border-radius: 0; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#BiSTd8EWQRc1q1BQJK0TDwMZxJZATEVI { 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; }
#GywfG1T0duFDxCzTRvpEoefmBMTFiiRy { color:#ffffff;display:block;width:61.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.005859375rem;left:4.4375rem;height:2.6rem;font-style:normal;display:block; }
#Km1G30treivAcNTdPtBpQEdX0UpeHTbT { 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; }
#TtfV1azUARDfNlezVp0O8VEfZ2U1v9wK { 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; }
#qLoc6JJ7AyRRBTlOf1i4wMgszZViKF4P { 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; }
#fTd7b6get4NuACT9LNbwUsGST97snJNi { 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; }
#ozvTQiHlFuGNnGDKxIMuA0NhW1C7MCNO { 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; }
#FZ9ne51WGoDt6TyRODxycbFZKzTq0mHR { 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; }
#T8avJpuB9Fh8VZZ0Mca6k3MU6i2nEXZe { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:verlag;font-size:1.25rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:3.875rem;left:4.4375rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 { position:relative;display:none; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 { border-width: 0; border-radius: 0; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#SaTrWGQ4yHEHJf5RAge17u5qTMTJZiFK { 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; }
#ma9rNz0FSP0VfgHrbdvQOsRnfNU3vR0G { 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; }
#Lm9uDSsscABCUS7vHuVbJXHHTsQeOoBk { 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; }
#aQ4oc6kxGkQhXEKKtA3DyZNGpcHkPvUD { 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; }
#B2W24rQU28xbsaknJ7f0wIC9kbF5Dh7d { 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; }
#WZoEVzdLBxC3wEoEO3WuwduVGQgskogL { 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; }
#tIfGDl5zN3z06v8y5rtz0MLXrsLOUvsi { 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; }
#eImfTPa4ou4FqrZXUkmJbZvrOfvEnTST { 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:4.5rem;width:14.125rem;top:5.875rem;left:50.8125rem;overflow:hidden;display:block; }
#maPhLzNSyFokyKu91t2NN3n57O4aeKEI { 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:8.3125rem;width:16.375rem;top:4.875rem;left:56.125rem;overflow:hidden;display:none; }
#mKoZzGykLJRodPl19oToAvqwRoOsIAw3 { 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:4rem;width:19.25rem;top:6.5625rem;left:26.5625rem;overflow:hidden;display:block; }
#UPQ8FR3kUwm9JynKAFK6vqbK4KvhvCiQ { position:absolute;display:block;z-index:15012;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.0625rem;width:12.125rem;top:4.0625rem;left:10.0625rem;overflow:hidden;display:block; }
#ESAftKq7FnIJmo3z5QS5utXplDL3rcTT { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#fffe00;background-image:none;top:5.28125rem;left:35.21875rem;display:block; }
#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH { 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; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container { background-color: transparent; background-image: none; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container > .video-iframe-container { display: none; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row > .video-iframe-container { display: none; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .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); }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container { border-width: 0; border-radius: 0; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#CvJ0gq4noURpfT4sSAhDRCHQeUsWB32r { 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; }
#WgnayRCLrzG2TwXCgXJFxmuBT3LM6bnL { color:#000000;display:block;width:28.499375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:2.3439674377441rem;left:33.373481750488rem;height:21.625rem;font-style:normal;display:block; }#WgnayRCLrzG2TwXCgXJFxmuBT3LM6bnL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WgnayRCLrzG2TwXCgXJFxmuBT3LM6bnL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a41ee88d0c90d6e475f8a231207703817ec19083.svg); }
#KnmFenkXq6Rtf376HrSwfuXLIckRcTaR { 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; }
#g1xe8xTDuTEamskAE3un2OlJsmMqmGKM { 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; }
#gTRZ8Bf0dP5oh4xr82vTzGlqZw62W6fI { 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; }
#fnGqiTGAGpp9g3deL12D0bCXXN9i7oGX { 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; }
#ifdHJG8bReBXVg2VekDdutHoNy9xHELl { 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; }
#VABw5rpx9rUNO0OcS9dgU6r0GsXQ4WXb { 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; }
#B5pDM1v91dKRM3xqF5so4bTfQ1w4qxhH { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"jost extrem";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.51953125rem;left:2.8125rem;height:1.95rem;display:block; }
#ZNhzT85wXbPP0DpM9TnpJoeb4Af8TRCq { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.1640625rem;left:2.8125rem;height:4.142575rem;font-style:normal;display:block; }
#GkNTGNdyr7dllM7NZ800GxRM1nSRvfwX { position:absolute;display:block;z-index:15006;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:26.6875rem;width:26.6875rem;top:0rem;left:0rem;display:block; }
#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ { 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; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container { background-color: transparent; background-image: none; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container > .video-iframe-container { display: none; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row > .video-iframe-container { display: none; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .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); }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container { border-width: 0; border-radius: 0; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#aB6dTl3OolQzUTSqP7D3B4ACtG10Xrgo { 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; }
#V8bSKx0DQKcb0GCMXXrdE26CEbHWf7o1 { color:#000000;display:block;width:28.499rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:2.53125rem;left:10.248046875rem;height:16.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#V8bSKx0DQKcb0GCMXXrdE26CEbHWf7o1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V8bSKx0DQKcb0GCMXXrdE26CEbHWf7o1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a41ee88d0c90d6e475f8a231207703817ec19083.svg); }
#d3RxH3a26d0VL9sbVmxiQugTS3vOwvDE { 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; }
#HpCLWng3q2wW7CGzXTW38bSlTGXeOLG0 { 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; }
#Bfmhpo1Ztkk20StMe7ITCrveXHSMzQ6i { 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; }
#kcZzUr50NCEi6x0D5iD5fuTxxUX878K7 { 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; }
#z9XAu31qLr8JDlKyVMSoiC2qSKanX7lv { 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; }
#RVGCsTetslmwTL8brrl2B43uBbzUn5vA { 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; }
#ZiCZDInysgI4OtRH6MV4gziFFw5ivm4y { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.01953125rem;left:51.75rem;height:5.5234375rem;font-style:normal;display:block; }
#IlM3LZ20Bsrkxy1XJffuQqWkEFiEeehm { position:absolute;display:block;z-index:15006;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:26.6875rem;width:26.6875rem;top:0rem;left:48.3125rem;display:block; }
#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { position:relative;display:none; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { border-width: 0; border-radius: 0; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eae7;background-image:none;font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#uixudbtnbpwrMa4QnfsqV8p0eFuMP1un { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:19.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#sUcu89P8dHLoIh3MQN0NCaPz5tNH2SXx { color:rgba(0,0,0,0.46);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5rem;left:19.5625rem;height:1.13720625rem;font-style:normal;display:block; }
#S1q52eCtHZypJ3z0yHTxaXNFQQDyluSd { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11rem;left:19.5625rem;height:9.09375rem;font-style:normal;display:block; }
#ogKnSTcyeJFF1cZqN2FThdSakqd2TSnD { 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; }
#TFH8RI9Ls7BUeRB63QmlJ1g6cV4aIFyn { 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; }
#O1rsWV4r9tftGtUUTAfyuWQ73aJMcPKo { 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; }
#ZBKHTIGbb5ftbnT3cuIwrlS4Tow7AgRF { 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; }
#Rr8HuTcCMK250aVOoLVlEcLkhzmCMHZH { 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; }
#BqfDxAupKGsPdfQzHhD79F1e7q42ymtu { 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.5625rem;left:3.375rem;height:1.94970625rem;display:block; }
#FsVGS6xkIUN58JtZQ3CyH2PP1bTZLzff { 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; }
#FhLpMsggsT5OlezQAut7HV3l0RdxMLSE { 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; }
#l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu { position:absolute;display:block;z-index:15013;background-color:#000000;background-image:url("https://images.assets-landingi.com/a19OVaa2rzA/unsplash/sigmund-a19OVaa2rzA-photo-1607990281513-2c110a25bd8c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.5rem;left:4.1875rem;display:block; }#l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu.adaptive-delivery-prevent-bg, #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu.lazyload, #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu.lazyloading { background-image: none; }
#cMPAf98gwbSb1427zOEVsHSQ9TQt9vZq { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11rem;left:54.8125rem;height:9.09375rem;font-style:normal;display:block; }
#oteKcXoPaOgBWtylIb53vXKUDpG99zss { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:url("https://images.assets-landingi.com/Zz5LQe-VSMY/unsplash/stephanie-liverani-Zz5LQe-VSMY-photo-1567532939604-b6b5b0db2604.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.5rem;left:39.4375rem;display:block; }#oteKcXoPaOgBWtylIb53vXKUDpG99zss.adaptive-delivery-prevent-bg, #oteKcXoPaOgBWtylIb53vXKUDpG99zss.lazyload, #oteKcXoPaOgBWtylIb53vXKUDpG99zss.lazyloading { background-image: none; }
#vQpayPNbKBGaf0p7bJJ5TbImQ8JJF63W { color:rgba(0,0,0,0.46);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#QSWX2Xeswsp2mn5pLr2rMPTCbRJuhlOZ { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5625rem;left:54.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#a5ETExpLPyVxUlsGzVAg7KzHMTnZgEOa { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:30.8125rem;left:19.5625rem;height:9.09375rem;font-style:normal;display:block; }
#mByblQmUoUXn1loaVO8SAmRVZ3AJthIv { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:30.8125rem;left:54.8125rem;height:9.09375rem;font-style:normal;display:block; }
#DTEoN5kqoX6xWAXD6rfHLKD31scDflJE { position:absolute;display:block;z-index:15025;background-color:#000000;background-image:url("https://images.assets-landingi.com/FNeU95sOjY8/unsplash/maksym-zakharyak-FNeU95sOjY8-photo-1490894641324-cfac2f5cd077.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:28.3125rem;left:39.4375rem;display:block; }#DTEoN5kqoX6xWAXD6rfHLKD31scDflJE.adaptive-delivery-prevent-bg, #DTEoN5kqoX6xWAXD6rfHLKD31scDflJE.lazyload, #DTEoN5kqoX6xWAXD6rfHLKD31scDflJE.lazyloading { background-image: none; }
#R8cl3WU20IJcip0hq6XEP2Meid6yxWlW { position:absolute;display:block;z-index:15021;background-color:#000000;background-image:url("https://images.assets-landingi.com/3TLl_97HNJo/unsplash/aiony-haust-3TLl_97HNJo-photo-1534528741775-53994a69daeb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:28.3125rem;left:4.1875rem;display:block; }#R8cl3WU20IJcip0hq6XEP2Meid6yxWlW.adaptive-delivery-prevent-bg, #R8cl3WU20IJcip0hq6XEP2Meid6yxWlW.lazyload, #R8cl3WU20IJcip0hq6XEP2Meid6yxWlW.lazyloading { background-image: none; }
#iVHHoTpTlWhP2W3CQ22FBfZkkohaMERk { color:rgba(0,0,0,0.46);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:28.3125rem;left:19.5625rem;height:1.13720625rem;font-style:normal;display:block; }
#nBAuCA5uUnWiAFWz9wHzPxyn8FkbDyqK { color:rgba(0,0,0,0.46);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:28.3125rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#uREK0suy2KAF31Zhcxa1Iq6nNtEMu6zs { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.375rem;left:19.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#Fs6abhU6JdOKys5xVRhwilzuKIkAhihg { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.375rem;left:54.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { position:relative;display:block; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { background-color: transparent; background-image: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container > .video-iframe-container { display: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row > .video-iframe-container { display: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .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); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { border-width: 0; border-radius: 0; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .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; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vbICzxd0P579Mg0bs0uUTlDTWACMznGy { 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:2.5625rem;left:3.75rem;height:1.95rem;display:block; }
#bBkaZQ5R2tFMtag9EEb1kAyxRDxZAe5l { color:#000000;display:block;width:60.4375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.7294921875rem;left:3.75rem;height:2.7625rem;font-style:normal;display:block; }
#G0gKqc5h0pbUeWCqRh3rQD56mioJiy1n { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.16259765625rem;left:24.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#WTKxG6pdLn5qDoR5BzSMmRF841LTmfqK { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.6875rem;width:38.75rem;top:13.8125rem;left:18.125rem;display:block; }
#QCA1f2u3H323qIocTRJiriKx33slcJdO { position:relative;display:none; }#QCA1f2u3H323qIocTRJiriKx33slcJdO { border-width: 0; border-radius: 0; }#QCA1f2u3H323qIocTRJiriKx33slcJdO > .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; }#QCA1f2u3H323qIocTRJiriKx33slcJdO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bA6XATB7GEzrg0SBP7xXllAuJF3Go2vf { 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:2.5625rem;left:3.75rem;height:1.94921875rem;display:block; }
#xTZMToTEbmpoITWpxlwn8UBqHWl4u5Lx { color:#000000;display:block;width:60.4375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.7294921875rem;left:3.75rem;height:1.38020625rem;font-style:normal;display:block; }
#x4WBll3Wt79s6dFaJ66atyEvBTWRTmRC { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.5625rem;left:1.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV { 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:none; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row .container { border-width: 0; border-radius: 0; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:none; }#UHfhrEFzM69TK69ls3JiUQcPKJFgIeTR { 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; }
#CmkqIhh51pVWERhc99R2eeNNEAMtUGcP { 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; }
#Q6mfDmhP3nIN9zVluXWuFfarN6yRz1oW { 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; }
#NcAHmk7lvKvvhfLkSSoWSN961GUMP9Ng { 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; }
#pA8xV1p1TTPaoBHcCgncN9qNFSWh1S3w { 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; }
#yoLRhGtbMM8m5aVSMxg693JXiUtRyveS { 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:3.3125rem;left:4.1875rem;height:1.94921875rem;display:block; }
#hsxDFq1out8kXaVs2rWfwyWiSbbg3tsN { 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; }
#mcxU60H54yeqIukq1f3JxBzlB56DW6gA { 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; }
#vQulFD6P9klTMVzkAIkDIbTV9nFAxSbD { position:absolute;display:block;z-index:15012;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:28.9375rem;width:36.4375rem;top:0rem;left:32.880859375rem;overflow:hidden;display:block; }
#EfpED4IZlyXELmc89QJAzmB61lqNZzrT { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:15.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.25rem;left:4.1875rem;display:block; }
#nVpFeWsm0fWZldfObb34R425pfelkPbg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jw5oXrUvuOSaP7A4VENeM9arSdJ13RT8 { color:#000000;display:block;width:23.3105625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.1521301269531rem;left:4.3111991882324rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ { 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; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container { background-color: transparent; background-image: none; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container > .video-iframe-container { display: none; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row > .video-iframe-container { display: none; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .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); }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container { border-width: 0; border-radius: 0; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#l22nJWgtAvi79NGg15ZmvgL6LRb7VUTR { 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; }
#x0NBcR8N1JZeJXdLpMPc7viivwx09dIQ { 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; }
#vkmvDyxERlOchAqhVOvIXcDgNM2EJDIf { 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; }
#dX56nblITQfcQ1E7dryBxpErUm1K0fu2 { 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; }
#JWAOOXx5FMMNEBqlp7xPUXlCNREHFFHM { 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; }
#M4PpsDsca2RnfGhkH68qxq8a6cD6T82T { 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:3.3125rem;left:4.1875rem;height:1.95rem;display:block; }
#yMe9XBWNswUaEyCIyKJ4EVD4aq8VSqfG { 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; }
#OvQ0el1Qv0xhTMJ62iuJVpohQFAmHz2t { 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; }
#QNAb42rx4VzyJQMvcx2zPKNm3XXWRLWm { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:15.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29rem;left:4.875rem;display:block; }
#DxlJmNfb2dMCPWpfAUvxXDqq21n4ntKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sdI10BomMHReJJ8hUWQvMGJZbHhIKCKH { 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:33.8125rem;width:52.3125rem;top:1.5rem;left:22.6875rem;overflow:hidden;display:block; }
#P9hd62R8LW0eN8TivLm7dVCFpUEibNir { color:#000000;display:block;width:19.249rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:15rem;left:4.875rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bni1xETCSJ3PXbAm3Rlfhsk7iIKJm0k2 { color:#000000;display:block;width:19.249rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:9rem;left:4.875rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Erm4FJgXwtBvwg3kholuvwgbR6ox6odK { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:20.6875rem;left:4.9375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#TD5r5CwexghETxgZ5ZkOmKQO49WNhoQ3 { color:#000000;display:block;width:19.249125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:22.125rem;left:4.875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container { background-color: transparent; background-image: none; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container > .video-iframe-container { display: none; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row > .video-iframe-container { display: none; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .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); }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container { border-width: 0; border-radius: 0; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#OTbGuD8tm2DcIdD9EqmJNfP3FfgIWCb6 { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:verlag;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:10.640625rem;left:3.9375rem;height:1.21875rem;font-style:normal;display:block; }
#UZPLl8frnFbOATLSLhkw4iIrQAsOFzn3 { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:37.9375rem;height:2.2734375rem;font-style:normal;display:block; }
#l4DezF4SaoH9beI5KRpaUCL0Mch8Rsqk { 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:2.4375rem;width:11.1875rem;top:4.25rem;left:37.9375rem;overflow:hidden;display:block; }
#KxEmzps47O4iDZBbxmTugUT4vRa9Gwqc { 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:#ffffff;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.15625rem;left:48.8125rem;display:block; }
#q04D1UBFzB4ug8RQyD7XrmyphLU9baTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mm7xAyhLM1dMsgZT5NPUl5XPKqLk6MSb { 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:#ffffff;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:10.1875rem;left:55.125rem;display:block; }
#zKMiWGmPPl3fmOIxWL8mnoeHgJr9r7eT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AzupyWdIASTwLemeuTzPSnZoXx9QeJDX { 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:#ffffff;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.1875rem;left:63.375rem;display:block; }
#X9ynWAvZ8nqs7XB5J04UuEzauZqP5VhS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AX5FgINnzqg1XPAqE0ZKB4JkFVbe2uvq { 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:2.8125rem;width:9.625rem;top:2.94921875rem;left:3.9375rem;overflow:hidden;display:block; }
#I5950638SUoscmXldFfOuZXXexxM6tMB { position:absolute;display:block;z-index:14997;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:75rem;top:8.875rem;left:0rem;display:block; }
#WoJ5FVwVUI4XqITOzf7zFZLJyT24OTg4 { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8125rem;left:57.75rem;height:1.1375rem;font-style:normal;display:block; }
#A9KQP65T9udGMkT1vG7dQAr4F8DtHSAG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.0625rem;left:57.75rem; }
#A9KQP65T9udGMkT1vG7dQAr4F8DtHSAG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Ur0qPDGMpu11En5b3B3uRyLfx1idBOws { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.0625rem;left:60.4375rem; }
#Ur0qPDGMpu11En5b3B3uRyLfx1idBOws > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Btk4yqllgfTzeMeXDVhaLtvDr4UhvbI4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.0852890014649rem;left:63.030384063719rem; }
#Btk4yqllgfTzeMeXDVhaLtvDr4UhvbI4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Nnp1LfkpliBt217T5BCBqoa6IEAq2un7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.0852890014649rem;left:65.686634063719rem; }
#Nnp1LfkpliBt217T5BCBqoa6IEAq2un7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#pLms6hgoEG2t5kRMN0AnRLBux6iMdl9B { 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:2.75rem;width:15.125rem;top:2.98046875rem;left:17.84375rem;overflow:hidden;display:block; }
#CIiilR7gH57TcRCRi93HkHyUZaAJNonU { 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:none; }#CIiilR7gH57TcRCRi93HkHyUZaAJNonU > .row .container { border-width: 0; border-radius: 0; }#CIiilR7gH57TcRCRi93HkHyUZaAJNonU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIiilR7gH57TcRCRi93HkHyUZaAJNonU > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:none; }#FUUxAkWPyszkSpcvdZBQ0rqFKPtxrvEE { 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; }
#G0Gz86laGeDRr42MApGo7cRZlpM8V7ET { 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; }
#fU47yfpVwZdpdmsHU1nHDUx0M7bQxxWS { 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; }
#sCg92KtOvMJg8INrkR8N8Bu3Gv4ZKbLI { 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; }
#NDmwT5DgUT677Vie62xgzKwMQfxUF1Dx { 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; }
#BIdFwQrSXid3TnGmb9Eo17oTL2Wflx85 { 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; }
#dn7CO7qu4mf28oD0q8FpF8vyUSDQ038R { 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; }
#Av8qZJXBKoLLuVgcxKulMFpM47FAqtrH { position:absolute;display:block;z-index:15012;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:28.875rem;width:42rem;top:0rem;left:32.881310096154rem;overflow:hidden;display:block; }
#Sz4gvNDU3NEJQoLI9T5WxsM6Wk0xMuGF { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:15.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.25rem;left:4.1875rem;display:block; }
#JNeJhZhlCzh0pg9Ff1vQGSdp6NcAV7oE { 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) { #iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk { display:block; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbD5nZEEpcJDzOHve2JHAh3DitDvT5XG { width:13.875rem;height:2.6875rem;top:1.6875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWM385PHnMt1odfazbWQmCcwVeNqBHts { display:block; }
 }@media only screen and (max-width: 763px) { #Tt0vD5WJp4RWIsRTiTOansekWGg1TLUI { width:6.5625rem;height:2.125rem;top:1.9375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWg8AkT3znqFrctzQMNeT0wtylckiZr0 { display:block; }
 }@media only screen and (max-width: 763px) { #y2KHqISJc7uovy8hnMnniA0iOswuJsuO { display:none; }
#y2KHqISJc7uovy8hnMnniA0iOswuJsuO > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #V5P00yv5UxPG5tetUToki38OGhZZ8XCV { top:2.25rem;left:33.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwVJu7KEdnacVTsSC315bz58yyS9C8fe { top:1.125rem;left:0rem;width:9.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GBciLTgrsN1UE8LxVTH37AO3bxv05M { top:1.125rem;left:0rem;width:9.8125rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbruwhWQpJTMCCqaLy4340hwmFqqJ7Va { display:none; }
#TbruwhWQpJTMCCqaLy4340hwmFqqJ7Va > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb { display:block; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wp9IcCEy1XsB15FZTmTD7Kd1AcmkU1lH { width:8.375rem;height:2.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffOu69k5D5zhIeJci4UywEwmGqKHoloZ { display:block; }
 }@media only screen and (max-width: 763px) { #EyFXpxvKt1272LdMTvQbBuERDhE6QsIP { top:5.875rem;left:26.4375rem;width:21.3125rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg61NyZxmAfpr5etIL4TVNzzxH6znM1A { top:23.8125rem;left:0rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9MCEyTG7oheSSPsBOOM6iJESsCF16FM { width:17.5rem;height:3.4375rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuOOn24BLa3PJniDBXecVLMkorLf2IJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #HgEFdB5r3T1CgQmTaLJEG8WOd0DEPWxV { top:10.125rem;left:0rem;width:31.9375rem;height:6.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #swJvOFMEyzHPsWIxLCCV7zVMfwe5KtNq { top:7.25rem;left:0rem;width:22rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJP3PBNBvOKnsBJw0udmFuSQi7lPt2Dw { top:51rem;left:0rem;width:5.5625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9XV10VLlSoGrDd3L1dgMLHSWr4olxKe { top:50.3125rem;left:0rem;width:28.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA3M7WFa6tioWmlXoAbUvOTQyqeQ2gTC { top:51rem;left:1.5625rem;width:5.25rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHxZLm3FIJaaqnyhTP9zxDifIMc8Zf3o { top:52.8125rem;left:0rem;width:6.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlsKmxXJdxG3lQKmT0mnrI3VtFz8OJkd { top:52.8125rem;left:1.375rem;width:5.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db5KRLexr49kavolirtizXA3QT3Th8Jy { top:51rem;left:9rem;width:6.375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTwwOoXnSL3F3Ty0L4nHwR4UZMFdUlgC { top:52.8125rem;left:9rem;width:7.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-regular-label { display:block;width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.9375rem; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA  { width:18.625rem;height:auto;top:11rem;left:26.5rem; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA {display:block;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA { width:18.625rem;height:auto;top:11rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKnVwDoSORDiST0OhxxcyfbLByp8bUty {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #TR5PopxNqUCHJJ9Kk29T4FlcuJroe7uM { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #zWyrioPoQHtKz97N6CAMssTeHm7769FO {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #kt7FJmW2nJee6yNoFo5pBMa2ikVA8KDF {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nFZeaL3oWHqRzMFinGGWFRDJ9eACVc7S { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #m3f4CzCcMgQf8BlVV3QIviTP8dr3fVpt {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KycbemonV9EdTF3vWeVPD0Eq4ka3O6F5 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #whegsNz1zDkI7LF1bdXDt3ZVrL3yA0ot { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #B2DxUTvu6xBuLtxz5ITfBlC8MkGTX8s9 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Vt6L8gMrVEZIdg9L3vvJpIFiVbEf3bvq {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ipWfbn6cROcy8TdnLWN62onwc8Jtzgg8 { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #AuzFLMQ1XxTEmpNIBebsxzBxB6upcf5L {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKGITeiCdrVTfwzMul4r0FhE7OzK9Csh {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #M7ftK4ve7JsyVmtEUDTOH5c9U4yelPQT { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #MopnsfJfyPqRrf0g7BUTWW7elUPn7uwV {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #fZhaAxHn0p8ghTGKsTNoyfKsLEPibFCz {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nJu27sMeFwJHJsnp9OnpEqOI9fFEUAtq { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #htaHmBBgLgkZX4ha0L94MT40UFwnLfuA {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #L2IwgdTnk1Pwpmq3fmlwGxCchIcoPgEf {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #DysJ3sdeZf8VZVudPusrxK5qLrmZ3Vdh {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #XiR7WLdmXDRyolEeOMnSwrARuPmWTbto {  }
 }@media only screen and (max-width: 763px) { #AutSlI5NXAJok3ufvQuJWKo8T45RXqVC { display:block; }
 }@media only screen and (max-width: 763px) { #l5kMVmUMOpGJxt3fNGgvhLa8kmm6f8P4 { display:block; }
 }@media only screen and (max-width: 763px) { #msOtF5OPAhRmkmdRpA52b39ePE7U0P1p { display:block; }
 }@media only screen and (max-width: 763px) { #Z1cd0DgypzdVMgkslyMaET3qGNtD00Py { display:block; }
 }@media only screen and (max-width: 763px) { #PxhnTbd4i6NcDcwr76qVdBgWmStVu90t { display:block; }
 }@media only screen and (max-width: 763px) { #nae3A5fleBoQvva8SPTyVhG8eKmiipVk { display:block; }
 }@media only screen and (max-width: 763px) { #rBGpxRr7TVsrlm4oVnA9GPrEPVXntxIC { display:block; }
 }@media only screen and (max-width: 763px) { #cFIbnqRtFEMiH828q6FQxGVIoRC3s3vp { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #f4fWtpeWlUwqygs6ahgJsxtkh1aBN9az {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Ee5D8UwqoxSx4uLQtlhzh56Eqh0QEKzt {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #tZLXSSwfatZmbnZcivKbLV3cLXlffJRH {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #DJD052ITQUkoOanvOvdVAAvBRBQ6Xvri {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #WQvlavc8G3F5c385ormTaukCXbRKrPzt {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #D3bMxLSaHD1ONBXRTeDk01VMJOHOZ9Vs {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #goe3yAXfpJ44V7AyIEgP0ghxdGKzk6Jp {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #gW9WEFUkBJ9aVtGUMNItdTFcNJyRinTD {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #OTo8a3D9dT9gDnXOdK4IJHlpVUU0iTId {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KSelOBzAdg81AHXgLOitZ2Wk6pwCb1nQ {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #tnyC00cKrz0Op71dSczFDcLkXPtx1TRV {  }
 }@media only screen and (max-width: 763px) { #UT1uavuafoA7o3WQGhJQk5IhivL5NxGw { top:24.5625rem;left:0rem;width:2rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sly8zpdbTPQV9ArmR3wZw2TKM4kpyHgp { top:12.25rem;left:0rem;width:31.9375rem;height:4.3125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDPmlHhyg3BMKplcAaJ7ThTzGUr42AwX { top:16.0625rem;left:0rem;width:38.3125rem;height:4.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5MT6NqyrGFBmmwm9p8If740TxDBceub { top:20.75rem;left:0rem;width:31.9375rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSv5UpPrAnZK8LLoGqwhPwoPqnIZlk03 { top:28.875rem;left:0rem;width:28.9375rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0FfdNVJJw6I68rexISA4AhDVthZbXdb { top:38.875rem;left:0rem;width:13.125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xnNkLOZByHDeSuIrVwMWsuU3aPMqlTQF { top:38.5625rem;left:5.4375rem;width:13.125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeZBIDb18pwZcpzRSNIBiWRhr8u9hSRr { top:41.25rem;left:8.5625rem;width:7.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKDaVfJfvIMQ8gKWbBCfx8837LCvQ5E8 { top:39.9375rem;left:6rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puS2I6Fmigmmz2P8TRrSgH8fcw6ypcpC { top:38.8125rem;left:0rem;width:12.125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr6dppyi817WzK9hq3kaP7N2AidWqVD6 { top:38.5625rem;left:0rem;width:13.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQtzObBOS2tPm18h0RL5Q7f4yDvD2hQx { top:43rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDkBzghBkK8OvnJtTRX5fKVMXG9qT9So { top:32.125rem;left:0rem;width:13.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTEgpPGP5fyu9V4THZ99Z8DGXU50nbCa { top:32.125rem;left:5.375rem;width:13.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJdxqu05v0zZy5tXuyLaO4IqNT2lAXBM { top:34.25rem;left:0rem;width:4.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktPLshTTHbr8QBLuIE4cPecAdWIb1BLQ { top:34.3125rem;left:9.125rem;width:6.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgkRsNfDMqGuf33zvC8fNF2qS2veJUZK { top:32.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGcXVe97FwvRfbG2RFBdBBFM32W28pT4 { top:32.5625rem;left:5.75rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR66IxI2SVGrSKTfTu8lGXknwB5Z4k61 { top:47.125rem;left:0rem;width:28.9375rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbtudlNZ0hEAp76xmQVIwbiWTrwM85LR { top:38.375rem;left:5.5rem;width:13.125rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMz3TVKQFIm77LhWe66rtadtPp2OnPSm { top:39.75rem;left:6.0625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQMNnp2MqoDwysZTyIr6CNU3ZEgvk0mX { top:1.125rem;left:0rem;width:9.8125rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPXhO2B8JaoVuz93MGhLoVu2qHq2QZLZ { top:6.6875rem;left:27.375rem;width:20.375rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #McFqNucdWn6pcFsUdO2krMi9qbQtIIvE { top:50.3125rem;left:26.3125rem;width:21.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { display:block; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { top:3.375rem;left:0rem;width:30.5rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgn0esV2ESNV5I5pRAHwZ5665RQsJpio { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVX1SIJJ9NHcUtkrhflTTBZTv79TPiDK { top:9.875rem;left:0rem;width:47.75rem;height:16.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Oa0aznPidrBBpauHBZAcdQIGCWUi8k { top:31.625rem;left:0rem;width:13.4375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6KPmLDXqJJLrTrNbvauOs1bZf9ucuTv { top:30.25rem;left:10.625rem;width:9.1875rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaTPIRawN20EIInwh2xPrPHfiAbMhJTp { top:33.875rem;left:25.75rem;width:12.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rodW0GZ4IAyw9JAAb9rPH8rel6iKrPCz { top:31.3125rem;left:25.75rem;width:11.9375rem;height:2.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JphE4wfo4BsTqtUNJmbLbNvixEVPeot2 { top:34.125rem;left:34.625rem;width:13.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLLdqLzEpXw3e6pHTydHDvTdKs36T32J { top:32.25rem;left:36.1875rem;width:11.5625rem;height:2.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukAWJrapIUHT97ATyqD9VGQTi88y0dr4 { top:29.875rem;left:24.4375rem;width:14.6875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwruMd6mlzmb2KxMs2FC76MnEkVuWou5 { top:29.75rem;left:0rem;width:14.6875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5VTHIzLqw7V5XEHOP2XZPTvqTeE8Nno { top:29.8125rem;left:7.875rem;width:14.6875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSsAAOdHGrxxVrt0i6H2lOu06t6BFLaI { top:29.875rem;left:33.0625rem;width:14.6875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDKcvqdkgPenCa2O6qdTe623B9XZHUTl { top:29.8125rem;left:7.875rem;width:14.6875rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #brTOnaZto7TcuLRbhlqy4TGOc1ycy4Lp { top:29.8125rem;left:7.875rem;width:14.6875rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3o5wkvQOfJLU8FoTO6L3HkRMDrksxrp { top:29.8125rem;left:7.875rem;width:14.6875rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8q8bisN189W4DOGxJmpGJIA6eCLUs7H { display:none; }
 }@media only screen and (max-width: 763px) { #TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd { display:none; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyQe5OXimiLdqaqOb8AnrpbL4xWWUKrX { top:3.375rem;left:0rem;width:30.5rem;height:4.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8UFz7LiwXTMH1th3NZmn3PeHBTirpA8 { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKCbiLKhcsw5caTtQczL7wHlI0CgiGbS { top:9.875rem;left:0rem;width:47.75rem;height:9.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZIH3EVLVuNPwkPcRTl2HWuWB5yeiumP { top:23.4375rem;left:0rem;width:13.4375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAKG7EW4ZIGpXdcuy9vurEb1LBVgRR7D { top:21.9375rem;left:8.625rem;width:9.1875rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgUGTdMqMD1C0bCKQPGXv2K8yBbICKq7 { top:26.4375rem;left:22.75rem;width:12.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc4UHhRCc2XEtVHGaHo2bLLFsNdG2yHJ { top:23.875rem;left:22.75rem;width:11.9375rem;height:2.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi9AzLmiuuZdMrJa7Jsk7Ja9TXEDiAhI { top:26.1875rem;left:34.625rem;width:13.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHig32IWP7oFZtsLfRGNAEkdz4uT5XdW { top:23.875rem;left:36.1875rem;width:11.5625rem;height:2.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA { display:block; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiSTd8EWQRc1q1BQJK0TDwMZxJZATEVI { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GywfG1T0duFDxCzTRvpEoefmBMTFiiRy { top:7rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km1G30treivAcNTdPtBpQEdX0UpeHTbT { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtfV1azUARDfNlezVp0O8VEfZ2U1v9wK { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLoc6JJ7AyRRBTlOf1i4wMgszZViKF4P { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTd7b6get4NuACT9LNbwUsGST97snJNi { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozvTQiHlFuGNnGDKxIMuA0NhW1C7MCNO { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ9ne51WGoDt6TyRODxycbFZKzTq0mHR { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8avJpuB9Fh8VZZ0Mca6k3MU6i2nEXZe { top:3.875rem;left:0rem;width:26.5625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 { display:block; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaTrWGQ4yHEHJf5RAge17u5qTMTJZiFK { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma9rNz0FSP0VfgHrbdvQOsRnfNU3vR0G { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm9uDSsscABCUS7vHuVbJXHHTsQeOoBk { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ4oc6kxGkQhXEKKtA3DyZNGpcHkPvUD { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2W24rQU28xbsaknJ7f0wIC9kbF5Dh7d { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZoEVzdLBxC3wEoEO3WuwduVGQgskogL { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIfGDl5zN3z06v8y5rtz0MLXrsLOUvsi { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eImfTPa4ou4FqrZXUkmJbZvrOfvEnTST { top:5.875rem;left:33.625rem;width:14.0625rem;height:4.4800689466348rem;display:block; }
 }@media only screen and (max-width: 763px) { #maPhLzNSyFokyKu91t2NN3n57O4aeKEI { top:4.875rem;left:31.125rem;width:16.375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKoZzGykLJRodPl19oToAvqwRoOsIAw3 { top:6.5625rem;left:12.9375rem;width:19.1875rem;height:3.9867643537369rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPQ8FR3kUwm9JynKAFK6vqbK4KvhvCiQ { top:4.0625rem;left:0rem;width:12.0625rem;height:8.0207948869287rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESAftKq7FnIJmo3z5QS5utXplDL3rcTT { top:5.25rem;left:21.59375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH { display:block; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvJ0gq4noURpfT4sSAhDRCHQeUsWB32r { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgnayRCLrzG2TwXCgXJFxmuBT3LM6bnL { top:2.3125rem;left:19.3125rem;width:28.4375rem;height:21.625rem;font-size:1.0625rem;display:block; }#WgnayRCLrzG2TwXCgXJFxmuBT3LM6bnL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a41ee88d0c90d6e475f8a231207703817ec19083.svg); }
 }@media only screen and (max-width: 763px) { #KnmFenkXq6Rtf376HrSwfuXLIckRcTaR { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1xe8xTDuTEamskAE3un2OlJsmMqmGKM { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTRZ8Bf0dP5oh4xr82vTzGlqZw62W6fI { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnGqiTGAGpp9g3deL12D0bCXXN9i7oGX { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifdHJG8bReBXVg2VekDdutHoNy9xHELl { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VABw5rpx9rUNO0OcS9dgU6r0GsXQ4WXb { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5pDM1v91dKRM3xqF5so4bTfQ1w4qxhH { top:3.5rem;left:0rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNhzT85wXbPP0DpM9TnpJoeb4Af8TRCq { top:8.125rem;left:0rem;width:19.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkNTGNdyr7dllM7NZ800GxRM1nSRvfwX { top:0rem;left:0rem;width:26.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ { display:block; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aB6dTl3OolQzUTSqP7D3B4ACtG10Xrgo { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8bSKx0DQKcb0GCMXXrdE26CEbHWf7o1 { top:2.5rem;left:0rem;width:28.4375rem;height:16.75rem;font-size:1.0625rem;display:block; }#V8bSKx0DQKcb0GCMXXrdE26CEbHWf7o1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a41ee88d0c90d6e475f8a231207703817ec19083.svg); }
 }@media only screen and (max-width: 763px) { #d3RxH3a26d0VL9sbVmxiQugTS3vOwvDE { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpCLWng3q2wW7CGzXTW38bSlTGXeOLG0 { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfmhpo1Ztkk20StMe7ITCrveXHSMzQ6i { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcZzUr50NCEi6x0D5iD5fuTxxUX878K7 { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9XAu31qLr8JDlKyVMSoiC2qSKanX7lv { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVGCsTetslmwTL8brrl2B43uBbzUn5vA { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiCZDInysgI4OtRH6MV4gziFFw5ivm4y { top:7rem;left:27.9375rem;width:19.8125rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlM3LZ20Bsrkxy1XJffuQqWkEFiEeehm { top:0rem;left:21.0625rem;width:26.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { display:block; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uixudbtnbpwrMa4QnfsqV8p0eFuMP1un { top:6.5625rem;left:5.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUcu89P8dHLoIh3MQN0NCaPz5tNH2SXx { top:8.5rem;left:5.9375rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1q52eCtHZypJ3z0yHTxaXNFQQDyluSd { top:11rem;left:5.9375rem;width:14.25rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogKnSTcyeJFF1cZqN2FThdSakqd2TSnD { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFH8RI9Ls7BUeRB63QmlJ1g6cV4aIFyn { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1rsWV4r9tftGtUUTAfyuWQ73aJMcPKo { 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) { #ZBKHTIGbb5ftbnT3cuIwrlS4Tow7AgRF { 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) { #Rr8HuTcCMK250aVOoLVlEcLkhzmCMHZH { 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) { #BqfDxAupKGsPdfQzHhD79F1e7q42ymtu { top:2.5625rem;left:0rem;width:19.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsVGS6xkIUN58JtZQ3CyH2PP1bTZLzff { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhLpMsggsT5OlezQAut7HV3l0RdxMLSE { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu { top:8.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMPAf98gwbSb1427zOEVsHSQ9TQt9vZq { top:11rem;left:33.5rem;width:14.25rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oteKcXoPaOgBWtylIb53vXKUDpG99zss { top:8.5rem;left:25.8125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQpayPNbKBGaf0p7bJJ5TbImQ8JJF63W { top:8.5rem;left:38.25rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSWX2Xeswsp2mn5pLr2rMPTCbRJuhlOZ { top:6.5625rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5ETExpLPyVxUlsGzVAg7KzHMTnZgEOa { top:30.8125rem;left:5.9375rem;width:14.25rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mByblQmUoUXn1loaVO8SAmRVZ3AJthIv { top:30.8125rem;left:33.5rem;width:14.25rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTEoN5kqoX6xWAXD6rfHLKD31scDflJE { top:28.3125rem;left:25.8125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8cl3WU20IJcip0hq6XEP2Meid6yxWlW { top:28.3125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVHHoTpTlWhP2W3CQ22FBfZkkohaMERk { top:28.3125rem;left:5.9375rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBAuCA5uUnWiAFWz9wHzPxyn8FkbDyqK { top:28.3125rem;left:38.25rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uREK0suy2KAF31Zhcxa1Iq6nNtEMu6zs { top:26.375rem;left:5.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs6abhU6JdOKys5xVRhwilzuKIkAhihg { top:26.375rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { display:block; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbICzxd0P579Mg0bs0uUTlDTWACMznGy { top:2.5625rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBkaZQ5R2tFMtag9EEb1kAyxRDxZAe5l { top:6.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0gKqc5h0pbUeWCqRh3rQD56mioJiy1n { top:20.25rem;left:0rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTKxG6pdLn5qDoR5BzSMmRF841LTmfqK { top:13.8125rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCA1f2u3H323qIocTRJiriKx33slcJdO { display:none; }#QCA1f2u3H323qIocTRJiriKx33slcJdO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bA6XATB7GEzrg0SBP7xXllAuJF3Go2vf { top:2.5625rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTZMToTEbmpoITWpxlwn8UBqHWl4u5Lx { top:6.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4WBll3Wt79s6dFaJ66atyEvBTWRTmRC { top:31.5625rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV { display:none; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UHfhrEFzM69TK69ls3JiUQcPKJFgIeTR { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmkqIhh51pVWERhc99R2eeNNEAMtUGcP { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6mfDmhP3nIN9zVluXWuFfarN6yRz1oW { 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) { #NcAHmk7lvKvvhfLkSSoWSN961GUMP9Ng { 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) { #pA8xV1p1TTPaoBHcCgncN9qNFSWh1S3w { 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) { #yoLRhGtbMM8m5aVSMxg693JXiUtRyveS { top:3.3125rem;left:0rem;width:19.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsxDFq1out8kXaVs2rWfwyWiSbbg3tsN { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcxU60H54yeqIukq1f3JxBzlB56DW6gA { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQulFD6P9klTMVzkAIkDIbTV9nFAxSbD { top:0rem;left:5.5625rem;width:36.4375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfpED4IZlyXELmc89QJAzmB61lqNZzrT { width:15.625rem;height:3.4375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVpFeWsm0fWZldfObb34R425pfelkPbg { display:block; }
 }@media only screen and (max-width: 763px) { #Jw5oXrUvuOSaP7A4VENeM9arSdJ13RT8 { top:8.125rem;left:0rem;width:23.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ { display:block; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l22nJWgtAvi79NGg15ZmvgL6LRb7VUTR { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0NBcR8N1JZeJXdLpMPc7viivwx09dIQ { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkmvDyxERlOchAqhVOvIXcDgNM2EJDIf { 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) { #dX56nblITQfcQ1E7dryBxpErUm1K0fu2 { 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) { #JWAOOXx5FMMNEBqlp7xPUXlCNREHFFHM { 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) { #M4PpsDsca2RnfGhkH68qxq8a6cD6T82T { top:3.3125rem;left:0rem;width:19.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMe9XBWNswUaEyCIyKJ4EVD4aq8VSqfG { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvQ0el1Qv0xhTMJ62iuJVpohQFAmHz2t { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNAb42rx4VzyJQMvcx2zPKNm3XXWRLWm { width:15.625rem;height:3.4375rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxlJmNfb2dMCPWpfAUvxXDqq21n4ntKW { display:block; }
 }@media only screen and (max-width: 763px) { #sdI10BomMHReJJ8hUWQvMGJZbHhIKCKH { top:1.5rem;left:0rem;width:47.75rem;height:30.863500597372rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9hd62R8LW0eN8TivLm7dVCFpUEibNir { top:15rem;left:0rem;width:19.1875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bni1xETCSJ3PXbAm3Rlfhsk7iIKJm0k2 { top:9rem;left:0rem;width:19.1875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erm4FJgXwtBvwg3kholuvwgbR6ox6odK { top:20.6875rem;left:0rem;width:19.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD5r5CwexghETxgZ5ZkOmKQO49WNhoQ3 { top:22.125rem;left:0rem;width:19.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom { display:block; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTbGuD8tm2DcIdD9EqmJNfP3FfgIWCb6 { top:10.625rem;left:0rem;width:41.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZPLl8frnFbOATLSLhkw4iIrQAsOFzn3 { top:2rem;left:24.3125rem;width:10.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4DezF4SaoH9beI5KRpaUCL0Mch8Rsqk { top:4.25rem;left:24.3125rem;width:11.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxEmzps47O4iDZBbxmTugUT4vRa9Gwqc { width:6.3125rem;height:2.1875rem;top:10.125rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q04D1UBFzB4ug8RQyD7XrmyphLU9baTm { display:block; }
 }@media only screen and (max-width: 763px) { #mm7xAyhLM1dMsgZT5NPUl5XPKqLk6MSb { width:7.0625rem;height:2.1875rem;top:10.1875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKMiWGmPPl3fmOIxWL8mnoeHgJr9r7eT { display:block; }
 }@media only screen and (max-width: 763px) { #AzupyWdIASTwLemeuTzPSnZoXx9QeJDX { width:7.0625rem;height:2.1875rem;top:10.1875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9ynWAvZ8nqs7XB5J04UuEzauZqP5VhS { display:block; }
 }@media only screen and (max-width: 763px) { #AX5FgINnzqg1XPAqE0ZKB4JkFVbe2uvq { top:2.9375rem;left:0rem;width:9.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5950638SUoscmXldFfOuZXXexxM6tMB { top:8.875rem;left:0rem;width:47.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoJ5FVwVUI4XqITOzf7zFZLJyT24OTg4 { top:1.8125rem;left:43rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9KQP65T9udGMkT1vG7dQAr4F8DtHSAG { top:4.0625rem;left:44.125rem;width:1.875rem;height:1.875rem;display:block; }
#A9KQP65T9udGMkT1vG7dQAr4F8DtHSAG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Ur0qPDGMpu11En5b3B3uRyLfx1idBOws { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#Ur0qPDGMpu11En5b3B3uRyLfx1idBOws > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Btk4yqllgfTzeMeXDVhaLtvDr4UhvbI4 { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#Btk4yqllgfTzeMeXDVhaLtvDr4UhvbI4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Nnp1LfkpliBt217T5BCBqoa6IEAq2un7 { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#Nnp1LfkpliBt217T5BCBqoa6IEAq2un7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #pLms6hgoEG2t5kRMN0AnRLBux6iMdl9B { top:2.9375rem;left:4.21875rem;width:15.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIiilR7gH57TcRCRi93HkHyUZaAJNonU { display:none; }#CIiilR7gH57TcRCRi93HkHyUZaAJNonU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FUUxAkWPyszkSpcvdZBQ0rqFKPtxrvEE { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Gz86laGeDRr42MApGo7cRZlpM8V7ET { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU47yfpVwZdpdmsHU1nHDUx0M7bQxxWS { 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) { #sCg92KtOvMJg8INrkR8N8Bu3Gv4ZKbLI { 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) { #NDmwT5DgUT677Vie62xgzKwMQfxUF1Dx { 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) { #BIdFwQrSXid3TnGmb9Eo17oTL2Wflx85 { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn7CO7qu4mf28oD0q8FpF8vyUSDQ038R { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av8qZJXBKoLLuVgcxKulMFpM47FAqtrH { top:0rem;left:5.75rem;width:42rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz4gvNDU3NEJQoLI9T5WxsM6Wk0xMuGF { width:15.625rem;height:3.4375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNeJhZhlCzh0pg9Ff1vQGSdp6NcAV7oE { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk { position:relative;z-index:auto;background-color:#9618d9;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; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container { background-color: transparent; background-image: none; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container > .video-iframe-container { display: none; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row > .video-iframe-container { display: none; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .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); }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container { border-width: 0; border-radius: 0; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbD5nZEEpcJDzOHve2JHAh3DitDvT5XG { width:8.375rem;height:2.375rem;top:1.6875rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWM385PHnMt1odfazbWQmCcwVeNqBHts { display:block; }
 }@media only screen and (max-width: 763px) { #Tt0vD5WJp4RWIsRTiTOansekWGg1TLUI { width:4.25rem;height:2.25rem;top:1.5625rem;left:15.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWg8AkT3znqFrctzQMNeT0wtylckiZr0 { display:block; }
 }@media only screen and (max-width: 763px) { #y2KHqISJc7uovy8hnMnniA0iOswuJsuO { display:flex;top:1.5rem;left:16.03125rem;width:1.75rem;height:1.75rem;z-index:15013;display:none; }
#y2KHqISJc7uovy8hnMnniA0iOswuJsuO > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #V5P00yv5UxPG5tetUToki38OGhZZ8XCV { display:flex;width:1.5rem;height:1.5rem;top:7.75rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwVJu7KEdnacVTsSC315bz58yyS9C8fe { width:7.6875rem;height:2.6875rem;top:0.71875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6GBciLTgrsN1UE8LxVTH37AO3bxv05M { width:7.6875rem;height:2.6875rem;top:1.22265625rem;left:1.685546875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TbruwhWQpJTMCCqaLy4340hwmFqqJ7Va { display:flex;top:1.75rem;left:12.1875rem;width:1.74805rem;height:1.74805rem;z-index:15016; }
#TbruwhWQpJTMCCqaLy4340hwmFqqJ7Va > img { max-width: 100%;max-height:100%; width:1.74805rem; height:1.74805rem; } }@media only screen and (max-width: 763px) { #sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb { display:block; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb { background-color: transparent; background-image: none; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container > .video-iframe-container { display: none; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row > .video-iframe-container { display: none; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .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.52); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb { border-width: 0; border-radius: 0; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container::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; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container { width:20rem;height:106.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ce64e71-28bf-4f94-8c3e-478f9eb5a5cf/creativesoftwaredevelopmentteaminoffice20231127044748utcdistancia2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container.adaptive-delivery-prevent-bg, #sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container.lazyload, #sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #wp9IcCEy1XsB15FZTmTD7Kd1AcmkU1lH { width:8.375rem;height:2.375rem;top:30.125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffOu69k5D5zhIeJci4UywEwmGqKHoloZ { display:block; }
 }@media only screen and (max-width: 763px) { #EyFXpxvKt1272LdMTvQbBuERDhE6QsIP { width:20rem;height:5.5rem;top:55.4375rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Hg61NyZxmAfpr5etIL4TVNzzxH6znM1A { width:16.4375rem;height:0;top:68.34863125rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x9MCEyTG7oheSSPsBOOM6iJESsCF16FM { width:11.125rem;height:2.4375rem;top:16.3125rem;left:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuOOn24BLa3PJniDBXecVLMkorLf2IJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #HgEFdB5r3T1CgQmTaLJEG8WOd0DEPWxV { width:17.3115rem;height:5.175rem;top:3.5625rem;left:0.8125rem;font-size:1.4375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #swJvOFMEyzHPsWIxLCCV7zVMfwe5KtNq { width:16.0615rem;height:1.275rem;top:1.625rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DJP3PBNBvOKnsBJw0udmFuSQi7lPt2Dw { width:5.5625rem;height:0.825rem;top:52.1875rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #s9XV10VLlSoGrDd3L1dgMLHSWr4olxKe { width:20rem;height:4.75rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA3M7WFa6tioWmlXoAbUvOTQyqeQ2gTC { width:3.25rem;height:0.825rem;top:52.1875rem;left:8.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uHxZLm3FIJaaqnyhTP9zxDifIMc8Zf3o { width:5.5625rem;height:1.2000875rem;top:53rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JlsKmxXJdxG3lQKmT0mnrI3VtFz8OJkd { width:5.5625rem;height:1.2000875rem;top:53rem;left:8.5rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #db5KRLexr49kavolirtizXA3QT3Th8Jy { width:3.6875rem;height:0.825rem;top:52.1875rem;left:12.5625rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aTwwOoXnSL3F3Ty0L4nHwR4UZMFdUlgC { width:5.4375rem;height:1.2000875rem;top:53rem;left:12.5625rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.875rem;background-color:#9618d9;background-image:none;color:#ffffff; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA  { width:17.5rem;height:auto;top:60.324999809265rem;left:0rem; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA {display:block;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA { width:17.5rem;height:auto;top:60.324999809265rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKnVwDoSORDiST0OhxxcyfbLByp8bUty {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #TR5PopxNqUCHJJ9Kk29T4FlcuJroe7uM { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #zWyrioPoQHtKz97N6CAMssTeHm7769FO {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #kt7FJmW2nJee6yNoFo5pBMa2ikVA8KDF {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nFZeaL3oWHqRzMFinGGWFRDJ9eACVc7S { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #m3f4CzCcMgQf8BlVV3QIviTP8dr3fVpt {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KycbemonV9EdTF3vWeVPD0Eq4ka3O6F5 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #whegsNz1zDkI7LF1bdXDt3ZVrL3yA0ot { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #B2DxUTvu6xBuLtxz5ITfBlC8MkGTX8s9 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Vt6L8gMrVEZIdg9L3vvJpIFiVbEf3bvq {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ipWfbn6cROcy8TdnLWN62onwc8Jtzgg8 { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #AuzFLMQ1XxTEmpNIBebsxzBxB6upcf5L {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKGITeiCdrVTfwzMul4r0FhE7OzK9Csh {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #M7ftK4ve7JsyVmtEUDTOH5c9U4yelPQT { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #MopnsfJfyPqRrf0g7BUTWW7elUPn7uwV {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #fZhaAxHn0p8ghTGKsTNoyfKsLEPibFCz {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nJu27sMeFwJHJsnp9OnpEqOI9fFEUAtq { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #htaHmBBgLgkZX4ha0L94MT40UFwnLfuA {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #L2IwgdTnk1Pwpmq3fmlwGxCchIcoPgEf {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #DysJ3sdeZf8VZVudPusrxK5qLrmZ3Vdh {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #XiR7WLdmXDRyolEeOMnSwrARuPmWTbto {  }
 }@media only screen and (max-width: 763px) { #AutSlI5NXAJok3ufvQuJWKo8T45RXqVC { display:block; }
 }@media only screen and (max-width: 763px) { #l5kMVmUMOpGJxt3fNGgvhLa8kmm6f8P4 { display:block; }
 }@media only screen and (max-width: 763px) { #msOtF5OPAhRmkmdRpA52b39ePE7U0P1p { display:block; }
 }@media only screen and (max-width: 763px) { #Z1cd0DgypzdVMgkslyMaET3qGNtD00Py { display:block; }
 }@media only screen and (max-width: 763px) { #PxhnTbd4i6NcDcwr76qVdBgWmStVu90t { display:block; }
 }@media only screen and (max-width: 763px) { #nae3A5fleBoQvva8SPTyVhG8eKmiipVk { display:block; }
 }@media only screen and (max-width: 763px) { #rBGpxRr7TVsrlm4oVnA9GPrEPVXntxIC { display:block; }
 }@media only screen and (max-width: 763px) { #cFIbnqRtFEMiH828q6FQxGVIoRC3s3vp { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #f4fWtpeWlUwqygs6ahgJsxtkh1aBN9az {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Ee5D8UwqoxSx4uLQtlhzh56Eqh0QEKzt {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #tZLXSSwfatZmbnZcivKbLV3cLXlffJRH {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #DJD052ITQUkoOanvOvdVAAvBRBQ6Xvri {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #WQvlavc8G3F5c385ormTaukCXbRKrPzt {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #D3bMxLSaHD1ONBXRTeDk01VMJOHOZ9Vs {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #goe3yAXfpJ44V7AyIEgP0ghxdGKzk6Jp {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #gW9WEFUkBJ9aVtGUMNItdTFcNJyRinTD {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #OTo8a3D9dT9gDnXOdK4IJHlpVUU0iTId {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KSelOBzAdg81AHXgLOitZ2Wk6pwCb1nQ {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #tnyC00cKrz0Op71dSczFDcLkXPtx1TRV {  }
 }@media only screen and (max-width: 763px) { #UT1uavuafoA7o3WQGhJQk5IhivL5NxGw { width:2rem;height:2.4rem;top:14.0625rem;left:9rem;font-size:2rem;text-align:left;text-align-last:left;color:#9618d9;display:block; }
 }@media only screen and (max-width: 763px) { #sly8zpdbTPQV9ArmR3wZw2TKM4kpyHgp { width:17.3125rem;height:2.4rem;top:5.5625rem;left:0.75rem;font-size:2rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WDPmlHhyg3BMKplcAaJ7ThTzGUr42AwX { width:17.75rem;height:2.7rem;top:7.9375rem;left:0.6875rem;font-size:2.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v5MT6NqyrGFBmmwm9p8If740TxDBceub { width:18rem;height:2.1rem;top:10.75rem;left:0.8125rem;font-size:1.75rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HSv5UpPrAnZK8LLoGqwhPwoPqnIZlk03 { width:16.3125rem;height:2.85rem;top:17.0625rem;left:1.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p0FfdNVJJw6I68rexISA4AhDVthZbXdb { width:13.125rem;height:3.9375rem;top:22.0625rem;left:3.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #xnNkLOZByHDeSuIrVwMWsuU3aPMqlTQF { width:13.125rem;height:6.75rem;top:33.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeZBIDb18pwZcpzRSNIBiWRhr8u9hSRr { width:7.125rem;height:3.8125rem;top:43.40625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKDaVfJfvIMQ8gKWbBCfx8837LCvQ5E8 { width:12.5rem;height:1.21875rem;top:34.75rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puS2I6Fmigmmz2P8TRrSgH8fcw6ypcpC { width:12.125rem;height:3.65625rem;top:33.625rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr6dppyi817WzK9hq3kaP7N2AidWqVD6 { width:13.125rem;height:6.6875rem;top:33.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQtzObBOS2tPm18h0RL5Q7f4yDvD2hQx { width:4.75rem;height:1.5625rem;top:43rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDkBzghBkK8OvnJtTRX5fKVMXG9qT9So { width:13.125rem;height:3.9375rem;top:27.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTEgpPGP5fyu9V4THZ99Z8DGXU50nbCa { width:13.125rem;height:3.9375rem;top:32.125rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJdxqu05v0zZy5tXuyLaO4IqNT2lAXBM { width:4.875rem;height:1.25rem;top:24.140625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktPLshTTHbr8QBLuIE4cPecAdWIb1BLQ { width:6.125rem;height:1.3125rem;top:29.96875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgkRsNfDMqGuf33zvC8fNF2qS2veJUZK { width:12.5rem;height:1.21875rem;top:22.546875rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGcXVe97FwvRfbG2RFBdBBFM32W28pT4 { width:12.5rem;height:1.21875rem;top:28.1875rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR66IxI2SVGrSKTfTu8lGXknwB5Z4k61 { width:14.4375rem;height:1.2000875rem;top:47.21875rem;left:3.748046875rem;font-size:0.5rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sbtudlNZ0hEAp76xmQVIwbiWTrwM85LR { width:13.125rem;height:3.9375rem;top:42.5rem;left:3.9375rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #kMz3TVKQFIm77LhWe66rtadtPp2OnPSm { width:12.5rem;height:1.21875rem;top:43.125rem;left:4.3125rem;font-size:0.9375rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #DQMNnp2MqoDwysZTyIr6CNU3ZEgvk0mX { width:4.625rem;height:1.5625rem;top:37.8125rem;left:8.1875rem;z-index:15088;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WPXhO2B8JaoVuz93MGhLoVu2qHq2QZLZ { width:20rem;height:3.3rem;top:56.53750038147rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McFqNucdWn6pcFsUdO2krMi9qbQtIIvE { width:16.6875rem;height:4.875rem;top:101.23750114441rem;left:1.6562500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { background-color:#e8e8e8;background-image:none;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { background-color: transparent; background-image: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .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); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { border-width: 0; border-radius: 0; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { width:15.8745625rem;height:2.025rem;top:1.25rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgn0esV2ESNV5I5pRAHwZ5665RQsJpio { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVX1SIJJ9NHcUtkrhflTTBZTv79TPiDK { width:16.625rem;height:35.9125rem;top:5.11328125rem;left:1.84375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V3Oa0aznPidrBBpauHBZAcdQIGCWUi8k { width:13.4375rem;height:2.03125rem;top:46.0625rem;left:3.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L6KPmLDXqJJLrTrNbvauOs1bZf9ucuTv { width:10.9980625rem;height:2.03125rem;top:54.453125rem;left:4.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IaTPIRawN20EIInwh2xPrPHfiAbMhJTp { width:12.3115rem;height:1.7875rem;top:63.6875rem;left:3.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rodW0GZ4IAyw9JAAb9rPH8rel6iKrPCz { width:11.9998125rem;height:1.40625rem;top:61.5625rem;left:3.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JphE4wfo4BsTqtUNJmbLbNvixEVPeot2 { width:13.125rem;height:0.8941rem;top:63.19140625rem;left:3.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #PLLdqLzEpXw3e6pHTydHDvTdKs36T32J { width:11.5625rem;height:1.40625rem;top:71.75rem;left:4.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukAWJrapIUHT97ATyqD9VGQTi88y0dr4 { width:14.6875rem;height:7.25rem;top:77.45605625rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwruMd6mlzmb2KxMs2FC76MnEkVuWou5 { width:14.6875rem;height:7.25rem;top:44.21875rem;left:2.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5VTHIzLqw7V5XEHOP2XZPTvqTeE8Nno { width:13.9375rem;height:6.8125rem;top:60.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSsAAOdHGrxxVrt0i6H2lOu06t6BFLaI { width:14.6875rem;height:7.25rem;top:85.95605625rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDKcvqdkgPenCa2O6qdTe623B9XZHUTl { width:13.9375rem;height:6.8125rem;top:43.8125rem;left:3.03125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #brTOnaZto7TcuLRbhlqy4TGOc1ycy4Lp { width:13.9375rem;height:6.8125rem;top:52.0625rem;left:3.03125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #N3o5wkvQOfJLU8FoTO6L3HkRMDrksxrp { width:13.9375rem;height:6.8125rem;top:69.0625rem;left:3.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #O8q8bisN189W4DOGxJmpGJIA6eCLUs7H { top:50.623224258423rem;left:3.7500000596046rem;width:12.5rem;height:1.5rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd { display:none; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd { border-width: 0; border-radius: 0; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .row .container { width:20rem;height:58.5rem;background-color:#e8e8e8;background-image:none;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyQe5OXimiLdqaqOb8AnrpbL4xWWUKrX { width:15.8745625rem;height:2.0234375rem;top:14.125rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8UFz7LiwXTMH1th3NZmn3PeHBTirpA8 { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKCbiLKhcsw5caTtQczL7wHlI0CgiGbS { width:16.311875rem;height:22.1689375rem;top:17.375rem;left:1.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZIH3EVLVuNPwkPcRTl2HWuWB5yeiumP { width:13.4375rem;height:2.03125rem;top:40.9375rem;left:3.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PAKG7EW4ZIGpXdcuy9vurEb1LBVgRR7D { width:10.999375rem;height:2.03125rem;top:44.4375rem;left:4.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgUGTdMqMD1C0bCKQPGXv2K8yBbICKq7 { width:12.3123125rem;height:1.7871125rem;top:49.875rem;left:3.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gc4UHhRCc2XEtVHGaHo2bLLFsNdG2yHJ { width:11.9998125rem;height:1.40625rem;top:48.25rem;left:4rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mi9AzLmiuuZdMrJa7Jsk7Ja9TXEDiAhI { width:13.125rem;height:0.89355625rem;top:54.8125rem;left:3.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHig32IWP7oFZtsLfRGNAEkdz4uT5XdW { width:11.624375rem;height:1.40625rem;top:53.25rem;left:4.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0005814f-6c09-48c9-8b5e-5646ee69c86e/D_GS11888586.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA.adaptive-delivery-prevent-bg, #Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA.lazyload, #Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA.lazyloading { background-image: none; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row .container { border-width: 0; border-radius: 0; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA::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; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BiSTd8EWQRc1q1BQJK0TDwMZxJZATEVI { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GywfG1T0duFDxCzTRvpEoefmBMTFiiRy { width:16.625rem;height:7.957rem;top:4.75rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km1G30treivAcNTdPtBpQEdX0UpeHTbT { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtfV1azUARDfNlezVp0O8VEfZ2U1v9wK { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLoc6JJ7AyRRBTlOf1i4wMgszZViKF4P { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTd7b6get4NuACT9LNbwUsGST97snJNi { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozvTQiHlFuGNnGDKxIMuA0NhW1C7MCNO { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZ9ne51WGoDt6TyRODxycbFZKzTq0mHR { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8avJpuB9Fh8VZZ0Mca6k3MU6i2nEXZe { width:15.625rem;height:1.01236875rem;top:2.1875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0005814f-6c09-48c9-8b5e-5646ee69c86e/D_GS11888586.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5.adaptive-delivery-prevent-bg, #w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5.lazyload, #w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5.lazyloading { background-image: none; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 > .row .container { border-width: 0; border-radius: 0; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5::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; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SaTrWGQ4yHEHJf5RAge17u5qTMTJZiFK { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ma9rNz0FSP0VfgHrbdvQOsRnfNU3vR0G { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lm9uDSsscABCUS7vHuVbJXHHTsQeOoBk { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQ4oc6kxGkQhXEKKtA3DyZNGpcHkPvUD { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2W24rQU28xbsaknJ7f0wIC9kbF5Dh7d { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZoEVzdLBxC3wEoEO3WuwduVGQgskogL { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIfGDl5zN3z06v8y5rtz0MLXrsLOUvsi { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eImfTPa4ou4FqrZXUkmJbZvrOfvEnTST { width:9.625rem;height:2.9375rem;top:6.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maPhLzNSyFokyKu91t2NN3n57O4aeKEI { width:11rem;height:5.5rem;top:5.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKoZzGykLJRodPl19oToAvqwRoOsIAw3 { width:10.375rem;height:2.0625rem;top:2.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPQ8FR3kUwm9JynKAFK6vqbK4KvhvCiQ { width:8.5625rem;height:5.5625rem;top:0.9375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESAftKq7FnIJmo3z5QS5utXplDL3rcTT { width:5.625rem;height:5.625rem;top:6.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH { display:block; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH { background-color: transparent; background-image: none; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container > .video-iframe-container { display: none; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row > .video-iframe-container { display: none; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH { border-width: 0; border-radius: 0; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container::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; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container { width:20rem;height:36.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0005814f-6c09-48c9-8b5e-5646ee69c86e/D_GS11888586.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container.adaptive-delivery-prevent-bg, #uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container.lazyload, #uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #CvJ0gq4noURpfT4sSAhDRCHQeUsWB32r { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgnayRCLrzG2TwXCgXJFxmuBT3LM6bnL { width:17.249rem;height:25.25rem;top:10.3408203125rem;left:1.3740234375rem;font-size:0.875rem;display:block; }#WgnayRCLrzG2TwXCgXJFxmuBT3LM6bnL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a41ee88d0c90d6e475f8a231207703817ec19083.svg); }
 }@media only screen and (max-width: 763px) { #KnmFenkXq6Rtf376HrSwfuXLIckRcTaR { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1xe8xTDuTEamskAE3un2OlJsmMqmGKM { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTRZ8Bf0dP5oh4xr82vTzGlqZw62W6fI { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnGqiTGAGpp9g3deL12D0bCXXN9i7oGX { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifdHJG8bReBXVg2VekDdutHoNy9xHELl { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VABw5rpx9rUNO0OcS9dgU6r0GsXQ4WXb { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5pDM1v91dKRM3xqF5so4bTfQ1w4qxhH { width:18.125rem;height:1.462675rem;top:1.1640625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNhzT85wXbPP0DpM9TnpJoeb4Af8TRCq { width:15.9375rem;height:3.4125rem;top:3.0625rem;left:2.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkNTGNdyr7dllM7NZ800GxRM1nSRvfwX { width:20rem;height:8.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ { display:block; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ { background-color: transparent; background-image: none; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container > .video-iframe-container { display: none; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row > .video-iframe-container { display: none; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ { border-width: 0; border-radius: 0; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container::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; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container { width:20rem;height:30.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0005814f-6c09-48c9-8b5e-5646ee69c86e/D_GS11888586.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container.adaptive-delivery-prevent-bg, #m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container.lazyload, #m5FFBIKECH7SnTiHeKxgZoGZlsd2sqzQ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #aB6dTl3OolQzUTSqP7D3B4ACtG10Xrgo { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V8bSKx0DQKcb0GCMXXrdE26CEbHWf7o1 { width:17.249rem;height:19.375rem;top:9.5283203125rem;left:1.3740234375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#V8bSKx0DQKcb0GCMXXrdE26CEbHWf7o1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a41ee88d0c90d6e475f8a231207703817ec19083.svg); }
 }@media only screen and (max-width: 763px) { #d3RxH3a26d0VL9sbVmxiQugTS3vOwvDE { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpCLWng3q2wW7CGzXTW38bSlTGXeOLG0 { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bfmhpo1Ztkk20StMe7ITCrveXHSMzQ6i { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcZzUr50NCEi6x0D5iD5fuTxxUX878K7 { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9XAu31qLr8JDlKyVMSoiC2qSKanX7lv { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVGCsTetslmwTL8brrl2B43uBbzUn5vA { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiCZDInysgI4OtRH6MV4gziFFw5ivm4y { width:15.9375rem;height:4.55rem;top:1.75rem;left:2.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlM3LZ20Bsrkxy1XJffuQqWkEFiEeehm { width:20rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { display:none; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container { width:20rem;height:131.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uixudbtnbpwrMa4QnfsqV8p0eFuMP1un { width:11.5625rem;height:1.29980625rem;top:19.125rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUcu89P8dHLoIh3MQN0NCaPz5tNH2SXx { width:11.5625rem;height:1.13671875rem;top:20.4375rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1q52eCtHZypJ3z0yHTxaXNFQQDyluSd { width:13.4375rem;height:11.3671875rem;top:22.9091796875rem;left:3.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogKnSTcyeJFF1cZqN2FThdSakqd2TSnD { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFH8RI9Ls7BUeRB63QmlJ1g6cV4aIFyn { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1rsWV4r9tftGtUUTAfyuWQ73aJMcPKo { 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) { #ZBKHTIGbb5ftbnT3cuIwrlS4Tow7AgRF { 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) { #Rr8HuTcCMK250aVOoLVlEcLkhzmCMHZH { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqfDxAupKGsPdfQzHhD79F1e7q42ymtu { width:17.875rem;height:1.4619125rem;top:2.1240234375rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsVGS6xkIUN58JtZQ3CyH2PP1bTZLzff { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhLpMsggsT5OlezQAut7HV3l0RdxMLSE { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu { width:11.25rem;height:11.1875rem;top:6.130859375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMPAf98gwbSb1427zOEVsHSQ9TQt9vZq { width:14.25rem;height:11.3671875rem;top:56.875rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oteKcXoPaOgBWtylIb53vXKUDpG99zss { width:12.5rem;height:12.5rem;top:37.53125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQpayPNbKBGaf0p7bJJ5TbImQ8JJF63W { width:9.5rem;height:1.13671875rem;top:54.125rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSWX2Xeswsp2mn5pLr2rMPTCbRJuhlOZ { width:7.75rem;height:1.29980625rem;top:52.875rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a5ETExpLPyVxUlsGzVAg7KzHMTnZgEOa { width:14.25rem;height:11.3671875rem;top:90.56543125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mByblQmUoUXn1loaVO8SAmRVZ3AJthIv { width:14.25rem;height:11.3671875rem;top:119.482425rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTEoN5kqoX6xWAXD6rfHLKD31scDflJE { width:12.5rem;height:12.5rem;top:103.18261875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8cl3WU20IJcip0hq6XEP2Meid6yxWlW { width:12.5rem;height:12.5rem;top:69.4921875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVHHoTpTlWhP2W3CQ22FBfZkkohaMERk { width:9.5rem;height:1.13671875rem;top:83.2421875rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBAuCA5uUnWiAFWz9wHzPxyn8FkbDyqK { width:9.5rem;height:1.13671875rem;top:88.1787125rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uREK0suy2KAF31Zhcxa1Iq6nNtEMu6zs { width:7.75rem;height:1.29980625rem;top:85.62890625rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fs6abhU6JdOKys5xVRhwilzuKIkAhihg { width:7.75rem;height:1.29980625rem;top:116.93261875rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { display:block; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbICzxd0P579Mg0bs0uUTlDTWACMznGy { 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) { #bBkaZQ5R2tFMtag9EEb1kAyxRDxZAe5l { width:17.4375rem;height:4.55rem;top:3.9619125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0gKqc5h0pbUeWCqRh3rQD56mioJiy1n { width:7.0625rem;height:1.1375rem;top:20.275390625rem;left:6.46875rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #WTKxG6pdLn5qDoR5BzSMmRF841LTmfqK { height:11.193548387097rem;width:20rem;top:10.2802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCA1f2u3H323qIocTRJiriKx33slcJdO { display:none; }#QCA1f2u3H323qIocTRJiriKx33slcJdO { border-width: 0; border-radius: 0; }#QCA1f2u3H323qIocTRJiriKx33slcJdO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QCA1f2u3H323qIocTRJiriKx33slcJdO > .row .container { width:20rem;height:65rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bA6XATB7GEzrg0SBP7xXllAuJF3Go2vf { width:18.875rem;height:1.9494625rem;top:1.25rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTZMToTEbmpoITWpxlwn8UBqHWl4u5Lx { width:17.4375rem;height:4.546875rem;top:3.9619125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4WBll3Wt79s6dFaJ66atyEvBTWRTmRC { width:10.875rem;height:2.2734375rem;top:19.70703125rem;left:4.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV { display:none; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV { border-width: 0; border-radius: 0; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row .container { width:20rem;height:50.9375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UHfhrEFzM69TK69ls3JiUQcPKJFgIeTR { width:10rem;height:15rem;top:20.10676875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmkqIhh51pVWERhc99R2eeNNEAMtUGcP { width:12.5rem;height:1.29980625rem;top:21.35676875rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q6mfDmhP3nIN9zVluXWuFfarN6yRz1oW { width:5.5rem;height:1.13720625rem;top:22.98176875rem;left:10.994136810302rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcAHmk7lvKvvhfLkSSoWSN961GUMP9Ng { width:10.5625rem;height:5.6860375rem;top:27.60676875rem;left:9.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pA8xV1p1TTPaoBHcCgncN9qNFSWh1S3w { width:2.5rem;height:2.5996125rem;top:32.16926875rem;left:10.369136810302rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoLRhGtbMM8m5aVSMxg693JXiUtRyveS { width:15.3125rem;height:1.462675rem;top:1.25rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsxDFq1out8kXaVs2rWfwyWiSbbg3tsN { width:5.125rem;height:1.5625rem;top:21.16292109375rem;left:10.931636810302rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcxU60H54yeqIukq1f3JxBzlB56DW6gA { width:9.9375rem;height:15.125rem;top:20.04426875rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQulFD6P9klTMVzkAIkDIbTV9nFAxSbD { width:16.9998125rem;height:13.499375rem;top:30.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfpED4IZlyXELmc89QJAzmB61lqNZzrT { width:15.98548625rem;height:3.42361125rem;top:46.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVpFeWsm0fWZldfObb34R425pfelkPbg { display:block; }
 }@media only screen and (max-width: 763px) { #Jw5oXrUvuOSaP7A4VENeM9arSdJ13RT8 { width:20rem;height:3.41015625rem;top:3.962675rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ { display:block; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l22nJWgtAvi79NGg15ZmvgL6LRb7VUTR { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0NBcR8N1JZeJXdLpMPc7viivwx09dIQ { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkmvDyxERlOchAqhVOvIXcDgNM2EJDIf { 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) { #dX56nblITQfcQ1E7dryBxpErUm1K0fu2 { 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) { #JWAOOXx5FMMNEBqlp7xPUXlCNREHFFHM { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4PpsDsca2RnfGhkH68qxq8a6cD6T82T { width:15.3125rem;height:1.462675rem;top:2.1240234375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMe9XBWNswUaEyCIyKJ4EVD4aq8VSqfG { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvQ0el1Qv0xhTMJ62iuJVpohQFAmHz2t { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNAb42rx4VzyJQMvcx2zPKNm3XXWRLWm { width:16rem;height:3.4375rem;top:39.65625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxlJmNfb2dMCPWpfAUvxXDqq21n4ntKW { display:block; }
 }@media only screen and (max-width: 763px) { #sdI10BomMHReJJ8hUWQvMGJZbHhIKCKH { width:20rem;height:12.9375rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9hd62R8LW0eN8TivLm7dVCFpUEibNir { width:19.1875rem;height:3.4125rem;top:10.8125rem;left:0.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bni1xETCSJ3PXbAm3Rlfhsk7iIKJm0k2 { width:19.1875rem;height:3.4125rem;top:5.1875rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Erm4FJgXwtBvwg3kholuvwgbR6ox6odK { width:19.8125rem;height:1.1375rem;top:16.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TD5r5CwexghETxgZ5ZkOmKQO49WNhoQ3 { width:19.1875rem;height:2.275rem;top:17.6875rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom { display:block; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTbGuD8tm2DcIdD9EqmJNfP3FfgIWCb6 { width:20rem;height:1.95rem;top:21.88671875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZPLl8frnFbOATLSLhkw4iIrQAsOFzn3 { width:8.875rem;height:1.95rem;top:1.0625rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4DezF4SaoH9beI5KRpaUCL0Mch8Rsqk { width:8.4375rem;height:2rem;top:2.404296875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxEmzps47O4iDZBbxmTugUT4vRa9Gwqc { width:6.3125rem;height:2.125rem;top:26.0859375rem;left:13.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q04D1UBFzB4ug8RQyD7XrmyphLU9baTm { display:block; }
 }@media only screen and (max-width: 763px) { #mm7xAyhLM1dMsgZT5NPUl5XPKqLk6MSb { width:7.0625rem;height:2.125rem;top:26.0859375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKMiWGmPPl3fmOIxWL8mnoeHgJr9r7eT { display:block; }
 }@media only screen and (max-width: 763px) { #AzupyWdIASTwLemeuTzPSnZoXx9QeJDX { width:7.0625rem;height:2.125rem;top:26.0859375rem;left:6.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9ynWAvZ8nqs7XB5J04UuEzauZqP5VhS { display:block; }
 }@media only screen and (max-width: 763px) { #AX5FgINnzqg1XPAqE0ZKB4JkFVbe2uvq { width:7.6875rem;height:2.0625rem;top:1.810546875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5950638SUoscmXldFfOuZXXexxM6tMB { width:20rem;height:4.3125rem;top:20.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoJ5FVwVUI4XqITOzf7zFZLJyT24OTg4 { width:4.75rem;height:0.975rem;top:13.134765625rem;left:1.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9KQP65T9udGMkT1vG7dQAr4F8DtHSAG { display:flex;width:1.875rem;height:1.875rem;top:15.375rem;left:2.5rem; }
#A9KQP65T9udGMkT1vG7dQAr4F8DtHSAG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Ur0qPDGMpu11En5b3B3uRyLfx1idBOws { display:flex;width:1.875rem;height:1.875rem;top:15.375rem;left:5.6875rem; }
#Ur0qPDGMpu11En5b3B3uRyLfx1idBOws > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Btk4yqllgfTzeMeXDVhaLtvDr4UhvbI4 { display:flex;width:1.875rem;height:1.875rem;top:15.375rem;left:8.75rem; }
#Btk4yqllgfTzeMeXDVhaLtvDr4UhvbI4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Nnp1LfkpliBt217T5BCBqoa6IEAq2un7 { display:flex;width:1.875rem;height:1.875rem;top:15.375rem;left:12.25rem; }
#Nnp1LfkpliBt217T5BCBqoa6IEAq2un7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #pLms6hgoEG2t5kRMN0AnRLBux6iMdl9B { width:7.1875rem;height:1.4375rem;top:9.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIiilR7gH57TcRCRi93HkHyUZaAJNonU { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#CIiilR7gH57TcRCRi93HkHyUZaAJNonU > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUUxAkWPyszkSpcvdZBQ0rqFKPtxrvEE { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0Gz86laGeDRr42MApGo7cRZlpM8V7ET { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fU47yfpVwZdpdmsHU1nHDUx0M7bQxxWS { 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) { #sCg92KtOvMJg8INrkR8N8Bu3Gv4ZKbLI { 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) { #NDmwT5DgUT677Vie62xgzKwMQfxUF1Dx { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIdFwQrSXid3TnGmb9Eo17oTL2Wflx85 { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dn7CO7qu4mf28oD0q8FpF8vyUSDQ038R { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Av8qZJXBKoLLuVgcxKulMFpM47FAqtrH { width:19.75rem;height:13.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sz4gvNDU3NEJQoLI9T5WxsM6Wk0xMuGF { width:16rem;height:3.4375rem;top:2.5625rem;left:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JNeJhZhlCzh0pg9Ff1vQGSdp6NcAV7oE { display:block; }
 }