.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; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { background-color: transparent; background-image: none; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container > .video-iframe-container { display: none; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row > .video-iframe-container { display: none; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .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); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { border-width: 0; border-radius: 0; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#qrxCtukrlS45lemSLmRdt7T8fpHLxZR8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.3125rem;top:0.56098091602326rem;left:56.230472564698rem;overflow:hidden;display:block; }
#w4re3U8FPHutfTTqT8hetOI1WBLJPSzi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5.3125rem;top:0.3125rem;left:69.686420440675rem;overflow:hidden;display:block; }
#e9nMGOQVVV9xs9FasMRoAo6liUJ49AXv { position:absolute;display:block;z-index:15003;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.375rem;width:4.5625rem;top:0.625rem;left:64.569232940675rem;overflow:hidden;display:block; }
#bS6n3he46NgwUf17Ro8kCkUdpHxTKd3l { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:0.125rem;left:3.1875rem;overflow:hidden;display:block; }
#TZKoAlDJ3NUpLSdMSx3X8OhIrVK7fnPH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:14.03125rem;display:block; }
#GVexKMuLU1uX72b1Ed5tne2R91nBCkSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SuaTbWTMKoOOgZWS31Zx7IpUqPnX6a7t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4375rem;left:25.34375rem;display:block; }
#nZQQ7eHGiPIVhBgnSOhppF1hkCPJaN1Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0Xyk5DvTHD3A2VoE3zQmJRwTWZOGcK9 { background-color:#f7f3ed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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 tight";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.4375rem;left:37.34375rem;display:block; }
#KTB02PnmknkbcV1FasMHHlaOpfQOD2Wr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd > .row .container { background-color: transparent; background-image: none; }#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd > .row .container > .video-iframe-container { display: none; }#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd > .row > .video-iframe-container { display: none; }#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd > .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); }#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd > .row .container { border-width: 0; border-radius: 0; }#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG { 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; }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row .container { background-color: transparent; background-image: none; }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row .container > .video-iframe-container { display: none; }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row > .video-iframe-container { display: none; }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .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); }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row .container { border-width: 0; border-radius: 0; }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;overflow:visible;position:relative;display:block; }#TpUB2cad1EgtWxyXIgmqT1WEzdB18Cyd { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:6.6201171875rem;left:3.75rem;height:4.3994125rem;font-style:normal;display:block; }
#eq0oBUMAKdhxuRvi93zKwCOXLxz1l0LU { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.6865234375rem;left:3.75rem;height:7.474625rem;font-style:normal;display:block; }
#TCBEB1is19TKhQlnxPuiNIlvfMfvUAN6 { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.25rem 0.25rem 0rem #f7e397 ;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 tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:4.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.3125rem;left:3.28125rem;display:block; }
#qzdTrC7ItwMNCqL4iPrTNgFcRz5n16t7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EK8RmycdPcIBeLmTItqxTAC3XXTTPdrx { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:"inter tight";font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.69482421875rem;left:4.0625rem;height:2.5371125rem;font-style:normal;display:block; }
#haUFf4DKVDRqAkqObfL7QqW5ZyzsTWRF { position:absolute;display:block;z-index:15004;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.125rem;width:24.4375rem;top:1.375rem;left:50.5625rem;overflow:hidden;display:block; }
#QWZJrwfFxMueXhIcoVQoTlCXLS7IWWNS { 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:9.125rem;width:10rem;top:3.4375rem;left:44.375rem;overflow:hidden;display:block; }
#xzal9EvT8HD391gwBlRU1QCnzFMS4o5T { box-sizing:content-box;height:2.875rem;width:28.9375rem;position:absolute;display:block;z-index:15000;background-color:#f7e397;background-image:none;top:2.5615234375rem;left:3.28125rem;display:block; }
#XpcKOR17er2OyIIxH1XxCi5Ub3zkGVvH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:5.9990234375rem;left:5.4375rem;overflow:hidden;display:none; }
#QOF4pqNxcUk7pcLGxkB8SPsKP2n0MRWC { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:11.0810546875rem;left:3.75rem;height:4.3994125rem;font-style:normal;display:block; }
#l1WwsG1ve4FXAzZgxQm3HmU55LEqZpew { color:#000000;display:block;width:20rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:48rem;left:0rem;display:none; }
#tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh > .row .container { background-color: transparent; background-image: none; }#tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh > .row .container > .video-iframe-container { display: none; }#tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh > .row > .video-iframe-container { display: none; }#tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh > .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); }#tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh > .row .container { border-width: 0; border-radius: 0; }#tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#Z09zEzpD9QT9zcbX3omrK4pO87mmyxAS { position:absolute;display:block;z-index:15000;border-top:0.125rem solid rgba(255,255,255,0.15);border-left:0.125rem solid rgba(255,255,255,0.15);border-right:0.125rem solid rgba(255,255,255,0.15);border-bottom:0.125rem solid rgba(255,255,255,0.15);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.0625rem;width:9.25rem;top:0.625rem;left:7.6875rem;overflow:hidden;display:block; }
#rPO9t9mTx081NFDVO7VS0ygpHxfaIrJa { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(255,255,255,0.15);border-left:0.125rem solid rgba(255,255,255,0.15);border-right:0.125rem solid rgba(255,255,255,0.15);border-bottom:0.125rem solid rgba(255,255,255,0.15);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0.5625rem;left:17.875rem;overflow:hidden;display:block; }
#zWEgoTbpSEsxScduXmz98XK5PAZu6Jee { position:absolute;display:block;z-index:15002;border-top:0.125rem solid rgba(255,255,255,0.15);border-left:0.125rem solid rgba(255,255,255,0.15);border-right:0.125rem solid rgba(255,255,255,0.15);border-bottom:0.125rem solid rgba(255,255,255,0.15);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0.5625rem;left:28rem;overflow:hidden;display:block; }
#w9cbunInMJL7z1Kvhd7Z7SqrNHrLhOuU { position:absolute;display:block;z-index:15003;border-top:0.125rem solid rgba(255,255,255,0.15);border-left:0.125rem solid rgba(255,255,255,0.15);border-right:0.125rem solid rgba(255,255,255,0.15);border-bottom:0.125rem solid rgba(255,255,255,0.15);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0.5625rem;left:38.0625rem;overflow:hidden;display:block; }
#RIRbwuFCuA4rJJZ7Ni3bdAkmZ1qHhBQL { position:absolute;display:block;z-index:15004;border-top:0.125rem solid rgba(255,255,255,0.15);border-left:0.125rem solid rgba(255,255,255,0.15);border-right:0.125rem solid rgba(255,255,255,0.15);border-bottom:0.125rem solid rgba(255,255,255,0.15);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0.5625rem;left:48.0625rem;overflow:hidden;display:block; }
#KStOGbUs3ERgPuufIJ0e6CNfep9ipiZ3 { position:absolute;display:block;z-index:15005;border-top:0.125rem solid rgba(255,255,255,0.15);border-left:0.125rem solid rgba(255,255,255,0.15);border-right:0.125rem solid rgba(255,255,255,0.15);border-bottom:0.125rem solid rgba(255,255,255,0.15);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0.5625rem;left:58.125rem;overflow:hidden;display:block; }
#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { background-color: transparent; background-image: none; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container > .video-iframe-container { display: none; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row > .video-iframe-container { display: none; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .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); }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { border-width: 0; border-radius: 0; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#HQLMdWvV6HeBRyg6Oes2kLEuxPydwfcK { 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:2.5rem;width:9.1875rem;top:1.6875rem;left:9.8125rem;overflow:hidden;display:block; }
#TgssPPkPzRqgvpoP5rbqyTONQ8qWcCul { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:7.6875rem;top:1.3125rem;left:21.6875rem;overflow:hidden;display:block; }
#pLaeJAqHKRpeg9araJSucO6E1KEluKsE { position:absolute;display:block;z-index:15002;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.75rem;width:7.6875rem;top:2.1875rem;left:33.125rem;overflow:hidden;display:block; }
#RkArykO4lIcZKidTA8HJPo5ITHzqKi70 { position:absolute;display:block;z-index:15003;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.75rem;width:5.25rem;top:2.0625rem;left:43.8125rem;overflow:hidden;display:block; }
#zoUs6kGQcwemV8VvBWeX0lonNxr9PcEa { position:absolute;display:block;z-index:15004;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:3.8125rem;top:1.0625rem;left:61.375rem;overflow:hidden;display:block; }
#BnGxA9ApZXSrBQZv9ZSF5GXz81TIiBVb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.875rem;top:1.875rem;left:51.4375rem;overflow:hidden;display:block; }
#UuT2TeIhEDd8t1oConlQLGt5tnACG9hB { border-top:0.3125rem solid #864df9;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#UuT2TeIhEDd8t1oConlQLGt5tnACG9hB > .row .container { background-color: transparent; background-image: none; }#UuT2TeIhEDd8t1oConlQLGt5tnACG9hB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuT2TeIhEDd8t1oConlQLGt5tnACG9hB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuT2TeIhEDd8t1oConlQLGt5tnACG9hB > .row .container > .video-iframe-container { display: none; }#UuT2TeIhEDd8t1oConlQLGt5tnACG9hB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuT2TeIhEDd8t1oConlQLGt5tnACG9hB > .row > .video-iframe-container { display: none; }#UuT2TeIhEDd8t1oConlQLGt5tnACG9hB > .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); }#UuT2TeIhEDd8t1oConlQLGt5tnACG9hB > .row .container { border-width: 0; border-radius: 0; }#UuT2TeIhEDd8t1oConlQLGt5tnACG9hB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UuT2TeIhEDd8t1oConlQLGt5tnACG9hB > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#wgFQ11HWGiEees7ko0D9bHco4yHXWC9C { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;box-shadow: 0.3125rem 0.3125rem 0rem #000000 ;height:29.9375rem;width:16.75rem;top:2.8125rem;left:14rem;display:block; }
#XTFbNVFe7MuIuoChdToezStzRAPFkXTn { color:#000000;display:block;width:37rem;position:absolute;font-family:"barlow semi condensed";font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.6826171875rem;left:38rem;height:2.54345625rem;font-style:normal;display:block; }
#otpKDFaGtTCVLUuILCN9Mo2lm6KNKmcx { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:6.3740234375rem;left:38.125rem;height:1.59375rem;font-style:normal;display:block; }
#JH5WU8mDR19G4SAOzXGtLb6kEBhEOXwb { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:9.1240234375rem;left:38rem;height:7.125rem;font-style:normal;display:block; }
#OTWkHktSJvDhnmwhC0tq2NIgG11oEqeb { box-sizing:content-box;height:13.5rem;width:22.3125rem;position:absolute;display:block;z-index:15005;background-color:#f7e397;background-image:none;top:17.5rem;left:37.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;box-shadow: 0.3125rem 0.3125rem 0rem #000000 ;display:block; }
#kN8DDbN89GOhTI3ivRZJUpicib580RZN { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:19rem;left:39.375rem;height:11.125rem;font-style:normal;display:block; }#kN8DDbN89GOhTI3ivRZJUpicib580RZN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kN8DDbN89GOhTI3ivRZJUpicib580RZN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_114507fffb658bc41780bd3f6f3909f4.svg); }
#U6PzMJ2zsEuOLPGc6OtcT9hwXP1SUZ9y { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:32.9375rem;left:38rem;height:3.1875rem;font-style:normal;display:block; }
#QRBvUoHvoPU4RgUgyxdLBi3k36p7Xdvy { position:absolute;display:block;z-index:15006;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:12.8125rem;width:10.1875rem;top:15.0625rem;left:4.8125rem;overflow:hidden;display:block; }
#xASXfy6o7agXocEzqPqdSOh3TztCbIDr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:5.9990234375rem;left:5.4375rem;overflow:hidden;display:block; }
#nFL4yWdsAqGR2NTaBiRQrTsbPN8GSR2D { position:absolute;display:block;z-index:15004;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.375rem;width:10.1875rem;top:28.9375rem;left:4.8125rem;overflow:hidden;display:block; }
#Fx57mCsxrZIf9kSKeo8ZwFiE8vQABZKs { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.25rem 0.25rem 0rem #000000 ;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 tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:4.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.25927734375rem;left:3.5rem;display:none; }
#knH0SnR0ECCMIAVtzR2ItkXfoA3b22yO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #864df9;background-color:#f7f3ed;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; }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row .container { background-color: transparent; background-image: none; }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row .container > .video-iframe-container { display: none; }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row > .video-iframe-container { display: none; }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .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); }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row .container { border-width: 0; border-radius: 0; }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#ebTAyelbCdRUEKI8uL8zCxTsqRmAepac { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"inter tight";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.5625rem;left:0.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nKgBy8uQHTUGdTwUv6kRTvOQ6gKkc0rE { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.1875rem;left:3.125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RgEz9BVzAe5GSmsDHNkJuesRNs4DMVgz { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1865234375rem;left:28.46875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SCSof566Lv65TGnHIryIyor4VgF8SFXN { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"inter tight";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FEOISxwoOmuP867WTazdxC1k9qtBZ45U { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.1865234375rem;left:54.4375rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EurHD0tb59QM4yEEnpQOrTpufEnFoIdC { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"inter tight";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.5625rem;left:50.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZR059PHanwu2FPH2sZNuy5NB4F6yJfdS { position:absolute;display:block;z-index:15008;height:6.25rem;width:6.25rem;top:3.125rem;left:59.375rem;display:block; }
#Z4TSKlkJTySD9oIrpIdV6ltKCzHSKaqZ { position:absolute;display:block;z-index:15009;height:6.25rem;width:6.25rem;top:3.125rem;left:34.375rem;display:block; }
#zFu8DA8SwRaQ0tHtnUJHpAKTDFxglgZw { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:3.125rem;left:9.375rem;display:block; }
#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 { 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; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { background-color: transparent; background-image: none; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container > .video-iframe-container { display: none; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row > .video-iframe-container { display: none; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .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); }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { border-width: 0; border-radius: 0; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#MNQMvQRgmvwUhPBabtSVtukfoOFOp0MF { color:#000000;display:block;width:75rem;position:absolute;font-family:"barlow semi condensed";font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTRvTghqi9PNRQE6EZFLg9iuUTI9oEHT { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.693359375rem;left:0rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbCPQm7m990DkVlEN0tUWDpAyJ2VT247 { 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; }#SbCPQm7m990DkVlEN0tUWDpAyJ2VT247 > .row .container { background-color: transparent; background-image: none; }#SbCPQm7m990DkVlEN0tUWDpAyJ2VT247::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbCPQm7m990DkVlEN0tUWDpAyJ2VT247 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbCPQm7m990DkVlEN0tUWDpAyJ2VT247 > .row .container > .video-iframe-container { display: none; }#SbCPQm7m990DkVlEN0tUWDpAyJ2VT247 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbCPQm7m990DkVlEN0tUWDpAyJ2VT247 > .row > .video-iframe-container { display: none; }#SbCPQm7m990DkVlEN0tUWDpAyJ2VT247 > .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); }#SbCPQm7m990DkVlEN0tUWDpAyJ2VT247 > .row .container { border-width: 0; border-radius: 0; }#SbCPQm7m990DkVlEN0tUWDpAyJ2VT247 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SbCPQm7m990DkVlEN0tUWDpAyJ2VT247 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#bPeZeV8SyOnfZHNeTE7AEuf31XsEGyFf { position:absolute;display:block;z-index:15004;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;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: 0.3125rem 0.3125rem 0rem #000000 ;height:17.5625rem;width:31.25rem;top:0rem;left:40.3125rem;overflow:hidden;display:block; }
#wh8RGQc8OskknizDEiTEnk79Bdgb147X { position:absolute;display:block;z-index:15052;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;box-shadow: 0.3125rem 0.3125rem 0rem #000000 ;height:17.5625rem;width:31.1875rem;top:0rem;left:2.65625rem;display:block; }
#PSnRTyWUrlr8WUxmDxx60fwTuHnivL0H { position:absolute;display:block;z-index:15053;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.75rem;width:3.75rem;top:1.9375rem;left:0.71875rem;overflow:hidden;display:block; }
#ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho { position:relative;display:block; }#ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho { background-color: transparent; background-image: none; }#ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho > .row .container > .video-iframe-container { display: none; }#ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho > .row > .video-iframe-container { display: none; }#ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho > .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); }#ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho { border-width: 0; border-radius: 0; }#ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho > .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; }#ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho > .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:9.25rem;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; }#uTi5oWobEX7dtszNGMvPHPAcI6s4tlLR { 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:7.375rem;width:22.6875rem;top:0.75rem;left:7.40625rem;overflow:hidden;display:block; }
#ytTNvfwXFEND1XrcwvWivclIJ2JGTsBM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:22.75rem;top:0.6875rem;left:44.875rem;overflow:hidden;display:block; }
#TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL { 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; }#TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL > .row .container { background-color: transparent; background-image: none; }#TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL > .row .container > .video-iframe-container { display: none; }#TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL > .row > .video-iframe-container { display: none; }#TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL > .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); }#TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL > .row .container { border-width: 0; border-radius: 0; }#TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#NQP9RzuT1TBNhyT2oMhui2woeEzhwzM9 { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;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: 0.3125rem 0.3125rem 0rem #000000 ;height:17.5625rem;width:31.25rem;top:1.25rem;left:2.8125rem;overflow:hidden;display:block; }
#CmTpG4cyEy0TQoDK33EQrA0Szz6K3gRm { position:absolute;display:block;z-index:15001;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;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: 0.3125rem 0.3125rem 0rem #000000 ;height:17.5625rem;width:31.25rem;top:1.25rem;left:40.3125rem;overflow:hidden;display:block; }
#wWZW0v9vcInl8ZWi2OP9TrJGtWuUCrIT { position:absolute;display:block;z-index:15054;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.75rem;width:3.75rem;top:2.96875rem;left:1.03125rem;overflow:hidden;display:block; }
#ZtsGmmDzwFKQvoJnZ5R58lEciV0EC2gI { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.96875rem;left:38.34375rem;overflow:hidden;display:block; }
#nt8QR1GPlb9aVD4eV63DRFZuF37X48MF { 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; }#nt8QR1GPlb9aVD4eV63DRFZuF37X48MF > .row .container { background-color: transparent; background-image: none; }#nt8QR1GPlb9aVD4eV63DRFZuF37X48MF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt8QR1GPlb9aVD4eV63DRFZuF37X48MF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt8QR1GPlb9aVD4eV63DRFZuF37X48MF > .row .container > .video-iframe-container { display: none; }#nt8QR1GPlb9aVD4eV63DRFZuF37X48MF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt8QR1GPlb9aVD4eV63DRFZuF37X48MF > .row > .video-iframe-container { display: none; }#nt8QR1GPlb9aVD4eV63DRFZuF37X48MF > .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); }#nt8QR1GPlb9aVD4eV63DRFZuF37X48MF > .row .container { border-width: 0; border-radius: 0; }#nt8QR1GPlb9aVD4eV63DRFZuF37X48MF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nt8QR1GPlb9aVD4eV63DRFZuF37X48MF > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#SAMmKADHsml7obbtkiBcob7noB42mrph { position:absolute;display:block;z-index:15004;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:17.5rem;width:12.25rem;top:1rem;left:44.5rem;overflow:hidden;display:block; }
#bG1ptkaaTolVOxuxCrCmOJdI8iyBfSbM { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;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: 0.3125rem 0.3125rem 0rem #000000 ;height:17.5625rem;width:31.25rem;top:0.5rem;left:11.125rem;overflow:hidden;display:block; }
#dgoIgFa79lIG1XspQoGTzT7SD58Ti2sv { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.5rem;left:9.40625rem;overflow:hidden;display:block; }
#Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB { 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; }#Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB > .row .container { background-color: transparent; background-image: none; }#Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB > .row .container > .video-iframe-container { display: none; }#Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB > .row > .video-iframe-container { display: none; }#Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB > .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); }#Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB > .row .container { border-width: 0; border-radius: 0; }#Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#pFMv6b8bveuyiKViJVOdDIqbL6wLrHAI { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;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: 0.3125rem 0.3125rem 0rem #000000 ;height:17.5625rem;width:31.25rem;top:1.25rem;left:2.8125rem;overflow:hidden;display:block; }
#IiuBS35pCx9P0wEdxcpIR83DKVtTJTuP { position:absolute;display:block;z-index:15001;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;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: 0.3125rem 0.3125rem 0rem #000000 ;height:17.5625rem;width:31.25rem;top:1.25rem;left:40.3125rem;overflow:hidden;display:block; }
#EnMeigWO77dME36qs0Bg8mnVwTiPA4iv { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.09375rem;left:1.21875rem;overflow:hidden;display:block; }
#DMoZzJbF7wAn4NrNJGp6dTBhTEkfG5tf { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.09375rem;left:38.59375rem;overflow:hidden;display:block; }
#SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy { 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; }#SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy > .row .container { background-color: transparent; background-image: none; }#SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy > .row .container > .video-iframe-container { display: none; }#SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy > .row > .video-iframe-container { display: none; }#SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy > .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); }#SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy > .row .container { border-width: 0; border-radius: 0; }#SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#AJPAGiXqk3oWDO5Ghs1SpvE8kl7tkUpX { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.25rem 0.25rem 0rem #000000 ;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 tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:4.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.84375rem;left:25.09375rem;display:block; }
#pmi88QAMGTnOw7OMTRbk15c7tSQtJ3Qc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XMyZzzlGK2PI1N2xQhKGIKzcNDTbgPXB { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"inter tight";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4638671875rem;left:20.8125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx { 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; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container { background-color: transparent; background-image: none; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container > .video-iframe-container { display: none; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row > .video-iframe-container { display: none; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .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); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container { border-width: 0; border-radius: 0; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#cykOlVlSnEIZNwBaItbPNr7mdFLx2P6V { color:#000102;display:block;width:75rem;position:absolute;font-family:"barlow semi condensed";font-size:3.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.40625rem;left:0rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sz6ROwBDD7rkuQbL4QURMyR0bwAg3CkL { color:#000000;display:block;width:30.25rem;position:absolute;font-family:"inter tight";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5625rem;left:22.375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRiSnzAWy0r4uX9z48BU6VG46rEp4CoH { position:absolute;display:block;z-index:15004;background-color:#f7e397;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.6875rem;width:13.125rem;top:6.5625rem;left:24.25rem;display:block; }
#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 { 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; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container { background-color: transparent; background-image: none; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container > .video-iframe-container { display: none; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row > .video-iframe-container { display: none; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .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); }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container { border-width: 0; border-radius: 0; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#O77nihq3pkdzcSCE7gupqrcobgqtDLpB { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:3.21875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAUhI4GmHGnsxZ3HosVKdDTBt4Tei0Ha { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.25rem;left:4.1875rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w1z5NkKkczyqrRw0lHewX6ZZ8GM7yXyE { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5ef9ce33-8811-449e-8d2d-bd69924c2bdd/cbr5k18ocvix52lwi2ha.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:9.375rem;display:block; }#w1z5NkKkczyqrRw0lHewX6ZZ8GM7yXyE.adaptive-delivery-prevent-bg, #w1z5NkKkczyqrRw0lHewX6ZZ8GM7yXyE.lazyload, #w1z5NkKkczyqrRw0lHewX6ZZ8GM7yXyE.lazyloading { background-image: none; }
#miMfdJfSCeNqBXdAfLEHE4sCEcEN6fBT { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:14.3427734375rem;left:29.1875rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxOtqhILXME7cpIxTO1PWXT5P7CBkoOA { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:30.34375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZZxS31rLyJNz7Nx886W96uizvDxFWOB9 { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae0f3f9a-c8cb-4611-b75b-ca29b25512bd/pdxxhp1qaxt64p6snkvg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:3.03125rem;left:59.28125rem;display:block; }#ZZxS31rLyJNz7Nx886W96uizvDxFWOB9.adaptive-delivery-prevent-bg, #ZZxS31rLyJNz7Nx886W96uizvDxFWOB9.lazyload, #ZZxS31rLyJNz7Nx886W96uizvDxFWOB9.lazyloading { background-image: none; }
#rLmz3fPez5F7RVIDNSNF5DKUb8wlVNC8 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.25rem;left:54.1875rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aHuCn4ZhUvTOiv87Fza0oA3uOdvvz0WV { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:54.40625rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9sClgZUnO5JcoibEA1ho6SsyGftEDsg { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8ea6cb46-eb67-451c-b0ab-fce0b7cb8a46/lqa6tbvnqiobx67ch5ar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:34.375rem;display:block; }#S9sClgZUnO5JcoibEA1ho6SsyGftEDsg.adaptive-delivery-prevent-bg, #S9sClgZUnO5JcoibEA1ho6SsyGftEDsg.lazyload, #S9sClgZUnO5JcoibEA1ho6SsyGftEDsg.lazyloading { background-image: none; }
#yTlC0RQB4FW6Qf6kpLaRPPoh6h9tx8pa { position:absolute;display:block;z-index:15003;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:8.4375rem;display:block; }
#fDHCT0AOfslMUuyeNUkkgxC81s26yDnB { position:absolute;display:block;z-index:15004;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:33.4375rem;display:block; }
#kkUDkJzH63BO6aV2iBQhnuCTdW1bukbf { position:absolute;display:block;z-index:15005;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:58.4375rem;display:block; }
#pKydAJo6i3m7vhJrsHPJo53HhcXNBaeU { box-sizing:content-box;height:26.125rem;width:22.5625rem;position:absolute;display:block;z-index:15002;background-color:#f7f3ed;background-image:none;top:0.9052734375rem;left:1.21875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#kM6IzExAJ07oqDpBPhfJbuPSBavQffmz { box-sizing:content-box;height:26.125rem;width:22.5625rem;position:absolute;display:block;z-index:15003;background-color:#f7f3ed;background-image:none;top:0.9052734375rem;left:25.96875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#hi5egUde7m2vI1qPcwo68o8Hm46khm2w { box-sizing:content-box;height:26.125rem;width:22.5625rem;position:absolute;display:block;z-index:15004;background-color:#f7f3ed;background-image:none;top:0.9052734375rem;left:50.96875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl { background-color:#ffffff;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; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container { background-color: transparent; background-image: none; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container > .video-iframe-container { display: none; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row > .video-iframe-container { display: none; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .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); }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container { border-width: 0; border-radius: 0; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#EiFvFBsBgM3uw9CmkyKQAoUZAUyIA8u4 { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.25rem 0.25rem 0rem #000000 ;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 tight";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.6875rem;left:26.59375rem;display:block; }
#qHvePpT4m8z3r9AAQoTdEzsqOC5J3fAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k { 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; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row .container { background-color: transparent; background-image: none; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row .container > .video-iframe-container { display: none; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row > .video-iframe-container { display: none; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .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); }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row .container { border-width: 0; border-radius: 0; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#ADbXbOqbeZPM3gF7gQ00kUpEOCVTN8Fc { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"barlow semi condensed";font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQgQGZyiex6Syp5QX6UTTVi3rKtieGlv { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:"inter tight";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5rem;left:19.125rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP { 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; }#QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP > .row .container { background-color: transparent; background-image: none; }#QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP > .row .container > .video-iframe-container { display: none; }#QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP > .row > .video-iframe-container { display: none; }#QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP > .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); }#QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP > .row .container { border-width: 0; border-radius: 0; }#QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;overflow:visible;position:relative;display:block; }#yJMrxNZuvqc6TciN7oDFyMCZZFRIst1O { box-sizing:content-box;height:4.25rem;width:8.75rem;position:absolute;display:block;z-index:15011;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ca6db415-00da-4d39-8297-ce50f544ff59/cliente_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.125rem;left:4.71875rem;display:block; }#yJMrxNZuvqc6TciN7oDFyMCZZFRIst1O.adaptive-delivery-prevent-bg, #yJMrxNZuvqc6TciN7oDFyMCZZFRIst1O.lazyload, #yJMrxNZuvqc6TciN7oDFyMCZZFRIst1O.lazyloading { background-image: none; }
#GU66pMwoPRvBll3dMyaO71USapMgtlRu { box-sizing:content-box;height:4.25rem;width:8.75rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/7cee4373-4815-4b0f-8d20-e1565f95a0fb/cliente_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.125rem;left:15.96875rem;display:block; }#GU66pMwoPRvBll3dMyaO71USapMgtlRu.adaptive-delivery-prevent-bg, #GU66pMwoPRvBll3dMyaO71USapMgtlRu.lazyload, #GU66pMwoPRvBll3dMyaO71USapMgtlRu.lazyloading { background-image: none; }
#vaBAaSeGLFcc4bK45LQ5slvm4MLFJBeF { box-sizing:content-box;height:4.25rem;width:8.75rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a705437a-b1bd-43d4-b6b1-7722cd722b08/cliente_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.125rem;left:27.65625rem;display:block; }#vaBAaSeGLFcc4bK45LQ5slvm4MLFJBeF.adaptive-delivery-prevent-bg, #vaBAaSeGLFcc4bK45LQ5slvm4MLFJBeF.lazyload, #vaBAaSeGLFcc4bK45LQ5slvm4MLFJBeF.lazyloading { background-image: none; }
#L04TK6HNZP7HDCfqvXU5o1ydLUZ3OWcc { box-sizing:content-box;height:3.1875rem;width:6.6875rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a0ef090d-95b8-4d16-9a90-0bfec83cbc9e/cliente_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.65625rem;left:39.78125rem;display:block; }#L04TK6HNZP7HDCfqvXU5o1ydLUZ3OWcc.adaptive-delivery-prevent-bg, #L04TK6HNZP7HDCfqvXU5o1ydLUZ3OWcc.lazyload, #L04TK6HNZP7HDCfqvXU5o1ydLUZ3OWcc.lazyloading { background-image: none; }
#qGK1K5tT0A2Z90Z9KfNVzxXRKh6QhSoC { box-sizing:content-box;height:4.25rem;width:8.75rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/be85c9e4-9a1f-498f-a000-a8a18f0c7001/52d54aa2cc01418d8fd093fa37be7545.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.0625rem;left:50.21875rem;display:block; }#qGK1K5tT0A2Z90Z9KfNVzxXRKh6QhSoC.adaptive-delivery-prevent-bg, #qGK1K5tT0A2Z90Z9KfNVzxXRKh6QhSoC.lazyload, #qGK1K5tT0A2Z90Z9KfNVzxXRKh6QhSoC.lazyloading { background-image: none; }
#TlmHC7v2pgP89ZfbVQWwu7IBq5hTr9Xp { box-sizing:content-box;height:4.25rem;width:8.75rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/baad1e28-8dbe-4495-ba92-46123fc3694c/cliente_6_ok.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.3125rem;left:61.21875rem;display:block; }#TlmHC7v2pgP89ZfbVQWwu7IBq5hTr9Xp.adaptive-delivery-prevent-bg, #TlmHC7v2pgP89ZfbVQWwu7IBq5hTr9Xp.lazyload, #TlmHC7v2pgP89ZfbVQWwu7IBq5hTr9Xp.lazyloading { background-image: none; }
#XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9 { 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; }#XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9 > .row .container { background-color: transparent; background-image: none; }#XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9 > .row .container > .video-iframe-container { display: none; }#XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9 > .row > .video-iframe-container { display: none; }#XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9 > .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); }#XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9 > .row .container { border-width: 0; border-radius: 0; }#XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;overflow:visible;position:relative;display:block; }#c0ZxgUUROFoJkHpPfEHbiF902C6WSblg { box-sizing:content-box;height:4.25rem;width:8.75rem;position:absolute;display:block;z-index:15011;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ea9ba6cd-da70-469d-808b-0f27a6218beb/cliente_7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.125rem;left:4.71875rem;display:block; }#c0ZxgUUROFoJkHpPfEHbiF902C6WSblg.adaptive-delivery-prevent-bg, #c0ZxgUUROFoJkHpPfEHbiF902C6WSblg.lazyload, #c0ZxgUUROFoJkHpPfEHbiF902C6WSblg.lazyloading { background-image: none; }
#OI1VdycGIeVc6SmGAL3TnQRMHNwOeEd6 { box-sizing:content-box;height:4.25rem;width:8.75rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e6148ba4-27d0-4a59-8faa-a59e309b5937/cliente_8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.125rem;left:15.96875rem;display:block; }#OI1VdycGIeVc6SmGAL3TnQRMHNwOeEd6.adaptive-delivery-prevent-bg, #OI1VdycGIeVc6SmGAL3TnQRMHNwOeEd6.lazyload, #OI1VdycGIeVc6SmGAL3TnQRMHNwOeEd6.lazyloading { background-image: none; }
#vviwS5EPWNdpTleyb1TCTVOSAxP0WfLP { box-sizing:content-box;height:3.3125rem;width:6.9375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a967c35a-a370-4ca5-8784-9ff1a8c43b94/cliente_9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.59375rem;left:29.21875rem;display:block; }#vviwS5EPWNdpTleyb1TCTVOSAxP0WfLP.adaptive-delivery-prevent-bg, #vviwS5EPWNdpTleyb1TCTVOSAxP0WfLP.lazyload, #vviwS5EPWNdpTleyb1TCTVOSAxP0WfLP.lazyloading { background-image: none; }
#rIuGkixJw1k8HfTuT5ZKrC3LOI8rGKF1 { box-sizing:content-box;height:2.8125rem;width:6rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/99f0b256-9f2f-450d-b618-83c7ddcea8e9/cliente_10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.84375rem;left:40.40625rem;display:block; }#rIuGkixJw1k8HfTuT5ZKrC3LOI8rGKF1.adaptive-delivery-prevent-bg, #rIuGkixJw1k8HfTuT5ZKrC3LOI8rGKF1.lazyload, #rIuGkixJw1k8HfTuT5ZKrC3LOI8rGKF1.lazyloading { background-image: none; }
#C1px7gHZVRAo1uT2Vd2NCGTOQ6OMTUT3 { box-sizing:content-box;height:3.5rem;width:7.3125rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/fb4a9727-1688-4bf5-bae8-cf0aa96ba2d0/cliente_11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.5rem;left:50.84375rem;display:block; }#C1px7gHZVRAo1uT2Vd2NCGTOQ6OMTUT3.adaptive-delivery-prevent-bg, #C1px7gHZVRAo1uT2Vd2NCGTOQ6OMTUT3.lazyload, #C1px7gHZVRAo1uT2Vd2NCGTOQ6OMTUT3.lazyloading { background-image: none; }
#EqNraT6io31FuuavVZDsx5TSy5bcX34X { box-sizing:content-box;height:3.75rem;width:7.8125rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/abaf0e6e-b127-4cf7-bd98-c9ad34a2c342/cliente_12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.375rem;left:62.03125rem;display:block; }#EqNraT6io31FuuavVZDsx5TSy5bcX34X.adaptive-delivery-prevent-bg, #EqNraT6io31FuuavVZDsx5TSy5bcX34X.lazyload, #EqNraT6io31FuuavVZDsx5TSy5bcX34X.lazyloading { background-image: none; }
#MtcQQia2SqNtDiup3xytQv3pVIBXakqM { 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; }#MtcQQia2SqNtDiup3xytQv3pVIBXakqM > .row .container { background-color: transparent; background-image: none; }#MtcQQia2SqNtDiup3xytQv3pVIBXakqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtcQQia2SqNtDiup3xytQv3pVIBXakqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtcQQia2SqNtDiup3xytQv3pVIBXakqM > .row .container > .video-iframe-container { display: none; }#MtcQQia2SqNtDiup3xytQv3pVIBXakqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtcQQia2SqNtDiup3xytQv3pVIBXakqM > .row > .video-iframe-container { display: none; }#MtcQQia2SqNtDiup3xytQv3pVIBXakqM > .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); }#MtcQQia2SqNtDiup3xytQv3pVIBXakqM > .row .container { border-width: 0; border-radius: 0; }#MtcQQia2SqNtDiup3xytQv3pVIBXakqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MtcQQia2SqNtDiup3xytQv3pVIBXakqM > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;overflow:visible;position:relative;display:block; }#BVAI13CX4KTMS8pJi3lZ1TdRykGJ1AZS { box-sizing:content-box;height:3.375rem;width:7.0625rem;position:absolute;display:block;z-index:15011;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e66be03d-9dda-4b68-8488-af8249f36cf4/cliente_13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.5625rem;left:5.28125rem;display:block; }#BVAI13CX4KTMS8pJi3lZ1TdRykGJ1AZS.adaptive-delivery-prevent-bg, #BVAI13CX4KTMS8pJi3lZ1TdRykGJ1AZS.lazyload, #BVAI13CX4KTMS8pJi3lZ1TdRykGJ1AZS.lazyloading { background-image: none; }
#k15NM8bCz7JAbDTa1m57l49AWKNiXS16 { box-sizing:content-box;height:4.25rem;width:8.75rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/50f7e649-aa82-4798-a1d7-a9b4e4d0ddf7/cliente_14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.125rem;left:16.65625rem;display:block; }#k15NM8bCz7JAbDTa1m57l49AWKNiXS16.adaptive-delivery-prevent-bg, #k15NM8bCz7JAbDTa1m57l49AWKNiXS16.lazyload, #k15NM8bCz7JAbDTa1m57l49AWKNiXS16.lazyloading { background-image: none; }
#zyQ5koPfJz94TupDSQeyUaNxdg1ycyl3 { box-sizing:content-box;height:3.3125rem;width:6.9375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a67116e0-bda3-4b3f-a487-55eea6bb8c18/cliente_15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.59375rem;left:29.21875rem;display:block; }#zyQ5koPfJz94TupDSQeyUaNxdg1ycyl3.adaptive-delivery-prevent-bg, #zyQ5koPfJz94TupDSQeyUaNxdg1ycyl3.lazyload, #zyQ5koPfJz94TupDSQeyUaNxdg1ycyl3.lazyloading { background-image: none; }
#n09mXuHQHTeTZ5QOLRRcvzR1brnJIJcM { box-sizing:content-box;height:3rem;width:6.5625rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5118d9fe-260e-479b-8536-48a9a6631fa6/cliente_16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.75rem;left:40.03125rem;display:block; }#n09mXuHQHTeTZ5QOLRRcvzR1brnJIJcM.adaptive-delivery-prevent-bg, #n09mXuHQHTeTZ5QOLRRcvzR1brnJIJcM.lazyload, #n09mXuHQHTeTZ5QOLRRcvzR1brnJIJcM.lazyloading { background-image: none; }
#Ezf6wyuINJVK46aKBC8FKOL3KrHCVpfs { box-sizing:content-box;height:3.75rem;width:8rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1479356c-6d8c-4255-85d5-4825d4f949a7/cliente_17.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.375rem;left:50.40625rem;display:block; }#Ezf6wyuINJVK46aKBC8FKOL3KrHCVpfs.adaptive-delivery-prevent-bg, #Ezf6wyuINJVK46aKBC8FKOL3KrHCVpfs.lazyload, #Ezf6wyuINJVK46aKBC8FKOL3KrHCVpfs.lazyloading { background-image: none; }
#WxOXDcZ0WDnKqdsrv8yrMQThz9IWEm54 { box-sizing:content-box;height:3.75rem;width:7.8125rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/3f90b791-6369-4187-ae1a-d76f78dfecad/cliente_18.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.375rem;left:62.03125rem;display:block; }#WxOXDcZ0WDnKqdsrv8yrMQThz9IWEm54.adaptive-delivery-prevent-bg, #WxOXDcZ0WDnKqdsrv8yrMQThz9IWEm54.lazyload, #WxOXDcZ0WDnKqdsrv8yrMQThz9IWEm54.lazyloading { background-image: none; }
#DTklSEstcnmIRiIwEKsuESqv72loSGp7 { 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; }#DTklSEstcnmIRiIwEKsuESqv72loSGp7 > .row .container { background-color: transparent; background-image: none; }#DTklSEstcnmIRiIwEKsuESqv72loSGp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTklSEstcnmIRiIwEKsuESqv72loSGp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTklSEstcnmIRiIwEKsuESqv72loSGp7 > .row .container > .video-iframe-container { display: none; }#DTklSEstcnmIRiIwEKsuESqv72loSGp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTklSEstcnmIRiIwEKsuESqv72loSGp7 > .row > .video-iframe-container { display: none; }#DTklSEstcnmIRiIwEKsuESqv72loSGp7 > .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); }#DTklSEstcnmIRiIwEKsuESqv72loSGp7 > .row .container { border-width: 0; border-radius: 0; }#DTklSEstcnmIRiIwEKsuESqv72loSGp7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTklSEstcnmIRiIwEKsuESqv72loSGp7 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;overflow:visible;position:relative;display:block; }#pQOyGF2cNTX1h1SidfSwqc6PxVn9m6r3 { box-sizing:content-box;height:3.375rem;width:7.0625rem;position:absolute;display:block;z-index:15011;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f4c51cb9-bd99-4c4d-8681-aba3e1992bde/cliente_19.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.5625rem;left:5.28125rem;display:block; }#pQOyGF2cNTX1h1SidfSwqc6PxVn9m6r3.adaptive-delivery-prevent-bg, #pQOyGF2cNTX1h1SidfSwqc6PxVn9m6r3.lazyload, #pQOyGF2cNTX1h1SidfSwqc6PxVn9m6r3.lazyloading { background-image: none; }
#lPWg9EiWqBBoI9NPDqkqA6tq7TAFEriD { box-sizing:content-box;height:3.0625rem;width:6.375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/9417629e-af68-4455-99b4-5f1ec162f8da/cliente_20.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.71875rem;left:17.59375rem;display:block; }#lPWg9EiWqBBoI9NPDqkqA6tq7TAFEriD.adaptive-delivery-prevent-bg, #lPWg9EiWqBBoI9NPDqkqA6tq7TAFEriD.lazyload, #lPWg9EiWqBBoI9NPDqkqA6tq7TAFEriD.lazyloading { background-image: none; }
#wCy0Dxhh9EHqLXk8EJAE5J1CVbzvhmAT { box-sizing:content-box;height:3.3125rem;width:6.9375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/bd5d7cce-2f46-4c61-88b1-45ea8924f4ae/cliente_21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.59375rem;left:29.21875rem;display:block; }#wCy0Dxhh9EHqLXk8EJAE5J1CVbzvhmAT.adaptive-delivery-prevent-bg, #wCy0Dxhh9EHqLXk8EJAE5J1CVbzvhmAT.lazyload, #wCy0Dxhh9EHqLXk8EJAE5J1CVbzvhmAT.lazyloading { background-image: none; }
#ROrkQlmH8T3Io4dFX6zNdrnQ5oJz3tMi { box-sizing:content-box;height:3rem;width:6.5625rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4aeca27a-7332-47ae-9cbd-f15f8696d8c2/cliente_22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.75rem;left:40.03125rem;display:block; }#ROrkQlmH8T3Io4dFX6zNdrnQ5oJz3tMi.adaptive-delivery-prevent-bg, #ROrkQlmH8T3Io4dFX6zNdrnQ5oJz3tMi.lazyload, #ROrkQlmH8T3Io4dFX6zNdrnQ5oJz3tMi.lazyloading { background-image: none; }
#M3M1NlAVqSubHaQiiDzIPcyMqSEcgz3t { box-sizing:content-box;height:3.75rem;width:8rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e6b2eab7-3d3f-41ca-96c3-7e4c29506cd5/cliente_23.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.375rem;left:50.40625rem;display:block; }#M3M1NlAVqSubHaQiiDzIPcyMqSEcgz3t.adaptive-delivery-prevent-bg, #M3M1NlAVqSubHaQiiDzIPcyMqSEcgz3t.lazyload, #M3M1NlAVqSubHaQiiDzIPcyMqSEcgz3t.lazyloading { background-image: none; }
#J1uzH726o12Z4cvVrfSfxK7BfaeM0ci8 { box-sizing:content-box;height:3.75rem;width:7.8125rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e2db5680-c97d-4382-87ca-38e1b095e16c/cliente_24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.375rem;left:62.03125rem;display:block; }#J1uzH726o12Z4cvVrfSfxK7BfaeM0ci8.adaptive-delivery-prevent-bg, #J1uzH726o12Z4cvVrfSfxK7BfaeM0ci8.lazyload, #J1uzH726o12Z4cvVrfSfxK7BfaeM0ci8.lazyloading { background-image: none; }
#wHzMMsIHEUd270lh1bPOH0h6fovv7eUI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#wHzMMsIHEUd270lh1bPOH0h6fovv7eUI > .row .container { background-color: transparent; background-image: none; }#wHzMMsIHEUd270lh1bPOH0h6fovv7eUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHzMMsIHEUd270lh1bPOH0h6fovv7eUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHzMMsIHEUd270lh1bPOH0h6fovv7eUI > .row .container > .video-iframe-container { display: none; }#wHzMMsIHEUd270lh1bPOH0h6fovv7eUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHzMMsIHEUd270lh1bPOH0h6fovv7eUI > .row > .video-iframe-container { display: none; }#wHzMMsIHEUd270lh1bPOH0h6fovv7eUI > .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); }#wHzMMsIHEUd270lh1bPOH0h6fovv7eUI > .row .container { border-width: 0; border-radius: 0; }#wHzMMsIHEUd270lh1bPOH0h6fovv7eUI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wHzMMsIHEUd270lh1bPOH0h6fovv7eUI > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#zZQbW4Pyfif8yw94Dp2lyM0XwTyhiDAX { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9248046875rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qeSuvcWCULBlTdG98K4w6XdXumb2CWeh { box-sizing:content-box;height:2.625rem;width:37.875rem;position:absolute;display:block;z-index:15001;background-color:#f7e397;background-image:none;top:1.625rem;left:18.53125rem;display:block; }
#dJs5VKK7WwAuN9L1T77JgRvrbzeB3O2T { box-sizing:content-box;height:2.625rem;width:37.875rem;position:absolute;display:block;z-index:15001;background-color:#f7e397;background-image:none;top:1.625rem;left:18.53125rem;display:none; }
#GzQvZcb1TyKszNblBI7g55ikbZRMcDUk { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.025390625rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTHXhT3XfpW4Sr2N0mkmkLhWrk2ZgDf9 { box-sizing:content-box;height:2.625rem;width:33.5625rem;position:absolute;display:block;z-index:15002;background-color:#f7e397;background-image:none;top:4.6875rem;left:20.75rem;display:block; }
#JQltkwbNrC5TMkqTSp6sTbb1PiU13BaA { color:#efcde5;display:block;width:32.25rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.962890625rem;left:21.375rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container { background-color: transparent; background-image: none; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container > .video-iframe-container { display: none; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row > .video-iframe-container { display: none; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .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); }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container { border-width: 0; border-radius: 0; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:75rem;position:relative;display:block; }#oFUOtRTEtET4voI4TdrJb931vgVHKfcQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#oFUOtRTEtET4voI4TdrJb931vgVHKfcQ > .row .container { background-color: transparent; background-image: none; }#oFUOtRTEtET4voI4TdrJb931vgVHKfcQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFUOtRTEtET4voI4TdrJb931vgVHKfcQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFUOtRTEtET4voI4TdrJb931vgVHKfcQ > .row .container > .video-iframe-container { display: none; }#oFUOtRTEtET4voI4TdrJb931vgVHKfcQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFUOtRTEtET4voI4TdrJb931vgVHKfcQ > .row > .video-iframe-container { display: none; }#oFUOtRTEtET4voI4TdrJb931vgVHKfcQ > .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); }#oFUOtRTEtET4voI4TdrJb931vgVHKfcQ > .row .container { border-width: 0; border-radius: 0; }#oFUOtRTEtET4voI4TdrJb931vgVHKfcQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFUOtRTEtET4voI4TdrJb931vgVHKfcQ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#N2rb5lublTHN07fifTAp2L6UMF7PGeEW { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"inter tight";font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:6.5rem;left:35.75rem;height:9.125rem;font-style:normal;display:block; }#N2rb5lublTHN07fifTAp2L6UMF7PGeEW li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N2rb5lublTHN07fifTAp2L6UMF7PGeEW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
#wvWR3wlJCTqIOWC4FXDAcB9GlOyzoKFT { box-sizing:content-box;height:1.875rem;width:15.3125rem;position:absolute;display:block;z-index:15004;background-color:#f7e397;background-image:none;top:12.1875rem;left:37.6875rem;display:block; }
#BwM14n62kALeiUXLpJNVhbwwyKV82oUt { box-sizing:content-box;height:1.625rem;width:12.1875rem;position:absolute;display:block;z-index:15005;background-color:#f7e397;background-image:none;top:14.125rem;left:37.6875rem;display:block; }
#go0h7i37Lv3n0SdluzTpKG8lMmmAnLGy { box-sizing:content-box;height:1.9375rem;width:16.375rem;position:absolute;display:block;z-index:15003;background-color:#f7e397;background-image:none;top:9.25rem;left:37.6875rem;display:block; }
#QtENWwP7UqaNXGJQfxnvoRtZwtK192X9 { 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:18.625rem;width:18.625rem;top:0rem;left:14rem;overflow:hidden;display:block; }
#k4iZHyKdhLSPaTrKfn8hzGzXBksnu8dZ { box-sizing:content-box;height:1.9375rem;width:12.3125rem;position:absolute;display:block;z-index:15002;background-color:#f7e397;background-image:none;top:6.5rem;left:37.6875rem;display:block; }
#JDi0dOiXIGVaBKxk3vA9pyVTtUtwpSrS { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:"barlow semi condensed";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:34.6875rem;height:2.61230625rem;font-style:normal;display:block; }
#gF1B25297kSzwelUs8AyaMVmXH5JEWpl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:15.375rem;top:11.1875rem;left:3.76708984375rem;overflow:hidden;display:block; }
#CZDw1F9Fx9VNT1I5WFVxuwLBsXEeNpON { position:absolute;display:block;z-index:15003;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.6875rem;width:13.9375rem;top:12.1875rem;left:56.1875rem;overflow:hidden;display:block; }
#VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL > .row .container { background-color: transparent; background-image: none; }#VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL > .row .container > .video-iframe-container { display: none; }#VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL > .row > .video-iframe-container { display: none; }#VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL > .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); }#VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL > .row .container { border-width: 0; border-radius: 0; }#VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#TzprLLilUyH5NnoINKbQFfJ73pM2qWnk { position:absolute;display:block;z-index:15003;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:18.9375rem;width:17.875rem;top:13.8125rem;left:38.6875rem;overflow:hidden;display:block; }
#MHvH2zgZ7rA2JCVAwhHL8Nfcr471aCgP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:15.5rem;top:22.40625rem;left:56.5625rem;overflow:hidden;display:block; }
#fyR7UBKKoarf7Ck7z8PrNRO0UaOWdDUT { color:#000102;display:block;width:30.75rem;position:absolute;font-family:"barlow semi condensed";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.5498046875rem;left:6.1875rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A7Mici7Of2l1qGhaI0QTgNr9tMq6ARq2 { box-sizing:content-box;height:14rem;width:29.8125rem;position:absolute;display:block;z-index:15006;background-color:#efcde5;background-image:none;top:9.75rem;left:5.09375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;box-shadow: 0.3125rem 0.3125rem 0rem #000000 ;display:block; }
#dGNRohCbLrPBudz6WSsRzrD50utNNlEp { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:"inter tight";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:11.71875rem;left:8.53125rem;height:10.3125rem;font-style:normal;display:block; }
#epoMeTJtQaEu9AUoedG8pWReTOB37eDL { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:26.4375rem;left:7.875rem;height:5.34375rem;font-style:normal;display:block; }
#RAfNmcTJdZoun9McfCmrsb3cXgBrkLhb { box-sizing:content-box;height:7rem;width:22.5625rem;position:absolute;display:block;z-index:15004;background-color:#b0e4da;background-image:none;top:25.3125rem;left:6.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#hippcCU5HEVPp3bGw8MWcuZCFCuQZX5c { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:11.3125rem;top:1.6875rem;left:42.21875rem;overflow:hidden;display:block; }
#A52KAFs5ZeWLHMCE2rJtDkbDFSqdImbH { position:absolute;display:block;z-index:15004;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:18rem;width:18rem;top:2.5498046875rem;left:56.875rem;overflow:hidden;display:block; }
#lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM > .row .container { background-color: transparent; background-image: none; }#lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM > .row .container > .video-iframe-container { display: none; }#lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM > .row > .video-iframe-container { display: none; }#lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM > .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); }#lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM > .row .container { border-width: 0; border-radius: 0; }#lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#s2FnyhKxM5m5q1MgiKH5C4iRlTfSF1p6 { 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:24.875rem;width:22.1875rem;top:1.5rem;left:14.3125rem;overflow:hidden;display:block; }
#QM94sfq3NQv3hhJzlhIzGXy9XRvGT5ra { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:23.25rem;top:0rem;left:39.25rem;overflow:hidden;display:block; }
#ZVqARcgkFz96ciNrOqRQe8xqrsMlbXhK { position:absolute;display:block;z-index:15003;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:18.9375rem;width:17.875rem;top:13.8125rem;left:38.6875rem;overflow:hidden;display:none; }
#TOyXm7QwTnG15Auo51EdcIlmxLmJsLh5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:15.5rem;top:22.40625rem;left:56.5625rem;overflow:hidden;display:none; }
#tFl2TbgK2ddaCVWHCPobeeVuA1cCl99g { position:absolute;display:block;z-index:15004;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:18rem;width:18rem;top:2.5498046875rem;left:56.875rem;overflow:hidden;display:none; }
#SssUQyu3evf2ndCDS3Ez9OxLCAeZFD9U { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:11.3125rem;top:1.6875rem;left:42.21875rem;overflow:hidden;display:none; }
#E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #864df9;background-color:#f7f3ed;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; }#E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT > .row .container { background-color: transparent; background-image: none; }#E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT > .row .container > .video-iframe-container { display: none; }#E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT > .row > .video-iframe-container { display: none; }#E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT > .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); }#E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT > .row .container { border-width: 0; border-radius: 0; }#E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row .container { background-color: transparent; background-image: none; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row .container > .video-iframe-container { display: none; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row > .video-iframe-container { display: none; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .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); }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row .container { border-width: 0; border-radius: 0; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#Nxfi0PSr5ty8wE9QmoKhlht8lO10Kgf5 { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:11.3125rem;left:24.15625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKT64bzmW4XfMGaAcFgUKhT8UReKJp1c { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"inter tight";font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:7.9375rem;left:23.875rem;height:2.5371125rem;font-style:normal;display:block; }
#doqO6TEFUhlXnTG3dkkPIll0rBoGutll { box-sizing:content-box;height:2.875rem;width:28.9375rem;position:absolute;display:block;z-index:15002;background-color:#f7e397;background-image:none;top:7.8125rem;left:23.0625rem;display:block; }
#TWJC1rNq6naJkX3iAnSIW9sbTBldK9Da { color:#f7e397;display:block;width:75rem;position:absolute;font-family:"barlow semi condensed";font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.46728515625rem;left:0rem;height:3.98730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { background-color: transparent; background-image: none; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container > .video-iframe-container { display: none; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row > .video-iframe-container { display: none; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .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); }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { border-width: 0; border-radius: 0; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#oaQvWpxm3qIxEBDoQ1nytseOby5tyM9W { color:#f7e397;display:block;width:17.3125rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.4375rem;left:10.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-form-header {  }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:24.5625rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text { border-top-left-radius:4.75rem;border-top-right-radius:4.75rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:4.75rem;background-color:rgba(255,255,255,0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #f7e397;border-left:0.125rem solid #f7e397;border-right:0.125rem solid #f7e397;border-bottom:0.125rem solid #f7e397;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.5625rem;box-sizing:border-box;height:2.6875rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:montserrat;text-align:center;text-align-last:center;vertical-align:top; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-textarea { border-top-left-radius:4.75rem;border-top-right-radius:4.75rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:4.75rem;background-color:rgba(255,255,255,0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #f7e397;border-left:0.125rem solid #f7e397;border-right:0.125rem solid #f7e397;border-bottom:0.125rem solid #f7e397;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.5625rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:montserrat;text-align:center;text-align-last:center;vertical-align:top; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select { border-top-left-radius:6.75rem;border-top-right-radius:6.75rem;border-bottom-left-radius:6.75rem;border-bottom-right-radius:6.75rem;background-color:rgba(255,255,255,0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #f7e397;border-left:0.125rem solid #f7e397;border-right:0.125rem solid #f7e397;border-bottom:0.125rem solid #f7e397;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.5625rem;box-sizing:border-box;height:2.6875rem;color:#ffffff;font-family:"inter tight";font-size:0.9375rem;overflow:hidden;text-align:center;text-align-last:center;vertical-align:top; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .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; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-button { border-top-left-radius:6.3125rem;border-top-right-radius:6.3125rem;border-bottom-left-radius:6.3125rem;border-bottom-right-radius:6.3125rem;background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem 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;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:#050b0d;width:24.5625rem;height:4.3125rem;font-family:"inter tight";overflow:hidden;box-shadow: 0.25rem 0.25rem 0rem #f7e397 ; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"inter tight";font-size:0.9375rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"inter tight";font-size:0.9375rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"inter tight";font-size:0.9375rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"inter tight";font-size:0.9375rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23.375rem;overflow:hidden;font-style:normal;float:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .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; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container:first-of-type{padding-top:0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container:last-of-type{padding-bottom:0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.59375rem;left:44rem; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.5625rem;display:block;vertical-align:top; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy {display:block;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.59375rem;left:44rem; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #HPV7iCgQZgU1DoE7VpBVrl0VRUo6SLwp { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #oloTNdkvKtt42qcUrerQuBCIdaZV0Bb5 { position:relative;display:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #qmPv3M10GgeKO3nNM3qqvXd9quEmVV6m { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #LOkAaQnEqJ2V9a9munuBArc3hxFpJdmG { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #Wir2FIhmip4CXxmvClry8HakEkqOT4FT { position:relative;display:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MppHUKoyhVCOvIN4f53eN6MFyWxQl2IU { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #hMISZLEWtB6dxzixboQFtxWdecPrzLnk { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #xAOpmFUGQDbrW7A0UBX5h2Nng8dJvsWD { position:relative;display:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JIbphylvHoLLf8qTq06BIykOJi4KU0Ey { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #aBaiTZUvw8ixR9G6xk4DHTz85EboDkfC { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #UofVxKWZv1q7DdJNqzzmveey0gTTARs1 { position:relative;display:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #k6LPTecZObGXzr0KsE6VMvth02DrseyT { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #m4Qv2SzGVzVo8NOKNTWc2iTcmWRC6a8O { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #DONIsoUadurKH0vsPNBIditk07fkwNeG { position:relative;display:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #rpbGkaEDGhshb6QafyWo2lOhynDPS839 { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #su2AKrXbSetRD1cW4D5ulcTXQHXs4UUe { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JOVlL3cTvaZAtQntkgnzJR0wRozHzidH { position:relative;display:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #cmFFmtDwU2X4smZyFiQR6K0MzOKCLSIF { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #CdvmG3WTWv9yog1dLWVk426frFuqhitV { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #c1EFoD28Tt5sGW8Z4HcEJrRiFVTAieLi { position:relative;display:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #ZEHO9EtHgE3oXxgGbZg7FSXtdWimHHAX { position:relative; }
#DFG4TVPxH2sQltduPHNPvASyBDuZKWr9 { position:relative;display:block; }
#GqBoAReTPB7tAtBBTwC3SC2tzQ43onO8 { position:relative;display:block; }
#QyKZRSrJqJTEQqVtEQQcJx01589CVXGE { position:relative;display:block; }
#RO8raGK5u6sInvdfsLMvQGvpsSXyWdVO { position:relative;display:block; }
#vDgazfLoz6RqMpm2FbItIToeaKM8cI6N { position:relative;display:block; }
#Tgkl4io1pDr6w01Uu7Fy4M3yZG7VLgs0 { position:relative;display:block; }
#VHxOERsXWnG8onXZgyr0H7yGASmqGwrq { position:relative;display:block; }
#qRKNs9lTz5uVeDnb68Oke3LlelxT9SGq { position:relative;display:block; }
#Eam5ZknThOETfzcKfc6dziGRhVqJya7f { position:relative;display:block; }
#Rkwsn77B1T3H6DbNCuh4sBXTWJyITQ1V { position:relative;display:block; }
#Pd9IgCsDN1qKinxXuLAx8vaxQ7EKB9nT { position:relative;display:block; }
#exEwOK1v671KPXp2vTA4l8PXOaIcLMbu { position:relative;display:block; }
#kekgOTVFsib92rtdearT1POAe8zUcI2P { position:relative;display:block; }
#f57rl9kF7EmTHxRlBlDqB9Pr2n4QPxEQ { position:relative;display:block; }
#lEMbkoJTJtRml7ciZmtZASTsTz4UP1xw { position:relative;display:block; }
#cJNODvGvT8qW0Su7Zab6OgLghKfiPIoT { position:relative;display:block; }
#xylMgKWzVeqZLCQNndS3wq1WS5v6MCks { position:relative;display:block; }
#wGw2EIvGINXO76WG0zcJWrb2PAoLKqM5 { position:relative;display:block; }
#ic4oz4eI1dKGTQ7qEloFsyKRQEOTvyEC { position:relative;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MGq1dHeXVEdsrPTXO3tZniI0sFR1aF2m { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #pGptCvFdlUGrK1m8gDgerfwuFB4oKu4d { position:relative; }
#JxqVGx9SGp5RTXfVSfUuhh1QqHLpWUlz { color:#f7e397;display:block;width:25.8125rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.19970703125rem;left:44.625rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GWQLk1oWzqJGoD6uiGc6oxkMUhS8zxoo { 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:25.3125rem;width:22rem;top:3.8125rem;left:7.75rem;overflow:hidden;display:block; }
#DZMJZ9r4m16MZD8DstHlHnXnn8KUdziP { box-sizing:content-box;height:6.5rem;width:18.875rem;position:absolute;display:block;z-index:15004;background-color:#864df9;background-image:none;top:26.8125rem;left:9.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;box-shadow: none;display:block; }
#gT2OEtKF2Vk2E1WvclBbxIBJbB7Gyubl { color:#f7e397;display:block;width:17.3125rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.4375rem;left:10.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OaPZRK5EROXHDHiUw0l0Xa81WHD2D1xh { 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:67.5rem;width:67.5rem;display:none; }
#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { background-color: transparent; background-image: none; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container > .video-iframe-container { display: none; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row > .video-iframe-container { display: none; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .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); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { border-width: 0; border-radius: 0; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#AzoUwpt3n8rsHXiev95dGKqlD4q7KXK0 { color:rgba(255,255,255,0.61);display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.427734375rem;left:0rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Go8xHVz8JXVN7Bi59fQbJRxhTVXsDpwl { position:relative;display:none; }#Go8xHVz8JXVN7Bi59fQbJRxhTVXsDpwl { border-width: 0; border-radius: 0; }#Go8xHVz8JXVN7Bi59fQbJRxhTVXsDpwl > .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; }#Go8xHVz8JXVN7Bi59fQbJRxhTVXsDpwl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GlVIvyCIMA30hWW0PoGGffEmmD2e7e9U { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.25rem 0.25rem 0rem #000000 ;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 tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:4.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.25927734375rem;left:3.5rem;display:none; }
#JmC6Gn6PJRgZA2h6rZEQ8dSToK7FlKa8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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;bottom:0rem;left:0rem;right:0rem;display:block; }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .row .container { background-color: transparent; background-image: none; }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .row .container > .video-iframe-container { display: none; }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .row > .video-iframe-container { display: none; }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .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); }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .row .container { border-width: 0; border-radius: 0; }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#Cnh8wxpdBvVO6fO4SdGh3PGmBqBpXZNt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:70.625rem; }
#Cnh8wxpdBvVO6fO4SdGh3PGmBqBpXZNt > img { max-width: 100%;max-height:100%; width:4.375rem; height:4.375rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH { display:block; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrxCtukrlS45lemSLmRdt7T8fpHLxZR8 { width:10.3125rem;height:4.5rem;top:0.5rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4re3U8FPHutfTTqT8hetOI1WBLJPSzi { width:5.3125rem;height:5rem;top:0.3125rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9nMGOQVVV9xs9FasMRoAo6liUJ49AXv { width:4.5625rem;height:4.375rem;top:0.625rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS6n3he46NgwUf17Ro8kCkUdpHxTKd3l { width:5.375rem;height:5.375rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZKoAlDJ3NUpLSdMSx3X8OhIrVK7fnPH { width:10.125rem;height:2.75rem;top:1.4375rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVexKMuLU1uX72b1Ed5tne2R91nBCkSO { display:block; }
 }@media only screen and (max-width: 763px) { #SuaTbWTMKoOOgZWS31Zx7IpUqPnX6a7t { width:10.8125rem;height:2.75rem;top:1.4375rem;left:11.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZQQ7eHGiPIVhBgnSOhppF1hkCPJaN1Q { display:block; }
 }@media only screen and (max-width: 763px) { #E0Xyk5DvTHD3A2VoE3zQmJRwTWZOGcK9 { width:10.8125rem;height:2.75rem;top:1.4375rem;left:23.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTB02PnmknkbcV1FasMHHlaOpfQOD2Wr { display:block; }
 }@media only screen and (max-width: 763px) { #sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd { display:block; }#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azGK6ZSlPGxdeidogMLT3OGB25l9mOvG { display:block; }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpUB2cad1EgtWxyXIgmqT1WEzdB18Cyd { width:26.25rem;height:4.375rem;top:6.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq0oBUMAKdhxuRvi93zKwCOXLxz1l0LU { width:31.625rem;height:7.5rem;top:16.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCBEB1is19TKhQlnxPuiNIlvfMfvUAN6 { width:24.8125rem;height:4.5625rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzdTrC7ItwMNCqL4iPrTNgFcRz5n16t7 { display:block; }
 }@media only screen and (max-width: 763px) { #EK8RmycdPcIBeLmTItqxTAC3XXTTPdrx { width:29.5625rem;height:2.5rem;top:2.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haUFf4DKVDRqAkqObfL7QqW5ZyzsTWRF { top:1.375rem;left:23.3125rem;width:24.4375rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWZJrwfFxMueXhIcoVQoTlCXLS7IWWNS { top:3.4375rem;left:30.75rem;width:10rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzal9EvT8HD391gwBlRU1QCnzFMS4o5T { top:2.5rem;left:0rem;width:28.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpcKOR17er2OyIIxH1XxCi5Ub3zkGVvH { top:5.9375rem;left:0rem;width:9.5rem;height:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOF4pqNxcUk7pcLGxkB8SPsKP2n0MRWC { width:28.9375rem;height:4.375rem;top:11.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1WwsG1ve4FXAzZgxQm3HmU55LEqZpew { top:48rem;left:0rem;width:20rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh { display:block; }#tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z09zEzpD9QT9zcbX3omrK4pO87mmyxAS { top:0.625rem;left:0rem;width:9.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPO9t9mTx081NFDVO7VS0ygpHxfaIrJa { top:0.5625rem;left:4.25rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWEgoTbpSEsxScduXmz98XK5PAZu6Jee { top:0.5625rem;left:14.375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9cbunInMJL7z1Kvhd7Z7SqrNHrLhOuU { top:0.5625rem;left:24.4375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIRbwuFCuA4rJJZ7Ni3bdAkmZ1qHhBQL { top:0.5625rem;left:34.4375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #KStOGbUs3ERgPuufIJ0e6CNfep9ipiZ3 { top:0.5625rem;left:38.25rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT { display:block; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQLMdWvV6HeBRyg6Oes2kLEuxPydwfcK { width:9.1875rem;height:2.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgssPPkPzRqgvpoP5rbqyTONQ8qWcCul { width:7.6875rem;height:3.1875rem;top:1.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLaeJAqHKRpeg9araJSucO6E1KEluKsE { width:7.6875rem;height:1.75rem;top:2.1875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkArykO4lIcZKidTA8HJPo5ITHzqKi70 { width:5.25rem;height:1.75rem;top:2.0625rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoUs6kGQcwemV8VvBWeX0lonNxr9PcEa { width:3.8125rem;height:3.8125rem;top:1.0625rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnGxA9ApZXSrBQZv9ZSF5GXz81TIiBVb { width:7.875rem;height:2.1875rem;top:1.875rem;left:37.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuT2TeIhEDd8t1oConlQLGt5tnACG9hB { display:block; }#UuT2TeIhEDd8t1oConlQLGt5tnACG9hB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgFQ11HWGiEees7ko0D9bHco4yHXWC9C { top:2.8125rem;left:6.5rem;width:16.75rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTFbNVFe7MuIuoChdToezStzRAPFkXTn { width:37rem;height:2.5rem;top:3.625rem;left:10.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otpKDFaGtTCVLUuILCN9Mo2lm6KNKmcx { width:35.9375rem;height:1.5625rem;top:6.3125rem;left:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH5WU8mDR19G4SAOzXGtLb6kEBhEOXwb { width:29.5625rem;height:7.125rem;top:9.0625rem;left:18.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTWkHktSJvDhnmwhC0tq2NIgG11oEqeb { top:17.5rem;left:23.875rem;width:22.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN8DDbN89GOhTI3ivRZJUpicib580RZN { width:19.1875rem;height:11.125rem;top:19rem;left:23.875rem;font-size:1rem;display:block; }#kN8DDbN89GOhTI3ivRZJUpicib580RZN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_114507fffb658bc41780bd3f6f3909f4.svg); }
 }@media only screen and (max-width: 763px) { #U6PzMJ2zsEuOLPGc6OtcT9hwXP1SUZ9y { width:22.75rem;height:3.1875rem;top:32.9375rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRBvUoHvoPU4RgUgyxdLBi3k36p7Xdvy { top:15.0625rem;left:0rem;width:10.1875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xASXfy6o7agXocEzqPqdSOh3TztCbIDr { top:5.9375rem;left:0rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFL4yWdsAqGR2NTaBiRQrTsbPN8GSR2D { top:28.9375rem;left:0rem;width:10.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx57mCsxrZIf9kSKeo8ZwFiE8vQABZKs { width:24.8125rem;height:4.5625rem;top:23.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #knH0SnR0ECCMIAVtzR2ItkXfoA3b22yO { display:block; }
 }@media only screen and (max-width: 763px) { #nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 { display:block; }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebTAyelbCdRUEKI8uL8zCxTsqRmAepac { width:24.375rem;height:2.4375rem;top:10.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKgBy8uQHTUGdTwUv6kRTvOQ6gKkc0rE { width:18.75rem;height:2.875rem;top:13.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgEz9BVzAe5GSmsDHNkJuesRNs4DMVgz { width:18.0625rem;height:2.75rem;top:13.125rem;left:13.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCSof566Lv65TGnHIryIyor4VgF8SFXN { width:24.375rem;height:2.4375rem;top:10.5625rem;left:7.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEOISxwoOmuP867WTazdxC1k9qtBZ45U { width:16.125rem;height:4.125rem;top:13.125rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EurHD0tb59QM4yEEnpQOrTpufEnFoIdC { width:24.375rem;height:2.4375rem;top:10.5625rem;left:23.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR059PHanwu2FPH2sZNuy5NB4F6yJfdS { width:6.25rem;height:6.25rem;top:3.125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4TSKlkJTySD9oIrpIdV6ltKCzHSKaqZ { width:6.25rem;height:6.25rem;top:3.125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFu8DA8SwRaQ0tHtnUJHpAKTDFxglgZw { width:6.25rem;height:6.25rem;top:3.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 { display:block; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNQMvQRgmvwUhPBabtSVtukfoOFOp0MF { width:47.75rem;height:3.8125rem;top:2.5rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTRvTghqi9PNRQE6EZFLg9iuUTI9oEHT { width:47.75rem;height:3.3125rem;top:5.6875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbCPQm7m990DkVlEN0tUWDpAyJ2VT247 { display:block; }#SbCPQm7m990DkVlEN0tUWDpAyJ2VT247 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPeZeV8SyOnfZHNeTE7AEuf31XsEGyFf { top:0rem;left:15.875rem;width:31.25rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh8RGQc8OskknizDEiTEnk79Bdgb147X { width:31.1875rem;height:17.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSnRTyWUrlr8WUxmDxx60fwTuHnivL0H { top:1.9375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho { display:block; }#ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTi5oWobEX7dtszNGMvPHPAcI6s4tlLR { top:0.75rem;left:0.59375rem;width:22.6875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTNvfwXFEND1XrcwvWivclIJ2JGTsBM { top:0.6875rem;left:24.4375rem;width:22.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL { display:block; }#TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQP9RzuT1TBNhyT2oMhui2woeEzhwzM9 { top:1.25rem;left:0rem;width:31.25rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmTpG4cyEy0TQoDK33EQrA0Szz6K3gRm { top:1.25rem;left:15.875rem;width:31.25rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWZW0v9vcInl8ZWi2OP9TrJGtWuUCrIT { top:2.9375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtsGmmDzwFKQvoJnZ5R58lEciV0EC2gI { top:2.9375rem;left:23.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt8QR1GPlb9aVD4eV63DRFZuF37X48MF { display:block; }#nt8QR1GPlb9aVD4eV63DRFZuF37X48MF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAMmKADHsml7obbtkiBcob7noB42mrph { top:1rem;left:30.875rem;width:12.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG1ptkaaTolVOxuxCrCmOJdI8iyBfSbM { top:0.5rem;left:0rem;width:31.25rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgoIgFa79lIG1XspQoGTzT7SD58Ti2sv { top:2.5rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB { display:block; }#Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFMv6b8bveuyiKViJVOdDIqbL6wLrHAI { top:1.25rem;left:0rem;width:31.25rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiuBS35pCx9P0wEdxcpIR83DKVtTJTuP { top:1.25rem;left:15.875rem;width:31.25rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMeigWO77dME36qs0Bg8mnVwTiPA4iv { top:3.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMoZzJbF7wAn4NrNJGp6dTBhTEkfG5tf { top:3.0625rem;left:23.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy { display:block; }#SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJPAGiXqk3oWDO5Ghs1SpvE8kl7tkUpX { width:24.8125rem;height:4.5625rem;top:5.8125rem;left:11.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmi88QAMGTnOw7OMTRbk15c7tSQtJ3Qc { display:block; }
 }@media only screen and (max-width: 763px) { #XMyZzzlGK2PI1N2xQhKGIKzcNDTbgPXB { width:33.375rem;height:3.375rem;top:1.4375rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx { display:block; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cykOlVlSnEIZNwBaItbPNr7mdFLx2P6V { width:47.75rem;height:4.125rem;top:2.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz6ROwBDD7rkuQbL4QURMyR0bwAg3CkL { width:30.25rem;height:3.5625rem;top:6.5625rem;left:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRiSnzAWy0r4uX9z48BU6VG46rEp4CoH { width:13.125rem;height:1.6875rem;top:6.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 { display:block; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O77nihq3pkdzcSCE7gupqrcobgqtDLpB { width:18.5625rem;height:3.0625rem;top:11.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAUhI4GmHGnsxZ3HosVKdDTBt4Tei0Ha { width:16.625rem;height:9.8125rem;top:15.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1z5NkKkczyqrRw0lHewX6ZZ8GM7yXyE { width:6.25rem;height:6.25rem;top:3.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miMfdJfSCeNqBXdAfLEHE4sCEcEN6fBT { width:16.625rem;height:9.8125rem;top:14.3125rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxOtqhILXME7cpIxTO1PWXT5P7CBkoOA { width:14.3125rem;height:2.0625rem;top:11.1875rem;left:16.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZxS31rLyJNz7Nx886W96uizvDxFWOB9 { width:5.9375rem;height:5.9375rem;top:3rem;left:36.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLmz3fPez5F7RVIDNSNF5DKUb8wlVNC8 { width:16.625rem;height:8.4375rem;top:15.25rem;left:31rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHuCn4ZhUvTOiv87Fza0oA3uOdvvz0WV { width:16.1875rem;height:3.0625rem;top:11.1875rem;left:31.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9sClgZUnO5JcoibEA1ho6SsyGftEDsg { width:6.25rem;height:6.25rem;top:3.125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTlC0RQB4FW6Qf6kpLaRPPoh6h9tx8pa { width:8.125rem;height:8.125rem;top:2.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDHCT0AOfslMUuyeNUkkgxC81s26yDnB { width:8.125rem;height:8.125rem;top:2.1875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkUDkJzH63BO6aV2iBQhnuCTdW1bukbf { width:8.125rem;height:8.125rem;top:2.1875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKydAJo6i3m7vhJrsHPJo53HhcXNBaeU { top:0.875rem;left:0rem;width:22.5625rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM6IzExAJ07oqDpBPhfJbuPSBavQffmz { top:0.875rem;left:8.6875rem;width:22.5625rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi5egUde7m2vI1qPcwo68o8Hm46khm2w { top:0.875rem;left:24.5625rem;width:22.5625rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl { display:block; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiFvFBsBgM3uw9CmkyKQAoUZAUyIA8u4 { width:21.8125rem;height:4.0625rem;top:1.6875rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHvePpT4m8z3r9AAQoTdEzsqOC5J3fAl { display:block; }
 }@media only screen and (max-width: 763px) { #wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k { display:block; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADbXbOqbeZPM3gF7gQ00kUpEOCVTN8Fc { width:47.75rem;height:3.3125rem;top:3.875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQgQGZyiex6Syp5QX6UTTVi3rKtieGlv { width:36.75rem;height:5.3125rem;top:7.5rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP { display:block; }#QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJMrxNZuvqc6TciN7oDFyMCZZFRIst1O { top:1.125rem;left:0rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU66pMwoPRvBll3dMyaO71USapMgtlRu { top:1.125rem;left:2.34375rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaBAaSeGLFcc4bK45LQ5slvm4MLFJBeF { top:1.125rem;left:14.03125rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L04TK6HNZP7HDCfqvXU5o1ydLUZ3OWcc { top:1.625rem;left:26.15625rem;width:6.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGK1K5tT0A2Z90Z9KfNVzxXRKh6QhSoC { top:1.0625rem;left:36.59375rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlmHC7v2pgP89ZfbVQWwu7IBq5hTr9Xp { top:1.3125rem;left:39rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9 { display:block; }#XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0ZxgUUROFoJkHpPfEHbiF902C6WSblg { top:1.125rem;left:0rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI1VdycGIeVc6SmGAL3TnQRMHNwOeEd6 { top:1.125rem;left:2.34375rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vviwS5EPWNdpTleyb1TCTVOSAxP0WfLP { top:1.5625rem;left:15.59375rem;width:6.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIuGkixJw1k8HfTuT5ZKrC3LOI8rGKF1 { top:1.8125rem;left:26.78125rem;width:6rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1px7gHZVRAo1uT2Vd2NCGTOQ6OMTUT3 { top:1.5rem;left:37.21875rem;width:7.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqNraT6io31FuuavVZDsx5TSy5bcX34X { top:1.375rem;left:39.9375rem;width:7.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtcQQia2SqNtDiup3xytQv3pVIBXakqM { display:block; }#MtcQQia2SqNtDiup3xytQv3pVIBXakqM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVAI13CX4KTMS8pJi3lZ1TdRykGJ1AZS { top:1.5625rem;left:0rem;width:7.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k15NM8bCz7JAbDTa1m57l49AWKNiXS16 { top:1.125rem;left:3.03125rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyQ5koPfJz94TupDSQeyUaNxdg1ycyl3 { top:1.5625rem;left:15.59375rem;width:6.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n09mXuHQHTeTZ5QOLRRcvzR1brnJIJcM { top:1.75rem;left:26.40625rem;width:6.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezf6wyuINJVK46aKBC8FKOL3KrHCVpfs { top:1.375rem;left:36.78125rem;width:8rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxOXDcZ0WDnKqdsrv8yrMQThz9IWEm54 { top:1.375rem;left:39.9375rem;width:7.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTklSEstcnmIRiIwEKsuESqv72loSGp7 { display:block; }#DTklSEstcnmIRiIwEKsuESqv72loSGp7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQOyGF2cNTX1h1SidfSwqc6PxVn9m6r3 { top:1.5625rem;left:0rem;width:7.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPWg9EiWqBBoI9NPDqkqA6tq7TAFEriD { top:1.6875rem;left:3.96875rem;width:6.375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCy0Dxhh9EHqLXk8EJAE5J1CVbzvhmAT { top:1.5625rem;left:15.59375rem;width:6.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROrkQlmH8T3Io4dFX6zNdrnQ5oJz3tMi { top:1.75rem;left:26.40625rem;width:6.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3M1NlAVqSubHaQiiDzIPcyMqSEcgz3t { top:1.375rem;left:36.78125rem;width:8rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1uzH726o12Z4cvVrfSfxK7BfaeM0ci8 { top:1.375rem;left:39.9375rem;width:7.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHzMMsIHEUd270lh1bPOH0h6fovv7eUI { display:block; }#wHzMMsIHEUd270lh1bPOH0h6fovv7eUI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZQbW4Pyfif8yw94Dp2lyM0XwTyhiDAX { width:47.75rem;height:1.9375rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeSuvcWCULBlTdG98K4w6XdXumb2CWeh { top:1.625rem;left:4.90625rem;width:37.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJs5VKK7WwAuN9L1T77JgRvrbzeB3O2T { top:1.625rem;left:4.90625rem;width:37.875rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzQvZcb1TyKszNblBI7g55ikbZRMcDUk { width:47.75rem;height:1.8125rem;top:5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTHXhT3XfpW4Sr2N0mkmkLhWrk2ZgDf9 { top:4.6875rem;left:7.125rem;width:33.5625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQltkwbNrC5TMkqTSp6sTbb1PiU13BaA { width:32.25rem;height:7rem;top:7.9375rem;left:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs { display:block; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFUOtRTEtET4voI4TdrJb931vgVHKfcQ { display:block; }#oFUOtRTEtET4voI4TdrJb931vgVHKfcQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2rb5lublTHN07fifTAp2L6UMF7PGeEW { width:18.625rem;height:9.125rem;top:6.5rem;left:22.125rem;font-size:1.5625rem;display:block; }#N2rb5lublTHN07fifTAp2L6UMF7PGeEW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #wvWR3wlJCTqIOWC4FXDAcB9GlOyzoKFT { top:12.1875rem;left:24.0625rem;width:15.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwM14n62kALeiUXLpJNVhbwwyKV82oUt { top:14.125rem;left:24.0625rem;width:12.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #go0h7i37Lv3n0SdluzTpKG8lMmmAnLGy { top:9.25rem;left:24.0625rem;width:16.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtENWwP7UqaNXGJQfxnvoRtZwtK192X9 { top:0rem;left:0.375rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4iZHyKdhLSPaTrKfn8hzGzXBksnu8dZ { top:6.5rem;left:24.0625rem;width:12.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDi0dOiXIGVaBKxk3vA9pyVTtUtwpSrS { width:29.0625rem;height:2.5625rem;top:2.5rem;left:18.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF1B25297kSzwelUs8AyaMVmXH5JEWpl { top:11.1875rem;left:0rem;width:15.375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZDw1F9Fx9VNT1I5WFVxuwLBsXEeNpON { top:12.1875rem;left:33.8125rem;width:13.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL { display:block; }#VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzprLLilUyH5NnoINKbQFfJ73pM2qWnk { top:13.8125rem;left:23.875rem;width:17.875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHvH2zgZ7rA2JCVAwhHL8Nfcr471aCgP { top:22.375rem;left:32.25rem;width:15.5rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyR7UBKKoarf7Ck7z8PrNRO0UaOWdDUT { width:30.75rem;height:6.1875rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7Mici7Of2l1qGhaI0QTgNr9tMq6ARq2 { top:9.75rem;left:0rem;width:29.8125rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGNRohCbLrPBudz6WSsRzrD50utNNlEp { width:23.5625rem;height:10.3125rem;top:11.6875rem;left:0.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epoMeTJtQaEu9AUoedG8pWReTOB37eDL { width:19.6875rem;height:5.3125rem;top:26.4375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAfNmcTJdZoun9McfCmrsb3cXgBrkLhb { top:25.3125rem;left:0rem;width:22.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #hippcCU5HEVPp3bGw8MWcuZCFCuQZX5c { top:1.6875rem;left:23.875rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A52KAFs5ZeWLHMCE2rJtDkbDFSqdImbH { top:2.5rem;left:29.75rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM { display:block; }#lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2FnyhKxM5m5q1MgiKH5C4iRlTfSF1p6 { top:1.5rem;left:1.6875rem;width:22.1875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM94sfq3NQv3hhJzlhIzGXy9XRvGT5ra { top:0rem;left:23.875rem;width:23.25rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVqARcgkFz96ciNrOqRQe8xqrsMlbXhK { top:13.8125rem;left:23.875rem;width:17.875rem;height:18.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOyXm7QwTnG15Auo51EdcIlmxLmJsLh5 { top:22.375rem;left:32.25rem;width:15.5rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFl2TbgK2ddaCVWHCPobeeVuA1cCl99g { top:2.5rem;left:29.75rem;width:18rem;height:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #SssUQyu3evf2ndCDS3Ez9OxLCAeZFD9U { top:1.6875rem;left:23.875rem;width:11.3125rem;height:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT { display:block; }#E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi { display:block; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nxfi0PSr5ty8wE9QmoKhlht8lO10Kgf5 { width:26.6875rem;height:5.25rem;top:11.3125rem;left:10.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKT64bzmW4XfMGaAcFgUKhT8UReKJp1c { width:27.9375rem;height:2.5rem;top:7.9375rem;left:10.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doqO6TEFUhlXnTG3dkkPIll0rBoGutll { top:7.8125rem;left:9.4375rem;width:28.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWJC1rNq6naJkX3iAnSIW9sbTBldK9Da { width:47.75rem;height:3.9375rem;top:3.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq { display:block; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaQvWpxm3qIxEBDoQ1nytseOby5tyM9W { width:17.3125rem;height:3.25rem;top:29.4375rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-regular-label { width:24.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-textarea { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-button { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-checkbox-label { width:23.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy  { width:24.5625rem;height:auto;top:3.5625rem;left:20.6875rem; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .radio-container { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy {display:block;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy { width:24.5625rem;height:auto;top:3.5625rem;left:20.6875rem; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #HPV7iCgQZgU1DoE7VpBVrl0VRUo6SLwp {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #oloTNdkvKtt42qcUrerQuBCIdaZV0Bb5 { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #qmPv3M10GgeKO3nNM3qqvXd9quEmVV6m {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #LOkAaQnEqJ2V9a9munuBArc3hxFpJdmG {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #Wir2FIhmip4CXxmvClry8HakEkqOT4FT { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MppHUKoyhVCOvIN4f53eN6MFyWxQl2IU {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #hMISZLEWtB6dxzixboQFtxWdecPrzLnk {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #xAOpmFUGQDbrW7A0UBX5h2Nng8dJvsWD { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JIbphylvHoLLf8qTq06BIykOJi4KU0Ey {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #aBaiTZUvw8ixR9G6xk4DHTz85EboDkfC {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #UofVxKWZv1q7DdJNqzzmveey0gTTARs1 { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #k6LPTecZObGXzr0KsE6VMvth02DrseyT {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #m4Qv2SzGVzVo8NOKNTWc2iTcmWRC6a8O {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #DONIsoUadurKH0vsPNBIditk07fkwNeG { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #rpbGkaEDGhshb6QafyWo2lOhynDPS839 {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #su2AKrXbSetRD1cW4D5ulcTXQHXs4UUe {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JOVlL3cTvaZAtQntkgnzJR0wRozHzidH { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #cmFFmtDwU2X4smZyFiQR6K0MzOKCLSIF {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #CdvmG3WTWv9yog1dLWVk426frFuqhitV {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #c1EFoD28Tt5sGW8Z4HcEJrRiFVTAieLi { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #ZEHO9EtHgE3oXxgGbZg7FSXtdWimHHAX {  }
 }@media only screen and (max-width: 763px) { #DFG4TVPxH2sQltduPHNPvASyBDuZKWr9 { display:block; }
 }@media only screen and (max-width: 763px) { #GqBoAReTPB7tAtBBTwC3SC2tzQ43onO8 { display:block; }
 }@media only screen and (max-width: 763px) { #QyKZRSrJqJTEQqVtEQQcJx01589CVXGE { display:block; }
 }@media only screen and (max-width: 763px) { #RO8raGK5u6sInvdfsLMvQGvpsSXyWdVO { display:block; }
 }@media only screen and (max-width: 763px) { #vDgazfLoz6RqMpm2FbItIToeaKM8cI6N { display:block; }
 }@media only screen and (max-width: 763px) { #Tgkl4io1pDr6w01Uu7Fy4M3yZG7VLgs0 { display:block; }
 }@media only screen and (max-width: 763px) { #VHxOERsXWnG8onXZgyr0H7yGASmqGwrq { display:block; }
 }@media only screen and (max-width: 763px) { #qRKNs9lTz5uVeDnb68Oke3LlelxT9SGq { display:block; }
 }@media only screen and (max-width: 763px) { #Eam5ZknThOETfzcKfc6dziGRhVqJya7f { display:block; }
 }@media only screen and (max-width: 763px) { #Rkwsn77B1T3H6DbNCuh4sBXTWJyITQ1V { display:block; }
 }@media only screen and (max-width: 763px) { #Pd9IgCsDN1qKinxXuLAx8vaxQ7EKB9nT { display:block; }
 }@media only screen and (max-width: 763px) { #exEwOK1v671KPXp2vTA4l8PXOaIcLMbu { display:block; }
 }@media only screen and (max-width: 763px) { #kekgOTVFsib92rtdearT1POAe8zUcI2P { display:block; }
 }@media only screen and (max-width: 763px) { #f57rl9kF7EmTHxRlBlDqB9Pr2n4QPxEQ { display:block; }
 }@media only screen and (max-width: 763px) { #lEMbkoJTJtRml7ciZmtZASTsTz4UP1xw { display:block; }
 }@media only screen and (max-width: 763px) { #cJNODvGvT8qW0Su7Zab6OgLghKfiPIoT { display:block; }
 }@media only screen and (max-width: 763px) { #xylMgKWzVeqZLCQNndS3wq1WS5v6MCks { display:block; }
 }@media only screen and (max-width: 763px) { #wGw2EIvGINXO76WG0zcJWrb2PAoLKqM5 { display:block; }
 }@media only screen and (max-width: 763px) { #ic4oz4eI1dKGTQ7qEloFsyKRQEOTvyEC { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MGq1dHeXVEdsrPTXO3tZniI0sFR1aF2m {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #pGptCvFdlUGrK1m8gDgerfwuFB4oKu4d {  }
 }@media only screen and (max-width: 763px) { #JxqVGx9SGp5RTXfVSfUuhh1QqHLpWUlz { width:25.8125rem;height:1.8125rem;top:2.1875rem;left:21.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWQLk1oWzqJGoD6uiGc6oxkMUhS8zxoo { top:3.8125rem;left:0.9375rem;width:22rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZMJZ9r4m16MZD8DstHlHnXnn8KUdziP { top:26.8125rem;left:2.25rem;width:18.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT2OEtKF2Vk2E1WvclBbxIBJbB7Gyubl { width:15.5625rem;height:2.875rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaPZRK5EROXHDHiUw0l0Xa81WHD2D1xh { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVLpIHRNACz1hU5szgTF6fh67qAXhSKV { display:block; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzoUwpt3n8rsHXiev95dGKqlD4q7KXK0 { width:47.75rem;height:0.9375rem;top:1.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go8xHVz8JXVN7Bi59fQbJRxhTVXsDpwl { display:none; }#Go8xHVz8JXVN7Bi59fQbJRxhTVXsDpwl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GlVIvyCIMA30hWW0PoGGffEmmD2e7e9U { width:24.8125rem;height:4.5625rem;top:23.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmC6Gn6PJRgZA2h6rZEQ8dSToK7FlKa8 { display:block; }
 }@media only screen and (max-width: 763px) { #uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT { display:none; }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cnh8wxpdBvVO6fO4SdGh3PGmBqBpXZNt { width:4.375rem;height:4.375rem;top:0rem;left:43.375rem;display:block; }
#Cnh8wxpdBvVO6fO4SdGh3PGmBqBpXZNt > img { max-width: 100%;max-height:100%; width:4.375rem; height:4.375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH { position:relative;z-index:auto;display:block; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrxCtukrlS45lemSLmRdt7T8fpHLxZR8 { width:7.875rem;height:3.4375rem;top:0.65625rem;left:6.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4re3U8FPHutfTTqT8hetOI1WBLJPSzi { width:4.0625rem;height:3.75rem;top:0.5rem;left:15.93603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9nMGOQVVV9xs9FasMRoAo6liUJ49AXv { width:3.5625rem;height:3.4375rem;top:0.59375rem;left:12.193359375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bS6n3he46NgwUf17Ro8kCkUdpHxTKd3l { width:3.375rem;height:3.375rem;top:0.8115234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZKoAlDJ3NUpLSdMSx3X8OhIrVK7fnPH { width:9.0625rem;height:2.75rem;top:3.90625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVexKMuLU1uX72b1Ed5tne2R91nBCkSO { display:block; }
 }@media only screen and (max-width: 763px) { #SuaTbWTMKoOOgZWS31Zx7IpUqPnX6a7t { width:10.8125rem;height:2.75rem;top:9.9375rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZQQ7eHGiPIVhBgnSOhppF1hkCPJaN1Q { display:block; }
 }@media only screen and (max-width: 763px) { #E0Xyk5DvTHD3A2VoE3zQmJRwTWZOGcK9 { width:9.25rem;height:2.75rem;top:4.0625rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTB02PnmknkbcV1FasMHHlaOpfQOD2Wr { display:block; }
 }@media only screen and (max-width: 763px) { #sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd { display:block; }#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azGK6ZSlPGxdeidogMLT3OGB25l9mOvG { background-color:#000000;background-image:none;display:block; }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row .container { background-color: transparent; background-image: none; }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row .container > .video-iframe-container { display: none; }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row > .video-iframe-container { display: none; }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .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); }#azGK6ZSlPGxdeidogMLT3OGB25l9mOvG > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpUB2cad1EgtWxyXIgmqT1WEzdB18Cyd { width:19.0625rem;height:3.1621125rem;top:3.8125rem;left:0.5rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eq0oBUMAKdhxuRvi93zKwCOXLxz1l0LU { width:18.9375rem;height:7.8735625rem;top:12.90625rem;left:0.53125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TCBEB1is19TKhQlnxPuiNIlvfMfvUAN6 { width:17.9375rem;height:4rem;top:21.685546875rem;left:1.03125rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #qzdTrC7ItwMNCqL4iPrTNgFcRz5n16t7 { display:block; }
 }@media only screen and (max-width: 763px) { #EK8RmycdPcIBeLmTItqxTAC3XXTTPdrx { width:20rem;height:1.8374rem;top:0.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #haUFf4DKVDRqAkqObfL7QqW5ZyzsTWRF { width:15.875rem;height:18.3125rem;top:26.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWZJrwfFxMueXhIcoVQoTlCXLS7IWWNS { width:9.375rem;height:8.5rem;top:44.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzal9EvT8HD391gwBlRU1QCnzFMS4o5T { width:20rem;height:2.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpcKOR17er2OyIIxH1XxCi5Ub3zkGVvH { width:8.4375rem;height:8.4375rem;top:45.4375rem;left:10.5625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #QOF4pqNxcUk7pcLGxkB8SPsKP2n0MRWC { width:18.75rem;height:4.7431625rem;top:7.375rem;left:0.5rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l1WwsG1ve4FXAzZgxQm3HmU55LEqZpew { top:54.375rem;left:0rem;width:20rem;height:1.19970625rem;z-index:15010;color:#ffffff;font-weight:700;font-style:normal;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh { display:block; }#tg5sT9Z8JVcouD6QMOcRifKwhFlNryZh > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z09zEzpD9QT9zcbX3omrK4pO87mmyxAS { width:9.25rem;height:7.0625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPO9t9mTx081NFDVO7VS0ygpHxfaIrJa { width:9.25rem;height:7rem;top:0.34375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWEgoTbpSEsxScduXmz98XK5PAZu6Jee { width:9.25rem;height:7rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9cbunInMJL7z1Kvhd7Z7SqrNHrLhOuU { width:9.25rem;height:7rem;top:8.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIRbwuFCuA4rJJZ7Ni3bdAkmZ1qHhBQL { width:9.25rem;height:7rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KStOGbUs3ERgPuufIJ0e6CNfep9ipiZ3 { width:9.25rem;height:7rem;top:15.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT { display:block; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQLMdWvV6HeBRyg6Oes2kLEuxPydwfcK { width:6.8125rem;height:1.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgssPPkPzRqgvpoP5rbqyTONQ8qWcCul { width:4.9375rem;height:2rem;top:1.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLaeJAqHKRpeg9araJSucO6E1KEluKsE { width:5.6875rem;height:1.1875rem;top:1.84375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkArykO4lIcZKidTA8HJPo5ITHzqKi70 { width:5.875rem;height:1.875rem;top:4.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoUs6kGQcwemV8VvBWeX0lonNxr9PcEa { width:5.0625rem;height:5.0625rem;top:7.1875rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnGxA9ApZXSrBQZv9ZSF5GXz81TIiBVb { width:7.75rem;height:2.125rem;top:4.25rem;left:10.0625rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UuT2TeIhEDd8t1oConlQLGt5tnACG9hB { display:block; }#UuT2TeIhEDd8t1oConlQLGt5tnACG9hB > .row .container { width:20rem;height:94.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgFQ11HWGiEees7ko0D9bHco4yHXWC9C { width:16.25rem;height:29.25rem;top:12.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTFbNVFe7MuIuoChdToezStzRAPFkXTn { width:20rem;height:4.67480625rem;top:2.0625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otpKDFaGtTCVLUuILCN9Mo2lm6KNKmcx { width:17.9375rem;height:4.78125rem;top:7.0859375rem;left:1.03125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JH5WU8mDR19G4SAOzXGtLb6kEBhEOXwb { width:18.6875rem;height:9.972675rem;top:43.46142578125rem;left:0.65625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OTWkHktSJvDhnmwhC0tq2NIgG11oEqeb { width:19.375rem;height:14.6875rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN8DDbN89GOhTI3ivRZJUpicib580RZN { width:18.0625rem;height:11.1875rem;top:56.6875rem;left:0.96875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#kN8DDbN89GOhTI3ivRZJUpicib580RZN li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#kN8DDbN89GOhTI3ivRZJUpicib580RZN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_114507fffb658bc41780bd3f6f3909f4.svg); }
 }@media only screen and (max-width: 763px) { #U6PzMJ2zsEuOLPGc6OtcT9hwXP1SUZ9y { width:19.0625rem;height:4.78125rem;top:85.18017578125rem;left:0.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRBvUoHvoPU4RgUgyxdLBi3k36p7Xdvy { width:9.8125rem;height:12.375rem;top:71.61767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xASXfy6o7agXocEzqPqdSOh3TztCbIDr { width:9.375rem;height:9.375rem;top:71.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFL4yWdsAqGR2NTaBiRQrTsbPN8GSR2D { width:9.125rem;height:2.875rem;top:80.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx57mCsxrZIf9kSKeo8ZwFiE8vQABZKs { width:15.4375rem;height:3rem;top:90.6875rem;left:2.28125rem;font-size:1rem;z-index:15007;box-shadow: 0.25rem 0.25rem 0rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #knH0SnR0ECCMIAVtzR2ItkXfoA3b22yO { display:block; }
 }@media only screen and (max-width: 763px) { #nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 { background-color:#f7f3ed;background-image:none;display:block; }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row .container { background-color: transparent; background-image: none; }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row .container > .video-iframe-container { display: none; }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row > .video-iframe-container { display: none; }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .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); }#nPx1TIEdZn09XSyioxW7qPtU2tNTLUD5 > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebTAyelbCdRUEKI8uL8zCxTsqRmAepac { width:20rem;height:2.1937125rem;top:8.7500057220456rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKgBy8uQHTUGdTwUv6kRTvOQ6gKkc0rE { width:20rem;height:1.13720625rem;top:10.943359375rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RgEz9BVzAe5GSmsDHNkJuesRNs4DMVgz { width:20rem;height:1.13720625rem;top:22.880859375rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SCSof566Lv65TGnHIryIyor4VgF8SFXN { width:20rem;height:2.1937125rem;top:20.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEOISxwoOmuP867WTazdxC1k9qtBZ45U { width:13.75rem;height:2.2744125rem;top:34.755859375rem;left:3.125rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EurHD0tb59QM4yEEnpQOrTpufEnFoIdC { width:20rem;height:2.1937125rem;top:32.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR059PHanwu2FPH2sZNuy5NB4F6yJfdS { width:6.25rem;height:6.25rem;top:25.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4TSKlkJTySD9oIrpIdV6ltKCzHSKaqZ { width:6.25rem;height:6.25rem;top:13.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFu8DA8SwRaQ0tHtnUJHpAKTDFxglgZw { width:6.25rem;height:6.25rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 { display:block; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNQMvQRgmvwUhPBabtSVtukfoOFOp0MF { width:16.625rem;height:8.942875rem;top:2.22705078125rem;left:1.6875rem;font-size:3.3125rem;line-height:.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTRvTghqi9PNRQE6EZFLg9iuUTI9oEHT { width:20rem;height:1.125rem;top:11.919921875rem;left:0rem;font-size:1.125rem;line-height:1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SbCPQm7m990DkVlEN0tUWDpAyJ2VT247 { display:block; }#SbCPQm7m990DkVlEN0tUWDpAyJ2VT247 > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPeZeV8SyOnfZHNeTE7AEuf31XsEGyFf { width:19.375rem;height:10.875rem;top:14.035125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh8RGQc8OskknizDEiTEnk79Bdgb147X { height:10.910571142284rem;width:19.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSnRTyWUrlr8WUxmDxx60fwTuHnivL0H { width:3.125rem;height:3.125rem;top:0.51708984375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho { display:block; }#ToSETVrKLwJXEz4TkxDD8ZksJWSgk0ho > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTi5oWobEX7dtszNGMvPHPAcI6s4tlLR { width:20rem;height:6.5013774104681rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTNvfwXFEND1XrcwvWivclIJ2JGTsBM { width:20rem;height:6.5934065934069rem;top:9.001rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL { display:block; }#TgVCU4lVqbf7XD5TmoOutJJF69DIUZNL > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQP9RzuT1TBNhyT2oMhui2woeEzhwzM9 { width:19.375rem;height:10.875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmTpG4cyEy0TQoDK33EQrA0Szz6K3gRm { width:19.375rem;height:10.875rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWZW0v9vcInl8ZWi2OP9TrJGtWuUCrIT { width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtsGmmDzwFKQvoJnZ5R58lEciV0EC2gI { width:3.125rem;height:3.125rem;top:15.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt8QR1GPlb9aVD4eV63DRFZuF37X48MF { display:block; }#nt8QR1GPlb9aVD4eV63DRFZuF37X48MF > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAMmKADHsml7obbtkiBcob7noB42mrph { width:19.5rem;height:28.125rem;top:14.638671875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG1ptkaaTolVOxuxCrCmOJdI8iyBfSbM { width:19.375rem;height:10.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgoIgFa79lIG1XspQoGTzT7SD58Ti2sv { width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB { display:block; }#Ay3BwqZnVDnuuiUI9pgKNMlWdwmFawZB > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFMv6b8bveuyiKViJVOdDIqbL6wLrHAI { width:19.375rem;height:10.875rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiuBS35pCx9P0wEdxcpIR83DKVtTJTuP { width:19.375rem;height:10.875rem;top:18.138671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMeigWO77dME36qs0Bg8mnVwTiPA4iv { width:3.125rem;height:3.125rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMoZzJbF7wAn4NrNJGp6dTBhTEkfG5tf { width:3.125rem;height:3.125rem;top:15.763671875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy { display:block; }#SSqaQDO5WNXFUT5fzhWxoVv8cdoKc8Iy > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJPAGiXqk3oWDO5Ghs1SpvE8kl7tkUpX { width:18.625rem;height:4.5625rem;top:10.125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmi88QAMGTnOw7OMTRbk15c7tSQtJ3Qc { display:block; }
 }@media only screen and (max-width: 763px) { #XMyZzzlGK2PI1N2xQhKGIKzcNDTbgPXB { width:18rem;height:6.82425rem;top:2.0625rem;left:1rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx { background-color:#cdefe9;background-image:none;display:block; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container { background-color: transparent; background-image: none; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container > .video-iframe-container { display: none; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row > .video-iframe-container { display: none; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .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); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cykOlVlSnEIZNwBaItbPNr7mdFLx2P6V { width:13.875rem;height:4.94921875rem;top:2.27734375rem;left:1.21875rem;font-size:2.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sz6ROwBDD7rkuQbL4QURMyR0bwAg3CkL { width:16.4375rem;height:4.72411875rem;top:8.125rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zRiSnzAWy0r4uX9z48BU6VG46rEp4CoH { width:10.6875rem;height:1.5rem;top:8.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 { background-color:#cdefe9;background-image:none;display:block; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container { background-color: transparent; background-image: none; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container > .video-iframe-container { display: none; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row > .video-iframe-container { display: none; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .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); }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O77nihq3pkdzcSCE7gupqrcobgqtDLpB { width:15.9375rem;height:3.09375rem;top:9.75rem;left:2.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAUhI4GmHGnsxZ3HosVKdDTBt4Tei0Ha { width:16.625rem;height:9.84375rem;top:13.97119140625rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1z5NkKkczyqrRw0lHewX6ZZ8GM7yXyE { width:6.25rem;height:6.25rem;top:1.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miMfdJfSCeNqBXdAfLEHE4sCEcEN6fBT { width:16.625rem;height:9.84375rem;top:40.9375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxOtqhILXME7cpIxTO1PWXT5P7CBkoOA { width:16.3125rem;height:2.0625rem;top:37.4375rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZxS31rLyJNz7Nx886W96uizvDxFWOB9 { width:6.25rem;height:6.25rem;top:55.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLmz3fPez5F7RVIDNSNF5DKUb8wlVNC8 { width:16.625rem;height:8.4375rem;top:68.9375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHuCn4ZhUvTOiv87Fza0oA3uOdvvz0WV { width:10.9375rem;height:4.125rem;top:63.875rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9sClgZUnO5JcoibEA1ho6SsyGftEDsg { width:6.25rem;height:6.25rem;top:29.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTlC0RQB4FW6Qf6kpLaRPPoh6h9tx8pa { width:8.125rem;height:8.125rem;top:0.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDHCT0AOfslMUuyeNUkkgxC81s26yDnB { width:8.125rem;height:8.125rem;top:28.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkUDkJzH63BO6aV2iBQhnuCTdW1bukbf { width:8.125rem;height:8.125rem;top:54.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKydAJo6i3m7vhJrsHPJo53HhcXNBaeU { width:19.5rem;height:25.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM6IzExAJ07oqDpBPhfJbuPSBavQffmz { width:19.5rem;height:24.25rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi5egUde7m2vI1qPcwo68o8Hm46khm2w { width:19.5rem;height:24.625rem;top:54.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl { background-color:#cdefe9;background-image:none;display:block; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container { background-color: transparent; background-image: none; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container > .video-iframe-container { display: none; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row > .video-iframe-container { display: none; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .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); }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiFvFBsBgM3uw9CmkyKQAoUZAUyIA8u4 { width:17.25rem;height:4.0625rem;top:0.75rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHvePpT4m8z3r9AAQoTdEzsqOC5J3fAl { display:block; }
 }@media only screen and (max-width: 763px) { #wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k { display:block; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADbXbOqbeZPM3gF7gQ00kUpEOCVTN8Fc { width:17.0625rem;height:4.94921875rem;top:2.775390625rem;left:1rem;font-size:2.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aQgQGZyiex6Syp5QX6UTTVi3rKtieGlv { width:18rem;height:6.75rem;top:8.224609375rem;left:1rem;font-size:1.125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP { display:block; }#QiEg0TC6XiGF3yuTPJ3KQqCZ3gLLzXPP > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJMrxNZuvqc6TciN7oDFyMCZZFRIst1O { width:8.75rem;height:4.25rem;top:1.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU66pMwoPRvBll3dMyaO71USapMgtlRu { width:8.75rem;height:4.25rem;top:1.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaBAaSeGLFcc4bK45LQ5slvm4MLFJBeF { width:8.75rem;height:4.25rem;top:6.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L04TK6HNZP7HDCfqvXU5o1ydLUZ3OWcc { width:6.6875rem;height:3.1875rem;top:7.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGK1K5tT0A2Z90Z9KfNVzxXRKh6QhSoC { width:9.125rem;height:4.375rem;top:12rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlmHC7v2pgP89ZfbVQWwu7IBq5hTr9Xp { width:8.75rem;height:4.25rem;top:12.4375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9 { display:block; }#XUVb4vN3gsvdtwEfgrf4cBCk6bBNree9 > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0ZxgUUROFoJkHpPfEHbiF902C6WSblg { width:8.75rem;height:4.25rem;top:1.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI1VdycGIeVc6SmGAL3TnQRMHNwOeEd6 { width:7.6875rem;height:3.6875rem;top:1.34375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vviwS5EPWNdpTleyb1TCTVOSAxP0WfLP { width:7.0625rem;height:3.375rem;top:6.71875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIuGkixJw1k8HfTuT5ZKrC3LOI8rGKF1 { width:6.6875rem;height:3.1875rem;top:7.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1px7gHZVRAo1uT2Vd2NCGTOQ6OMTUT3 { width:7.3125rem;height:3.5rem;top:12.8125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqNraT6io31FuuavVZDsx5TSy5bcX34X { width:8.75rem;height:4.25rem;top:12.4375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtcQQia2SqNtDiup3xytQv3pVIBXakqM { display:block; }#MtcQQia2SqNtDiup3xytQv3pVIBXakqM > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVAI13CX4KTMS8pJi3lZ1TdRykGJ1AZS { width:7.6875rem;height:3.6875rem;top:1.34375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k15NM8bCz7JAbDTa1m57l49AWKNiXS16 { width:7.6875rem;height:3.6875rem;top:1.34375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyQ5koPfJz94TupDSQeyUaNxdg1ycyl3 { width:7.0625rem;height:3.375rem;top:7.03125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n09mXuHQHTeTZ5QOLRRcvzR1brnJIJcM { width:6.6875rem;height:3.1875rem;top:7.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezf6wyuINJVK46aKBC8FKOL3KrHCVpfs { width:7.3125rem;height:3.5rem;top:12.8125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxOXDcZ0WDnKqdsrv8yrMQThz9IWEm54 { width:7.5625rem;height:3.625rem;top:12.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTklSEstcnmIRiIwEKsuESqv72loSGp7 { display:block; }#DTklSEstcnmIRiIwEKsuESqv72loSGp7 > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQOyGF2cNTX1h1SidfSwqc6PxVn9m6r3 { width:7.6875rem;height:3.6875rem;top:1.34375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPWg9EiWqBBoI9NPDqkqA6tq7TAFEriD { width:7.6875rem;height:3.6875rem;top:1.34375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCy0Dxhh9EHqLXk8EJAE5J1CVbzvhmAT { width:7.0625rem;height:3.375rem;top:6.71875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROrkQlmH8T3Io4dFX6zNdrnQ5oJz3tMi { width:6.6875rem;height:3.1875rem;top:7.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3M1NlAVqSubHaQiiDzIPcyMqSEcgz3t { width:5.875rem;height:2.75rem;top:13.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1uzH726o12Z4cvVrfSfxK7BfaeM0ci8 { width:6.9375rem;height:3.25rem;top:12.9375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHzMMsIHEUd270lh1bPOH0h6fovv7eUI { display:block; }#wHzMMsIHEUd270lh1bPOH0h6fovv7eUI > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZQbW4Pyfif8yw94Dp2lyM0XwTyhiDAX { width:17.125rem;height:3.9375rem;top:1.375rem;left:1.4375rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qeSuvcWCULBlTdG98K4w6XdXumb2CWeh { width:18.125rem;height:2.0625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJs5VKK7WwAuN9L1T77JgRvrbzeB3O2T { width:15.8125rem;height:1.75rem;top:3.5rem;left:2.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #GzQvZcb1TyKszNblBI7g55ikbZRMcDUk { width:13rem;height:3.1875rem;top:6.03125rem;left:3.5rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;color:#f7e397;display:block; }
 }@media only screen and (max-width: 763px) { #BTHXhT3XfpW4Sr2N0mkmkLhWrk2ZgDf9 { width:11.125rem;height:1.75rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQltkwbNrC5TMkqTSp6sTbb1PiU13BaA { width:17.625rem;height:10.96875rem;top:10rem;left:1.1875rem;font-size:0.8125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs { display:block; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFUOtRTEtET4voI4TdrJb931vgVHKfcQ { display:block; }#oFUOtRTEtET4voI4TdrJb931vgVHKfcQ > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2rb5lublTHN07fifTAp2L6UMF7PGeEW { width:18.625rem;height:9.125rem;top:28.14892578125rem;left:0.6875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }#N2rb5lublTHN07fifTAp2L6UMF7PGeEW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #wvWR3wlJCTqIOWC4FXDAcB9GlOyzoKFT { width:15.3125rem;height:1.875rem;top:33.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwM14n62kALeiUXLpJNVhbwwyKV82oUt { width:12.1875rem;height:1.625rem;top:35.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #go0h7i37Lv3n0SdluzTpKG8lMmmAnLGy { width:16.375rem;height:1.9375rem;top:30.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtENWwP7UqaNXGJQfxnvoRtZwtK192X9 { width:15.9375rem;height:15.9375rem;top:0rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4iZHyKdhLSPaTrKfn8hzGzXBksnu8dZ { width:12.3125rem;height:1.9375rem;top:28.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDi0dOiXIGVaBKxk3vA9pyVTtUtwpSrS { width:17.875rem;height:5.36230625rem;top:21.125rem;left:1.0625rem;font-size:2.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gF1B25297kSzwelUs8AyaMVmXH5JEWpl { width:15.375rem;height:5.875rem;top:14.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZDw1F9Fx9VNT1I5WFVxuwLBsXEeNpON { width:7.3125rem;height:2.4375rem;top:11rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL { display:block; }#VSvQWd8kh3hnuSyLJW6DqCKb2adkXOyL > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzprLLilUyH5NnoINKbQFfJ73pM2qWnk { width:17.875rem;height:18.9375rem;top:31.86767578125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHvH2zgZ7rA2JCVAwhHL8Nfcr471aCgP { width:15.5rem;height:9.3125rem;top:51.49267578125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyR7UBKKoarf7Ck7z8PrNRO0UaOWdDUT { width:18.3125rem;height:4.54980625rem;top:1.49267578125rem;left:0.84375rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A7Mici7Of2l1qGhaI0QTgNr9tMq6ARq2 { width:19.375rem;height:14rem;top:6.61767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGNRohCbLrPBudz6WSsRzrD50utNNlEp { width:17rem;height:10.6875rem;top:8.58642578125rem;left:1.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #epoMeTJtQaEu9AUoedG8pWReTOB37eDL { width:15.9375rem;height:5.0625rem;top:23.71142578125rem;left:2.03125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RAfNmcTJdZoun9McfCmrsb3cXgBrkLhb { width:19.5rem;height:7rem;top:22.49267578125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hippcCU5HEVPp3bGw8MWcuZCFCuQZX5c { width:11.3125rem;height:11.3125rem;top:79.36767578125rem;left:4.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A52KAFs5ZeWLHMCE2rJtDkbDFSqdImbH { width:18rem;height:18rem;top:60.80517578125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM { display:block; }#lSs0BWZAPAgE1hzikKRWISwbXvWvsoGM > .row .container { width:20rem;height:110.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2FnyhKxM5m5q1MgiKH5C4iRlTfSF1p6 { width:20rem;height:22.422535211268rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM94sfq3NQv3hhJzlhIzGXy9XRvGT5ra { width:20rem;height:23.924731182796rem;top:24.922375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVqARcgkFz96ciNrOqRQe8xqrsMlbXhK { width:17.875rem;height:18.9375rem;top:50.59375rem;left:0.4375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TOyXm7QwTnG15Auo51EdcIlmxLmJsLh5 { width:15.5rem;height:9.3125rem;top:68.53125rem;left:2.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #tFl2TbgK2ddaCVWHCPobeeVuA1cCl99g { width:19.375rem;height:19.375rem;top:78.71875rem;left:0.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SssUQyu3evf2ndCDS3Ez9OxLCAeZFD9U { width:11.3125rem;height:11.3125rem;top:97.65625rem;left:4.34375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT { display:block; }#E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi { display:block; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nxfi0PSr5ty8wE9QmoKhlht8lO10Kgf5 { width:20rem;height:3.9375rem;top:8.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKT64bzmW4XfMGaAcFgUKhT8UReKJp1c { width:20rem;height:1.8374rem;top:5.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #doqO6TEFUhlXnTG3dkkPIll0rBoGutll { width:20rem;height:2.1875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWJC1rNq6naJkX3iAnSIW9sbTBldK9Da { width:20rem;height:2.40625rem;top:2.36328125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq { display:block; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaQvWpxm3qIxEBDoQ1nytseOby5tyM9W { width:15.5625rem;height:0;top:2.4375rem;left:2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-shadow:0.3125rem 0.4375rem 0rem #f7e397;box-shadow: 0.25rem 0.25rem 0rem #f7e397 ;font-size:1.3125rem;overflow:hidden;height:4.125rem; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]:-moz-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]::-moz-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container:first-of-type{padding-top:0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container:last-of-type{padding-bottom:0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy  { width:17.5rem;height:auto;top:4.0625rem;left:0rem;z-index:15012; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy {display:block;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy { width:17.5rem;height:auto;top:4.0625rem;left:0rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #HPV7iCgQZgU1DoE7VpBVrl0VRUo6SLwp {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #oloTNdkvKtt42qcUrerQuBCIdaZV0Bb5 { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #qmPv3M10GgeKO3nNM3qqvXd9quEmVV6m {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #LOkAaQnEqJ2V9a9munuBArc3hxFpJdmG {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #Wir2FIhmip4CXxmvClry8HakEkqOT4FT { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MppHUKoyhVCOvIN4f53eN6MFyWxQl2IU {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #hMISZLEWtB6dxzixboQFtxWdecPrzLnk {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #xAOpmFUGQDbrW7A0UBX5h2Nng8dJvsWD { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JIbphylvHoLLf8qTq06BIykOJi4KU0Ey {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #aBaiTZUvw8ixR9G6xk4DHTz85EboDkfC {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #UofVxKWZv1q7DdJNqzzmveey0gTTARs1 { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #k6LPTecZObGXzr0KsE6VMvth02DrseyT {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #m4Qv2SzGVzVo8NOKNTWc2iTcmWRC6a8O {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #DONIsoUadurKH0vsPNBIditk07fkwNeG { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #rpbGkaEDGhshb6QafyWo2lOhynDPS839 {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #su2AKrXbSetRD1cW4D5ulcTXQHXs4UUe {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JOVlL3cTvaZAtQntkgnzJR0wRozHzidH { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #cmFFmtDwU2X4smZyFiQR6K0MzOKCLSIF {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #CdvmG3WTWv9yog1dLWVk426frFuqhitV {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #c1EFoD28Tt5sGW8Z4HcEJrRiFVTAieLi { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #ZEHO9EtHgE3oXxgGbZg7FSXtdWimHHAX {  }
 }@media only screen and (max-width: 763px) { #DFG4TVPxH2sQltduPHNPvASyBDuZKWr9 { display:block; }
 }@media only screen and (max-width: 763px) { #GqBoAReTPB7tAtBBTwC3SC2tzQ43onO8 { display:block; }
 }@media only screen and (max-width: 763px) { #QyKZRSrJqJTEQqVtEQQcJx01589CVXGE { display:block; }
 }@media only screen and (max-width: 763px) { #RO8raGK5u6sInvdfsLMvQGvpsSXyWdVO { display:block; }
 }@media only screen and (max-width: 763px) { #vDgazfLoz6RqMpm2FbItIToeaKM8cI6N { display:block; }
 }@media only screen and (max-width: 763px) { #Tgkl4io1pDr6w01Uu7Fy4M3yZG7VLgs0 { display:block; }
 }@media only screen and (max-width: 763px) { #VHxOERsXWnG8onXZgyr0H7yGASmqGwrq { display:block; }
 }@media only screen and (max-width: 763px) { #qRKNs9lTz5uVeDnb68Oke3LlelxT9SGq { display:block; }
 }@media only screen and (max-width: 763px) { #Eam5ZknThOETfzcKfc6dziGRhVqJya7f { display:block; }
 }@media only screen and (max-width: 763px) { #Rkwsn77B1T3H6DbNCuh4sBXTWJyITQ1V { display:block; }
 }@media only screen and (max-width: 763px) { #Pd9IgCsDN1qKinxXuLAx8vaxQ7EKB9nT { display:block; }
 }@media only screen and (max-width: 763px) { #exEwOK1v671KPXp2vTA4l8PXOaIcLMbu { display:block; }
 }@media only screen and (max-width: 763px) { #kekgOTVFsib92rtdearT1POAe8zUcI2P { display:block; }
 }@media only screen and (max-width: 763px) { #f57rl9kF7EmTHxRlBlDqB9Pr2n4QPxEQ { display:block; }
 }@media only screen and (max-width: 763px) { #lEMbkoJTJtRml7ciZmtZASTsTz4UP1xw { display:block; }
 }@media only screen and (max-width: 763px) { #cJNODvGvT8qW0Su7Zab6OgLghKfiPIoT { display:block; }
 }@media only screen and (max-width: 763px) { #xylMgKWzVeqZLCQNndS3wq1WS5v6MCks { display:block; }
 }@media only screen and (max-width: 763px) { #wGw2EIvGINXO76WG0zcJWrb2PAoLKqM5 { display:block; }
 }@media only screen and (max-width: 763px) { #ic4oz4eI1dKGTQ7qEloFsyKRQEOTvyEC { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MGq1dHeXVEdsrPTXO3tZniI0sFR1aF2m {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #pGptCvFdlUGrK1m8gDgerfwuFB4oKu4d {  }
 }@media only screen and (max-width: 763px) { #JxqVGx9SGp5RTXfVSfUuhh1QqHLpWUlz { width:20rem;height:0;top:7.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#01b1cd;display:none; }
 }@media only screen and (max-width: 763px) { #GWQLk1oWzqJGoD6uiGc6oxkMUhS8zxoo { width:15.875rem;height:18.3125rem;top:37.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZMJZ9r4m16MZD8DstHlHnXnn8KUdziP { width:18.875rem;height:6.5rem;top:63.94873046875rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gT2OEtKF2Vk2E1WvclBbxIBJbB7Gyubl { width:17.6875rem;height:3.25rem;top:1.34375rem;left:1.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15011;color:#f7e397;display:block; }
 }@media only screen and (max-width: 763px) { #OaPZRK5EROXHDHiUw0l0Xa81WHD2D1xh { top:56.1875rem;left:5.40625rem;width:9.1875rem;height:9.1875rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tVLpIHRNACz1hU5szgTF6fh67qAXhSKV { display:block; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzoUwpt3n8rsHXiev95dGKqlD4q7KXK0 { width:19.4375rem;height:2.4375rem;top:0.90625rem;left:0.28125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go8xHVz8JXVN7Bi59fQbJRxhTVXsDpwl { display:none; }#Go8xHVz8JXVN7Bi59fQbJRxhTVXsDpwl > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GlVIvyCIMA30hWW0PoGGffEmmD2e7e9U { width:15.25rem;height:2.625rem;top:0rem;left:2.375rem;font-size:0.875rem;z-index:15009;box-shadow: 0.25rem 0.25rem 0rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #JmC6Gn6PJRgZA2h6rZEQ8dSToK7FlKa8 { display:block; }
 }@media only screen and (max-width: 763px) { #uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT { background-color: transparent; background-image: none; }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .row .container > .video-iframe-container { display: none; }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .row > .video-iframe-container { display: none; }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .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); }#uxThrCKRzAzAkl1gDhTS2JNOoCyAdAvT > .row .container { width:20rem;background-color:transparent;background-image:none;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cnh8wxpdBvVO6fO4SdGh3PGmBqBpXZNt { top:-0.8125rem;left:16.75rem;width:3.8125rem;height:3.8125rem;z-index:15017;display:block; }
#Cnh8wxpdBvVO6fO4SdGh3PGmBqBpXZNt > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; } }