.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; }
#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd { 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; }#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; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq { 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; }#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:40.625rem;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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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;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.8125rem;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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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;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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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;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.8125rem;color:#212121;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 #000000 ; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]:-moz-placeholder { color:#212121;font-family:"inter tight";font-size:0.9375rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]::-moz-placeholder { color:#212121;font-family:"inter tight";font-size:0.9375rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]:-ms-input-placeholder { color:#212121;font-family:"inter tight";font-size:0.9375rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]::-webkit-input-placeholder { color:#212121;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:4.34375rem;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:4.34375rem;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; }
#Jif88uIFoq3BGKS0bD4SNT5pMqBi5sED { position:relative;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MGq1dHeXVEdsrPTXO3tZniI0sFR1aF2m { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #pGptCvFdlUGrK1m8gDgerfwuFB4oKu4d { position:relative; }
#JxqVGx9SGp5RTXfVSfUuhh1QqHLpWUlz { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"inter tight";font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:1.26220703125rem;left:46.625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;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 #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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; }
#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; }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh { 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; }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row .container { background-color: transparent; background-image: none; }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row .container > .video-iframe-container { display: none; }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row > .video-iframe-container { display: none; }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .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); }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row .container { border-width: 0; border-radius: 0; }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;overflow:visible;position:relative;display:block; }#eM2sBaI2Z7JNDGQ590KvLbqdupXBfguC { 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; }
#iSaqsNi0ay9hsqPNn278ZqU4FvKgH7Pn { 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; }
#TcinllKk9ERLKLwWFfIa9OFZIKXwkCiL { 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; }
#tbdBaRDeslw254rqK7Eaha3Ugh1G5iow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGcOfpv9uuhTN4VdO2VnefpGiDJ73XT9 { 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; }
#VGIBeFUaPVw04lls96fx6uRQgTIpenFI { 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; }
#O57A1zdHnLCziCg7LAKxUJOMSmoiQCbV { 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; }
#FXIvrwQv0NeoCDihIZ35xMTGJFRTcePC { 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; }
#SfyaqqZ9FsN3Ky1tGXR1QtnnXSQpJsAz { 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; }
#Tbo57EoaGu37Sk8TkdkdI8NsVHLsDTqH { 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; }
#rNxdApzKxeSaZPmmTEUHIzJ2IfbeGCdu { 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; }
#lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK { 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; }#lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK > .row .container { background-color: transparent; background-image: none; }#lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK > .row .container > .video-iframe-container { display: none; }#lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK > .row > .video-iframe-container { display: none; }#lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK > .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); }#lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK > .row .container { border-width: 0; border-radius: 0; }#lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#cAwTBL9sq3ztc7uvDE32INggQI343RGS { 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; }
#ISttaHubdr5IR32tBkRTvpxVB05Gm2Di { 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; }
#d5lQEThbTOOP0hvUTWPtOFflPU3MqRXx { 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; }
#Z1IMaOEsxIexM9gZ6WX4KSTxtHTXTW8k { 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; }
#JyOwv1gL0XZlLTyOvVfBSu3v1MMwGWrN { 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; }
#kxOMdGEKXZAL5QocmMHTql0ESX4PW9ZH { 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; }
#yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR { 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; }#yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR > .row .container { background-color: transparent; background-image: none; }#yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR > .row .container > .video-iframe-container { display: none; }#yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR > .row > .video-iframe-container { display: none; }#yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR > .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); }#yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR > .row .container { border-width: 0; border-radius: 0; }#yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#zKSHvo9prCAJHBHinJLOgkrQxd6w3rCM { 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; }
#pCogzhTAQTPDpBQUroX0bf7ThOSbdT4W { 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; }
#IR4OWPTMGtNXVU6nx23b2S69TT0RgAyV { 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; }
#tFDbw1a9ilI7ZMad4urcmcqwfREkTTDt { 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; }
#kB08kWTmL6LtRFW8mvm5h80sTixvEAaE { 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; }
#ugHoNnPC2gT6SKPoXW39yHxlkQsnCfPD { 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; }
#RfvA4aH5nsQTzATJ8A2EhXuJbpJbL8ib { 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:none; }
#AMpbTvDuyIhThMiqn94rfGuuWupn2AcK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55 { 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; }#tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55 > .row .container { background-color: transparent; background-image: none; }#tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55 > .row .container > .video-iframe-container { display: none; }#tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55 > .row > .video-iframe-container { display: none; }#tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55 > .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); }#tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55 > .row .container { border-width: 0; border-radius: 0; }#tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55 > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#GLEZuUG5D0r6pDOa5hm7cG1dv1AgwTVX { 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; }
#M9AsUTIyIDxVqkkgfHrWc7dzevf6JWqR { 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:5.0869125rem;font-style:normal;display:block; }
#dlC7mekfzxJpOnTXlZZEnWZPKAHWK758 { 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; }
#fBCI5dwVXHHwfBtt1RFd4hzp8VkKz0ia { 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; }
#vlxes3OOIk7qT7ME2EFwVr6nCAtAJnJA { 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; }
#yQGbUJA3WPKCbl0n1I1bXltTVVX1xXt4 { 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; }#yQGbUJA3WPKCbl0n1I1bXltTVVX1xXt4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yQGbUJA3WPKCbl0n1I1bXltTVVX1xXt4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_114507fffb658bc41780bd3f6f3909f4.svg); }
#DVTT8CkpdI54OgH9z52rsI3VZ5TIrqaU { 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; }
#S7bLSvyb0IMmJGL2idccW88WxLBb0TAP { 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; }
#USKIyzhul3Z3h4f5Ux1XfpsC8oLIUovx { 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; }
#pgiEl1i5DdeIImFunNb6pnE1LyZfr3aU { 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; }
#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp { 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; }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row .container { background-color: transparent; background-image: none; }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row .container > .video-iframe-container { display: none; }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row > .video-iframe-container { display: none; }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .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); }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row .container { border-width: 0; border-radius: 0; }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#Ath6c6E2oPRrboGABOZ2nsaKxQVgCQrF { 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; }
#Tcty5Ml4DpHrv0lkaRs52CdW7VSu4LtS { 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; }
#V1VlEEyJnla5JB0yWyOQfQRQtCCMCGKa { 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; }
#MegpLefDDi3q8HV9ayMTaPDTFIpuRtkH { 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; }
#IfAdHUOLcXmVm6DcZ6DoAn4pzDoUxuc1 { 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:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6Oa3AmeTZInT1ZdF4AwiT04UEwJBo7f { 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; }
#ev88Tm9kwOXl58x7A5yKgFLarLhFGW5m { position:absolute;display:block;z-index:15008;height:6.25rem;width:6.25rem;top:3.125rem;left:59.375rem;display:block; }
#cSJoLZOcHFbCAC3oM662eifIAKT6KFEE { position:absolute;display:block;z-index:15009;height:6.25rem;width:6.25rem;top:3.125rem;left:34.375rem;display:block; }
#HNGMFqhzblltzyQHEhf6R2wnDpe5xsh3 { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:3.125rem;left:9.375rem;display:block; }
#bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5 { 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; }#bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5 > .row .container { background-color: transparent; background-image: none; }#bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5 > .row .container > .video-iframe-container { display: none; }#bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5 > .row > .video-iframe-container { display: none; }#bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5 > .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); }#bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5 > .row .container { border-width: 0; border-radius: 0; }#bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5 > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#t8M8DgkyBlpi5EBkNv8stl9yVXBS6g8C { 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; }
#H8wTgRpccxBFSPgODNwSypeKF4NUTPrM { 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; }
#BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA { 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; }#BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA > .row .container { background-color: transparent; background-image: none; }#BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA > .row .container > .video-iframe-container { display: none; }#BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA > .row > .video-iframe-container { display: none; }#BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA > .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); }#BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA > .row .container { border-width: 0; border-radius: 0; }#BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;overflow:visible;position:relative;display:block; }#IEJPHZH3pwA4HHlVuQDdBP3foMzOmEOG { 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; }#IEJPHZH3pwA4HHlVuQDdBP3foMzOmEOG.adaptive-delivery-prevent-bg, #IEJPHZH3pwA4HHlVuQDdBP3foMzOmEOG.lazyload, #IEJPHZH3pwA4HHlVuQDdBP3foMzOmEOG.lazyloading { background-image: none; }
#TeN6twrWiByyqdUNyXGPSaeGcHRqICwN { 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; }#TeN6twrWiByyqdUNyXGPSaeGcHRqICwN.adaptive-delivery-prevent-bg, #TeN6twrWiByyqdUNyXGPSaeGcHRqICwN.lazyload, #TeN6twrWiByyqdUNyXGPSaeGcHRqICwN.lazyloading { background-image: none; }
#wR2bTfkKLfvPp32nBskuWmvoZkQBOp0f { 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; }#wR2bTfkKLfvPp32nBskuWmvoZkQBOp0f.adaptive-delivery-prevent-bg, #wR2bTfkKLfvPp32nBskuWmvoZkQBOp0f.lazyload, #wR2bTfkKLfvPp32nBskuWmvoZkQBOp0f.lazyloading { background-image: none; }
#TGU8lrsxx3gx2Eqz93uPe4os4azSRzQ4 { 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; }#TGU8lrsxx3gx2Eqz93uPe4os4azSRzQ4.adaptive-delivery-prevent-bg, #TGU8lrsxx3gx2Eqz93uPe4os4azSRzQ4.lazyload, #TGU8lrsxx3gx2Eqz93uPe4os4azSRzQ4.lazyloading { background-image: none; }
#v0WK60TgDQQxVl3aP1lKXzMhvFTf8Xtd { 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/e50683d8-1c57-47a7-89f8-fa0f471eb072/cliente_5.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; }#v0WK60TgDQQxVl3aP1lKXzMhvFTf8Xtd.adaptive-delivery-prevent-bg, #v0WK60TgDQQxVl3aP1lKXzMhvFTf8Xtd.lazyload, #v0WK60TgDQQxVl3aP1lKXzMhvFTf8Xtd.lazyloading { background-image: none; }
#OEC3D7ffXqnHZ1TenB8zTqRgldKfCAAD { 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.125rem;left:61.21875rem;display:block; }#OEC3D7ffXqnHZ1TenB8zTqRgldKfCAAD.adaptive-delivery-prevent-bg, #OEC3D7ffXqnHZ1TenB8zTqRgldKfCAAD.lazyload, #OEC3D7ffXqnHZ1TenB8zTqRgldKfCAAD.lazyloading { background-image: none; }
#xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW { 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; }#xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW > .row .container { background-color: transparent; background-image: none; }#xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW > .row .container > .video-iframe-container { display: none; }#xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW > .row > .video-iframe-container { display: none; }#xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW > .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); }#xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW > .row .container { border-width: 0; border-radius: 0; }#xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;overflow:visible;position:relative;display:block; }#EhqB6RAkcgMKJUgq25UMW67eFfyDyf2P { 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; }#EhqB6RAkcgMKJUgq25UMW67eFfyDyf2P.adaptive-delivery-prevent-bg, #EhqB6RAkcgMKJUgq25UMW67eFfyDyf2P.lazyload, #EhqB6RAkcgMKJUgq25UMW67eFfyDyf2P.lazyloading { background-image: none; }
#PL58tqUEJBr95rxaDiFNHeCHB4hoW9xc { 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; }#PL58tqUEJBr95rxaDiFNHeCHB4hoW9xc.adaptive-delivery-prevent-bg, #PL58tqUEJBr95rxaDiFNHeCHB4hoW9xc.lazyload, #PL58tqUEJBr95rxaDiFNHeCHB4hoW9xc.lazyloading { background-image: none; }
#FzRaVxwyTI0TefgCnTDMRsz7m9LMcJ2T { 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; }#FzRaVxwyTI0TefgCnTDMRsz7m9LMcJ2T.adaptive-delivery-prevent-bg, #FzRaVxwyTI0TefgCnTDMRsz7m9LMcJ2T.lazyload, #FzRaVxwyTI0TefgCnTDMRsz7m9LMcJ2T.lazyloading { background-image: none; }
#UcvLWG5ftVV6MAPTf1T5Prlht7rqDwXT { 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; }#UcvLWG5ftVV6MAPTf1T5Prlht7rqDwXT.adaptive-delivery-prevent-bg, #UcvLWG5ftVV6MAPTf1T5Prlht7rqDwXT.lazyload, #UcvLWG5ftVV6MAPTf1T5Prlht7rqDwXT.lazyloading { background-image: none; }
#qBtiiBwPKFQ0vE6Rl1pTgWmchetBVTVe { 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; }#qBtiiBwPKFQ0vE6Rl1pTgWmchetBVTVe.adaptive-delivery-prevent-bg, #qBtiiBwPKFQ0vE6Rl1pTgWmchetBVTVe.lazyload, #qBtiiBwPKFQ0vE6Rl1pTgWmchetBVTVe.lazyloading { background-image: none; }
#hAvopraxniCEZ76eUTcsGZIOyMQEfhXJ { 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; }#hAvopraxniCEZ76eUTcsGZIOyMQEfhXJ.adaptive-delivery-prevent-bg, #hAvopraxniCEZ76eUTcsGZIOyMQEfhXJ.lazyload, #hAvopraxniCEZ76eUTcsGZIOyMQEfhXJ.lazyloading { background-image: none; }
#rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib { 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; }#rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib > .row .container { background-color: transparent; background-image: none; }#rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib > .row .container > .video-iframe-container { display: none; }#rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib > .row > .video-iframe-container { display: none; }#rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib > .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); }#rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib > .row .container { border-width: 0; border-radius: 0; }#rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;overflow:visible;position:relative;display:block; }#xIn1sXnLwlKFIlTDbGAV1mZcvLaTdtdV { 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; }#xIn1sXnLwlKFIlTDbGAV1mZcvLaTdtdV.adaptive-delivery-prevent-bg, #xIn1sXnLwlKFIlTDbGAV1mZcvLaTdtdV.lazyload, #xIn1sXnLwlKFIlTDbGAV1mZcvLaTdtdV.lazyloading { background-image: none; }
#aRqQq8TJqbqPrBeo9uxRw7GxSB7EzZzU { 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; }#aRqQq8TJqbqPrBeo9uxRw7GxSB7EzZzU.adaptive-delivery-prevent-bg, #aRqQq8TJqbqPrBeo9uxRw7GxSB7EzZzU.lazyload, #aRqQq8TJqbqPrBeo9uxRw7GxSB7EzZzU.lazyloading { background-image: none; }
#B2gIsao20vCEos5ULBi9AbrLOTkaMdiG { 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; }#B2gIsao20vCEos5ULBi9AbrLOTkaMdiG.adaptive-delivery-prevent-bg, #B2gIsao20vCEos5ULBi9AbrLOTkaMdiG.lazyload, #B2gIsao20vCEos5ULBi9AbrLOTkaMdiG.lazyloading { background-image: none; }
#hzNNn3Tu1OzElwIXglhcCiNicPntJNtm { 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; }#hzNNn3Tu1OzElwIXglhcCiNicPntJNtm.adaptive-delivery-prevent-bg, #hzNNn3Tu1OzElwIXglhcCiNicPntJNtm.lazyload, #hzNNn3Tu1OzElwIXglhcCiNicPntJNtm.lazyloading { background-image: none; }
#ukdz8z3PbETmwaP8XtbLgVUswhltFWzn { 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; }#ukdz8z3PbETmwaP8XtbLgVUswhltFWzn.adaptive-delivery-prevent-bg, #ukdz8z3PbETmwaP8XtbLgVUswhltFWzn.lazyload, #ukdz8z3PbETmwaP8XtbLgVUswhltFWzn.lazyloading { background-image: none; }
#wgL2M0DO4NauRMWmo3TvHd9FdETVPVK3 { 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; }#wgL2M0DO4NauRMWmo3TvHd9FdETVPVK3.adaptive-delivery-prevent-bg, #wgL2M0DO4NauRMWmo3TvHd9FdETVPVK3.lazyload, #wgL2M0DO4NauRMWmo3TvHd9FdETVPVK3.lazyloading { background-image: none; }
#UW12geTcmwilPSNeLoGKSNQrtdwd2w7O { 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; }#UW12geTcmwilPSNeLoGKSNQrtdwd2w7O > .row .container { background-color: transparent; background-image: none; }#UW12geTcmwilPSNeLoGKSNQrtdwd2w7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW12geTcmwilPSNeLoGKSNQrtdwd2w7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW12geTcmwilPSNeLoGKSNQrtdwd2w7O > .row .container > .video-iframe-container { display: none; }#UW12geTcmwilPSNeLoGKSNQrtdwd2w7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW12geTcmwilPSNeLoGKSNQrtdwd2w7O > .row > .video-iframe-container { display: none; }#UW12geTcmwilPSNeLoGKSNQrtdwd2w7O > .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); }#UW12geTcmwilPSNeLoGKSNQrtdwd2w7O > .row .container { border-width: 0; border-radius: 0; }#UW12geTcmwilPSNeLoGKSNQrtdwd2w7O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UW12geTcmwilPSNeLoGKSNQrtdwd2w7O > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;overflow:visible;position:relative;display:block; }#rNpdndu1y6xUEFvWs8n6KI4hD21nNJLg { 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; }#rNpdndu1y6xUEFvWs8n6KI4hD21nNJLg.adaptive-delivery-prevent-bg, #rNpdndu1y6xUEFvWs8n6KI4hD21nNJLg.lazyload, #rNpdndu1y6xUEFvWs8n6KI4hD21nNJLg.lazyloading { background-image: none; }
#UM9buWZQegWgR6o2PV1n1aG2EGEQI6Lo { 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; }#UM9buWZQegWgR6o2PV1n1aG2EGEQI6Lo.adaptive-delivery-prevent-bg, #UM9buWZQegWgR6o2PV1n1aG2EGEQI6Lo.lazyload, #UM9buWZQegWgR6o2PV1n1aG2EGEQI6Lo.lazyloading { background-image: none; }
#Q1p130LBnWlVv4gur7dasmHOGTIBz6H1 { 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; }#Q1p130LBnWlVv4gur7dasmHOGTIBz6H1.adaptive-delivery-prevent-bg, #Q1p130LBnWlVv4gur7dasmHOGTIBz6H1.lazyload, #Q1p130LBnWlVv4gur7dasmHOGTIBz6H1.lazyloading { background-image: none; }
#ZVRfiARtIZiPZOTroZTuCycADP5GNeMw { 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; }#ZVRfiARtIZiPZOTroZTuCycADP5GNeMw.adaptive-delivery-prevent-bg, #ZVRfiARtIZiPZOTroZTuCycADP5GNeMw.lazyload, #ZVRfiARtIZiPZOTroZTuCycADP5GNeMw.lazyloading { background-image: none; }
#nyKzm9Hs5vNliu2yenhzrqqymEIc2Zgo { 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; }#nyKzm9Hs5vNliu2yenhzrqqymEIc2Zgo.adaptive-delivery-prevent-bg, #nyKzm9Hs5vNliu2yenhzrqqymEIc2Zgo.lazyload, #nyKzm9Hs5vNliu2yenhzrqqymEIc2Zgo.lazyloading { background-image: none; }
#fi8oDxTXfLCo2T9kTONegemzHIHDeGXE { 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; }#fi8oDxTXfLCo2T9kTONegemzHIHDeGXE.adaptive-delivery-prevent-bg, #fi8oDxTXfLCo2T9kTONegemzHIHDeGXE.lazyload, #fi8oDxTXfLCo2T9kTONegemzHIHDeGXE.lazyloading { background-image: none; }
#KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi { 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; }#KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi > .row .container { background-color: transparent; background-image: none; }#KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi > .row .container > .video-iframe-container { display: none; }#KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi > .row > .video-iframe-container { display: none; }#KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi > .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); }#KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi > .row .container { border-width: 0; border-radius: 0; }#KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#eMGEcreynMP9xGqKIW6Wwcrtwp0Qgohr { 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; }
#tp5Wlyglt30HHNPVT7DUEkKyQKeTb8Ev { 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; }
#nlaZiJadMOPfzLWuhP8tay2hhJfJxppo { 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; }
#UWcv7thq1iWXPNTnpG8i9RUgmpNB10TR { 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; }
#MhhgmfvNCaHe9AXpfBe5w9zksa5RyVsw { 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; }
#x87LUyBVrUPDRvIauQqDkdbbKbrPxLe2 { 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; }
#sTTJvilCrGSnhPgvRTykUWmQ3xCWCOAz { 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:15004;text-align:center;text-align-last:center;top:16.6875rem;left:25.09375rem;display:block; }
#J69fDTHgzqAlQRzakFNVfqP3hrP81qyK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3 { 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; }#mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3 > .row .container { background-color: transparent; background-image: none; }#mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3 > .row .container > .video-iframe-container { display: none; }#mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3 > .row > .video-iframe-container { display: none; }#mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3 > .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); }#mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3 > .row .container { border-width: 0; border-radius: 0; }#mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3 > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:75rem;position:relative;display:block; }#O2nMqaImWeAaRt2neVdGAneeCNPPRnX5 { 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; }#O2nMqaImWeAaRt2neVdGAneeCNPPRnX5 > .row .container { background-color: transparent; background-image: none; }#O2nMqaImWeAaRt2neVdGAneeCNPPRnX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2nMqaImWeAaRt2neVdGAneeCNPPRnX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2nMqaImWeAaRt2neVdGAneeCNPPRnX5 > .row .container > .video-iframe-container { display: none; }#O2nMqaImWeAaRt2neVdGAneeCNPPRnX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2nMqaImWeAaRt2neVdGAneeCNPPRnX5 > .row > .video-iframe-container { display: none; }#O2nMqaImWeAaRt2neVdGAneeCNPPRnX5 > .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); }#O2nMqaImWeAaRt2neVdGAneeCNPPRnX5 > .row .container { border-width: 0; border-radius: 0; }#O2nMqaImWeAaRt2neVdGAneeCNPPRnX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2nMqaImWeAaRt2neVdGAneeCNPPRnX5 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#TxqscTpPtrQ6UKZCSNBerAfeac7w9D9x { 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; }#TxqscTpPtrQ6UKZCSNBerAfeac7w9D9x li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TxqscTpPtrQ6UKZCSNBerAfeac7w9D9x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
#ye0gZGotf9vlNTlRkfRxVhe0OwSVlCQi { 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; }
#NTgWDA6bHGyqW7GolxlC2QE3xSQhT40Z { 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; }
#KsdXOLntIiOI0kLuQxOKm6m0bQwazXCw { 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; }
#NAhK6bTrzXDDitJNuhOqW631uythFwqD { 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; }
#Tm9BtRU4O63KvQ6ndd1JiobTNuJfHHG5 { 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; }
#sTmfLTbROWozNSDT07l92690Bh8Co8lX { 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; }
#uoN2nEW4VTVV1D3yAcHq7AoJTFeO8R76 { 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; }
#go76enWNdqGsC3WOeAFifnGwFQfSruXk { 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; }
#ovGkT6H03WJTC79PCLnRr105dzyPD5Qf { 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; }#ovGkT6H03WJTC79PCLnRr105dzyPD5Qf > .row .container { background-color: transparent; background-image: none; }#ovGkT6H03WJTC79PCLnRr105dzyPD5Qf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovGkT6H03WJTC79PCLnRr105dzyPD5Qf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovGkT6H03WJTC79PCLnRr105dzyPD5Qf > .row .container > .video-iframe-container { display: none; }#ovGkT6H03WJTC79PCLnRr105dzyPD5Qf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovGkT6H03WJTC79PCLnRr105dzyPD5Qf > .row > .video-iframe-container { display: none; }#ovGkT6H03WJTC79PCLnRr105dzyPD5Qf > .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); }#ovGkT6H03WJTC79PCLnRr105dzyPD5Qf > .row .container { border-width: 0; border-radius: 0; }#ovGkT6H03WJTC79PCLnRr105dzyPD5Qf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ovGkT6H03WJTC79PCLnRr105dzyPD5Qf > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#uRvW9nNBhPVFeNmO3Jr8nDuQZx3TRhs6 { 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; }
#GQLoF6nliFSMOCuqUSdWRli4IMt7z2ZK { 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; }
#zaTPtCVFU3lSdniRptinlqhlP2xUBTol { 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; }
#HXxmUKaZhzbc4xJapVMMXqHJgTcRRm4T { 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; }
#SnMqTLH28GAtq48iAqgAecQBZsAEiFgz { 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; }
#ylqZe312y1G3rutXacK7l1dKrLEqxPo3 { 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; }
#GR4sJOVHneHd5ibPWqT0SysuNnc7xH5W { 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; }
#p0W1Vw6nF7GnD2S4sXdvbqL8TQerUh1T { 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; }
#cNyzayzph2qerGaSvPnW5O5uEGn2aHXT { 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; }
#MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc { 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; }#MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc > .row .container { background-color: transparent; background-image: none; }#MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc > .row .container > .video-iframe-container { display: none; }#MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc > .row > .video-iframe-container { display: none; }#MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc > .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); }#MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc > .row .container { border-width: 0; border-radius: 0; }#MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#p2RJN7l8i2JGHSSJ1mNgrdo8BC07NoLx { 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; }
#eorNkofkPIgBmVfkW46ChbCrZwCH421L { 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; }
#k7ObpQ8UF2L8h8gG2B2bTwxfKDfAfBGW { 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; }
#ywcGAia7Jm9sx5dkUFI1xXyoksnEDLGz { 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; }
#aHvPtyxXlIA5RezukEwQGKmc1P0dNKpO { 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; }
#K5TgmbRQa1HUcQ5Z8E5BbMmFoWURQOPr { 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; }
#Kv9A50yabZNO7X6JotBOuzIr5UsGwedp { 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; }#Kv9A50yabZNO7X6JotBOuzIr5UsGwedp > .row .container { background-color: transparent; background-image: none; }#Kv9A50yabZNO7X6JotBOuzIr5UsGwedp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kv9A50yabZNO7X6JotBOuzIr5UsGwedp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kv9A50yabZNO7X6JotBOuzIr5UsGwedp > .row .container > .video-iframe-container { display: none; }#Kv9A50yabZNO7X6JotBOuzIr5UsGwedp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kv9A50yabZNO7X6JotBOuzIr5UsGwedp > .row > .video-iframe-container { display: none; }#Kv9A50yabZNO7X6JotBOuzIr5UsGwedp > .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); }#Kv9A50yabZNO7X6JotBOuzIr5UsGwedp > .row .container { border-width: 0; border-radius: 0; }#Kv9A50yabZNO7X6JotBOuzIr5UsGwedp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kv9A50yabZNO7X6JotBOuzIr5UsGwedp > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn { 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; }#Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn > .row .container { background-color: transparent; background-image: none; }#Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn > .row .container > .video-iframe-container { display: none; }#Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn > .row > .video-iframe-container { display: none; }#Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn > .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); }#Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn > .row .container { border-width: 0; border-radius: 0; }#Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#zlfXaRta6ptCoXWkpO2SRdkpd7zrn4KU { 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; }
#Bxk5QyS7QNaUuSgexR5b2bBJEF9tTOGu { 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; }
#x5IHK2Cv2geDAn3Iu4I9I7N6PHIE7t8o { 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; }
#WAtIVb24KDauD9ZGxWwOnatGay6bEU6D { 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; }
#X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt { 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; }#X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt > .row .container { background-color: transparent; background-image: none; }#X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt > .row .container > .video-iframe-container { display: none; }#X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt > .row > .video-iframe-container { display: none; }#X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt > .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); }#X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt > .row .container { border-width: 0; border-radius: 0; }#X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#qW810qf7hSlFdumZAHvRbXT4uHa2DHRt { background-color:#864df9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f7e397;border-left:0.1875rem solid #f7e397;border-right:0.1875rem solid #f7e397;border-bottom:0.1875rem solid #f7e397;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 #6537c3 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter 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:15005;text-align:center;text-align-last:center;top:1.5rem;left:25.09375rem;display:block; }
#Csck27PrvKuSv9uz44sJkHMVmuJg3fR3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;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; }
#otHm3fCCGvAfXuN19kuQScbifPsWF260 { 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; }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .row .container { background-color: transparent; background-image: none; }#otHm3fCCGvAfXuN19kuQScbifPsWF260::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .row .container > .video-iframe-container { display: none; }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .row > .video-iframe-container { display: none; }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .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); }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .row .container { border-width: 0; border-radius: 0; }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#nhTZUG7oCTVggyJWt5pXWSauz6GciiiZ { 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; }
#nhTZUG7oCTVggyJWt5pXWSauz6GciiiZ > 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) { #sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd { display:block; }#sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd > .row .container { width:47.75rem;position:relative;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:4.3125rem;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:4.3125rem;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) { #Jif88uIFoq3BGKS0bD4SNT5pMqBi5sED { 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:21.8125rem;height:3.75rem;top:1.25rem;left:25.9375rem;font-size:1.5625rem;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) { #E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT { display:block; }#E3iB8i1OOOfaOB28IwJdUSTbPawE7ywT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh { display:block; }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eM2sBaI2Z7JNDGQ590KvLbqdupXBfguC { width:26.25rem;height:4.375rem;top:6.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSaqsNi0ay9hsqPNn278ZqU4FvKgH7Pn { width:31.625rem;height:7.5rem;top:16.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcinllKk9ERLKLwWFfIa9OFZIKXwkCiL { width:24.8125rem;height:4.5625rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbdBaRDeslw254rqK7Eaha3Ugh1G5iow { display:block; }
 }@media only screen and (max-width: 763px) { #XGcOfpv9uuhTN4VdO2VnefpGiDJ73XT9 { width:29.5625rem;height:2.5rem;top:2.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGIBeFUaPVw04lls96fx6uRQgTIpenFI { top:1.375rem;left:23.3125rem;width:24.4375rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O57A1zdHnLCziCg7LAKxUJOMSmoiQCbV { top:3.4375rem;left:30.75rem;width:10rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXIvrwQv0NeoCDihIZ35xMTGJFRTcePC { top:2.5rem;left:0rem;width:28.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfyaqqZ9FsN3Ky1tGXR1QtnnXSQpJsAz { top:5.9375rem;left:0rem;width:9.5rem;height:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tbo57EoaGu37Sk8TkdkdI8NsVHLsDTqH { width:28.9375rem;height:4.375rem;top:11.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNxdApzKxeSaZPmmTEUHIzJ2IfbeGCdu { top:48rem;left:0rem;width:20rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK { display:block; }#lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAwTBL9sq3ztc7uvDE32INggQI343RGS { top:0.625rem;left:0rem;width:9.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISttaHubdr5IR32tBkRTvpxVB05Gm2Di { top:0.5625rem;left:4.25rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5lQEThbTOOP0hvUTWPtOFflPU3MqRXx { top:0.5625rem;left:14.375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1IMaOEsxIexM9gZ6WX4KSTxtHTXTW8k { top:0.5625rem;left:24.4375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyOwv1gL0XZlLTyOvVfBSu3v1MMwGWrN { top:0.5625rem;left:34.4375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxOMdGEKXZAL5QocmMHTql0ESX4PW9ZH { top:0.5625rem;left:38.25rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR { display:block; }#yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKSHvo9prCAJHBHinJLOgkrQxd6w3rCM { width:9.1875rem;height:2.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCogzhTAQTPDpBQUroX0bf7ThOSbdT4W { width:7.6875rem;height:3.1875rem;top:1.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR4OWPTMGtNXVU6nx23b2S69TT0RgAyV { width:7.6875rem;height:1.75rem;top:2.1875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFDbw1a9ilI7ZMad4urcmcqwfREkTTDt { width:5.25rem;height:1.75rem;top:2.0625rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB08kWTmL6LtRFW8mvm5h80sTixvEAaE { width:3.8125rem;height:3.8125rem;top:1.0625rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugHoNnPC2gT6SKPoXW39yHxlkQsnCfPD { width:7.875rem;height:2.1875rem;top:1.875rem;left:37.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RfvA4aH5nsQTzATJ8A2EhXuJbpJbL8ib { width:24.8125rem;height:4.5625rem;top:25.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMpbTvDuyIhThMiqn94rfGuuWupn2AcK { display:block; }
 }@media only screen and (max-width: 763px) { #tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55 { display:block; }#tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLEZuUG5D0r6pDOa5hm7cG1dv1AgwTVX { top:2.8125rem;left:6.5rem;width:16.75rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9AsUTIyIDxVqkkgfHrWc7dzevf6JWqR { width:37rem;height:2.5rem;top:3.625rem;left:10.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlC7mekfzxJpOnTXlZZEnWZPKAHWK758 { 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) { #fBCI5dwVXHHwfBtt1RFd4hzp8VkKz0ia { 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) { #vlxes3OOIk7qT7ME2EFwVr6nCAtAJnJA { top:17.5rem;left:23.875rem;width:22.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQGbUJA3WPKCbl0n1I1bXltTVVX1xXt4 { width:19.1875rem;height:11.125rem;top:19rem;left:23.875rem;font-size:1rem;display:block; }#yQGbUJA3WPKCbl0n1I1bXltTVVX1xXt4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_114507fffb658bc41780bd3f6f3909f4.svg); }
 }@media only screen and (max-width: 763px) { #DVTT8CkpdI54OgH9z52rsI3VZ5TIrqaU { 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) { #S7bLSvyb0IMmJGL2idccW88WxLBb0TAP { top:15.0625rem;left:0rem;width:10.1875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USKIyzhul3Z3h4f5Ux1XfpsC8oLIUovx { top:5.9375rem;left:0rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgiEl1i5DdeIImFunNb6pnE1LyZfr3aU { top:28.9375rem;left:0rem;width:10.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp { display:block; }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ath6c6E2oPRrboGABOZ2nsaKxQVgCQrF { width:24.375rem;height:2.4375rem;top:10.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcty5Ml4DpHrv0lkaRs52CdW7VSu4LtS { width:18.75rem;height:2.875rem;top:13.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1VlEEyJnla5JB0yWyOQfQRQtCCMCGKa { 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) { #MegpLefDDi3q8HV9ayMTaPDTFIpuRtkH { 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) { #IfAdHUOLcXmVm6DcZ6DoAn4pzDoUxuc1 { 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) { #R6Oa3AmeTZInT1ZdF4AwiT04UEwJBo7f { 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) { #ev88Tm9kwOXl58x7A5yKgFLarLhFGW5m { width:6.25rem;height:6.25rem;top:3.125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSJoLZOcHFbCAC3oM662eifIAKT6KFEE { width:6.25rem;height:6.25rem;top:3.125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNGMFqhzblltzyQHEhf6R2wnDpe5xsh3 { width:6.25rem;height:6.25rem;top:3.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5 { display:block; }#bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8M8DgkyBlpi5EBkNv8stl9yVXBS6g8C { width:47.75rem;height:3.3125rem;top:3.875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8wTgRpccxBFSPgODNwSypeKF4NUTPrM { 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) { #BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA { display:block; }#BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEJPHZH3pwA4HHlVuQDdBP3foMzOmEOG { top:1.125rem;left:0rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeN6twrWiByyqdUNyXGPSaeGcHRqICwN { top:1.125rem;left:2.34375rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR2bTfkKLfvPp32nBskuWmvoZkQBOp0f { top:1.125rem;left:14.03125rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGU8lrsxx3gx2Eqz93uPe4os4azSRzQ4 { top:1.625rem;left:26.15625rem;width:6.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0WK60TgDQQxVl3aP1lKXzMhvFTf8Xtd { top:1.5rem;left:37.21875rem;width:7.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEC3D7ffXqnHZ1TenB8zTqRgldKfCAAD { top:1.125rem;left:39rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW { display:block; }#xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhqB6RAkcgMKJUgq25UMW67eFfyDyf2P { top:1.125rem;left:0rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL58tqUEJBr95rxaDiFNHeCHB4hoW9xc { top:1.125rem;left:2.34375rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzRaVxwyTI0TefgCnTDMRsz7m9LMcJ2T { top:1.5625rem;left:15.59375rem;width:6.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcvLWG5ftVV6MAPTf1T5Prlht7rqDwXT { top:1.8125rem;left:26.78125rem;width:6rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBtiiBwPKFQ0vE6Rl1pTgWmchetBVTVe { top:1.5rem;left:37.21875rem;width:7.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAvopraxniCEZ76eUTcsGZIOyMQEfhXJ { top:1.375rem;left:39.9375rem;width:7.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib { display:block; }#rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIn1sXnLwlKFIlTDbGAV1mZcvLaTdtdV { top:1.5625rem;left:0rem;width:7.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRqQq8TJqbqPrBeo9uxRw7GxSB7EzZzU { top:1.125rem;left:3.03125rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2gIsao20vCEos5ULBi9AbrLOTkaMdiG { top:1.5625rem;left:15.59375rem;width:6.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzNNn3Tu1OzElwIXglhcCiNicPntJNtm { top:1.75rem;left:26.40625rem;width:6.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukdz8z3PbETmwaP8XtbLgVUswhltFWzn { top:1.375rem;left:36.78125rem;width:8rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgL2M0DO4NauRMWmo3TvHd9FdETVPVK3 { top:1.375rem;left:39.9375rem;width:7.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW12geTcmwilPSNeLoGKSNQrtdwd2w7O { display:block; }#UW12geTcmwilPSNeLoGKSNQrtdwd2w7O > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNpdndu1y6xUEFvWs8n6KI4hD21nNJLg { top:1.5625rem;left:0rem;width:7.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM9buWZQegWgR6o2PV1n1aG2EGEQI6Lo { top:1.6875rem;left:3.96875rem;width:6.375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1p130LBnWlVv4gur7dasmHOGTIBz6H1 { top:1.5625rem;left:15.59375rem;width:6.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVRfiARtIZiPZOTroZTuCycADP5GNeMw { top:1.75rem;left:26.40625rem;width:6.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyKzm9Hs5vNliu2yenhzrqqymEIc2Zgo { top:1.375rem;left:36.78125rem;width:8rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi8oDxTXfLCo2T9kTONegemzHIHDeGXE { top:1.375rem;left:39.9375rem;width:7.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi { display:block; }#KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMGEcreynMP9xGqKIW6Wwcrtwp0Qgohr { width:47.75rem;height:1.9375rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp5Wlyglt30HHNPVT7DUEkKyQKeTb8Ev { top:1.625rem;left:4.90625rem;width:37.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlaZiJadMOPfzLWuhP8tay2hhJfJxppo { top:1.625rem;left:4.90625rem;width:37.875rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWcv7thq1iWXPNTnpG8i9RUgmpNB10TR { width:47.75rem;height:1.8125rem;top:5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhhgmfvNCaHe9AXpfBe5w9zksa5RyVsw { top:4.6875rem;left:7.125rem;width:33.5625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x87LUyBVrUPDRvIauQqDkdbbKbrPxLe2 { width:32.25rem;height:7rem;top:7.9375rem;left:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTJvilCrGSnhPgvRTykUWmQ3xCWCOAz { width:24.8125rem;height:4.5625rem;top:16.6875rem;left:11.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J69fDTHgzqAlQRzakFNVfqP3hrP81qyK { display:block; }
 }@media only screen and (max-width: 763px) { #mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3 { display:block; }#mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2nMqaImWeAaRt2neVdGAneeCNPPRnX5 { display:block; }#O2nMqaImWeAaRt2neVdGAneeCNPPRnX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxqscTpPtrQ6UKZCSNBerAfeac7w9D9x { width:18.625rem;height:9.125rem;top:6.5rem;left:22.125rem;font-size:1.5625rem;display:block; }#TxqscTpPtrQ6UKZCSNBerAfeac7w9D9x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #ye0gZGotf9vlNTlRkfRxVhe0OwSVlCQi { top:12.1875rem;left:24.0625rem;width:15.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTgWDA6bHGyqW7GolxlC2QE3xSQhT40Z { top:14.125rem;left:24.0625rem;width:12.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsdXOLntIiOI0kLuQxOKm6m0bQwazXCw { top:9.25rem;left:24.0625rem;width:16.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAhK6bTrzXDDitJNuhOqW631uythFwqD { top:0rem;left:0.375rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9BtRU4O63KvQ6ndd1JiobTNuJfHHG5 { top:6.5rem;left:24.0625rem;width:12.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTmfLTbROWozNSDT07l92690Bh8Co8lX { 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) { #uoN2nEW4VTVV1D3yAcHq7AoJTFeO8R76 { top:11.1875rem;left:0rem;width:15.375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #go76enWNdqGsC3WOeAFifnGwFQfSruXk { top:12.1875rem;left:33.8125rem;width:13.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovGkT6H03WJTC79PCLnRr105dzyPD5Qf { display:block; }#ovGkT6H03WJTC79PCLnRr105dzyPD5Qf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRvW9nNBhPVFeNmO3Jr8nDuQZx3TRhs6 { top:13.8125rem;left:23.875rem;width:17.875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQLoF6nliFSMOCuqUSdWRli4IMt7z2ZK { top:22.375rem;left:32.25rem;width:15.5rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaTPtCVFU3lSdniRptinlqhlP2xUBTol { width:30.75rem;height:6.1875rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXxmUKaZhzbc4xJapVMMXqHJgTcRRm4T { top:9.75rem;left:0rem;width:29.8125rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnMqTLH28GAtq48iAqgAecQBZsAEiFgz { 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) { #ylqZe312y1G3rutXacK7l1dKrLEqxPo3 { 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) { #GR4sJOVHneHd5ibPWqT0SysuNnc7xH5W { top:25.3125rem;left:0rem;width:22.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0W1Vw6nF7GnD2S4sXdvbqL8TQerUh1T { top:1.6875rem;left:23.875rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNyzayzph2qerGaSvPnW5O5uEGn2aHXT { top:2.5rem;left:29.75rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc { display:block; }#MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2RJN7l8i2JGHSSJ1mNgrdo8BC07NoLx { top:1.5rem;left:1.6875rem;width:22.1875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eorNkofkPIgBmVfkW46ChbCrZwCH421L { top:0rem;left:23.875rem;width:23.25rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ObpQ8UF2L8h8gG2B2bTwxfKDfAfBGW { top:13.8125rem;left:23.875rem;width:17.875rem;height:18.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywcGAia7Jm9sx5dkUFI1xXyoksnEDLGz { top:22.375rem;left:32.25rem;width:15.5rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHvPtyxXlIA5RezukEwQGKmc1P0dNKpO { top:2.5rem;left:29.75rem;width:18rem;height:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5TgmbRQa1HUcQ5Z8E5BbMmFoWURQOPr { top:1.6875rem;left:23.875rem;width:11.3125rem;height:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kv9A50yabZNO7X6JotBOuzIr5UsGwedp { display:block; }#Kv9A50yabZNO7X6JotBOuzIr5UsGwedp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn { display:block; }#Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlfXaRta6ptCoXWkpO2SRdkpd7zrn4KU { 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) { #Bxk5QyS7QNaUuSgexR5b2bBJEF9tTOGu { 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) { #x5IHK2Cv2geDAn3Iu4I9I7N6PHIE7t8o { top:7.8125rem;left:9.4375rem;width:28.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAtIVb24KDauD9ZGxWwOnatGay6bEU6D { width:47.75rem;height:3.9375rem;top:3.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt { display:block; }#X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qW810qf7hSlFdumZAHvRbXT4uHa2DHRt { width:24.8125rem;height:4.5625rem;top:1.5rem;left:11.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csck27PrvKuSv9uz44sJkHMVmuJg3fR3 { display:block; }
 }@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) { #otHm3fCCGvAfXuN19kuQScbifPsWF260 { display:none; }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nhTZUG7oCTVggyJWt5pXWSauz6GciiiZ { width:4.375rem;height:4.375rem;top:0rem;left:43.375rem;display:block; }
#nhTZUG7oCTVggyJWt5pXWSauz6GciiiZ > 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) { #sKiCTbgyyA5axx2fT7BrgWdwZ8fyMTRd { background-color:#f7f3ed;background-image:none;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 { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq { display:block; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { width:20rem;height:44.8125rem;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:15014; }
#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:15014; }
 }@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) { #Jif88uIFoq3BGKS0bD4SNT5pMqBi5sED { 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:none; }
 }@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:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OaPZRK5EROXHDHiUw0l0Xa81WHD2D1xh { top:35.5rem;left:5.40625rem;width:9.1875rem;height:9.1875rem;z-index:15013;overflow:hidden;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) { #EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh { background-color:#000000;background-image:none;display:block; }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row .container { background-color: transparent; background-image: none; }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row .container > .video-iframe-container { display: none; }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row > .video-iframe-container { display: none; }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .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); }#EXEsokORSZ4csUZ4EMyU3hO6ikTnqTEh > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eM2sBaI2Z7JNDGQ590KvLbqdupXBfguC { width:19.0625rem;height:3.1621125rem;top:5.6875rem;left:0.5rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iSaqsNi0ay9hsqPNn278ZqU4FvKgH7Pn { width:18.9375rem;height:7.8735625rem;top:14.78125rem;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) { #TcinllKk9ERLKLwWFfIa9OFZIKXwkCiL { width:19.125rem;height:4rem;top:23.748046875rem;left:0.25rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #tbdBaRDeslw254rqK7Eaha3Ugh1G5iow { display:block; }
 }@media only screen and (max-width: 763px) { #XGcOfpv9uuhTN4VdO2VnefpGiDJ73XT9 { width:20rem;height:1.8374rem;top:2.375rem;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) { #VGIBeFUaPVw04lls96fx6uRQgTIpenFI { width:15.875rem;height:18.3125rem;top:28.8125rem;left:4.01708984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O57A1zdHnLCziCg7LAKxUJOMSmoiQCbV { width:8.875rem;height:8.0625rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXIvrwQv0NeoCDihIZ35xMTGJFRTcePC { width:20rem;height:2.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfyaqqZ9FsN3Ky1tGXR1QtnnXSQpJsAz { width:7rem;height:7rem;top:36.875rem;left:0.53125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Tbo57EoaGu37Sk8TkdkdI8NsVHLsDTqH { width:18.75rem;height:4.7431625rem;top:9.125rem;left:0.5rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rNxdApzKxeSaZPmmTEUHIzJ2IfbeGCdu { top:48.0625rem;left:0rem;width:20rem;height:1.19970625rem;z-index:15011;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) { #lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK { display:block; }#lrINOgbbKl9y0P8vgQ8FPxIaTLDSHHMK > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAwTBL9sq3ztc7uvDE32INggQI343RGS { width:9.25rem;height:7.0625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISttaHubdr5IR32tBkRTvpxVB05Gm2Di { width:9.25rem;height:7rem;top:0.34375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5lQEThbTOOP0hvUTWPtOFflPU3MqRXx { width:9.25rem;height:7rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1IMaOEsxIexM9gZ6WX4KSTxtHTXTW8k { width:9.25rem;height:7rem;top:8.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyOwv1gL0XZlLTyOvVfBSu3v1MMwGWrN { width:9.25rem;height:7rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxOMdGEKXZAL5QocmMHTql0ESX4PW9ZH { width:9.25rem;height:7rem;top:15.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR { display:block; }#yzgaJel4rAu5aJaVkQSb8tKxCD4rw2HR > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKSHvo9prCAJHBHinJLOgkrQxd6w3rCM { width:6.8125rem;height:1.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCogzhTAQTPDpBQUroX0bf7ThOSbdT4W { width:4.9375rem;height:2rem;top:1.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR4OWPTMGtNXVU6nx23b2S69TT0RgAyV { width:5.6875rem;height:1.1875rem;top:1.84375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFDbw1a9ilI7ZMad4urcmcqwfREkTTDt { width:5.875rem;height:1.875rem;top:4.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB08kWTmL6LtRFW8mvm5h80sTixvEAaE { width:5.0625rem;height:5.0625rem;top:7.1875rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugHoNnPC2gT6SKPoXW39yHxlkQsnCfPD { 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) { #RfvA4aH5nsQTzATJ8A2EhXuJbpJbL8ib { width:19.125rem;height:4rem;top:13.4375rem;left:0.4375rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #AMpbTvDuyIhThMiqn94rfGuuWupn2AcK { display:block; }
 }@media only screen and (max-width: 763px) { #tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55 { display:block; }#tcGLwzJ8S8WnhNNR3JSSzSdm2SsDFC55 > .row .container { width:20rem;height:90.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLEZuUG5D0r6pDOa5hm7cG1dv1AgwTVX { width:16.25rem;height:29.25rem;top:12.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9AsUTIyIDxVqkkgfHrWc7dzevf6JWqR { 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) { #dlC7mekfzxJpOnTXlZZEnWZPKAHWK758 { 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) { #fBCI5dwVXHHwfBtt1RFd4hzp8VkKz0ia { 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) { #vlxes3OOIk7qT7ME2EFwVr6nCAtAJnJA { width:19.375rem;height:14.6875rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQGbUJA3WPKCbl0n1I1bXltTVVX1xXt4 { width:18.0625rem;height:11.1875rem;top:56.6875rem;left:0.96875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#yQGbUJA3WPKCbl0n1I1bXltTVVX1xXt4 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#yQGbUJA3WPKCbl0n1I1bXltTVVX1xXt4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_114507fffb658bc41780bd3f6f3909f4.svg); }
 }@media only screen and (max-width: 763px) { #DVTT8CkpdI54OgH9z52rsI3VZ5TIrqaU { 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) { #S7bLSvyb0IMmJGL2idccW88WxLBb0TAP { width:9.8125rem;height:12.375rem;top:71.61767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USKIyzhul3Z3h4f5Ux1XfpsC8oLIUovx { width:9.375rem;height:9.375rem;top:71.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgiEl1i5DdeIImFunNb6pnE1LyZfr3aU { width:9.125rem;height:2.875rem;top:80.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp { background-color:#f7f3ed;background-image:none;display:block; }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row .container { background-color: transparent; background-image: none; }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row .container > .video-iframe-container { display: none; }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row > .video-iframe-container { display: none; }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .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); }#XUSVhbEbfhhXRUT336ceEpS2ZHXorEMp > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ath6c6E2oPRrboGABOZ2nsaKxQVgCQrF { width:20rem;height:2.1937125rem;top:8.7500057220456rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcty5Ml4DpHrv0lkaRs52CdW7VSu4LtS { 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) { #V1VlEEyJnla5JB0yWyOQfQRQtCCMCGKa { 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) { #MegpLefDDi3q8HV9ayMTaPDTFIpuRtkH { width:20rem;height:2.1937125rem;top:20.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfAdHUOLcXmVm6DcZ6DoAn4pzDoUxuc1 { 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) { #R6Oa3AmeTZInT1ZdF4AwiT04UEwJBo7f { width:20rem;height:2.1937125rem;top:32.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev88Tm9kwOXl58x7A5yKgFLarLhFGW5m { width:6.25rem;height:6.25rem;top:25.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSJoLZOcHFbCAC3oM662eifIAKT6KFEE { width:6.25rem;height:6.25rem;top:13.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNGMFqhzblltzyQHEhf6R2wnDpe5xsh3 { width:6.25rem;height:6.25rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5 { display:block; }#bIV3VHdTLqqAeNL9ZSiDzHDcSZmA9th5 > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8M8DgkyBlpi5EBkNv8stl9yVXBS6g8C { 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) { #H8wTgRpccxBFSPgODNwSypeKF4NUTPrM { 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) { #BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA { display:block; }#BcnaEoJH1EQl1liKlTbDUhGEdXT2tekA > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEJPHZH3pwA4HHlVuQDdBP3foMzOmEOG { width:8.75rem;height:4.25rem;top:1.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeN6twrWiByyqdUNyXGPSaeGcHRqICwN { width:8.75rem;height:4.25rem;top:1.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR2bTfkKLfvPp32nBskuWmvoZkQBOp0f { width:8.75rem;height:4.25rem;top:6.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGU8lrsxx3gx2Eqz93uPe4os4azSRzQ4 { width:6.6875rem;height:3.1875rem;top:7.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0WK60TgDQQxVl3aP1lKXzMhvFTf8Xtd { width:7.3125rem;height:3.5rem;top:12.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEC3D7ffXqnHZ1TenB8zTqRgldKfCAAD { width:8.75rem;height:4.25rem;top:12.4375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW { display:block; }#xZK6PSwhNR3Iw07XFGVBx8nHHVqAH2NW > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhqB6RAkcgMKJUgq25UMW67eFfyDyf2P { width:8.75rem;height:4.25rem;top:1.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL58tqUEJBr95rxaDiFNHeCHB4hoW9xc { width:7.6875rem;height:3.6875rem;top:1.34375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzRaVxwyTI0TefgCnTDMRsz7m9LMcJ2T { width:7.0625rem;height:3.375rem;top:6.71875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcvLWG5ftVV6MAPTf1T5Prlht7rqDwXT { width:6.6875rem;height:3.1875rem;top:7.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBtiiBwPKFQ0vE6Rl1pTgWmchetBVTVe { width:7.3125rem;height:3.5rem;top:12.8125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAvopraxniCEZ76eUTcsGZIOyMQEfhXJ { width:8.75rem;height:4.25rem;top:12.4375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib { display:block; }#rGGGqtwvvfK0MCJZZN9iLL1FrutoZcib > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIn1sXnLwlKFIlTDbGAV1mZcvLaTdtdV { width:7.6875rem;height:3.6875rem;top:1.34375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRqQq8TJqbqPrBeo9uxRw7GxSB7EzZzU { width:7.6875rem;height:3.6875rem;top:1.34375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2gIsao20vCEos5ULBi9AbrLOTkaMdiG { width:7.0625rem;height:3.375rem;top:7.03125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzNNn3Tu1OzElwIXglhcCiNicPntJNtm { width:6.6875rem;height:3.1875rem;top:7.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukdz8z3PbETmwaP8XtbLgVUswhltFWzn { width:7.3125rem;height:3.5rem;top:12.8125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgL2M0DO4NauRMWmo3TvHd9FdETVPVK3 { width:7.5625rem;height:3.625rem;top:12.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW12geTcmwilPSNeLoGKSNQrtdwd2w7O { display:block; }#UW12geTcmwilPSNeLoGKSNQrtdwd2w7O > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNpdndu1y6xUEFvWs8n6KI4hD21nNJLg { width:7.6875rem;height:3.6875rem;top:1.34375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM9buWZQegWgR6o2PV1n1aG2EGEQI6Lo { width:7.6875rem;height:3.6875rem;top:1.34375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1p130LBnWlVv4gur7dasmHOGTIBz6H1 { width:7.0625rem;height:3.375rem;top:6.71875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVRfiARtIZiPZOTroZTuCycADP5GNeMw { width:6.6875rem;height:3.1875rem;top:7.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyKzm9Hs5vNliu2yenhzrqqymEIc2Zgo { width:5.875rem;height:2.75rem;top:13.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi8oDxTXfLCo2T9kTONegemzHIHDeGXE { width:6.9375rem;height:3.25rem;top:12.9375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi { display:block; }#KTfFKaxK5Kzm5XAvf9an2DDBLbSHRiMi > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMGEcreynMP9xGqKIW6Wwcrtwp0Qgohr { 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) { #tp5Wlyglt30HHNPVT7DUEkKyQKeTb8Ev { width:18.125rem;height:2.0625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlaZiJadMOPfzLWuhP8tay2hhJfJxppo { width:15.8125rem;height:1.75rem;top:3.5rem;left:2.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #UWcv7thq1iWXPNTnpG8i9RUgmpNB10TR { 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) { #MhhgmfvNCaHe9AXpfBe5w9zksa5RyVsw { width:11.125rem;height:1.75rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x87LUyBVrUPDRvIauQqDkdbbKbrPxLe2 { 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) { #sTTJvilCrGSnhPgvRTykUWmQ3xCWCOAz { width:18.625rem;height:4.5625rem;top:22.21875rem;left:0.6875rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #J69fDTHgzqAlQRzakFNVfqP3hrP81qyK { display:block; }
 }@media only screen and (max-width: 763px) { #mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3 { display:block; }#mSTqr7oFMMZuzKNpbOoDKXwZO1PDMTx3 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2nMqaImWeAaRt2neVdGAneeCNPPRnX5 { display:block; }#O2nMqaImWeAaRt2neVdGAneeCNPPRnX5 > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxqscTpPtrQ6UKZCSNBerAfeac7w9D9x { 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; }#TxqscTpPtrQ6UKZCSNBerAfeac7w9D9x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #ye0gZGotf9vlNTlRkfRxVhe0OwSVlCQi { width:15.3125rem;height:1.875rem;top:33.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTgWDA6bHGyqW7GolxlC2QE3xSQhT40Z { width:12.1875rem;height:1.625rem;top:35.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsdXOLntIiOI0kLuQxOKm6m0bQwazXCw { width:16.375rem;height:1.9375rem;top:30.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAhK6bTrzXDDitJNuhOqW631uythFwqD { width:15.9375rem;height:15.9375rem;top:0rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9BtRU4O63KvQ6ndd1JiobTNuJfHHG5 { width:12.3125rem;height:1.9375rem;top:28.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTmfLTbROWozNSDT07l92690Bh8Co8lX { 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) { #uoN2nEW4VTVV1D3yAcHq7AoJTFeO8R76 { width:15.375rem;height:5.875rem;top:14.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #go76enWNdqGsC3WOeAFifnGwFQfSruXk { width:7.3125rem;height:2.4375rem;top:11rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovGkT6H03WJTC79PCLnRr105dzyPD5Qf { display:block; }#ovGkT6H03WJTC79PCLnRr105dzyPD5Qf > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRvW9nNBhPVFeNmO3Jr8nDuQZx3TRhs6 { width:17.875rem;height:18.9375rem;top:31.86767578125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQLoF6nliFSMOCuqUSdWRli4IMt7z2ZK { width:15.5rem;height:9.3125rem;top:51.49267578125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaTPtCVFU3lSdniRptinlqhlP2xUBTol { 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) { #HXxmUKaZhzbc4xJapVMMXqHJgTcRRm4T { width:19.375rem;height:14rem;top:6.61767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnMqTLH28GAtq48iAqgAecQBZsAEiFgz { 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) { #ylqZe312y1G3rutXacK7l1dKrLEqxPo3 { 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) { #GR4sJOVHneHd5ibPWqT0SysuNnc7xH5W { 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) { #p0W1Vw6nF7GnD2S4sXdvbqL8TQerUh1T { width:11.3125rem;height:11.3125rem;top:79.36767578125rem;left:4.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNyzayzph2qerGaSvPnW5O5uEGn2aHXT { width:18rem;height:18rem;top:60.80517578125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc { display:block; }#MLI7SL7Sf0XPRVMZQoR0hfkgBFy1TFIc > .row .container { width:20rem;height:110.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2RJN7l8i2JGHSSJ1mNgrdo8BC07NoLx { width:20rem;height:22.422535211268rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eorNkofkPIgBmVfkW46ChbCrZwCH421L { width:20rem;height:23.924731182796rem;top:24.922375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ObpQ8UF2L8h8gG2B2bTwxfKDfAfBGW { width:17.875rem;height:18.9375rem;top:50.59375rem;left:0.4375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ywcGAia7Jm9sx5dkUFI1xXyoksnEDLGz { width:15.5rem;height:9.3125rem;top:68.53125rem;left:2.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #aHvPtyxXlIA5RezukEwQGKmc1P0dNKpO { width:19.375rem;height:19.375rem;top:78.71875rem;left:0.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #K5TgmbRQa1HUcQ5Z8E5BbMmFoWURQOPr { width:11.3125rem;height:11.3125rem;top:97.65625rem;left:4.34375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Kv9A50yabZNO7X6JotBOuzIr5UsGwedp { display:block; }#Kv9A50yabZNO7X6JotBOuzIr5UsGwedp > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn { display:block; }#Gf4Cq92Xtdg3Lk7T0LAPnseR7FTm4rCn > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlfXaRta6ptCoXWkpO2SRdkpd7zrn4KU { width:20rem;height:3.9375rem;top:8.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxk5QyS7QNaUuSgexR5b2bBJEF9tTOGu { 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) { #x5IHK2Cv2geDAn3Iu4I9I7N6PHIE7t8o { width:20rem;height:2.1875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAtIVb24KDauD9ZGxWwOnatGay6bEU6D { 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) { #X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt { display:block; }#X92k0wv1ygGLMIlm5zGsIkIdE4tilmvt > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qW810qf7hSlFdumZAHvRbXT4uHa2DHRt { width:18.625rem;height:4.5625rem;top:1.25rem;left:0.6875rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Csck27PrvKuSv9uz44sJkHMVmuJg3fR3 { display:block; }
 }@media only screen and (max-width: 763px) { #tVLpIHRNACz1hU5szgTF6fh67qAXhSKV { display:block; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { width:20rem;height:7.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) { #otHm3fCCGvAfXuN19kuQScbifPsWF260 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#otHm3fCCGvAfXuN19kuQScbifPsWF260 { background-color: transparent; background-image: none; }#otHm3fCCGvAfXuN19kuQScbifPsWF260::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .row .container > .video-iframe-container { display: none; }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .row > .video-iframe-container { display: none; }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .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); }#otHm3fCCGvAfXuN19kuQScbifPsWF260 > .row .container { width:20rem;background-color:transparent;background-image:none;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhTZUG7oCTVggyJWt5pXWSauz6GciiiZ { top:-0.8125rem;left:16.75rem;width:3.8125rem;height:3.8125rem;z-index:15017;display:block; }
#nhTZUG7oCTVggyJWt5pXWSauz6GciiiZ > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; } }