.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD { background-color:#020202;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD > .row .container { background-color: transparent; background-image: none; }#mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD > .row .container > .video-iframe-container { display: none; }#mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD > .row > .video-iframe-container { display: none; }#mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD > .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); }#mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD > .row .container { border-width: 0; border-radius: 0; }#mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD > .row .container { font-size:0.875rem;font-family:poppins;height:5.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ziSplTTip7NdKdG5Syb9F59N7kaKsnDP { background-color:#fbc115;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#060607;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:58.125rem;display:block; }
#BclEazzlU8c9fVl65cydx4LagTnShqVW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FlFeQocdsRk0O3gSQa64nsGqEiLIoHyf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.875rem;left:37rem;display:block; }
#QfOJpBSJwVuPBe79T0EMCJsENBJTDUOo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lHW7p8bS659D2UM116ZofN4J8WeFCJQk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.875rem;left:46.3125rem;display:block; }
#wOIQ8dWND4d7HLxaymsZoVniGBhIbGuP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QySX90VrANpiNmoH9vm0GWh8p4EEFVJi { box-sizing:content-box;height:5.5rem;width:8.75rem;position:absolute;display:block;z-index:15004;background-color:#fbc115;background-image:none;top:0rem;left:1.4375rem;display:block; }
#nAJpOqZPyKOsS8IpwyGKn9cAyDzO32sz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:0rem;left:3.4375rem;overflow:hidden;display:block; }
#sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8 > .row .container { background-color: transparent; background-image: none; }#sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8 > .row .container > .video-iframe-container { display: none; }#sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8 > .row > .video-iframe-container { display: none; }#sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8 > .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); }#sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8 > .row .container { border-width: 0; border-radius: 0; }#sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#r6irlJch3a6sw0RnGLQkLAZKiDSndnZg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#r6irlJch3a6sw0RnGLQkLAZKiDSndnZg > .row .container { background-color: transparent; background-image: none; }#r6irlJch3a6sw0RnGLQkLAZKiDSndnZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6irlJch3a6sw0RnGLQkLAZKiDSndnZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6irlJch3a6sw0RnGLQkLAZKiDSndnZg > .row .container > .video-iframe-container { display: none; }#r6irlJch3a6sw0RnGLQkLAZKiDSndnZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6irlJch3a6sw0RnGLQkLAZKiDSndnZg > .row > .video-iframe-container { display: none; }#r6irlJch3a6sw0RnGLQkLAZKiDSndnZg > .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); }#r6irlJch3a6sw0RnGLQkLAZKiDSndnZg > .row .container { border-width: 0; border-radius: 0; }#r6irlJch3a6sw0RnGLQkLAZKiDSndnZg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6irlJch3a6sw0RnGLQkLAZKiDSndnZg > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#nCMmT7UyK03vx5xvy8i4k3WZVMXZL0af { position:absolute;display:block;z-index:15004;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:15rem;top:1.0625rem;left:11.875rem;display:block; }
#eDDGDpQwcTpLyHrUkTTK0BOogf06mMTP { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1rem;left:11.875rem;display:block; }
#t9T5X18CyHXerGczTIqX9hlpLAKuNFHW { position:absolute;display:block;z-index:15012;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:15rem;top:1rem;left:28.1875rem;display:block; }
#Fd5zQQSJOlvFnDMx6tNmsfbLQvuHi8ZE { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:1rem;left:28.125rem;display:block; }
#y28utVJKXi56umHbBTtVcFiNuffsDBW9 { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:1.25rem;left:30.9375rem;height:1.125rem;font-style:normal;display:block; }
#Egm00eQ2ToWWskklPlxTviXubg4s2gqL { position:absolute;display:block;z-index:15016;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:15rem;top:1rem;left:44rem;display:block; }
#KJnNFu8ekLSSEEbmEQpSLyzHlTTKA69I { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:1rem;left:43.9375rem;display:block; }
#uQGCOyFHIb7rACN0S3BcdJCsT9585btk { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:1.25rem;left:46.6875rem;height:1.125rem;font-style:normal;display:block; }
#qeIceOamIv14vQpg28uovnVwNyyLO44P { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.3125rem;left:14.5625rem;height:1.125rem;font-style:normal;display:block; }
#Tb19LaTKn0Qs4zdm9a0wVPvxAyeBgcpz { position:absolute;display:block;z-index:15008;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:15rem;top:1.0625rem;left:60rem;display:block; }
#NtHrAMvH6tqg4dDzTxD4Z7JhWFWOcqGO { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:1rem;left:60.0625rem;display:block; }
#GVpqh8KZf5VzNu35v2DLBTRKzbSHTmbJ { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:1.3125rem;left:62.75rem;height:1.125rem;font-style:normal;display:block; }
#Qpthlkmoki0iOC0xtCkJk3D5yfEu9yOM { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:2.5rem;left:30.9375rem;height:0.8994125rem;font-style:normal;display:block; }
#D6yZkzOcyTmLEo6ka5OR1Ht8ReTVMKTO { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:2.5rem;left:46.625rem;height:0.8994125rem;font-style:normal;display:block; }
#xprqrC7rPAXTX0Drc0ICXORwHZGyL3vn { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.625rem;left:14.5625rem;height:0.8994125rem;font-style:normal;display:block; }
#kt6Vf9BP6i3udqshZefJNg2TJvntU3G4 { color:#000000;display:block;width:5.375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:2.625rem;left:62.75rem;height:0.8994125rem;font-style:normal;display:block; }
#mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL { position:relative;display:none; }#mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL { border-width: 0; border-radius: 0; }#mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 { background-color:#f8f8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { background-color: transparent; background-image: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container > .video-iframe-container { display: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row > .video-iframe-container { display: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .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); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { border-width: 0; border-radius: 0; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ULS962SvaDIE3tpGw3kKXxPRN0ZFBJus { box-sizing:content-box;height:37.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#020202;background-image:none;top:2.1875rem;left:0rem;display:block; }
#QmoZ1WaPKPnxTZeTuf6FDFMV0KpSyM4l { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:montserrat;font-size:3.9375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:5.6123046875rem;left:3rem;height:17.32424375rem;display:block; }
#noQh7TP3fsAGPaISvQaPhasABqVTLhu3 { box-sizing:content-box;height:12.5rem;width:40.5rem;position:absolute;display:block;z-index:15003;background-color:#fbc115;background-image:none;top:14.0625rem;left:33.25rem;display:block; }
#FLHcHtmutu8Q17TsOpv13ZQBIeJlQe8e { box-sizing:content-box;height:31.8125rem;width:31.125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0dfdefb-9749-410d-8442-f4c10e7ef3c9/thumb_adult_rs1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.625rem;left:39.1875rem;display:block; }#FLHcHtmutu8Q17TsOpv13ZQBIeJlQe8e.adaptive-delivery-prevent-bg, #FLHcHtmutu8Q17TsOpv13ZQBIeJlQe8e.lazyload, #FLHcHtmutu8Q17TsOpv13ZQBIeJlQe8e.lazyloading { background-image: none; }
#PsKAacI2yArrgZoMtN3sR1mLfFLVswSx { box-sizing:content-box;height:5.5rem;width:8.75rem;position:absolute;display:block;z-index:15004;background-color:#fbc115;background-image:none;top:0rem;left:1.4375rem;display:none; }
#ppJcIBNCcWKkzPKCHLvV8fNLe2B3TBhI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:0rem;left:3.4375rem;overflow:hidden;display:none; }
#i06d05wTfNBwn3N7Z5KrUX6KOvFrBEn9 { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:1.3125rem;left:3.1875rem;height:5.25rem;display:none; }
#flK8GOu4tEHv3f6GZMUdWDENbPnC5rJq { background-color:#fbc115;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #f8f8ff ;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:8.75rem;left:3.1875rem;display:none; }
#bKtkEBTcXbzD0ubcA30HNVASFB9qONwK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc { background-color:#fbc115;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc > .row .container { background-color: transparent; background-image: none; }#pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc > .row .container > .video-iframe-container { display: none; }#pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc > .row > .video-iframe-container { display: none; }#pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc > .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); }#pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc > .row .container { border-width: 0; border-radius: 0; }#pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;overflow:visible;position:relative;display:block; }#TMchX248dDnmx0NN7To8ZmJrcL4ZzTxw { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:1.3125rem;left:3.1875rem;height:5.25rem;display:block; }
#LTIuMl7ShZhSmVbKeTTiEnT43WaZHJKR { background-color:#fbc115;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #f8f8ff ;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:8.75rem;left:3.1875rem;display:block; }
#NSlRod39Riv295L3dqXTLSWFbS2zQnBi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3m5MD1jK/Artboard_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP.adaptive-delivery-prevent-bg, #RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP.lazyload, #RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP.lazyloading { background-image: none; }#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP > .row .container { border-width: 0; border-radius: 0; }#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:none; }#BqUehethGBJkK9MVG1Sdfw3RlvTwlKGn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:19.25rem;top:3.5625rem;left:27.875rem;overflow:hidden;display:block; }
#lrPCIrvosRaE2daAu6wq7TeVkmhF52rm { 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:5.8125rem;width:5.8125rem;top:3.5625rem;left:11.25rem;overflow:hidden;display:block; }
#EofAyM5S5el1ubP319bNkb6JMEDuZu4z { position:absolute;display:block;z-index:15004;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:15.375rem;top:0.875rem;left:52.125rem;display:block; }
#Suc4sHL4JG8Dgc7W5sE8TesK3yl4t6W5 { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.125rem;left:54.5rem;height:1.125rem;font-style:normal;display:block; }
#axg9qiiKLhUZbNWEi0PtNVbB5GxB0bXW { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0.8125rem;left:52.125rem;display:block; }
#xqUTNzNLETnoXxArNl5q7NoKE5BlIpZH { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.4375rem;left:54.5rem;height:0.8999rem;font-style:normal;display:block; }
#xE7NVkHaCmtsV2fTf4TPDztuQT1cGl9J { position:absolute;display:block;z-index:15008;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10rem;top:7.5rem;left:57.5rem;display:block; }
#rSA9kQX8n2sWr9MugLExT1nZxF20kWRW { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:7.4375rem;left:58.75rem;display:block; }
#TdJEc2rnDO2koZvE7xvpmrSp4UtfIEIV { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:7.75rem;left:61.125rem;height:1.125rem;font-style:normal;display:block; }
#cqaNxLDhm3XM77v4pVk6CfnirlRI0AlR { color:#000000;display:block;width:5.375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:9.0625rem;left:61.125rem;height:0.8999rem;font-style:normal;display:block; }
#O7qdPHQFKpvVkAL9tBGCWFJsdPgLpG3t { position:absolute;display:block;z-index:15012;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:12.8125rem;top:4.25rem;left:54.6875rem;display:block; }
#vQI3lMbTtWo0Ft02EXTh1cw4q9xomyqp { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:5.73828125rem;left:57rem;height:0.8999rem;font-style:normal;display:block; }
#uLox86SGPehCU7ZTy1n7TchQyneRVwXg { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:4.25rem;left:54.5rem;display:block; }
#JO6wku9MM5HRb3yKvIkXk9ZBXclPufFn { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:4.5rem;left:56.8125rem;height:1.125rem;font-style:normal;display:block; }
#uk8tXrb37mS7KxvP1sJoDq3B8af26T98 { position:absolute;display:block;z-index:15016;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:12.8125rem;top:7.0625rem;left:54.8125rem;display:none; }
#vEGwRs9DRVsEfbM1AJJ8pNGD3pMhHelg { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:7.0625rem;left:54.625rem;display:none; }
#dfS0VDsPVfwBO0IgeCLudeqbPysxJOsF { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:7.3125rem;left:56.9375rem;height:1.125rem;font-style:normal;display:none; }
#m8unaF92Su4GkRXEcTqVRV8gdbEsWAXk { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:8.5625rem;left:57.125rem;height:0.8999rem;font-style:normal;display:none; }
#lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq > .row .container { background-color: transparent; background-image: none; }#lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq > .row .container > .video-iframe-container { display: none; }#lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq > .row > .video-iframe-container { display: none; }#lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq > .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); }#lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq > .row .container { border-width: 0; border-radius: 0; }#lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#eTynfKla9o78qGknPAK0cwgqydscTXaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#eTynfKla9o78qGknPAK0cwgqydscTXaS > .row .container { background-color: transparent; background-image: none; }#eTynfKla9o78qGknPAK0cwgqydscTXaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTynfKla9o78qGknPAK0cwgqydscTXaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTynfKla9o78qGknPAK0cwgqydscTXaS > .row .container > .video-iframe-container { display: none; }#eTynfKla9o78qGknPAK0cwgqydscTXaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTynfKla9o78qGknPAK0cwgqydscTXaS > .row > .video-iframe-container { display: none; }#eTynfKla9o78qGknPAK0cwgqydscTXaS > .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); }#eTynfKla9o78qGknPAK0cwgqydscTXaS > .row .container { border-width: 0; border-radius: 0; }#eTynfKla9o78qGknPAK0cwgqydscTXaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTynfKla9o78qGknPAK0cwgqydscTXaS > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#TIZqucxDk2v6wtewN84NTX3dRQf8HSGG { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:3.625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:2.9248046875rem;left:5.625rem;height:8.69925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XRab9kXiuHQerUF6X2xz0mJUQ1dPAWuH { color:#212121;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:13rem;left:5.625rem;height:16.19825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mDr8iJ118F0MDdNeP65EVnTmGxv046oL { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#fbc115;background-image:none;top:4.15625rem;left:3.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EIWFfaCDhWDP59CkR8flOiSx5A4BeVdZ { box-sizing:content-box;height:0.0625rem;width:4.375rem;position:absolute;display:block;z-index:15022;background-color:#fbc115;background-image:none;top:4.75rem;left:0rem;display:block; }
#wQWv1ZWDCgyJwdgW1X5tqC3zKLRgXhbV { box-sizing:content-box;height:12.5rem;width:30.0625rem;position:absolute;display:block;z-index:15004;background-color:#141516;background-image:none;top:11.5625rem;left:41.75rem;border-top:0.0625rem solid #5d92ff;border-left:0.4375rem solid #fbc115;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#UbvGZsoPSvDUTq062A103hQtJBMNPGEN { box-sizing:content-box;height:29.125rem;width:28.5rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/187b6647-dbf7-42ea-b9ab-63c70f5e4a5b/03.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.9248046875rem;left:45.6875rem;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;display:block; }#UbvGZsoPSvDUTq062A103hQtJBMNPGEN.adaptive-delivery-prevent-bg, #UbvGZsoPSvDUTq062A103hQtJBMNPGEN.lazyload, #UbvGZsoPSvDUTq062A103hQtJBMNPGEN.lazyloading { background-image: none; }
#LHX5IrAaVncax67Utu83mTqu3MwAnur1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#LHX5IrAaVncax67Utu83mTqu3MwAnur1 > .row .container { background-color: transparent; background-image: none; }#LHX5IrAaVncax67Utu83mTqu3MwAnur1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHX5IrAaVncax67Utu83mTqu3MwAnur1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHX5IrAaVncax67Utu83mTqu3MwAnur1 > .row .container > .video-iframe-container { display: none; }#LHX5IrAaVncax67Utu83mTqu3MwAnur1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHX5IrAaVncax67Utu83mTqu3MwAnur1 > .row > .video-iframe-container { display: none; }#LHX5IrAaVncax67Utu83mTqu3MwAnur1 > .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); }#LHX5IrAaVncax67Utu83mTqu3MwAnur1 > .row .container { border-width: 0; border-radius: 0; }#LHX5IrAaVncax67Utu83mTqu3MwAnur1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHX5IrAaVncax67Utu83mTqu3MwAnur1 > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh > .row .container { background-color: transparent; background-image: none; }#wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,6,7,0.6); }#wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh > .row .container > .video-iframe-container { display: none; }#wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,6,7,0.6); }#wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh > .row > .video-iframe-container { display: block; }#wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh > .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); }#wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh > .row .container { border-width: 0; border-radius: 0; }#wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh > .row .container { font-size:0.875rem;font-family:poppins;height:50.3125rem;width:75rem;position:relative;display:block; }#xKbSC9xbJr08HKZChDnIBHpsKv8V7M52 { position:absolute;display:block;z-index:15000;background-color:#fbc115;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.3125rem;width:34.1875rem;top:0rem;left:0rem;display:block; }
#THpQMe15u8BfvHIbsJ3ekHtyTIg3G9GK { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:3.3125rem;left:2.6875rem;height:11.046875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TvDoNfBnSg7ixHu43JZvurkUqqpRcPQZ { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:15.75rem;left:2.6875rem;height:21.75rem;font-style:normal;display:block; }#TvDoNfBnSg7ixHu43JZvurkUqqpRcPQZ li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#TvDoNfBnSg7ixHu43JZvurkUqqpRcPQZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b5a1eceeeee13587826c8e2a2f53ba0f16f5798.svg); }
#Ms4bZM0JWnlUV1f6TbJvZrXiWDWxPuwT { color:#1e1e1e;display:block;width:24.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:38.5625rem;left:4.1875rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ECgNT5y3BKemTtlRgRdQR2tUDoiwmFeD { background-color:#2e2e2e;background-image:none;border-top:0.0625rem solid #f8ca46;border-left:0.0625rem solid #f8ca46;border-right:0.0625rem solid #f8ca46;border-bottom:0.1875rem solid #3cbeca;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.5625rem;left:3.625rem;display:block; }
#AWopD46vH6WKxX62lybUlKlMLm6y6sqp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc > .row .container { background-color: transparent; background-image: none; }#SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc > .row .container > .video-iframe-container { display: none; }#SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc > .row > .video-iframe-container { display: none; }#SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc > .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); }#SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc > .row .container { border-width: 0; border-radius: 0; }#SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#Z81kTywsIbsVaKqsSfnW4raQUL03ctcw { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:4.14355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ddHufzZxFh2XzdIvAt7ozOpN2T7Q8dLW { color:#000000;display:block;width:51.25rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.375rem;left:12.6875rem;height:7.47265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vu6ORToasM3EWnsqhoLog8zO1g1oseqw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#Vu6ORToasM3EWnsqhoLog8zO1g1oseqw > .row .container { background-color: transparent; background-image: none; }#Vu6ORToasM3EWnsqhoLog8zO1g1oseqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vu6ORToasM3EWnsqhoLog8zO1g1oseqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vu6ORToasM3EWnsqhoLog8zO1g1oseqw > .row .container > .video-iframe-container { display: none; }#Vu6ORToasM3EWnsqhoLog8zO1g1oseqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vu6ORToasM3EWnsqhoLog8zO1g1oseqw > .row > .video-iframe-container { display: none; }#Vu6ORToasM3EWnsqhoLog8zO1g1oseqw > .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); }#Vu6ORToasM3EWnsqhoLog8zO1g1oseqw > .row .container { border-width: 0; border-radius: 0; }#Vu6ORToasM3EWnsqhoLog8zO1g1oseqw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vu6ORToasM3EWnsqhoLog8zO1g1oseqw > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#Rep4pgxLP8dVIronLO29CPfa4h8Bzak7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SuZ18h87TkK1vrRz862g0tLQe2ILXips { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#aXi3COUbESZyb3yU807A3J5RXzpnBKDQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#h004CDqUVybUHfbR4eRcGt9mvpGO3oF6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:17.8125rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#XKQVMfBx5a3wbXQHSgvUCBTr8oFS9W2C { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13.625rem;left:26.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vz23O4X0qmMmNfKH4uudtZqM9q5pcsmS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.3125rem;left:24.8125rem; }
#MTPB9nxVq2byitD9yxLncvmWTpzpBW3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#MTPB9nxVq2byitD9yxLncvmWTpzpBW3D > .row .container { background-color: transparent; background-image: none; }#MTPB9nxVq2byitD9yxLncvmWTpzpBW3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTPB9nxVq2byitD9yxLncvmWTpzpBW3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTPB9nxVq2byitD9yxLncvmWTpzpBW3D > .row .container > .video-iframe-container { display: none; }#MTPB9nxVq2byitD9yxLncvmWTpzpBW3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTPB9nxVq2byitD9yxLncvmWTpzpBW3D > .row > .video-iframe-container { display: none; }#MTPB9nxVq2byitD9yxLncvmWTpzpBW3D > .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); }#MTPB9nxVq2byitD9yxLncvmWTpzpBW3D > .row .container { border-width: 0; border-radius: 0; }#MTPB9nxVq2byitD9yxLncvmWTpzpBW3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTPB9nxVq2byitD9yxLncvmWTpzpBW3D > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:block; }#iJTk74g8EuTvrPKAWW8Qwmcu3ScvhuoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iJTk74g8EuTvrPKAWW8Qwmcu3ScvhuoN > .row .container { border-width: 0; border-radius: 0; }#iJTk74g8EuTvrPKAWW8Qwmcu3ScvhuoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJTk74g8EuTvrPKAWW8Qwmcu3ScvhuoN > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:none; }#a9JIRhNuGMwnaXaoolRDGgWBW8MafDSA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.6875rem;top:0.875rem;left:10.1875rem;overflow:hidden;display:block; }
#OHqv2LdhVyTgNKFwWpG963z1WMknVVHo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.6875rem;top:0.875rem;left:19.25rem;overflow:hidden;display:block; }
#TrVa8OKUOplc6SszFLiMoq4UGnNSZFGs { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:5.75rem;top:0.875rem;left:28.4375rem;overflow:hidden;display:block; }
#u03fLbbLtsnh4iQIGdT6yJmHLDp8NV4t { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.6875rem;top:0.875rem;left:46.4375rem;overflow:hidden;display:block; }
#a12sStgbSyQqi4m7Sc7Hc23timNdkL4B { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.6875rem;top:0.875rem;left:37.25rem;overflow:hidden;display:block; }
#X6zsL4P5kS9JJAlhtXdSL93DScOdMPaO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.6875rem;top:10.25rem;left:19.375rem;overflow:hidden;display:block; }
#tSoTor4tkl9TNOOVsPBft6z0faggBVoz { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.6875rem;top:10.25rem;left:10.1875rem;overflow:hidden;display:block; }
#GL1x54GMdWS6XpJuexgWATHTyC4afFtx { position:absolute;display:block;z-index:15025;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.75rem;width:7.6875rem;top:17.999134063721rem;left:10.125rem;overflow:hidden;display:block; }
#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/wdUfWFjY/07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT.adaptive-delivery-prevent-bg, #p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT.lazyload, #p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT.lazyloading { background-image: none; }#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT > .row .container { background-color: transparent; background-image: none; }#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,6,7,0.8); }#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT > .row .container > .video-iframe-container { display: none; }#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,6,7,0.8); }#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT > .row > .video-iframe-container { display: none; }#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT > .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); }#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT > .row .container { border-width: 0; border-radius: 0; }#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT > .row .container { font-size:0.875rem;font-family:poppins;height:36.8125rem;width:75rem;position:relative;display:block; }#ELHBwtTcbRKAs3CFALQqt50MMGH6EivM { position:absolute;display:block;z-index:15015;background-color:#fbc115;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.6875rem;width:16.0625rem;top:22.25rem;left:0rem;display:block; }
#Qh8AfZPDhrbzN7SFJQTrUcfhTNHlGR0A { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:23.4375rem;left:1.96875rem; }
#cMuycPgpRlRblSyFazsEF4r2pVwiam8C { color:#060607;display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:26.5625rem;left:1.96875rem;height:5.25rem;font-style:normal;display:block; }
#bnQAkavOJUr9SpbRndRLrcC9fgTQhWwC { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:3.7236328125rem;left:11.25rem;height:2.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qn7Ax6WXI8d1QfdtGrdeEKhDZkaZ59Xs { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VA0h1UXMFKfSEIV3Kph8XMQoxg1TboIo { position:absolute;display:block;z-index:15019;background-color:#060607;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.9375rem;width:17.75rem;top:22.125rem;left:17.5rem;display:block; }
#uCllSvn4tdrA3WtTT6iQMBsVRgrg8CWp { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:26.5625rem;left:19.375rem;height:7rem;font-style:normal;display:block; }
#BG5tgKyvQm8MktSmK412Bip25uBwzgB6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:23.4375rem;left:19.375rem; }
#S2aOzySXHZ8NdZWSW8EbsbUJPH4RNdHU { color:#ffffff;display:block;width:37.6875rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.9365234375rem;left:18.65625rem;height:7.47265rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k5IRsBixcXPagmamdIN6h6mHHF5zb3Cl { position:absolute;display:block;z-index:15025;background-color:#060607;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.9375rem;width:17.75rem;top:22.125rem;left:54.1875rem;display:block; }
#S2im9CBTEBcyiPEi3JIMOIZTKrWkSDlX { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:26.5625rem;left:56.0625rem;height:7rem;font-style:normal;display:block; }
#UNUMZTprChfXQKkMChFf4v2X0FTwNC9n { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:23.4375rem;left:56.0625rem; }
#gtSzai73AnbdnaVWVFRx8sok1yL0QOB9 { position:absolute;display:block;z-index:15021;background-color:#fbc115;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.6875rem;width:16.0625rem;top:22.25rem;left:36.6875rem;display:block; }
#r4qDLWG6tUnZf6wmlyf3C4GOJkuf90WS { color:#060607;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:26.5625rem;left:38.5625rem;height:7rem;font-style:normal;display:block; }
#UC76SlrzZTGfWoggDlFHg3fVWVF5z8zb { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:23.4375rem;left:38.5625rem; }
#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/wdUfWFjY/07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI.adaptive-delivery-prevent-bg, #TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI.lazyload, #TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI.lazyloading { background-image: none; }#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI > .row .container { background-color: transparent; background-image: none; }#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,6,7,0.8); }#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI > .row .container > .video-iframe-container { display: none; }#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,6,7,0.8); }#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI > .row > .video-iframe-container { display: none; }#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI > .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); }#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI > .row .container { border-width: 0; border-radius: 0; }#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI > .row .container { font-size:0.875rem;font-family:poppins;height:8.375rem;width:75rem;position:relative;display:block; }#AicdhFix9ZxX5hgJTAkn2ueBcaeUP7vf { background-color:#fbc115;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #3cbeca ;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.875rem;left:22.5rem;display:block; }
#tIB2TrX8xr5zm407LJ0Th8CfF5lxCHyQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1c232, #eab041);background-image: -moz-linear-gradient(180deg, #f1c232, #eab041);background-image: -ms-linear-gradient(180deg, #f1c232, #eab041);background-image: -o-linear-gradient(180deg, #f1c232, #eab041);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c232', endColorstr='#eab041' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c232', endColorstr='#eab041' );";background-image: linear-gradient(180deg, #f1c232, #eab041);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr > .row .container { background-color: transparent; background-image: none; }#N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr > .row .container > .video-iframe-container { display: none; }#N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr > .row > .video-iframe-container { display: none; }#N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr > .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); }#N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr > .row .container { border-width: 0; border-radius: 0; }#N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#Zi60obno26uL7INQckGwpiZTcp0N7J0g { position:absolute;display:block;z-index:14998;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1c232;border-left:0.0625rem solid #f1c232;border-right:0.0625rem solid #f1c232;border-bottom:0.0625rem solid #f1c232;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:20.5rem;width:20.5rem;top:2.875rem;left:51.5rem;display:block; }
#T4TXUkQeZ0lRb85cTnOQI7srSdxWl0o1 { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1c232;border-left:0.0625rem solid #f1c232;border-right:0.0625rem solid #f1c232;border-bottom:0.0625rem solid #f1c232;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:2.9375rem;left:52.9375rem;display:block; }
#ETctRmiC92qIMIimdfL0p0AtFSOH7EKh { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5625rem;left:54.5rem;height:4.0625rem;font-style:normal;display:block; }
#upK74KP7exrBPuGkTid4LQBWTF5AtlDw { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:26.8125rem;top:4.3125rem;left:13.1875rem;display:block; }
#Wq5kkrmPTuchhlmpsUZFg185b1zx1MEC { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:dosis;font-size:3.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.3125rem;left:2.25rem;height:8.6113125rem;display:block; }
#iGnzf1GxKIgIlWPBBa7Gp4RNaaVN7drv { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:20.9375rem;top:9.4375rem;left:24.0625rem;display:block; }
#q3h0TWrLT9BnSAdG7TXnFbaKnGaQO6Tz { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:dosis;font-size:3.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.4375rem;left:2.75rem;height:8.6113125rem;text-align:center;text-align-last:center;display:block; }
#ymB2c8XGvrxblL54JKwbxCS4UkSbFIiq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:17.5625rem;top:1.84375rem;left:-9.875rem;overflow:hidden;display:block; }
#xzHREX6wVPUWErVPsDTavBrJFl2Od5Pu { color:#f1c232;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:6.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.875rem;left:54.5625rem;height:8.125rem;font-style:normal;display:block; }
#dVlc721eGWt7Cz2QmrJdEou0MTgkMVv6 { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:42.25rem;top:3.5rem;left:23.5rem;display:none; }
#kkmyTTh1HhTyT53GdpkTkFDBMWV7TaFT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.6875rem;left:57.3125rem;height:4.79296875rem;font-style:normal;display:block; }
#Bblw3HFu1DoZNqnpQyLmxucCxNkwtyKR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:54.6875rem;height:2.03125rem;font-style:normal;display:block; }
#oLfRidCu9bdv3Oh9luGJwkQFIaTnL5vJ { position:absolute;display:block;z-index:14999;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:10.6875rem;width:9.125rem;top:9.8125rem;left:46.9375rem;overflow:hidden;display:block; }
#FQp1iAzRumLOFtRm0BgR9KOpCy0TBErS { position:absolute;display:block;z-index:15014;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:14rem;width:12rem;top:9.8125rem;left:68.0234375rem;overflow:hidden;display:block; }
#yLvemSOm7tUJ0Vt5PPdpstkXwEBfzEDH { position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:28.75rem;top:14.875rem;left:2.25rem;display:block; }
#wdyTblXoP5v9saPMpsHVtGwKv7U7vALG { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:dosis;font-size:3.3125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:3.0625rem;height:8.6113125rem;display:block; }
#p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:url("https://images.assets-landingi.com/SeHuHtAN/Asset_38.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ.adaptive-delivery-prevent-bg, #p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ.lazyload, #p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ.lazyloading { background-image: none; }#p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ > .row .container { border-width: 0; border-radius: 0; }#p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:none; }#fMu221W84cZIBALxPnmzNeNkRU756kqc { 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:8.4375rem;width:58.5625rem;top:4.0625rem;left:8.1875rem;overflow:hidden;display:block; }
#fvi47wPi3XR7s0FqyueltzJx5xnmVLVF { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d37270;border-left:0.0625rem solid #d37270;border-right:0.0625rem solid #d37270;border-bottom:0.0625rem solid #d37270;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.25rem;width:22.25rem;top:15.5625rem;left:34.75rem;display:block; }
#Xighhum0gAcKlgfSnrvLw9tQaUoW2aiE { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #4f648c;border-left:0.0625rem solid #4f648c;border-right:0.0625rem solid #4f648c;border-bottom:0.0625rem solid #4f648c;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.25rem;width:22.25rem;top:14.875rem;left:35.5rem;display:block; }
#ymBCEOFIXTCGqPz6Fsx3pbQVBLv9UgBI { color:#4f648c;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.75rem;left:39.3125rem;height:4.06278125rem;font-style:normal;display:block; }
#nfdXIxJQGGVVCEaHW47mrp8C3sh72DHg { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.7495125rem;width:2.7495125rem;top:4.876953125rem;left:21rem;display:block; }
#rpaTW3RCoobNwA2ZOvTusoZoUEcyCsGQ { color:#61729d;display:block;width:3.0625rem;position:absolute;font-family:dosis;font-size:3.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.755859375rem;left:21.4375rem;height:4.30615rem;display:block; }
#hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eff7fc, #ffffff);background-image: -moz-linear-gradient(180deg, #eff7fc, #ffffff);background-image: -ms-linear-gradient(180deg, #eff7fc, #ffffff);background-image: -o-linear-gradient(180deg, #eff7fc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7fc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7fc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #eff7fc, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P > .row .container { border-width: 0; border-radius: 0; }#hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:none; }#ZFaP4GUbeiiEHGHpwNvgkLVhUaoHd0TB { color:#d37270;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:6.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.0625rem;left:38.875rem;height:8.125rem;font-style:normal;display:block; }
#dp0mZTgCUGNAQ5VPOr5wnNrtqPFGsdVf { color:#d37270;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.375rem;left:39.25rem;height:2.03125rem;font-style:normal;display:block; }
#nU1D8huKWJdFFlgtO72lHPfbTT9kLzvw { color:#4f648c;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5625rem;left:41.875rem;height:4.79345625rem;font-style:normal;display:block; }
#oGSqQeoQGrgP5603pgtcV0VH9ZQPxmrQ { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d37270;border-left:0.0625rem solid #d37270;border-right:0.0625rem solid #d37270;border-bottom:0.0625rem solid #d37270;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.25rem;width:22.25rem;top:15.5625rem;left:34.75rem;display:none; }
#ZKt0HTkEhJeZ5iWl1v5oPofSStmrGJhr { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #4f648c;border-left:0.0625rem solid #4f648c;border-right:0.0625rem solid #4f648c;border-bottom:0.0625rem solid #4f648c;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.25rem;width:22.25rem;top:14.875rem;left:35.5rem;display:none; }
#TlI0LtOnMKU07IvRrS7GTQn89u9oVSWC { color:#4f648c;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.75rem;left:39.3125rem;height:4.0625rem;font-style:normal;display:none; }
#lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH > .row .container { background-color: transparent; background-image: none; }#lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH > .row .container > .video-iframe-container { display: none; }#lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH > .row > .video-iframe-container { display: none; }#lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH > .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); }#lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH > .row .container { border-width: 0; border-radius: 0; }#lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#MBhh1uTtBzQm555hDi29uMU88MwiXLlq { color:#202020;display:block;width:75rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ry4qZ4qTGgEyMuXZdqghvOrAJg8M1ITs { color:#070707;display:block;width:54.0625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:10.4375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV { 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:none; }#lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV > .row .container { border-width: 0; border-radius: 0; }#lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:none; }#y6Wul053gveVQTCpozNN82sRC98ALADc { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:1.25rem;left:0rem;display:none; }
#ZkPvcpTOspolNVKKIFaQs9ptRRQTn365 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZkPvcpTOspolNVKKIFaQs9ptRRQTn365 > .row .container { background-color: transparent; background-image: none; }#ZkPvcpTOspolNVKKIFaQs9ptRRQTn365::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkPvcpTOspolNVKKIFaQs9ptRRQTn365 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkPvcpTOspolNVKKIFaQs9ptRRQTn365 > .row .container > .video-iframe-container { display: none; }#ZkPvcpTOspolNVKKIFaQs9ptRRQTn365 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkPvcpTOspolNVKKIFaQs9ptRRQTn365 > .row > .video-iframe-container { display: none; }#ZkPvcpTOspolNVKKIFaQs9ptRRQTn365 > .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); }#ZkPvcpTOspolNVKKIFaQs9ptRRQTn365 > .row .container { border-width: 0; border-radius: 0; }#ZkPvcpTOspolNVKKIFaQs9ptRRQTn365 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZkPvcpTOspolNVKKIFaQs9ptRRQTn365 > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#neuvDwi2fPw5dtrqik020zd0RvnDA6uz { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:1.25rem;left:0rem;display:block; }
#TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4 > .row .container { background-color: transparent; background-image: none; }#TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4 > .row .container > .video-iframe-container { display: none; }#TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4 > .row > .video-iframe-container { display: none; }#TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4 > .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); }#TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4 > .row .container { border-width: 0; border-radius: 0; }#TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4 > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc > .row .container { background-color: transparent; background-image: none; }#sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc > .row .container > .video-iframe-container { display: none; }#sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc > .row > .video-iframe-container { display: none; }#sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc > .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); }#sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc > .row .container { border-width: 0; border-radius: 0; }#sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ME4r4WNFwEAInEzDgDefO9wuMLBvn1GE { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ;height:14.5625rem;width:26rem;top:2.125rem;left:9.5rem;display:block; }
#JvLf7lT2vPNsussuTKZCKDtQQbuVHS2E { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ;height:14.5625rem;width:26rem;top:2.25rem;left:39.75rem;display:block; }
#pfcIGZREZfkAg2nPlWJbXtOzKTp94u84 { position:absolute;display:block;z-index:15001;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:20.75rem;top:7.3125rem;left:46.8125rem;display:block; }
#BsA4WIc5r76ZnHL1vGSP05GlROxKoCKa { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.874rem;width:27.124rem;top:0rem;left:21.3740234375rem;display:block; }
#TssApFgst8ANB33sasKCuV1V6J3vldA9 { position:absolute;display:block;z-index:15003;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:22.625rem;top:5.5rem;left:8.0625rem;display:block; }
#Ry40SOL99o6tQBQRLnvTAtvwFV8DIhQz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:3.5rem;left:58.0625rem;overflow:hidden;display:block; }
#s0HXR6n5NmDV3o5PNkmB7hPdkoGPKTeW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:1.3125rem;left:5.6875rem;overflow:hidden;display:block; }
#AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d { position:relative;display:block; }#AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d { background-color: transparent; background-image: none; }#AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d > .row .container > .video-iframe-container { display: none; }#AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d > .row > .video-iframe-container { display: none; }#AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d > .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); }#AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d { border-width: 0; border-radius: 0; }#AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JhvMCf82Vc4QtwnWu1xfLMSlalnrHP70 { background-color:#fbc115;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #020202 ;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.125rem;left:22.5rem;display:block; }
#g6arH3zlS9TpAmw2TuU31LFrhRRKyEwP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc > .row .container { background-color: transparent; background-image: none; }#ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc > .row .container > .video-iframe-container { display: none; }#ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc > .row > .video-iframe-container { display: none; }#ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc > .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); }#ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc > .row .container { border-width: 0; border-radius: 0; }#ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc > .row .container { font-size:0.875rem;font-family:poppins;height:51.75rem;width:75rem;position:relative;display:block; }#f0hDO0sPphy80duix6QvK2luqDcrHFRX { color:#141516;display:block;width:44.25rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.625rem;left:15.1875rem;height:7.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OLBGXvqzEJyGUpRNNN13nGebWHesPB9I { color:#061314;display:block;width:40.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:10.25rem;left:17.3125rem;height:3.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MGIXbnzmmKwx2Q03k1kPPzkIHHB8TsQd { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#fbc115;background-image:none;top:16.3125rem;left:58.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TFSHEDl0xDrbJ1PTacxqZtoSVNARbhD7 { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:14998;background-color:#fbc115;background-image:none;top:16.875rem;left:40.25rem;display:block; }
#cVtq3eCCEEQGc7WfnGxpT1sByXSDVO2C { position:absolute;display:block;z-index:14999;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:19.5625rem;width:29.3125rem;top:14.75rem;left:22.5rem;overflow:hidden;display:block; }
#LoCGAQe4PQcAnUF0LrNIVEN5RFIo34RX { 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:10.9375rem;width:16.375rem;top:19.0625rem;left:4.75rem;overflow:hidden;display:block; }
#kZv3IXXsoeZuG1iZ7TRLNO0ccVa74dEn { color:#061314;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:38.75rem;left:1.6875rem;height:9.6230625rem;font-style:normal;display:block; }#kZv3IXXsoeZuG1iZ7TRLNO0ccVa74dEn li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kZv3IXXsoeZuG1iZ7TRLNO0ccVa74dEn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94965010e165b4f033c52e26db1fff97ea0014ee.svg); }
#CTQzwwIbHrvTwCXh0qn49JTaWVCN0w0F { color:#061314;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:38.5625rem;left:37.9375rem;height:9.9980625rem;font-style:normal;display:block; }#CTQzwwIbHrvTwCXh0qn49JTaWVCN0w0F li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#CTQzwwIbHrvTwCXh0qn49JTaWVCN0w0F li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94965010e165b4f033c52e26db1fff97ea0014ee.svg); }
#QceU1TXiSaVzDKkMMz7rZqgKUyuizBFX { 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:10.9375rem;width:16.375rem;top:19.0625rem;left:54.0625rem;overflow:hidden;display:block; }
#yRqSdRM4NaauJIVkQ3xrfcKtMOUh8orl { position:absolute;display:block;z-index:15020;background-color:#fbc115;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.9375rem;width:0.0625rem;top:37.0625rem;left:35.875rem;display:block; }
#vU6TrZecSsySUqhprJHl3bTSAT54gWIv { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#fbc115;background-image:none;top:37.0625rem;left:35.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7 { position:relative;display:block; }#hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7 { background-color: transparent; background-image: none; }#hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7 > .row .container > .video-iframe-container { display: none; }#hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7 > .row > .video-iframe-container { display: none; }#hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7 > .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); }#hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7 { border-width: 0; border-radius: 0; }#hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fE6hv5FgrBxJOgIDx7iAowiRUU3pQ8TP { 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:15.5rem;width:64.625rem;top:0rem;left:5.1875rem;overflow:hidden;display:block; }
#llI3E1ycWzpoLh6QEoTPEkz5ounc5ThV { 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; }
#N9rXHe3tSFSgghfTScvpuSulI0BqceiD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e715b890-ad51-49a8-9cf7-df7a1d04785a/PARCDASARTS1.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD.adaptive-delivery-prevent-bg, #N9rXHe3tSFSgghfTScvpuSulI0BqceiD.lazyload, #N9rXHe3tSFSgghfTScvpuSulI0BqceiD.lazyloading { background-image: none; }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row .container { background-color: transparent; background-image: none; }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row .container > .video-iframe-container { display: none; }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row > .video-iframe-container { display: none; }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .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); }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row .container { border-width: 0; border-radius: 0; }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#VbLCLWBkapTiuapiy5hIPExAFMNTmmih { color:#ffffff;display:block;width:46.5rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:2.375rem;left:14.25rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AKEbDWoDyAskD4Q8qT4xk4wLQ4S638v7 { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.375rem;left:21.375rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXT6hO7oxRG399XrVTmcJCrHT81gTE1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TXT6hO7oxRG399XrVTmcJCrHT81gTE1B > .row .container { background-color: transparent; background-image: none; }#TXT6hO7oxRG399XrVTmcJCrHT81gTE1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXT6hO7oxRG399XrVTmcJCrHT81gTE1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXT6hO7oxRG399XrVTmcJCrHT81gTE1B > .row .container > .video-iframe-container { display: none; }#TXT6hO7oxRG399XrVTmcJCrHT81gTE1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXT6hO7oxRG399XrVTmcJCrHT81gTE1B > .row > .video-iframe-container { display: none; }#TXT6hO7oxRG399XrVTmcJCrHT81gTE1B > .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); }#TXT6hO7oxRG399XrVTmcJCrHT81gTE1B > .row .container { border-width: 0; border-radius: 0; }#TXT6hO7oxRG399XrVTmcJCrHT81gTE1B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXT6hO7oxRG399XrVTmcJCrHT81gTE1B > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#XwZbwifhtms95TMWRK8cRbhtLL0BnhGL { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ;height:14.5625rem;width:26rem;top:7.75rem;left:9.0625rem;display:block; }
#u4Ja0T2UT52JuMwI4KoLTgEyFqaddA7y { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ;height:14.5625rem;width:26rem;top:7.875rem;left:39.3125rem;display:block; }
#BwlaZT7bdkcK4VV4qDINwG5yhs7oyAsX { position:absolute;display:block;z-index:15001;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:20.75rem;top:11.625rem;left:46.375rem;display:block; }
#b0VLFezX0DxWLokCcK8XzxPJKHgv7eGQ { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.874125rem;width:27.1245625rem;top:6.25rem;left:20.875rem;display:block; }
#a6fZrT9Qfx95Q09KJilvXCCNrnaNDPT0 { position:absolute;display:block;z-index:15003;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:22.625rem;top:9.375rem;left:7.625rem;display:block; }
#PQeIW2rBTPxTT2QmmmoHBgQ3JyVOgwnx { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27rem;left:20.875rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iPIstITlGaLLv10L2PiZzcnC5eVuQO5T { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:0.9375rem;left:3.6875rem;overflow:hidden;display:block; }
#VTqgPOf3OFBPq2CxbUSs8sp8rCGIQrzb { position:absolute;display:block;z-index:15017;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:13.25rem;width:13.25rem;top:14.375rem;left:56.5rem;overflow:hidden;display:block; }
#eFctH60WI0bk2saQ67I9ThTfpCtSsKyp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eFctH60WI0bk2saQ67I9ThTfpCtSsKyp > .row .container { background-color: transparent; background-image: none; }#eFctH60WI0bk2saQ67I9ThTfpCtSsKyp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFctH60WI0bk2saQ67I9ThTfpCtSsKyp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFctH60WI0bk2saQ67I9ThTfpCtSsKyp > .row .container > .video-iframe-container { display: none; }#eFctH60WI0bk2saQ67I9ThTfpCtSsKyp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFctH60WI0bk2saQ67I9ThTfpCtSsKyp > .row > .video-iframe-container { display: none; }#eFctH60WI0bk2saQ67I9ThTfpCtSsKyp > .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); }#eFctH60WI0bk2saQ67I9ThTfpCtSsKyp > .row .container { border-width: 0; border-radius: 0; }#eFctH60WI0bk2saQ67I9ThTfpCtSsKyp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFctH60WI0bk2saQ67I9ThTfpCtSsKyp > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#skZyOS0WdolykntNHl4Gdhlq14UPMoZS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ;height:12.1875rem;width:21.8125rem;top:2rem;left:3rem;display:block; }
#i9EvsLdkG1OfS2uQoBQyprQvwAevdzda { position:absolute;display:block;z-index:15001;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:20.75rem;top:2.6875rem;left:53.8125rem;display:block; }
#ML0AOSi5ehahTtAOwbLH5gISdhliKsft { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:39.5625rem;top:4.9375rem;left:21.625rem;display:block; }
#X2bskmTtibvTDKFWVDfpy8tCHq38dLwp { position:absolute;display:block;z-index:15003;background-color:#f4c245;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:24rem;top:3.5625rem;left:1.625rem;display:block; }
#JvPIQg48QVkViFR6wIH6LZVme3ukhNGu { position:absolute;display:block;z-index:15017;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:13.3125rem;width:13.3125rem;top:5rem;left:63.625rem;overflow:hidden;display:block; }
#sDywCTbzXPsCx7PvArJpkX5O7cTFFikP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ;height:12.1875rem;width:21.8125rem;top:2rem;left:26.875rem;display:block; }
#FWlkqgNWivDNvo6UJff5sITdCbUo8fwi { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.19) ;height:12.1875rem;width:21.8125rem;top:2rem;left:50.5rem;display:block; }
#ZEEvoieHwuIp6NryB1hAvnP50y0yNMOv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:11rem;top:1.125rem;left:-3.1875rem;overflow:hidden;display:block; }
#L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw > .row .container { background-color: transparent; background-image: none; }#L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw > .row .container > .video-iframe-container { display: none; }#L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw > .row > .video-iframe-container { display: none; }#L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw > .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); }#L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw > .row .container { border-width: 0; border-radius: 0; }#L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#ApTgUFRpPIvJPAFXHmUG14Tqc9G2wvcq { color:#212121;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTGHPiwyBnQaCCnRfkwSzUgE91xE54Ps { position:absolute;display:block;z-index:15020;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:18.5rem;top:23.875rem;left:16.125rem;display:block; }
#tRSSr165d8hATXOLR3Bs4MWSp9DKhG8T { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:23.875rem;left:23.9375rem;display:block; }
#TQEbWr9fNawbT28Fu3J35yVqTAiM3OTF { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:26rem;left:17.5rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VFOa5pNhiZFeBQ6Fh9VbmtzcyWetmcaR { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:27.6875rem;left:14.0625rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMgJ6RM1DJ5amAQmPRcV4M95Q6R8h0bK { position:absolute;display:block;z-index:15024;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:14.5625rem;top:23.875rem;left:45.25rem;display:block; }
#TnRDGHpKgLqIH4anwM22CSTJ9pNUHHyv { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:23.75rem;left:51.125rem;display:block; }
#xv39UMElpv04y6ydAFIPk7XQtI23Px2X { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:25.875rem;left:47.875rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wc42sVTlGDrXSmKssdh1zlzCFVnMCJrT { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:27.5625rem;left:47.125rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTyhnJTTH2tyIFLvcFbyBTwRpoFhzdPt { 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: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:19.3125rem;width:24.5625rem;top:6.15625rem;left:40.25rem;overflow:hidden;display:block; }
#ETO3TgRXeMXSnXQP00xN2iJT96geoEgz { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:27.125rem;top:8.375rem;left:23.9375rem;display:block; }
#RStJAKFknGf0JCwhoFy42xFxm0ohLkXv { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b238114c-f61c-4672-8c28-3f06edbab5e7/CpiadeAEREORS.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:24.5625rem;top:6.15625rem;left:13.125rem;display:block; }#RStJAKFknGf0JCwhoFy42xFxm0ohLkXv.adaptive-delivery-prevent-bg, #RStJAKFknGf0JCwhoFy42xFxm0ohLkXv.lazyload, #RStJAKFknGf0JCwhoFy42xFxm0ohLkXv.lazyloading { background-image: none; }
#iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7 > .row .container { background-color: transparent; background-image: none; }#iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7 > .row .container > .video-iframe-container { display: none; }#iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7 > .row > .video-iframe-container { display: none; }#iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7 > .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); }#iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7 > .row .container { border-width: 0; border-radius: 0; }#iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7 > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;position:relative;display:block; }#Twl9ihC0dfPHTLL6zbG3myucDLk1JIUT { position:absolute;display:block;z-index:15020;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:18.5rem;top:23.125rem;left:15.75rem;display:block; }
#SJUGiXlrH0JRbdrBI8OZ6R4ibS0T49UZ { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:23.0625rem;left:23.5625rem;display:block; }
#KUFF9dZwyEbNqE8uzKF4X16wMVEKUKD9 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:25.1875rem;left:17.125rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9S2xLCPe12feDEOyEBaVQVQPamiVQ6T { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:26.875rem;left:15.6875rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMQADXKdl3CVdh84rS5agpC16ewfJGqp { position:absolute;display:block;z-index:15024;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:18.5rem;top:23.125rem;left:42.75rem;display:block; }
#l5xodBfVNTMLvHzMoBPnZg9hpq8wJ25w { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:23rem;left:51.0625rem;display:block; }
#rFuApuyhODSBGT7Ftm0TG4XU0lz8ZVPJ { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:25.125rem;left:43.625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gLaRldkOTZayU4k8XSonrV859sbPZG7V { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:26.8125rem;left:47.0625rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n9AmQLxbAVovSExovFlG3hBLStWyNg5T { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:27.125rem;top:6.53125rem;left:23.9375rem;display:block; }
#FTvFpCliCEkJegNJrVH77XMctT7MvoRC { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0a1cacb4-6ec9-46b1-b3c0-fb9ff7366bc1/fotodecima.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:24.6875rem;top:1.625rem;left:12.6875rem;display:block; }#FTvFpCliCEkJegNJrVH77XMctT7MvoRC.adaptive-delivery-prevent-bg, #FTvFpCliCEkJegNJrVH77XMctT7MvoRC.lazyload, #FTvFpCliCEkJegNJrVH77XMctT7MvoRC.lazyloading { background-image: none; }
#E9nmf6b6cpuOK0HdcVmEECzfiwzFWRoo { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4056fd38-c336-4882-a076-50f7ebdd7b00/202010172.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:24.6875rem;top:1.625rem;left:39.78125rem;display:block; }#E9nmf6b6cpuOK0HdcVmEECzfiwzFWRoo.adaptive-delivery-prevent-bg, #E9nmf6b6cpuOK0HdcVmEECzfiwzFWRoo.lazyload, #E9nmf6b6cpuOK0HdcVmEECzfiwzFWRoo.lazyloading { background-image: none; }
#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3cbeca;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; }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row .container { background-color: transparent; background-image: none; }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row .container > .video-iframe-container { display: none; }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row > .video-iframe-container { display: none; }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .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); }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row .container { border-width: 0; border-radius: 0; }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#FTG0hlTuR2rh4GxRFyy9OBbpyzk4TR0T { color:#ffffff;display:block;width:40.125rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.2373046875rem;left:17.4375rem;height:6.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3cbeca;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; }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row .container { background-color: transparent; background-image: none; }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row .container > .video-iframe-container { display: none; }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row > .video-iframe-container { display: none; }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .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); }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row .container { border-width: 0; border-radius: 0; }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx .accordion-element-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;flex-direction:column;align-items:center;background-color:#f1c232;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #121212; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:700;font-size:1.125rem;font-style:normal;height:auto; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:montserrat;line-height:1.5;overflow:hidden;height:auto; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_97f48dd097e8e820134264230979930d.svg");background-size:contain !important; }#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx .accordion-trigger.adaptive-delivery-prevent-bg, #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx .accordion-trigger.lazyload, #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx .accordion-trigger.lazyloading { background-image: none; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx { box-sizing:content-box;height:auto;width:62.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.03125rem;left:6.1875rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #IDvq2NFIn54v79BWkmr0vi4yGOi4Tx2S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #xPZOPHbPVJ34RvWNx2l8FvKvWvVol1J1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #UrD1IHrVgfe2fg1fvSrsF8xvAtunDCx3 { display:block;position:relative; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #lOC8pwZQmNZvkXTnRu2inTq39Lxs1HF8 {  }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #dQsR8NWLsi1FWFMTN71nakxK5twwwobI {  }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #JIBsgD523CD8nFF8Pxio8gZR9rblhQkD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #hg1poq1NXFNVc8VDzWfrn0TgK6o5C0Cy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #vp5HQ8ZTb5ztA3sSx5M4Tlrl5kRr1nLa { display:block;position:relative; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #UAVTk5XyLOr92RTgMlStwubiE58a17zk {  }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #P7ZBzm5QxTanORXTl6x5DirRIa1TPc4e { display:none; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #novW5RubEOFQ3VIa0leC3csLTbk1l0Ml { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #xDuqaomKcrJsVbzVlWvxTE3NomJmEMTy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #C9JkBTmt3XNSA51EwJHDuW2M5mL5RbEn { display:block;position:relative; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #mfwOznhotAhMA52VWA2gTJh1SsQyMTrR {  }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #mWNKO91iaDvtIX7LK0rKwhFv5Pnla96i { display:none; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #srbVaVoUMgTac2W17ulkNTQoTutQrpoz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #viTMf5lrTpVwbcs4X5xCntmGbzSqkark { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #xthuAZcPIOfCptlsUbbR6mvVmKswfrJT { display:block;position:relative; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #TbK49rlEi5SWfpA3qbAliCeDKOO6uQiq {  }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #KbHFbABfl8898iS94SzWH1XZx9EAI5pz { display:none; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #JhyZEEnRHK5M3bWfD9PZDL1I0T279hxQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #PJb2KPTgZBa01nx4wmxf88AFnqDVfXT4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #opqTHQTSdiFVBzmOktdMZGwgQ2os4oiI { display:block;position:relative; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #KQ0yKN4navbDrfZ2xSuomwpxpSTtP9qX {  }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #xftgalZ3hHmDnDkCdT4CQa5HQSvXKKPU { display:none; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #enAaOqkbu4ktpeHrTXAxbdmctHBnC2x2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #e65I3gk42rUJMkGaZs4vNN7duRNsZpu8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #UTot1c3eH7ioLdO5HZqFDvzIr345pwqQ { display:block;position:relative; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #MTwOBKFz0RHqN1TfkKtglzCQ86uu4dCt {  }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #qDvmLZnzTxTqJS46gDbex9tKubbHbavb { display:none; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #UNvKl1lHTPsngJGOGLTVodQZTbGDkZ3h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #NAQ6oDzS48PVBsqo0QDlKynbkMrRUOAT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #bZL9cvHUMWv8LtTJ9UKJ1VrRxr7KMpKE { display:block;position:relative; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #TfEvsw8VJoZF6uiGZ3bqJzZ3gJ3R8XT0 {  }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #tXg3GZdcGuXVTIIAI7P8TsRrgWhZiJTn { display:none; }
#duL7aks0l6sPD6ITzG97dvtGCLRd0VUS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282828;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; }#duL7aks0l6sPD6ITzG97dvtGCLRd0VUS > .row .container { background-color: transparent; background-image: none; }#duL7aks0l6sPD6ITzG97dvtGCLRd0VUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duL7aks0l6sPD6ITzG97dvtGCLRd0VUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duL7aks0l6sPD6ITzG97dvtGCLRd0VUS > .row .container > .video-iframe-container { display: none; }#duL7aks0l6sPD6ITzG97dvtGCLRd0VUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duL7aks0l6sPD6ITzG97dvtGCLRd0VUS > .row > .video-iframe-container { display: none; }#duL7aks0l6sPD6ITzG97dvtGCLRd0VUS > .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); }#duL7aks0l6sPD6ITzG97dvtGCLRd0VUS > .row .container { border-width: 0; border-radius: 0; }#duL7aks0l6sPD6ITzG97dvtGCLRd0VUS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#duL7aks0l6sPD6ITzG97dvtGCLRd0VUS > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#LGT5Jh8Ad915TbB5ugV9BHq9UE0QAeMz { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:"source sans pro";font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:1.875rem;left:1.5rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XSQemAJqKQrTxqOoyP596a3dB5Iyu8KR { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:3rem;left:23.625rem;display:block; }
#B8kfR6PGXAr0t4y0uOyui9qB9hwvSQIE { position:absolute;display:block;z-index:15004;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:15rem;top:3.0625rem;left:23.625rem;display:block; }
#khdV0r0mLRLwGVBx8WrtxPVydELbV426 { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.3125rem;left:26.3125rem;height:1.125rem;font-style:normal;display:block; }
#KZ6pFrd7CRTU691ARyRebAbuK1ctc8QA { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.625rem;left:26.3125rem;height:0.8994125rem;font-style:normal;display:block; }
#SQlNpiy05T11LfEiZIOz8ROtGelg3AtD { position:absolute;display:block;z-index:15012;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:11rem;top:3rem;left:39.3125rem;display:block; }
#Ps1TIb6TTpC17RL1WVb8kMwNio7mkeyV { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:3.25rem;left:42.0625rem;height:1.125rem;font-style:normal;display:block; }
#LGMNtNZsDqNEbvWzNdgbSW3pa9hfZaol { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:4.5rem;left:42.0625rem;height:0.8994125rem;font-style:normal;display:block; }
#HINBONfsGTrq4O7dl5nLIVHTCu9kXzoN { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:3rem;left:39.25rem;display:block; }
#u6DDrKWoHPuqtinyogEooseGCkpaSTCf { position:absolute;display:block;z-index:15016;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:13.875rem;top:3rem;left:51.1875rem;display:block; }
#TZwyoDfD5ci0lx3CnWtLT9UqUnF1tS0l { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:3rem;left:51.125rem;display:block; }
#CZ0xCt56MWXeT03LkEOq7P3PgTfFKSQp { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:3.25rem;left:53.875rem;height:1.125rem;font-style:normal;display:block; }
#GKgTtCrI4KyU00BCwAhqkRKz948XHTVB { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:4.5rem;left:53.8125rem;height:0.8994125rem;font-style:normal;display:block; }
#fBXFQ1J2uxQnpwHClW06sHW8BKJlcfih { position:absolute;display:block;z-index:15008;background-color:#f1c232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:9.25rem;top:3.0625rem;left:65.75rem;display:block; }
#maUHNEHPhUHrEg8zZHEIZliXUl3JI5sJ { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:3.3125rem;left:68.5rem;height:1.125rem;font-style:normal;display:block; }
#H1XVBHyfpU2TGFM462zunkdZ79Pk02s3 { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:3rem;left:65.8125rem;display:block; }
#adlDh7pWbR9ognW7h67pLT8slBmZoI4P { color:#000000;display:block;width:5.375rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:4.625rem;left:68.5rem;height:0.8994125rem;font-style:normal;display:block; }
#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#201f1f;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; }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row .container { background-color: transparent; background-image: none; }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row .container > .video-iframe-container { display: none; }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row > .video-iframe-container { display: none; }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .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); }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row .container { border-width: 0; border-radius: 0; }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-form-header {  }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:22.1875rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-text { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(100,100,100,0.48);border-left:0.0625rem solid rgba(100,100,100,0.48);border-right:0.0625rem solid rgba(100,100,100,0.48);border-bottom:0.0625rem solid rgba(100,100,100,0.48);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:22.1875rem;box-sizing:border-box;height:2.5rem;color:#ffc923;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-textarea { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(100,100,100,0.48);border-left:0.0625rem solid rgba(100,100,100,0.48);border-right:0.0625rem solid rgba(100,100,100,0.48);border-bottom:0.0625rem solid rgba(100,100,100,0.48);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:22.1875rem;box-sizing:border-box;height:4.375rem;color:#ffc923;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-select { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(100,100,100,0.48);border-left:0.0625rem solid rgba(100,100,100,0.48);border-right:0.0625rem solid rgba(100,100,100,0.48);border-bottom:0.0625rem solid rgba(100,100,100,0.48);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:22.1875rem;box-sizing:border-box;height:2.5rem;color:#201f1f;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;text-align:center;text-align-last:center; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .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; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#201f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:22.1875rem;height:3.4375rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3) ; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 [class*="-text"]:-moz-placeholder { color:#201f1f;font-family:"open sans";font-size:0.8125rem; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 [class*="-text"]::-moz-placeholder { color:#201f1f;font-family:"open sans";font-size:0.8125rem; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 [class*="-text"]:-ms-input-placeholder { color:#201f1f;font-family:"open sans";font-size:0.8125rem; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 [class*="-text"]::-webkit-input-placeholder { color:#201f1f;font-family:"open sans";font-size:0.8125rem; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;float:none; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .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; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.25rem;vertical-align:middle;font-family:"open sans";font-size:0.9375rem;font-weight:400;color:#909090;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-container:first-of-type{padding-top:0;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-container:last-of-type{padding-bottom:0;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2  { background-color:#fdde69;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:42.125rem;top:8.4375rem;z-index:15002;position:absolute; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.1875rem;display:block;vertical-align:top; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 {display:block;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 { background-color:#fdde69;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:42.125rem;top:9.0625rem;z-index:15002;position:absolute; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #mTHFcD8AVGQEQTLPke1cMLdrKey4szhQ { position:relative; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #LeapuS1bolBxhaPPFdFPC3VfKmfOD2Ww { position:relative;display:none; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #HhTsNFT6Weea408vLpcdUGPTUCvwp0wF { position:relative; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #MBPvr0cplTtH8bdgQiT85qptZ94w51AX { position:relative; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #JhSFNJHOaizWMIIg9ErTsTp3nqNCGlqg { position:relative;display:none; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #E6ZoNDa8oJ6QKToeGR66Zn2cPIsATebq { position:relative; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #CkTetBiFFyP6LLVr5TausTol9HHXa7iD { position:relative; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #Cv9o1T9idC5eFrnHP0W1kAG7vTP4BZea { position:relative;display:none; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #qyKgZMvZuPJ3CxpzeurTmLtzAafSwnlA { position:relative; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #aE9Tg9rPADL8BKSz7ltrHQwleTeHW1HU { position:relative; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #RbDiTHxpKZmufMoMEipk4Tcir8ETVnP2 { position:relative;display:none; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #lmIZW18vNrDUS9yJwoTTNnXheQRHMO5y { position:relative; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #nocIs2hqaTlyTIC6vq1lIUFz27WxsIpf { position:relative; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #GDpfepKU0DBhW8OUxiwPG45x1TygJnD3 { position:relative;display:none; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #MRwk2LgdJzdmDD08PerBDf2AkMM9L5ck { position:relative; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #QhImG1eLE2lHcrEaR9sVyzhJqucs1ex9 { position:relative; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #XdNAhptP13BuQ3QIQacAMFm7llZTgo00 { position:relative;display:none; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #T5G161CztlPvR0ENdlNyXyd96xNmgcUU { position:relative; }
#MPG5aTTNalcTGkI0uGvwxCQd34cyztId { position:relative;display:block; }
#xK9lfEaOI2JtWwO8D2KaC6kuGyTMRfFO { position:relative;display:block; }
#bWqHKiMXn4qX9KPPryKrzr3AOCqW4ikB { position:relative;display:block; }
#AGKnMgPM5v7iaLqN1WXtkfTylSbVA65E { position:relative;display:block; }
#qQUEGIXpDLXpUBkcogoIPVRVZthTN6XU { position:relative;display:block; }
#Kk69N9s3n5dCvAOUeGofqcn7NX9DIDEv { position:relative;display:block; }
#noeVu7A8ifJ85WkTJcX08940ea728xI4 { position:relative;display:block; }
#iGSnxGIwM6v7HRzn0mtk3amErsJL8UVc { position:relative;display:block; }
#CcPA816cTq5pgn1zWnlGSScSJKvC4MhT { position:relative;display:block; }
#SZQD10m2rme7ScEn0Dmh022TlTwtVKTW { position:relative;display:block; }
#FZyT2MXgq8wkGo7e7K3lOisdAPJa4VPI { position:relative;display:block; }
#unLRre2KB8r50y4zRCcKGdCxJAJARxqG { position:relative;display:block; }
#dWJCXZ65XBbxUgQvoHiAQeDiTvxP6lTt { position:relative;display:block; }
#t5rb2g35hWZ2Hn7OFP7awu7BzUrrZSZ8 { position:relative;display:block; }
#GdMdtfiWQvLBzR1k9Li5PwqFqoDoTEKw { position:relative;display:block; }
#hlQ69KU7FWAyHADMGpCtlFKkZUckROXn { position:relative;display:block; }
#S4SoQmCuZ14f1LfSIMNTkkHLJNbe2kvX { position:relative;display:block; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #xzXR6KmVLr79oOTx4sa9d63Q9pVbqwHh { position:relative; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #dmCJTcIq8H4FLVKAreO2KSsbvTRmygAV { position:relative; }
#a6vD4v2WeFnhKyy5aq6pDZ02Gx4lCkT3 { box-sizing:content-box;height:13.0625rem;width:24.6875rem;position:absolute;display:block;z-index:15001;background-color:#f4c245;background-image:none;top:2.125rem;left:42.125rem;display:block; }
#Bwq5MSIkf0a2851XKqd3WqKSLnRxhbIg { color:#201f1f;display:block;width:24.625rem;position:absolute;font-family:"source sans pro";font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3rem;left:42.1875rem;height:5.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qp4OMuP1eCtlAhFnWVBu7HDs13HcXhdl { color:#ffffff;display:block;width:34rem;position:absolute;font-family:"source sans pro";font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:19.875rem;left:1.75rem;height:11.097625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TOEHydHzQPt3aUBIvlmgUGL4Ks1zGwZK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:11.5rem;top:7.0625rem;left:13rem;overflow:hidden;display:block; }
#UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe { 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; }#UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe > .row .container { background-color: transparent; background-image: none; }#UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe > .row .container > .video-iframe-container { display: none; }#UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe > .row > .video-iframe-container { display: none; }#UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe > .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); }#UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe > .row .container { border-width: 0; border-radius: 0; }#UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#x9dsFPt7lXWlxWnTn2anXptZ5EHbhHTi { color:#808080;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.91796875rem;left:0rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD { display:block; }#mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziSplTTip7NdKdG5Syb9F59N7kaKsnDP { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BclEazzlU8c9fVl65cydx4LagTnShqVW { display:block; }
 }@media only screen and (max-width: 763px) { #FlFeQocdsRk0O3gSQa64nsGqEiLIoHyf { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfOJpBSJwVuPBe79T0EMCJsENBJTDUOo { display:block; }
 }@media only screen and (max-width: 763px) { #lHW7p8bS659D2UM116ZofN4J8WeFCJQk { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOIQ8dWND4d7HLxaymsZoVniGBhIbGuP { display:block; }
 }@media only screen and (max-width: 763px) { #QySX90VrANpiNmoH9vm0GWh8p4EEFVJi { top:0rem;left:0rem;width:8.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAJpOqZPyKOsS8IpwyGKn9cAyDzO32sz { width:4.875rem;height:4.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8 { display:block; }#sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6irlJch3a6sw0RnGLQkLAZKiDSndnZg { display:block; }#r6irlJch3a6sw0RnGLQkLAZKiDSndnZg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCMmT7UyK03vx5xvy8i4k3WZVMXZL0af { width:15rem;height:2.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDDGDpQwcTpLyHrUkTTK0BOogf06mMTP { width:2.875rem;height:2.875rem;top:1rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9T5X18CyHXerGczTIqX9hlpLAKuNFHW { width:15rem;height:2.75rem;top:1rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd5zQQSJOlvFnDMx6tNmsfbLQvuHi8ZE { width:2.875rem;height:2.875rem;top:1rem;left:14.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y28utVJKXi56umHbBTtVcFiNuffsDBW9 { width:9.9375rem;height:1.125rem;top:1.25rem;left:17.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egm00eQ2ToWWskklPlxTviXubg4s2gqL { width:15rem;height:2.75rem;top:1rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJnNFu8ekLSSEEbmEQpSLyzHlTTKA69I { width:2.875rem;height:2.875rem;top:1rem;left:30.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQGCOyFHIb7rACN0S3BcdJCsT9585btk { width:10.6875rem;height:1.125rem;top:1.25rem;left:33.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeIceOamIv14vQpg28uovnVwNyyLO44P { width:9.9375rem;height:1.125rem;top:1.3125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb19LaTKn0Qs4zdm9a0wVPvxAyeBgcpz { width:15rem;height:2.75rem;top:1.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtHrAMvH6tqg4dDzTxD4Z7JhWFWOcqGO { width:2.875rem;height:2.875rem;top:1rem;left:44.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVpqh8KZf5VzNu35v2DLBTRKzbSHTmbJ { width:5.625rem;height:1.125rem;top:1.3125rem;left:42.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpthlkmoki0iOC0xtCkJk3D5yfEu9yOM { width:10.375rem;height:0.875rem;top:2.5rem;left:17.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6yZkzOcyTmLEo6ka5OR1Ht8ReTVMKTO { width:6.3125rem;height:0.875rem;top:2.5rem;left:33rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xprqrC7rPAXTX0Drc0ICXORwHZGyL3vn { width:11.75rem;height:0.875rem;top:2.625rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt6Vf9BP6i3udqshZefJNg2TJvntU3G4 { width:5.375rem;height:0.875rem;top:2.625rem;left:42.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL { display:none; }#mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 { display:block; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULS962SvaDIE3tpGw3kKXxPRN0ZFBJus { top:2.1875rem;left:0rem;width:47.75rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmoZ1WaPKPnxTZeTuf6FDFMV0KpSyM4l { top:5.5625rem;left:0rem;width:29.5625rem;height:17.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noQh7TP3fsAGPaISvQaPhasABqVTLhu3 { top:14.0625rem;left:7.25rem;width:40.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLHcHtmutu8Q17TsOpv13ZQBIeJlQe8e { top:4.625rem;left:16.625rem;width:31.125rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsKAacI2yArrgZoMtN3sR1mLfFLVswSx { top:0rem;left:0rem;width:8.75rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppJcIBNCcWKkzPKCHLvV8fNLe2B3TBhI { width:4.875rem;height:4.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i06d05wTfNBwn3N7Z5KrUX6KOvFrBEn9 { top:1.3125rem;left:0rem;width:24.8125rem;height:5.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #flK8GOu4tEHv3f6GZMUdWDENbPnC5rJq { width:22.4375rem;height:3.4375rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKtkEBTcXbzD0ubcA30HNVASFB9qONwK { display:block; }
 }@media only screen and (max-width: 763px) { #pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc { display:block; }#pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMchX248dDnmx0NN7To8ZmJrcL4ZzTxw { top:1.3125rem;left:0rem;width:24.8125rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTIuMl7ShZhSmVbKeTTiEnT43WaZHJKR { width:22.4375rem;height:3.4375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSlRod39Riv295L3dqXTLSWFbS2zQnBi { display:block; }
 }@media only screen and (max-width: 763px) { #RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP { display:none; }#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BqUehethGBJkK9MVG1Sdfw3RlvTwlKGn { width:19.25rem;height:4.875rem;top:3.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrPCIrvosRaE2daAu6wq7TeVkmhF52rm { width:5.8125rem;height:5.8125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EofAyM5S5el1ubP319bNkb6JMEDuZu4z { width:15.375rem;height:2.75rem;top:0.875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Suc4sHL4JG8Dgc7W5sE8TesK3yl4t6W5 { width:9.9375rem;height:1.125rem;top:1.125rem;left:37.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axg9qiiKLhUZbNWEi0PtNVbB5GxB0bXW { width:2.875rem;height:2.875rem;top:0.8125rem;left:38.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqUTNzNLETnoXxArNl5q7NoKE5BlIpZH { width:11.75rem;height:0.875rem;top:2.4375rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE7NVkHaCmtsV2fTf4TPDztuQT1cGl9J { width:10rem;height:2.75rem;top:7.5rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSA9kQX8n2sWr9MugLExT1nZxF20kWRW { width:2.875rem;height:2.875rem;top:7.4375rem;left:44.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJEc2rnDO2koZvE7xvpmrSp4UtfIEIV { width:5.625rem;height:1.125rem;top:7.75rem;left:42.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqaNxLDhm3XM77v4pVk6CfnirlRI0AlR { width:5.375rem;height:0.875rem;top:9.0625rem;left:42.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7qdPHQFKpvVkAL9tBGCWFJsdPgLpG3t { width:12.8125rem;height:2.75rem;top:4.25rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQI3lMbTtWo0Ft02EXTh1cw4q9xomyqp { width:10.375rem;height:0.875rem;top:5.6875rem;left:37.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLox86SGPehCU7ZTy1n7TchQyneRVwXg { width:2.875rem;height:2.875rem;top:4.25rem;left:40.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO6wku9MM5HRb3yKvIkXk9ZBXclPufFn { width:9.9375rem;height:1.125rem;top:4.5rem;left:37.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk8tXrb37mS7KxvP1sJoDq3B8af26T98 { width:12.8125rem;height:2.75rem;top:7.0625rem;left:34.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEGwRs9DRVsEfbM1AJJ8pNGD3pMhHelg { width:2.875rem;height:2.875rem;top:7.0625rem;left:41rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfS0VDsPVfwBO0IgeCLudeqbPysxJOsF { width:10.6875rem;height:1.125rem;top:7.3125rem;left:37.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8unaF92Su4GkRXEcTqVRV8gdbEsWAXk { width:10.375rem;height:0.875rem;top:8.5625rem;left:37.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq { display:block; }#lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTynfKla9o78qGknPAK0cwgqydscTXaS { display:block; }#eTynfKla9o78qGknPAK0cwgqydscTXaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIZqucxDk2v6wtewN84NTX3dRQf8HSGG { top:2.875rem;left:0rem;width:28.0625rem;height:8.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRab9kXiuHQerUF6X2xz0mJUQ1dPAWuH { top:13rem;left:0rem;width:29.75rem;height:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDr8iJ118F0MDdNeP65EVnTmGxv046oL { top:4.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIWFfaCDhWDP59CkR8flOiSx5A4BeVdZ { top:4.75rem;left:0rem;width:4.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQWv1ZWDCgyJwdgW1X5tqC3zKLRgXhbV { top:11.5625rem;left:2.8125rem;width:30.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbvGZsoPSvDUTq062A103hQtJBMNPGEN { top:2.875rem;left:19.25rem;width:28.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHX5IrAaVncax67Utu83mTqu3MwAnur1 { display:block; }#LHX5IrAaVncax67Utu83mTqu3MwAnur1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh { display:block; }#wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKbSC9xbJr08HKZChDnIBHpsKv8V7M52 { width:34.1875rem;height:50.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THpQMe15u8BfvHIbsJ3ekHtyTIg3G9GK { top:3.3125rem;left:0rem;width:26.875rem;height:11rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvDoNfBnSg7ixHu43JZvurkUqqpRcPQZ { top:15.75rem;left:0rem;width:24.3125rem;height:21.75rem;font-size:1rem;display:block; }#TvDoNfBnSg7ixHu43JZvurkUqqpRcPQZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b5a1eceeeee13587826c8e2a2f53ba0f16f5798.svg); }
 }@media only screen and (max-width: 763px) { #Ms4bZM0JWnlUV1f6TbJvZrXiWDWxPuwT { top:38.5625rem;left:0rem;width:24.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECgNT5y3BKemTtlRgRdQR2tUDoiwmFeD { width:22.4375rem;height:3.4375rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWopD46vH6WKxX62lybUlKlMLm6y6sqp { display:block; }
 }@media only screen and (max-width: 763px) { #SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc { display:block; }#SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z81kTywsIbsVaKqsSfnW4raQUL03ctcw { width:47.75rem;height:4.125rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHufzZxFh2XzdIvAt7ozOpN2T7Q8dLW { top:8.375rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu6ORToasM3EWnsqhoLog8zO1g1oseqw { display:block; }#Vu6ORToasM3EWnsqhoLog8zO1g1oseqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rep4pgxLP8dVIronLO29CPfa4h8Bzak7 { width:17.8125rem;height:11.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuZ18h87TkK1vrRz862g0tLQe2ILXips { width:17.8125rem;height:11.875rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXi3COUbESZyb3yU807A3J5RXzpnBKDQ { width:17.8125rem;height:11.875rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #h004CDqUVybUHfbR4eRcGt9mvpGO3oF6 { width:17.8125rem;height:11.75rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKQVMfBx5a3wbXQHSgvUCBTr8oFS9W2C { width:23.5625rem;height:1.1875rem;top:13.625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz23O4X0qmMmNfKH4uudtZqM9q5pcsmS { width:1.9375rem;height:1.9375rem;top:13.3125rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTPB9nxVq2byitD9yxLncvmWTpzpBW3D { display:block; }#MTPB9nxVq2byitD9yxLncvmWTpzpBW3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJTk74g8EuTvrPKAWW8Qwmcu3ScvhuoN { display:none; }#iJTk74g8EuTvrPKAWW8Qwmcu3ScvhuoN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a9JIRhNuGMwnaXaoolRDGgWBW8MafDSA { width:7.6875rem;height:5.75rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHqv2LdhVyTgNKFwWpG963z1WMknVVHo { width:7.6875rem;height:5.75rem;top:0.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrVa8OKUOplc6SszFLiMoq4UGnNSZFGs { width:5.75rem;height:7.6875rem;top:0.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u03fLbbLtsnh4iQIGdT6yJmHLDp8NV4t { width:7.6875rem;height:5.125rem;top:0.875rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a12sStgbSyQqi4m7Sc7Hc23timNdkL4B { width:7.6875rem;height:5.125rem;top:0.875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6zsL4P5kS9JJAlhtXdSL93DScOdMPaO { width:7.6875rem;height:5.125rem;top:10.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSoTor4tkl9TNOOVsPBft6z0faggBVoz { width:7.6875rem;height:5.125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL1x54GMdWS6XpJuexgWATHTyC4afFtx { width:7.6875rem;height:5.75rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT { display:block; }#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELHBwtTcbRKAs3CFALQqt50MMGH6EivM { width:16.0625rem;height:12.6875rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh8AfZPDhrbzN7SFJQTrUcfhTNHlGR0A { top:23.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMuycPgpRlRblSyFazsEF4r2pVwiam8C { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnQAkavOJUr9SpbRndRLrcC9fgTQhWwC { top:3.6875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn7Ax6WXI8d1QfdtGrdeEKhDZkaZ59Xs { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA0h1UXMFKfSEIV3Kph8XMQoxg1TboIo { width:17.75rem;height:12.9375rem;top:22.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCllSvn4tdrA3WtTT6iQMBsVRgrg8CWp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG5tgKyvQm8MktSmK412Bip25uBwzgB6 { top:23.4375rem;left:5.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2aOzySXHZ8NdZWSW8EbsbUJPH4RNdHU { top:10.875rem;left:5.03125rem;width:37.6875rem;height:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5IRsBixcXPagmamdIN6h6mHHF5zb3Cl { width:17.75rem;height:12.9375rem;top:22.125rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2im9CBTEBcyiPEi3JIMOIZTKrWkSDlX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNUMZTprChfXQKkMChFf4v2X0FTwNC9n { top:23.4375rem;left:42.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtSzai73AnbdnaVWVFRx8sok1yL0QOB9 { width:16.0625rem;height:12.6875rem;top:22.25rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4qDLWG6tUnZf6wmlyf3C4GOJkuf90WS { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC76SlrzZTGfWoggDlFHg3fVWVF5z8zb { top:23.4375rem;left:24.9375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI { display:block; }#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AicdhFix9ZxX5hgJTAkn2ueBcaeUP7vf { width:30rem;height:3.4375rem;top:0.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIB2TrX8xr5zm407LJ0Th8CfF5lxCHyQ { display:block; }
 }@media only screen and (max-width: 763px) { #N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr { display:block; }#N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zi60obno26uL7INQckGwpiZTcp0N7J0g { top:2.875rem;left:27.125rem;width:20.5rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4TXUkQeZ0lRb85cTnOQI7srSdxWl0o1 { top:2.9375rem;left:27.9375rem;width:19.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETctRmiC92qIMIimdfL0p0AtFSOH7EKh { width:15.9375rem;height:4.0625rem;top:6.5625rem;left:31.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upK74KP7exrBPuGkTid4LQBWTF5AtlDw { width:26.8125rem;height:4.25rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq5kkrmPTuchhlmpsUZFg185b1zx1MEC { width:37.625rem;height:4.25rem;top:4.3125rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGnzf1GxKIgIlWPBBa7Gp4RNaaVN7drv { width:20.9375rem;height:4.25rem;top:9.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3h0TWrLT9BnSAdG7TXnFbaKnGaQO6Tz { width:43.25rem;height:4.25rem;top:9.4375rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymB2c8XGvrxblL54JKwbxCS4UkSbFIiq { width:17.5625rem;height:17.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzHREX6wVPUWErVPsDTavBrJFl2Od5Pu { width:12.5rem;height:8.125rem;top:8.875rem;left:35.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVlc721eGWt7Cz2QmrJdEou0MTgkMVv6 { width:42.25rem;height:4.25rem;top:3.5rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkmyTTh1HhTyT53GdpkTkFDBMWV7TaFT { width:12.5rem;height:4.75rem;top:15.6875rem;left:35.25rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bblw3HFu1DoZNqnpQyLmxucCxNkwtyKR { width:12.5rem;height:2rem;top:16.5rem;left:35.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLfRidCu9bdv3Oh9luGJwkQFIaTnL5vJ { width:9.125rem;height:10.6875rem;top:9.8125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQp1iAzRumLOFtRm0BgR9KOpCy0TBErS { width:12rem;height:14rem;top:9.8125rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLvemSOm7tUJ0Vt5PPdpstkXwEBfzEDH { width:28.75rem;height:4.25rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdyTblXoP5v9saPMpsHVtGwKv7U7vALG { width:27.1875rem;height:4.25rem;top:15rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ { display:none; }#p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fMu221W84cZIBALxPnmzNeNkRU756kqc { width:47.75rem;height:6.8796691568838rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvi47wPi3XR7s0FqyueltzJx5xnmVLVF { top:15.5625rem;left:21.125rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xighhum0gAcKlgfSnrvLw9tQaUoW2aiE { top:14.875rem;left:21.875rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymBCEOFIXTCGqPz6Fsx3pbQVBLv9UgBI { width:12.5rem;height:4.0625rem;top:19.75rem;left:25.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfdXIxJQGGVVCEaHW47mrp8C3sh72DHg { width:2.6875rem;height:2.6875rem;top:4.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpaTW3RCoobNwA2ZOvTusoZoUEcyCsGQ { width:3.0625rem;height:4.3125rem;top:3.75rem;left:7.8125rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P { display:none; }#hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZFaP4GUbeiiEHGHpwNvgkLVhUaoHd0TB { width:12.5rem;height:0;top:0rem;left:25.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp0mZTgCUGNAQ5VPOr5wnNrtqPFGsdVf { width:12.5rem;height:0;top:7.3125rem;left:25.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU1D8huKWJdFFlgtO72lHPfbTT9kLzvw { width:12.5rem;height:0;top:6.5625rem;left:28.25rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGSqQeoQGrgP5603pgtcV0VH9ZQPxmrQ { top:15.5625rem;left:21.125rem;width:22.25rem;height:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKt0HTkEhJeZ5iWl1v5oPofSStmrGJhr { top:14.875rem;left:21.875rem;width:22.25rem;height:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlI0LtOnMKU07IvRrS7GTQn89u9oVSWC { width:12.5rem;height:4.0625rem;top:19.75rem;left:25.6875rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH { display:block; }#lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBhh1uTtBzQm555hDi29uMU88MwiXLlq { width:47.75rem;height:5.25rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry4qZ4qTGgEyMuXZdqghvOrAJg8M1ITs { top:6.75rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV { display:none; }#lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y6Wul053gveVQTCpozNN82sRC98ALADc { width:47.75rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkPvcpTOspolNVKKIFaQs9ptRRQTn365 { display:block; }#ZkPvcpTOspolNVKKIFaQs9ptRRQTn365 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neuvDwi2fPw5dtrqik020zd0RvnDA6uz { width:47.75rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4 { display:block; }#TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc { display:block; }#sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ME4r4WNFwEAInEzDgDefO9wuMLBvn1GE { width:25.9375rem;height:14.526970299767rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvLf7lT2vPNsussuTKZCKDtQQbuVHS2E { width:25.9375rem;height:14.526970299767rem;top:2.25rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfcIGZREZfkAg2nPlWJbXtOzKTp94u84 { width:20.6875rem;height:11.4375rem;top:7.3125rem;left:26.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsA4WIc5r76ZnHL1vGSP05GlROxKoCKa { width:27.0625rem;height:14.8125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TssApFgst8ANB33sasKCuV1V6J3vldA9 { width:22.5625rem;height:12.5rem;top:5.5rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ry40SOL99o6tQBQRLnvTAtvwFV8DIhQz { width:13.25rem;height:13.25rem;top:3.5rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0HXR6n5NmDV3o5PNkmB7hPdkoGPKTeW { width:9.625rem;height:9.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d { display:block; }#AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhvMCf82Vc4QtwnWu1xfLMSlalnrHP70 { width:30rem;height:3.4375rem;top:2.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6arH3zlS9TpAmw2TuU31LFrhRRKyEwP { display:block; }
 }@media only screen and (max-width: 763px) { #ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc { display:block; }#ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0hDO0sPphy80duix6QvK2luqDcrHFRX { top:1.625rem;left:1.5625rem;width:44.25rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLBGXvqzEJyGUpRNNN13nGebWHesPB9I { top:10.25rem;left:3.6875rem;width:40.375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGIXbnzmmKwx2Q03k1kPPzkIHHB8TsQd { top:16.3125rem;left:45.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFSHEDl0xDrbJ1PTacxqZtoSVNARbhD7 { top:16.875rem;left:26.625rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVtq3eCCEEQGc7WfnGxpT1sByXSDVO2C { top:14.75rem;left:8.875rem;width:29.3125rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoCGAQe4PQcAnUF0LrNIVEN5RFIo34RX { top:19.0625rem;left:0rem;width:16.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZv3IXXsoeZuG1iZ7TRLNO0ccVa74dEn { top:38.75rem;left:0rem;width:33.0625rem;height:9.5625rem;font-size:1rem;display:block; }#kZv3IXXsoeZuG1iZ7TRLNO0ccVa74dEn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94965010e165b4f033c52e26db1fff97ea0014ee.svg); }
 }@media only screen and (max-width: 763px) { #CTQzwwIbHrvTwCXh0qn49JTaWVCN0w0F { top:38.5625rem;left:10.6875rem;width:37.0625rem;height:9.9375rem;font-size:1rem;display:block; }#CTQzwwIbHrvTwCXh0qn49JTaWVCN0w0F li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94965010e165b4f033c52e26db1fff97ea0014ee.svg); }
 }@media only screen and (max-width: 763px) { #QceU1TXiSaVzDKkMMz7rZqgKUyuizBFX { top:19.0625rem;left:31.375rem;width:16.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRqSdRM4NaauJIVkQ3xrfcKtMOUh8orl { width:0.0625rem;height:12.9375rem;top:37.0625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU6TrZecSsySUqhprJHl3bTSAT54gWIv { top:37.0625rem;left:21.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7 { display:block; }#hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fE6hv5FgrBxJOgIDx7iAowiRUU3pQ8TP { width:47.75rem;height:11.452611218569rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llI3E1ycWzpoLh6QEoTPEkz5ounc5ThV { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9rXHe3tSFSgghfTScvpuSulI0BqceiD { display:block; }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbLCLWBkapTiuapiy5hIPExAFMNTmmih { width:46.5rem;height:6.75rem;top:2.375rem;left:0.625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKEbDWoDyAskD4Q8qT4xk4wLQ4S638v7 { top:10.375rem;left:7.75rem;width:32.25rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXT6hO7oxRG399XrVTmcJCrHT81gTE1B { display:block; }#TXT6hO7oxRG399XrVTmcJCrHT81gTE1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwZbwifhtms95TMWRK8cRbhtLL0BnhGL { width:26rem;height:14.5625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Ja0T2UT52JuMwI4KoLTgEyFqaddA7y { width:26rem;height:14.5625rem;top:7.875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwlaZT7bdkcK4VV4qDINwG5yhs7oyAsX { width:20.75rem;height:12.8125rem;top:11.625rem;left:25.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0VLFezX0DxWLokCcK8XzxPJKHgv7eGQ { width:27.0625rem;height:14.8125rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6fZrT9Qfx95Q09KJilvXCCNrnaNDPT0 { width:22.625rem;height:14.25rem;top:9.375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQeIW2rBTPxTT2QmmmoHBgQ3JyVOgwnx { top:27rem;left:0rem;width:30.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPIstITlGaLLv10L2PiZzcnC5eVuQO5T { width:13.25rem;height:13.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTqgPOf3OFBPq2CxbUSs8sp8rCGIQrzb { width:13.25rem;height:13.25rem;top:14.375rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFctH60WI0bk2saQ67I9ThTfpCtSsKyp { display:block; }#eFctH60WI0bk2saQ67I9ThTfpCtSsKyp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skZyOS0WdolykntNHl4Gdhlq14UPMoZS { width:21.8125rem;height:12.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9EvsLdkG1OfS2uQoBQyprQvwAevdzda { width:20.75rem;height:15.5rem;top:2.6875rem;left:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #ML0AOSi5ehahTtAOwbLH5gISdhliKsft { width:39.5625rem;height:12.1875rem;top:4.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2bskmTtibvTDKFWVDfpy8tCHq38dLwp { width:24rem;height:11.875rem;top:3.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvPIQg48QVkViFR6wIH6LZVme3ukhNGu { width:13.3125rem;height:13.3125rem;top:5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDywCTbzXPsCx7PvArJpkX5O7cTFFikP { width:21.8125rem;height:12.1875rem;top:2rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWlkqgNWivDNvo6UJff5sITdCbUo8fwi { width:21.8125rem;height:12.1875rem;top:2rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEEvoieHwuIp6NryB1hAvnP50y0yNMOv { width:11rem;height:11rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw { display:block; }#L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApTgUFRpPIvJPAFXHmUG14Tqc9G2wvcq { width:47.75rem;height:3rem;top:1.375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTGHPiwyBnQaCCnRfkwSzUgE91xE54Ps { width:18.5rem;height:5.625rem;top:23.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRSSr165d8hATXOLR3Bs4MWSp9DKhG8T { width:2.875rem;height:2.875rem;top:23.875rem;left:10.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQEbWr9fNawbT28Fu3J35yVqTAiM3OTF { width:15.75rem;height:1.5625rem;top:26rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFOa5pNhiZFeBQ6Fh9VbmtzcyWetmcaR { width:22.6875rem;height:1.3125rem;top:27.6875rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMgJ6RM1DJ5amAQmPRcV4M95Q6R8h0bK { width:14.5625rem;height:5.625rem;top:23.875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnRDGHpKgLqIH4anwM22CSTJ9pNUHHyv { width:2.875rem;height:2.875rem;top:23.75rem;left:37.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv39UMElpv04y6ydAFIPk7XQtI23Px2X { width:9.4375rem;height:1.5625rem;top:25.875rem;left:34.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc42sVTlGDrXSmKssdh1zlzCFVnMCJrT { width:10.9375rem;height:1.3125rem;top:27.5625rem;left:33.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTyhnJTTH2tyIFLvcFbyBTwRpoFhzdPt { width:24.5625rem;height:19.3125rem;top:6.125rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETO3TgRXeMXSnXQP00xN2iJT96geoEgz { width:27.125rem;height:14.875rem;top:8.375rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RStJAKFknGf0JCwhoFy42xFxm0ohLkXv { width:24.5625rem;height:19.3125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7 { display:block; }#iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twl9ihC0dfPHTLL6zbG3myucDLk1JIUT { width:18.5rem;height:5.625rem;top:23.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJUGiXlrH0JRbdrBI8OZ6R4ibS0T49UZ { width:2.875rem;height:2.875rem;top:23.0625rem;left:9.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUFF9dZwyEbNqE8uzKF4X16wMVEKUKD9 { width:15.75rem;height:1.5625rem;top:25.1875rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9S2xLCPe12feDEOyEBaVQVQPamiVQ6T { width:18.625rem;height:1.375rem;top:26.875rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMQADXKdl3CVdh84rS5agpC16ewfJGqp { width:18.5rem;height:5.625rem;top:23.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5xodBfVNTMLvHzMoBPnZg9hpq8wJ25w { width:2.875rem;height:2.875rem;top:23rem;left:37.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFuApuyhODSBGT7Ftm0TG4XU0lz8ZVPJ { width:16.125rem;height:1.5625rem;top:25.125rem;left:30rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLaRldkOTZayU4k8XSonrV859sbPZG7V { width:10.9375rem;height:1.3125rem;top:26.8125rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9AmQLxbAVovSExovFlG3hBLStWyNg5T { width:27.125rem;height:14.875rem;top:6.5rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTvFpCliCEkJegNJrVH77XMctT7MvoRC { width:24.6875rem;height:23.5625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9nmf6b6cpuOK0HdcVmEECzfiwzFWRoo { width:24.6875rem;height:23.5625rem;top:1.625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ { display:block; }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTG0hlTuR2rh4GxRFyy9OBbpyzk4TR0T { width:40.125rem;height:6.8125rem;top:2.1875rem;left:3.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 { display:block; }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx { display:flex;height:auto;width:45.25rem;top:6.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #IDvq2NFIn54v79BWkmr0vi4yGOi4Tx2S {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #xPZOPHbPVJ34RvWNx2l8FvKvWvVol1J1 {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #UrD1IHrVgfe2fg1fvSrsF8xvAtunDCx3 {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #lOC8pwZQmNZvkXTnRu2inTq39Lxs1HF8 {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #dQsR8NWLsi1FWFMTN71nakxK5twwwobI {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #JIBsgD523CD8nFF8Pxio8gZR9rblhQkD {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #hg1poq1NXFNVc8VDzWfrn0TgK6o5C0Cy {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #vp5HQ8ZTb5ztA3sSx5M4Tlrl5kRr1nLa {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #UAVTk5XyLOr92RTgMlStwubiE58a17zk {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #P7ZBzm5QxTanORXTl6x5DirRIa1TPc4e {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #novW5RubEOFQ3VIa0leC3csLTbk1l0Ml {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #xDuqaomKcrJsVbzVlWvxTE3NomJmEMTy {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #C9JkBTmt3XNSA51EwJHDuW2M5mL5RbEn {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #mfwOznhotAhMA52VWA2gTJh1SsQyMTrR {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #mWNKO91iaDvtIX7LK0rKwhFv5Pnla96i {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #srbVaVoUMgTac2W17ulkNTQoTutQrpoz {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #viTMf5lrTpVwbcs4X5xCntmGbzSqkark {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #xthuAZcPIOfCptlsUbbR6mvVmKswfrJT {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #TbK49rlEi5SWfpA3qbAliCeDKOO6uQiq {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #KbHFbABfl8898iS94SzWH1XZx9EAI5pz {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #JhyZEEnRHK5M3bWfD9PZDL1I0T279hxQ {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #PJb2KPTgZBa01nx4wmxf88AFnqDVfXT4 {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #opqTHQTSdiFVBzmOktdMZGwgQ2os4oiI {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #KQ0yKN4navbDrfZ2xSuomwpxpSTtP9qX {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #xftgalZ3hHmDnDkCdT4CQa5HQSvXKKPU {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #enAaOqkbu4ktpeHrTXAxbdmctHBnC2x2 {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #e65I3gk42rUJMkGaZs4vNN7duRNsZpu8 {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #UTot1c3eH7ioLdO5HZqFDvzIr345pwqQ {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #MTwOBKFz0RHqN1TfkKtglzCQ86uu4dCt {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #qDvmLZnzTxTqJS46gDbex9tKubbHbavb {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #UNvKl1lHTPsngJGOGLTVodQZTbGDkZ3h {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #NAQ6oDzS48PVBsqo0QDlKynbkMrRUOAT {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #bZL9cvHUMWv8LtTJ9UKJ1VrRxr7KMpKE {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #TfEvsw8VJoZF6uiGZ3bqJzZ3gJ3R8XT0 {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #tXg3GZdcGuXVTIIAI7P8TsRrgWhZiJTn {  }
 }@media only screen and (max-width: 763px) { #duL7aks0l6sPD6ITzG97dvtGCLRd0VUS { display:block; }#duL7aks0l6sPD6ITzG97dvtGCLRd0VUS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGT5Jh8Ad915TbB5ugV9BHq9UE0QAeMz { width:19.25rem;height:5.0625rem;top:1.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSQemAJqKQrTxqOoyP596a3dB5Iyu8KR { width:2.875rem;height:2.875rem;top:3rem;left:10rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8kfR6PGXAr0t4y0uOyui9qB9hwvSQIE { width:15rem;height:2.75rem;top:3.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #khdV0r0mLRLwGVBx8WrtxPVydELbV426 { width:9.9375rem;height:1.125rem;top:3.3125rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ6pFrd7CRTU691ARyRebAbuK1ctc8QA { width:11.75rem;height:0.875rem;top:4.625rem;left:12.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQlNpiy05T11LfEiZIOz8ROtGelg3AtD { width:11rem;height:2.75rem;top:3rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps1TIb6TTpC17RL1WVb8kMwNio7mkeyV { width:9.9375rem;height:1.125rem;top:3.25rem;left:28.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGMNtNZsDqNEbvWzNdgbSW3pa9hfZaol { width:10.375rem;height:0.875rem;top:4.5rem;left:28.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HINBONfsGTrq4O7dl5nLIVHTCu9kXzoN { width:2.875rem;height:2.875rem;top:3rem;left:25.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6DDrKWoHPuqtinyogEooseGCkpaSTCf { width:13.875rem;height:2.75rem;top:3rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZwyoDfD5ci0lx3CnWtLT9UqUnF1tS0l { width:2.875rem;height:2.875rem;top:3rem;left:37.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ0xCt56MWXeT03LkEOq7P3PgTfFKSQp { width:10.6875rem;height:1.125rem;top:3.25rem;left:37.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKgTtCrI4KyU00BCwAhqkRKz948XHTVB { width:6.3125rem;height:0.875rem;top:4.5rem;left:40.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBXFQ1J2uxQnpwHClW06sHW8BKJlcfih { width:9.25rem;height:2.75rem;top:3.0625rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #maUHNEHPhUHrEg8zZHEIZliXUl3JI5sJ { width:5.625rem;height:1.125rem;top:3.3125rem;left:42.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1XVBHyfpU2TGFM462zunkdZ79Pk02s3 { width:2.875rem;height:2.875rem;top:3rem;left:44.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #adlDh7pWbR9ognW7h67pLT8slBmZoI4P { width:5.375rem;height:0.875rem;top:4.625rem;left:42.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7SxhAhqdZobJCq68fCPViAa1TDyMzBf { display:block; }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-regular-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-text { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-textarea { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-select { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-button { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-checkbox-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2  { width:22.1875rem;height:0;top:8.4375rem;left:23.0625rem; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .radio-container { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 {display:block;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 { width:22.1875rem;height:23.4375rem;top:9.0625rem;left:23.0625rem; }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #mTHFcD8AVGQEQTLPke1cMLdrKey4szhQ {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #LeapuS1bolBxhaPPFdFPC3VfKmfOD2Ww { display:none; }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #HhTsNFT6Weea408vLpcdUGPTUCvwp0wF {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #MBPvr0cplTtH8bdgQiT85qptZ94w51AX {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #JhSFNJHOaizWMIIg9ErTsTp3nqNCGlqg { display:none; }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #E6ZoNDa8oJ6QKToeGR66Zn2cPIsATebq {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #CkTetBiFFyP6LLVr5TausTol9HHXa7iD {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #Cv9o1T9idC5eFrnHP0W1kAG7vTP4BZea { display:none; }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #qyKgZMvZuPJ3CxpzeurTmLtzAafSwnlA {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #aE9Tg9rPADL8BKSz7ltrHQwleTeHW1HU {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #RbDiTHxpKZmufMoMEipk4Tcir8ETVnP2 { display:none; }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #lmIZW18vNrDUS9yJwoTTNnXheQRHMO5y {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #nocIs2hqaTlyTIC6vq1lIUFz27WxsIpf {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #GDpfepKU0DBhW8OUxiwPG45x1TygJnD3 {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #MRwk2LgdJzdmDD08PerBDf2AkMM9L5ck {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #QhImG1eLE2lHcrEaR9sVyzhJqucs1ex9 {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #XdNAhptP13BuQ3QIQacAMFm7llZTgo00 {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #T5G161CztlPvR0ENdlNyXyd96xNmgcUU {  }
 }@media only screen and (max-width: 763px) { #MPG5aTTNalcTGkI0uGvwxCQd34cyztId { display:block; }
 }@media only screen and (max-width: 763px) { #xK9lfEaOI2JtWwO8D2KaC6kuGyTMRfFO { display:block; }
 }@media only screen and (max-width: 763px) { #bWqHKiMXn4qX9KPPryKrzr3AOCqW4ikB { display:block; }
 }@media only screen and (max-width: 763px) { #AGKnMgPM5v7iaLqN1WXtkfTylSbVA65E { display:block; }
 }@media only screen and (max-width: 763px) { #qQUEGIXpDLXpUBkcogoIPVRVZthTN6XU { display:block; }
 }@media only screen and (max-width: 763px) { #Kk69N9s3n5dCvAOUeGofqcn7NX9DIDEv { display:block; }
 }@media only screen and (max-width: 763px) { #noeVu7A8ifJ85WkTJcX08940ea728xI4 { display:block; }
 }@media only screen and (max-width: 763px) { #iGSnxGIwM6v7HRzn0mtk3amErsJL8UVc { display:block; }
 }@media only screen and (max-width: 763px) { #CcPA816cTq5pgn1zWnlGSScSJKvC4MhT { display:block; }
 }@media only screen and (max-width: 763px) { #SZQD10m2rme7ScEn0Dmh022TlTwtVKTW { display:block; }
 }@media only screen and (max-width: 763px) { #FZyT2MXgq8wkGo7e7K3lOisdAPJa4VPI { display:block; }
 }@media only screen and (max-width: 763px) { #unLRre2KB8r50y4zRCcKGdCxJAJARxqG { display:block; }
 }@media only screen and (max-width: 763px) { #dWJCXZ65XBbxUgQvoHiAQeDiTvxP6lTt { display:block; }
 }@media only screen and (max-width: 763px) { #t5rb2g35hWZ2Hn7OFP7awu7BzUrrZSZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #GdMdtfiWQvLBzR1k9Li5PwqFqoDoTEKw { display:block; }
 }@media only screen and (max-width: 763px) { #hlQ69KU7FWAyHADMGpCtlFKkZUckROXn { display:block; }
 }@media only screen and (max-width: 763px) { #S4SoQmCuZ14f1LfSIMNTkkHLJNbe2kvX { display:block; }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #xzXR6KmVLr79oOTx4sa9d63Q9pVbqwHh {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #dmCJTcIq8H4FLVKAreO2KSsbvTRmygAV {  }
 }@media only screen and (max-width: 763px) { #a6vD4v2WeFnhKyy5aq6pDZ02Gx4lCkT3 { width:24.6875rem;height:13.0625rem;top:2.125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwq5MSIkf0a2851XKqd3WqKSLnRxhbIg { width:24.625rem;height:5.5rem;top:3rem;left:23.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp4OMuP1eCtlAhFnWVBu7HDs13HcXhdl { width:34rem;height:8.3125rem;top:19.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOEHydHzQPt3aUBIvlmgUGL4Ks1zGwZK { width:11.5rem;height:11.5rem;top:7.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe { display:block; }#UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9dsFPt7lXWlxWnTn2anXptZ5EHbhHTi { width:47.75rem;height:0.9375rem;top:0.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#mRG0ITvQeIKiI3d1ZMWp8lzRmq2GxAXD > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziSplTTip7NdKdG5Syb9F59N7kaKsnDP { width:12.75rem;height:2.8125rem;top:0.71875rem;left:3.625rem;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BclEazzlU8c9fVl65cydx4LagTnShqVW { display:block; }
 }@media only screen and (max-width: 763px) { #FlFeQocdsRk0O3gSQa64nsGqEiLIoHyf { width:9.375rem;height:3.75rem;top:11.9375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfOJpBSJwVuPBe79T0EMCJsENBJTDUOo { display:block; }
 }@media only screen and (max-width: 763px) { #lHW7p8bS659D2UM116ZofN4J8WeFCJQk { width:11.25rem;height:3.75rem;top:8.125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOIQ8dWND4d7HLxaymsZoVniGBhIbGuP { display:block; }
 }@media only screen and (max-width: 763px) { #QySX90VrANpiNmoH9vm0GWh8p4EEFVJi { width:8.75rem;height:5.5rem;top:20.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAJpOqZPyKOsS8IpwyGKn9cAyDzO32sz { width:4.875rem;height:4.875rem;top:20.625rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8 { display:none; }#sAqxzP9bboCpQRJCkxaamUGsnQXwQGg8 > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r6irlJch3a6sw0RnGLQkLAZKiDSndnZg { display:none; }#r6irlJch3a6sw0RnGLQkLAZKiDSndnZg > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nCMmT7UyK03vx5xvy8i4k3WZVMXZL0af { width:18.4375rem;height:3.25rem;top:0.375rem;left:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #f1c232;border-left:0.125rem solid #f1c232;border-right:0.125rem solid #f1c232;border-bottom:0.125rem solid #f1c232;display:block; }
 }@media only screen and (max-width: 763px) { #eDDGDpQwcTpLyHrUkTTK0BOogf06mMTP { width:2.4375rem;height:2.4375rem;top:4.5rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9T5X18CyHXerGczTIqX9hlpLAKuNFHW { width:12rem;height:3.25rem;top:7.6875rem;left:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Fd5zQQSJOlvFnDMx6tNmsfbLQvuHi8ZE { width:2.4375rem;height:2.4375rem;top:8.09375rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y28utVJKXi56umHbBTtVcFiNuffsDBW9 { width:8rem;height:0.9746125rem;top:8.125rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Egm00eQ2ToWWskklPlxTviXubg4s2gqL { width:12.8125rem;height:2.75rem;top:16.5625rem;left:3.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KJnNFu8ekLSSEEbmEQpSLyzHlTTKA69I { width:2.875rem;height:2.875rem;top:16.5rem;left:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQGCOyFHIb7rACN0S3BcdJCsT9585btk { width:10.6875rem;height:0.9746125rem;top:16.8125rem;left:5.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qeIceOamIv14vQpg28uovnVwNyyLO44P { width:8.9375rem;height:0.9746125rem;top:0.9375rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tb19LaTKn0Qs4zdm9a0wVPvxAyeBgcpz { width:12rem;height:3.25rem;top:4.125rem;left:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NtHrAMvH6tqg4dDzTxD4Z7JhWFWOcqGO { width:2.4375rem;height:2.4375rem;top:0.875rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVpqh8KZf5VzNu35v2DLBTRKzbSHTmbJ { width:4.1875rem;height:0.9746125rem;top:4.75rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qpthlkmoki0iOC0xtCkJk3D5yfEu9yOM { width:8.9375rem;height:0.82470625rem;top:9.375rem;left:3.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D6yZkzOcyTmLEo6ka5OR1Ht8ReTVMKTO { width:10.375rem;height:0.82470625rem;top:18.0625rem;left:5.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xprqrC7rPAXTX0Drc0ICXORwHZGyL3vn { width:11.9375rem;height:0.8999rem;top:2.1875rem;left:3.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kt6Vf9BP6i3udqshZefJNg2TJvntU3G4 { width:4.5rem;height:0.8999rem;top:5.9375rem;left:3.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL { display:block; }#mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL { background-color: transparent; background-image: none; }#mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL > .row .container > .video-iframe-container { display: none; }#mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL > .row > .video-iframe-container { display: none; }#mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL > .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); }#mMq3yi51aorU1ytWSbC5PDkNAE8oOGvL > .row .container { width:20rem;height:7.6875rem;background-color:#f8f8ff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 { display:block; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULS962SvaDIE3tpGw3kKXxPRN0ZFBJus { width:20rem;height:31.8125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmoZ1WaPKPnxTZeTuf6FDFMV0KpSyM4l { width:18rem;height:10.17184375rem;top:8.4375rem;left:1rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noQh7TP3fsAGPaISvQaPhasABqVTLhu3 { width:20rem;height:12.5rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLHcHtmutu8Q17TsOpv13ZQBIeJlQe8e { width:17.875rem;height:13rem;top:28rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsKAacI2yArrgZoMtN3sR1mLfFLVswSx { width:8.75rem;height:6.1875rem;top:1.25rem;left:10.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ppJcIBNCcWKkzPKCHLvV8fNLe2B3TBhI { width:4.875rem;height:4.875rem;top:1.9375rem;left:12.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #i06d05wTfNBwn3N7Z5KrUX6KOvFrBEn9 { width:16.9375rem;height:7rem;top:19.75rem;left:1rem;font-size:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #flK8GOu4tEHv3f6GZMUdWDENbPnC5rJq { width:19rem;height:3.4375rem;top:43.875rem;left:0.5rem;z-index:15004;background-color:#000000;background-image:none;color:#ffffff;font-size:0.8125rem;font-weight:700;font-style:normal;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #fbc115;display:block; }
 }@media only screen and (max-width: 763px) { #bKtkEBTcXbzD0ubcA30HNVASFB9qONwK { display:block; }
 }@media only screen and (max-width: 763px) { #pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc { display:none; }#pDTQmwqUqbWxCgBXOL87I3OkOEpPvIlc > .row .container { width:20rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMchX248dDnmx0NN7To8ZmJrcL4ZzTxw { width:18.125rem;height:7rem;top:1.1875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTIuMl7ShZhSmVbKeTTiEnT43WaZHJKR { width:19rem;height:3.4375rem;top:7.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSlRod39Riv295L3dqXTLSWFbS2zQnBi { display:block; }
 }@media only screen and (max-width: 763px) { #RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP { background-color:transparent;background-image:url("https://images.assets-landingi.com/3m5MD1jK/Artboard_2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:block; }#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP.adaptive-delivery-prevent-bg, #RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP.lazyload, #RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP.lazyloading { background-image: none; }#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP > .row .container { background-color: transparent; background-image: none; }#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f8ff; }#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP > .row .container > .video-iframe-container { display: none; }#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f8ff; }#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP > .row > .video-iframe-container { display: none; }#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP > .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); }#RzThVy21Lo9gqT75NaW6lvZUEAgcfRAP > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqUehethGBJkK9MVG1Sdfw3RlvTwlKGn { width:12.75rem;height:3rem;top:2.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrPCIrvosRaE2daAu6wq7TeVkmhF52rm { width:7.6875rem;height:7.6875rem;top:5.875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EofAyM5S5el1ubP319bNkb6JMEDuZu4z { width:18.4375rem;height:3.25rem;top:0.8125rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #f1c232;border-left:0.125rem solid #f1c232;border-right:0.125rem solid #f1c232;border-bottom:0.125rem solid #f1c232;display:block; }
 }@media only screen and (max-width: 763px) { #Suc4sHL4JG8Dgc7W5sE8TesK3yl4t6W5 { width:8.9375rem;height:0.9746125rem;top:1.375rem;left:3.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #axg9qiiKLhUZbNWEi0PtNVbB5GxB0bXW { width:2.4375rem;height:2.4375rem;top:4.9375rem;left:1rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqUTNzNLETnoXxArNl5q7NoKE5BlIpZH { width:11.9375rem;height:0.8994125rem;top:2.625rem;left:3.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xE7NVkHaCmtsV2fTf4TPDztuQT1cGl9J { width:18.75rem;height:3.25rem;top:4.5625rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rSA9kQX8n2sWr9MugLExT1nZxF20kWRW { width:2.4375rem;height:2.4375rem;top:1.3125rem;left:1rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJEc2rnDO2koZvE7xvpmrSp4UtfIEIV { width:4.1875rem;height:0.9746125rem;top:5.1875rem;left:3.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cqaNxLDhm3XM77v4pVk6CfnirlRI0AlR { width:4.5rem;height:0.8994125rem;top:6.375rem;left:3.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O7qdPHQFKpvVkAL9tBGCWFJsdPgLpG3t { width:18.75rem;height:3.25rem;top:8.125rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vQI3lMbTtWo0Ft02EXTh1cw4q9xomyqp { width:8.9375rem;height:0.82421875rem;top:9.8125rem;left:3.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uLox86SGPehCU7ZTy1n7TchQyneRVwXg { width:2.4375rem;height:2.4375rem;top:8.5625rem;left:1rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO6wku9MM5HRb3yKvIkXk9ZBXclPufFn { width:8rem;height:0.9746125rem;top:8.5625rem;left:3.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uk8tXrb37mS7KxvP1sJoDq3B8af26T98 { width:18.75rem;height:2.75rem;top:11.75rem;left:0.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vEGwRs9DRVsEfbM1AJJ8pNGD3pMhHelg { width:2.875rem;height:2.875rem;top:11.6875rem;left:0.625rem;font-size:2rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #dfS0VDsPVfwBO0IgeCLudeqbPysxJOsF { width:10.6875rem;height:0.9746125rem;top:12rem;left:3.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #m8unaF92Su4GkRXEcTqVRV8gdbEsWAXk { width:10.375rem;height:0.82421875rem;top:13.25rem;left:3.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq { display:none; }#lGVsRpmdmVEIdLGRyRRChq2lwvXw5ELq > .row .container { width:20rem;height:1.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eTynfKla9o78qGknPAK0cwgqydscTXaS { display:block; }#eTynfKla9o78qGknPAK0cwgqydscTXaS > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIZqucxDk2v6wtewN84NTX3dRQf8HSGG { width:20rem;height:4.798825rem;top:1.75rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XRab9kXiuHQerUF6X2xz0mJUQ1dPAWuH { width:20rem;height:23.3974375rem;top:7.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mDr8iJ118F0MDdNeP65EVnTmGxv046oL { width:1.25rem;height:1.25rem;top:2.4375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIWFfaCDhWDP59CkR8flOiSx5A4BeVdZ { width:2.375rem;height:0.0625rem;top:3.0625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQWv1ZWDCgyJwdgW1X5tqC3zKLRgXhbV { width:19.5rem;height:12.5rem;top:35.75685rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbvGZsoPSvDUTq062A103hQtJBMNPGEN { width:16.25rem;height:15.5625rem;top:34.2880859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHX5IrAaVncax67Utu83mTqu3MwAnur1 { display:block; }#LHX5IrAaVncax67Utu83mTqu3MwAnur1 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh { display:block; }#wcaE1WNZAkpBXQ1tg972NbV9sRodpPoh > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKbSC9xbJr08HKZChDnIBHpsKv8V7M52 { width:20rem;height:54.3125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THpQMe15u8BfvHIbsJ3ekHtyTIg3G9GK { width:15.6875rem;height:10.15625rem;top:4.4375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvDoNfBnSg7ixHu43JZvurkUqqpRcPQZ { width:17.8125rem;height:27.75rem;top:16.310546875rem;left:1.25rem;font-size:1rem;display:block; }#TvDoNfBnSg7ixHu43JZvurkUqqpRcPQZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b5a1eceeeee13587826c8e2a2f53ba0f16f5798.svg); }
 }@media only screen and (max-width: 763px) { #Ms4bZM0JWnlUV1f6TbJvZrXiWDWxPuwT { width:16.0625rem;height:4.875rem;top:45.373046875rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECgNT5y3BKemTtlRgRdQR2tUDoiwmFeD { width:18.875rem;height:3.4375rem;top:51.685546875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWopD46vH6WKxX62lybUlKlMLm6y6sqp { display:block; }
 }@media only screen and (max-width: 763px) { #SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc { display:block; }#SIdcxZXalll3mdIXm0iGTUdi3M2A1kMc > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z81kTywsIbsVaKqsSfnW4raQUL03ctcw { width:15rem;height:6.125rem;top:1.625rem;left:0.9375rem;font-size:2.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ddHufzZxFh2XzdIvAt7ozOpN2T7Q8dLW { width:18.1875rem;height:17.5rem;top:8.5625rem;left:0.9375rem;font-size:1.25rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vu6ORToasM3EWnsqhoLog8zO1g1oseqw { display:block; }#Vu6ORToasM3EWnsqhoLog8zO1g1oseqw > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rep4pgxLP8dVIronLO29CPfa4h8Bzak7 { width:9.8125rem;height:6.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuZ18h87TkK1vrRz862g0tLQe2ILXips { width:9.6875rem;height:6.3125rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXi3COUbESZyb3yU807A3J5RXzpnBKDQ { width:9.6875rem;height:6.375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h004CDqUVybUHfbR4eRcGt9mvpGO3oF6 { width:9.6875rem;height:6.375rem;top:7.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKQVMfBx5a3wbXQHSgvUCBTr8oFS9W2C { width:13.8125rem;height:2.5996125rem;top:15rem;left:4.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vz23O4X0qmMmNfKH4uudtZqM9q5pcsmS { display:flex;width:1.9375rem;height:1.9375rem;top:15.375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #MTPB9nxVq2byitD9yxLncvmWTpzpBW3D { display:block; }#MTPB9nxVq2byitD9yxLncvmWTpzpBW3D > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJTk74g8EuTvrPKAWW8Qwmcu3ScvhuoN { display:none; }#iJTk74g8EuTvrPKAWW8Qwmcu3ScvhuoN > .row .container { width:20rem;height:79.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a9JIRhNuGMwnaXaoolRDGgWBW8MafDSA { width:15rem;height:11.1875rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHqv2LdhVyTgNKFwWpG963z1WMknVVHo { width:7.6875rem;height:5.75rem;top:17.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrVa8OKUOplc6SszFLiMoq4UGnNSZFGs { width:5.75rem;height:7.6875rem;top:26.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u03fLbbLtsnh4iQIGdT6yJmHLDp8NV4t { width:7.6875rem;height:5.125rem;top:44.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a12sStgbSyQqi4m7Sc7Hc23timNdkL4B { width:7.6875rem;height:5.125rem;top:35.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6zsL4P5kS9JJAlhtXdSL93DScOdMPaO { width:7.6875rem;height:5.125rem;top:62.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSoTor4tkl9TNOOVsPBft6z0faggBVoz { width:7.6875rem;height:5.125rem;top:53.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL1x54GMdWS6XpJuexgWATHTyC4afFtx { width:7.6875rem;height:5.75rem;top:69.25rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT { display:block; }#p8ZsscnfZZTJnc47ZECI4wVENUnV2WzT > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELHBwtTcbRKAs3CFALQqt50MMGH6EivM { width:20rem;height:8.5625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh8AfZPDhrbzN7SFJQTrUcfhTNHlGR0A { display:flex;width:2.125rem;height:2.125rem;top:11.8125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMuycPgpRlRblSyFazsEF4r2pVwiam8C { width:17.5rem;height:6.2988125rem;top:11.75rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bnQAkavOJUr9SpbRndRLrcC9fgTQhWwC { width:20rem;height:1.69921875rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn7Ax6WXI8d1QfdtGrdeEKhDZkaZ59Xs { width:17rem;height:5.5996125rem;top:3.32421875rem;left:1.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA0h1UXMFKfSEIV3Kph8XMQoxg1TboIo { width:20rem;height:11.375rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCllSvn4tdrA3WtTT6iQMBsVRgrg8CWp { width:17.5rem;height:8.3984375rem;top:22.4375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BG5tgKyvQm8MktSmK412Bip25uBwzgB6 { display:flex;width:2.125rem;height:2.125rem;top:30.25rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2aOzySXHZ8NdZWSW8EbsbUJPH4RNdHU { width:20rem;height:12.25rem;top:56.375rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #k5IRsBixcXPagmamdIN6h6mHHF5zb3Cl { width:20rem;height:11.1875rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2im9CBTEBcyiPEi3JIMOIZTKrWkSDlX { width:17.3125rem;height:8.3984375rem;top:45.625rem;left:1.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UNUMZTprChfXQKkMChFf4v2X0FTwNC9n { display:flex;width:2.125rem;height:2.125rem;top:75.5859375rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtSzai73AnbdnaVWVFRx8sok1yL0QOB9 { width:20rem;height:9.75rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4qDLWG6tUnZf6wmlyf3C4GOJkuf90WS { width:17.875rem;height:8.3984375rem;top:34.11328125rem;left:1.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UC76SlrzZTGfWoggDlFHg3fVWVF5z8zb { display:flex;width:2.125rem;height:2.125rem;top:34.625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI { display:block; }#TrHApUfkcH5vNpNM5BXRLLNRdM2qQezI > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AicdhFix9ZxX5hgJTAkn2ueBcaeUP7vf { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIB2TrX8xr5zm407LJ0Th8CfF5lxCHyQ { display:block; }
 }@media only screen and (max-width: 763px) { #N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr { display:none; }#N2NOUZQwvyASWJu3kBemQE4H6yUkK5Cr > .row .container { width:20rem;height:32.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zi60obno26uL7INQckGwpiZTcp0N7J0g { width:18.5rem;height:18.5rem;top:6.1312503814697rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4TXUkQeZ0lRb85cTnOQI7srSdxWl0o1 { width:18.75rem;height:18.75rem;top:4.7562503814697rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETctRmiC92qIMIimdfL0p0AtFSOH7EKh { width:12.5rem;height:0;top:8.25625038147rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #upK74KP7exrBPuGkTid4LQBWTF5AtlDw { width:8.3125rem;height:1.6875rem;top:1.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq5kkrmPTuchhlmpsUZFg185b1zx1MEC { width:20rem;height:1.625rem;top:1.625rem;left:-1.875rem;font-size:1.25rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGnzf1GxKIgIlWPBBa7Gp4RNaaVN7drv { width:9.5rem;height:1.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3h0TWrLT9BnSAdG7TXnFbaKnGaQO6Tz { width:20rem;height:1.625rem;top:4.875rem;left:0rem;font-size:1.25rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymB2c8XGvrxblL54JKwbxCS4UkSbFIiq { width:5.875rem;height:5.875rem;top:5.1875rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzHREX6wVPUWErVPsDTavBrJFl2Od5Pu { width:12.5rem;height:0;top:30.625rem;left:3.75rem;font-size:3.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dVlc721eGWt7Cz2QmrJdEou0MTgkMVv6 { width:8.4375rem;height:1.5625rem;top:3.375rem;left:5.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #kkmyTTh1HhTyT53GdpkTkFDBMWV7TaFT { width:7.8125rem;height:3.0058625rem;top:12.375rem;left:7.5625rem;font-size:2.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Bblw3HFu1DoZNqnpQyLmxucCxNkwtyKR { width:2.4375rem;height:1.70605625rem;top:12.875rem;left:5.375rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oLfRidCu9bdv3Oh9luGJwkQFIaTnL5vJ { width:6.375rem;height:7.4375rem;top:14.5810546875rem;left:12.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #FQp1iAzRumLOFtRm0BgR9KOpCy0TBErS { width:5.1875rem;height:6.125rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLvemSOm7tUJ0Vt5PPdpstkXwEBfzEDH { width:20rem;height:2rem;top:23.2685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdyTblXoP5v9saPMpsHVtGwKv7U7vALG { width:20rem;height:1.625rem;top:23.3935546875rem;left:0rem;font-size:1.25rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ { background-color:#f4c245;background-image:none;display:block; }#p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ > .row .container { background-color: transparent; background-image: none; }#p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ > .row .container > .video-iframe-container { display: none; }#p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ > .row > .video-iframe-container { display: none; }#p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ > .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); }#p91mEuq0igpw0zUL4WvB7yoXTkJ01QsZ > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMu221W84cZIBALxPnmzNeNkRU756kqc { width:20rem;height:2.8815368196371rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvi47wPi3XR7s0FqyueltzJx5xnmVLVF { width:18.5rem;height:18.5rem;top:6.1312503814697rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xighhum0gAcKlgfSnrvLw9tQaUoW2aiE { width:18.75rem;height:18.75rem;top:4.7562503814697rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymBCEOFIXTCGqPz6Fsx3pbQVBLv9UgBI { width:12.5rem;height:0;top:8.25625038147rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nfdXIxJQGGVVCEaHW47mrp8C3sh72DHg { width:1.0625rem;height:1.25rem;top:1.88134765625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpaTW3RCoobNwA2ZOvTusoZoUEcyCsGQ { width:1rem;height:1.625rem;top:1.6875rem;left:4.3125rem;font-size:1.25rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P { background-color:#f4c245;background-image:none;display:block; }#hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P > .row .container { background-color: transparent; background-image: none; }#hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P > .row .container > .video-iframe-container { display: none; }#hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P > .row > .video-iframe-container { display: none; }#hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P > .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); }#hNbtxmtPUUO5u2zIZgFMiTo7IuMp5K6P > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFaP4GUbeiiEHGHpwNvgkLVhUaoHd0TB { width:12.5rem;height:5.0371125rem;top:6.625rem;left:3.8125rem;font-size:3.875rem;text-align:center;text-align-last:center;color:#f4c245;display:block; }
 }@media only screen and (max-width: 763px) { #dp0mZTgCUGNAQ5VPOr5wnNrtqPFGsdVf { width:2.4375rem;height:1.70605625rem;top:11.375rem;left:5.375rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nU1D8huKWJdFFlgtO72lHPfbTT9kLzvw { width:7.8125rem;height:3.0058625rem;top:10.875rem;left:7.5625rem;font-size:2.3125rem;color:#f4c245;display:block; }
 }@media only screen and (max-width: 763px) { #oGSqQeoQGrgP5603pgtcV0VH9ZQPxmrQ { width:16.3125rem;height:16.3125rem;top:1.75rem;left:2rem;z-index:14999;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZKt0HTkEhJeZ5iWl1v5oPofSStmrGJhr { width:16.1875rem;height:16.1875rem;top:0.875rem;left:1.6875rem;z-index:15000;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TlI0LtOnMKU07IvRrS7GTQn89u9oVSWC { width:12.5rem;height:2.5996125rem;top:5rem;left:3.8125rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH { display:block; }#lrtmIvEc6TPJQ1o5bdhqrGIGaounHguH > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBhh1uTtBzQm555hDi29uMU88MwiXLlq { width:20rem;height:1.8rem;top:1.875rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ry4qZ4qTGgEyMuXZdqghvOrAJg8M1ITs { width:15.999375rem;height:3.1484375rem;top:4.2979602813721rem;left:1.9997830986977rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV { background-color:#fbfbfb;background-image:none;display:block; }#lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV > .row .container { background-color: transparent; background-image: none; }#lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV > .row .container > .video-iframe-container { display: none; }#lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV > .row > .video-iframe-container { display: none; }#lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV > .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); }#lkpTrS9REXoVXdbtfNpMbQ03A3JqhAOV > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6Wul053gveVQTCpozNN82sRC98ALADc { width:20rem;height:21.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkPvcpTOspolNVKKIFaQs9ptRRQTn365 { display:none; }#ZkPvcpTOspolNVKKIFaQs9ptRRQTn365 > .row .container { width:20rem;height:26.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #neuvDwi2fPw5dtrqik020zd0RvnDA6uz { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4 { display:block; }#TpNcmM4Ut1QLpz3oDDLCHDgSAKQmBPS4 > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc { display:block; }#sNDIKVTb8RbTzQ0S1PBopTrgst7AkoIc > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ME4r4WNFwEAInEzDgDefO9wuMLBvn1GE { height:11.224625rem;width:20rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvLf7lT2vPNsussuTKZCKDtQQbuVHS2E { height:11.2011875rem;width:20rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfcIGZREZfkAg2nPlWJbXtOzKTp94u84 { width:20rem;height:10.625rem;top:3.263671875rem;left:0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #BsA4WIc5r76ZnHL1vGSP05GlROxKoCKa { width:20rem;height:10.625rem;top:16.849609375rem;left:-0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TssApFgst8ANB33sasKCuV1V6J3vldA9 { width:20rem;height:12.5rem;top:5.5rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #Ry40SOL99o6tQBQRLnvTAtvwFV8DIhQz { width:13.25rem;height:13.25rem;top:39.599609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #s0HXR6n5NmDV3o5PNkmB7hPdkoGPKTeW { width:9.625rem;height:9.625rem;top:28.724609375rem;left:5.1875rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d { display:block; }#AHZtW8Sf2CxqGpbZ24fbLWItUNUSQT2d > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhvMCf82Vc4QtwnWu1xfLMSlalnrHP70 { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6arH3zlS9TpAmw2TuU31LFrhRRKyEwP { display:block; }
 }@media only screen and (max-width: 763px) { #ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc { display:block; }#ey3vnP9rlTNmS9MlO7M4EVtvlTQq5cxc > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0hDO0sPphy80duix6QvK2luqDcrHFRX { width:20rem;height:7.19825rem;top:1.73828125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OLBGXvqzEJyGUpRNNN13nGebWHesPB9I { width:17.625rem;height:4.79883125rem;top:9.5615234375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MGIXbnzmmKwx2Q03k1kPPzkIHHB8TsQd { width:1rem;height:1rem;top:15.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFSHEDl0xDrbJ1PTacxqZtoSVNARbhD7 { width:18.125rem;height:0.0625rem;top:15.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVtq3eCCEEQGc7WfnGxpT1sByXSDVO2C { width:19.75rem;height:13.1875rem;top:18.2119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoCGAQe4PQcAnUF0LrNIVEN5RFIo34RX { width:16.375rem;height:10.9375rem;top:65.912496566775rem;left:1.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZv3IXXsoeZuG1iZ7TRLNO0ccVa74dEn { width:19.875rem;height:17.621125rem;top:33.474609375rem;left:0rem;font-size:1rem;display:block; }#kZv3IXXsoeZuG1iZ7TRLNO0ccVa74dEn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94965010e165b4f033c52e26db1fff97ea0014ee.svg); }
 }@media only screen and (max-width: 763px) { #CTQzwwIbHrvTwCXh0qn49JTaWVCN0w0F { width:20rem;height:16.3965rem;top:52.2685546875rem;left:0rem;font-size:1rem;display:block; }#CTQzwwIbHrvTwCXh0qn49JTaWVCN0w0F li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94965010e165b4f033c52e26db1fff97ea0014ee.svg); }
 }@media only screen and (max-width: 763px) { #QceU1TXiSaVzDKkMMz7rZqgKUyuizBFX { width:17.9375rem;height:11.9375rem;top:34.1875rem;left:0.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRqSdRM4NaauJIVkQ3xrfcKtMOUh8orl { width:0.0625rem;height:12.9375rem;top:100.8525546875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vU6TrZecSsySUqhprJHl3bTSAT54gWIv { width:1.25rem;height:1.25rem;top:98.3525546875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7 { display:block; }#hzLAWQVWLWuwo3UdZvfMM1XiQk2Oorf7 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fE6hv5FgrBxJOgIDx7iAowiRUU3pQ8TP { width:20rem;height:4.7969052224371rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #llI3E1ycWzpoLh6QEoTPEkz5ounc5ThV { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N9rXHe3tSFSgghfTScvpuSulI0BqceiD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e715b890-ad51-49a8-9cf7-df7a1d04785a/PARCDASARTS1.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD.adaptive-delivery-prevent-bg, #N9rXHe3tSFSgghfTScvpuSulI0BqceiD.lazyload, #N9rXHe3tSFSgghfTScvpuSulI0BqceiD.lazyloading { background-image: none; }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row .container { background-color: transparent; background-image: none; }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row .container > .video-iframe-container { display: none; }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row > .video-iframe-container { display: none; }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .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); }#N9rXHe3tSFSgghfTScvpuSulI0BqceiD > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbLCLWBkapTiuapiy5hIPExAFMNTmmih { width:17.3125rem;height:4.19921875rem;top:1.61328125rem;left:0.90625rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AKEbDWoDyAskD4Q8qT4xk4wLQ4S638v7 { width:18.1875rem;height:5.25rem;top:6.5rem;left:0.90625rem;font-size:1.25rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TXT6hO7oxRG399XrVTmcJCrHT81gTE1B { display:block; }#TXT6hO7oxRG399XrVTmcJCrHT81gTE1B > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwZbwifhtms95TMWRK8cRbhtLL0BnhGL { height:11.224625rem;width:20rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Ja0T2UT52JuMwI4KoLTgEyFqaddA7y { height:11.2011875rem;width:20rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwlaZT7bdkcK4VV4qDINwG5yhs7oyAsX { width:20rem;height:10.625rem;top:3.263671875rem;left:0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #b0VLFezX0DxWLokCcK8XzxPJKHgv7eGQ { width:20rem;height:10.625rem;top:16.849609375rem;left:-0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #a6fZrT9Qfx95Q09KJilvXCCNrnaNDPT0 { width:20rem;height:14.25rem;top:9.375rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #PQeIW2rBTPxTT2QmmmoHBgQ3JyVOgwnx { width:18.8125rem;height:5.25rem;top:28.912109375rem;left:0.59375rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iPIstITlGaLLv10L2PiZzcnC5eVuQO5T { width:13.25rem;height:13.25rem;top:28.724609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #VTqgPOf3OFBPq2CxbUSs8sp8rCGIQrzb { width:13.25rem;height:13.25rem;top:51.474609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #eFctH60WI0bk2saQ67I9ThTfpCtSsKyp { display:block; }#eFctH60WI0bk2saQ67I9ThTfpCtSsKyp > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skZyOS0WdolykntNHl4Gdhlq14UPMoZS { height:11.224625rem;width:20rem;top:0.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9EvsLdkG1OfS2uQoBQyprQvwAevdzda { width:20rem;height:10.625rem;top:3.263671875rem;left:0.8125rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #ML0AOSi5ehahTtAOwbLH5gISdhliKsft { width:20rem;height:10.625rem;top:2.25rem;left:-0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #X2bskmTtibvTDKFWVDfpy8tCHq38dLwp { width:20rem;height:11.875rem;top:3.5625rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #JvPIQg48QVkViFR6wIH6LZVme3ukhNGu { width:13.25rem;height:13.25rem;top:51.474609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #sDywCTbzXPsCx7PvArJpkX5O7cTFFikP { height:11.174785100286rem;width:20rem;top:14.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWlkqgNWivDNvo6UJff5sITdCbUo8fwi { height:11.174785100286rem;width:20rem;top:26.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEEvoieHwuIp6NryB1hAvnP50y0yNMOv { width:13.25rem;height:13.25rem;top:28.724609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw { display:block; }#L7OeZ4BghZgWwI0VDLbXskdl4tcprRPw > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApTgUFRpPIvJPAFXHmUG14Tqc9G2wvcq { width:18.8125rem;height:4.798825rem;top:1.0625rem;left:0.59375rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CTGHPiwyBnQaCCnRfkwSzUgE91xE54Ps { width:17.3125rem;height:3.9375rem;top:7.1875rem;left:1.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tRSSr165d8hATXOLR3Bs4MWSp9DKhG8T { width:2.875rem;height:2.875rem;top:7.6875rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQEbWr9fNawbT28Fu3J35yVqTAiM3OTF { width:10.6875rem;height:1.3496125rem;top:7.8125rem;left:5.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFOa5pNhiZFeBQ6Fh9VbmtzcyWetmcaR { width:14.4375rem;height:1.125rem;top:9.3125rem;left:3.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VMgJ6RM1DJ5amAQmPRcV4M95Q6R8h0bK { width:17.8125rem;height:3.9375rem;top:30.4375rem;left:1.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TnRDGHpKgLqIH4anwM22CSTJ9pNUHHyv { width:2.875rem;height:2.875rem;top:31rem;left:4.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv39UMElpv04y6ydAFIPk7XQtI23Px2X { width:7.6875rem;height:1.3496125rem;top:31.1875rem;left:6.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wc42sVTlGDrXSmKssdh1zlzCFVnMCJrT { width:8.5rem;height:1.125rem;top:32.5625rem;left:6.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTyhnJTTH2tyIFLvcFbyBTwRpoFhzdPt { width:20rem;height:15.75rem;top:12.375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ETO3TgRXeMXSnXQP00xN2iJT96geoEgz { width:10rem;height:42.1875rem;top:9.875rem;left:5rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #RStJAKFknGf0JCwhoFy42xFxm0ohLkXv { width:20rem;height:19.3125rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7 { display:block; }#iq5gvAeFsAQMleTc4ROq6V4SCzf7uHJ7 > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twl9ihC0dfPHTLL6zbG3myucDLk1JIUT { width:17.3125rem;height:3.9375rem;top:2.9375rem;left:1.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SJUGiXlrH0JRbdrBI8OZ6R4ibS0T49UZ { width:2.875rem;height:2.875rem;top:3.4375rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUFF9dZwyEbNqE8uzKF4X16wMVEKUKD9 { width:10.6875rem;height:1.3496125rem;top:3.5625rem;left:5.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9S2xLCPe12feDEOyEBaVQVQPamiVQ6T { width:14.4375rem;height:1.125rem;top:5.0625rem;left:3.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMQADXKdl3CVdh84rS5agpC16ewfJGqp { width:15.875rem;height:3.9375rem;top:29.125rem;left:2.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #l5xodBfVNTMLvHzMoBPnZg9hpq8wJ25w { width:2.875rem;height:2.875rem;top:29.6875rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFuApuyhODSBGT7Ftm0TG4XU0lz8ZVPJ { width:12.9375rem;height:1.3496125rem;top:29.875rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gLaRldkOTZayU4k8XSonrV859sbPZG7V { width:8.5rem;height:1.125rem;top:31.5rem;left:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9AmQLxbAVovSExovFlG3hBLStWyNg5T { width:10rem;height:38.5625rem;top:-3.4375rem;left:5rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #FTvFpCliCEkJegNJrVH77XMctT7MvoRC { width:20rem;height:19.3125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9nmf6b6cpuOK0HdcVmEECzfiwzFWRoo { width:20rem;height:16.625rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ { background-color:#3cbeca;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row .container { background-color: transparent; background-image: none; }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row .container > .video-iframe-container { display: none; }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row > .video-iframe-container { display: none; }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .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); }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row .container { border-width: 0; border-radius: 0; }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGlwRxo40eloT6iRXWb5UuFTGTg7TfiQ > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTG0hlTuR2rh4GxRFyy9OBbpyzk4TR0T { width:20rem;height:7.19825rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 { background-color:#3cbeca;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row .container { background-color: transparent; background-image: none; }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row .container > .video-iframe-container { display: none; }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row > .video-iframe-container { display: none; }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .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); }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row .container { border-width: 0; border-radius: 0; }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zr5oEHQNenrcSGtg1Pg6ZT3SLNkdESg6 > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx .accordion-heading-text { font-size:1.0625rem;height:auto;line-height:1.4;overflow:hidden; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx .accordion-desc-text { font-size:0.9375rem;height:auto; }
#hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #IDvq2NFIn54v79BWkmr0vi4yGOi4Tx2S {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #xPZOPHbPVJ34RvWNx2l8FvKvWvVol1J1 {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #UrD1IHrVgfe2fg1fvSrsF8xvAtunDCx3 {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #lOC8pwZQmNZvkXTnRu2inTq39Lxs1HF8 {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #dQsR8NWLsi1FWFMTN71nakxK5twwwobI {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #JIBsgD523CD8nFF8Pxio8gZR9rblhQkD {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #hg1poq1NXFNVc8VDzWfrn0TgK6o5C0Cy {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #vp5HQ8ZTb5ztA3sSx5M4Tlrl5kRr1nLa {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #UAVTk5XyLOr92RTgMlStwubiE58a17zk {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #P7ZBzm5QxTanORXTl6x5DirRIa1TPc4e {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #novW5RubEOFQ3VIa0leC3csLTbk1l0Ml {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #xDuqaomKcrJsVbzVlWvxTE3NomJmEMTy {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #C9JkBTmt3XNSA51EwJHDuW2M5mL5RbEn {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #mfwOznhotAhMA52VWA2gTJh1SsQyMTrR {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #mWNKO91iaDvtIX7LK0rKwhFv5Pnla96i {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #srbVaVoUMgTac2W17ulkNTQoTutQrpoz {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #viTMf5lrTpVwbcs4X5xCntmGbzSqkark {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #xthuAZcPIOfCptlsUbbR6mvVmKswfrJT {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #TbK49rlEi5SWfpA3qbAliCeDKOO6uQiq {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #KbHFbABfl8898iS94SzWH1XZx9EAI5pz {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #JhyZEEnRHK5M3bWfD9PZDL1I0T279hxQ {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #PJb2KPTgZBa01nx4wmxf88AFnqDVfXT4 {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #opqTHQTSdiFVBzmOktdMZGwgQ2os4oiI {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #KQ0yKN4navbDrfZ2xSuomwpxpSTtP9qX {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #xftgalZ3hHmDnDkCdT4CQa5HQSvXKKPU {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #enAaOqkbu4ktpeHrTXAxbdmctHBnC2x2 {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #e65I3gk42rUJMkGaZs4vNN7duRNsZpu8 {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #UTot1c3eH7ioLdO5HZqFDvzIr345pwqQ {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #MTwOBKFz0RHqN1TfkKtglzCQ86uu4dCt {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #qDvmLZnzTxTqJS46gDbex9tKubbHbavb {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #UNvKl1lHTPsngJGOGLTVodQZTbGDkZ3h {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #NAQ6oDzS48PVBsqo0QDlKynbkMrRUOAT {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #bZL9cvHUMWv8LtTJ9UKJ1VrRxr7KMpKE {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #TfEvsw8VJoZF6uiGZ3bqJzZ3gJ3R8XT0 {  }
 }@media only screen and (max-width: 763px) { #hkv6v1GNNUN7waTGsK3le0yOJZSUuyhx #tXg3GZdcGuXVTIIAI7P8TsRrgWhZiJTn {  }
 }@media only screen and (max-width: 763px) { #duL7aks0l6sPD6ITzG97dvtGCLRd0VUS { display:block; }#duL7aks0l6sPD6ITzG97dvtGCLRd0VUS > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGT5Jh8Ad915TbB5ugV9BHq9UE0QAeMz { width:19.25rem;height:6.07324375rem;top:19.5625rem;left:0.375rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XSQemAJqKQrTxqOoyP596a3dB5Iyu8KR { width:2.4375rem;height:2.4375rem;top:7.75rem;left:0.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8kfR6PGXAr0t4y0uOyui9qB9hwvSQIE { width:18.4375rem;height:3.25rem;top:3.5625rem;left:0.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #f1c232;border-left:0.125rem solid #f1c232;border-right:0.125rem solid #f1c232;border-bottom:0.125rem solid #f1c232;display:block; }
 }@media only screen and (max-width: 763px) { #khdV0r0mLRLwGVBx8WrtxPVydELbV426 { width:8.9375rem;height:0.9746125rem;top:4.125rem;left:3.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KZ6pFrd7CRTU691ARyRebAbuK1ctc8QA { width:11.9375rem;height:0.8994125rem;top:5.375rem;left:3.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SQlNpiy05T11LfEiZIOz8ROtGelg3AtD { width:18.625rem;height:3.25rem;top:11.0625rem;left:0.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ps1TIb6TTpC17RL1WVb8kMwNio7mkeyV { width:8rem;height:0.9746125rem;top:11.5rem;left:3.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LGMNtNZsDqNEbvWzNdgbSW3pa9hfZaol { width:8.9375rem;height:0.82421875rem;top:12.75rem;left:3.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HINBONfsGTrq4O7dl5nLIVHTCu9kXzoN { width:2.4375rem;height:2.4375rem;top:11.5rem;left:0.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6DDrKWoHPuqtinyogEooseGCkpaSTCf { width:18.625rem;height:3.0625rem;top:14.875rem;left:0.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TZwyoDfD5ci0lx3CnWtLT9UqUnF1tS0l { width:2.875rem;height:2.875rem;top:14.9375rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ0xCt56MWXeT03LkEOq7P3PgTfFKSQp { width:10.6875rem;height:0.9746125rem;top:15.375rem;left:3.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GKgTtCrI4KyU00BCwAhqkRKz948XHTVB { width:10.375rem;height:0.82421875rem;top:16.625rem;left:3.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fBXFQ1J2uxQnpwHClW06sHW8BKJlcfih { width:18.625rem;height:3.25rem;top:7.375rem;left:0.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #maUHNEHPhUHrEg8zZHEIZliXUl3JI5sJ { width:4.1875rem;height:0.9746125rem;top:8rem;left:3.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H1XVBHyfpU2TGFM462zunkdZ79Pk02s3 { width:2.4375rem;height:2.4375rem;top:4.0625rem;left:0.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adlDh7pWbR9ognW7h67pLT8slBmZoI4P { width:4.5rem;height:0.8994125rem;top:9.1875rem;left:3.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x7SxhAhqdZobJCq68fCPViAa1TDyMzBf { background-color:#201f1f;background-image:none;display:block; }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row .container { background-color: transparent; background-image: none; }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row .container > .video-iframe-container { display: none; }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row > .video-iframe-container { display: none; }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .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); }#x7SxhAhqdZobJCq68fCPViAa1TDyMzBf > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-form-header {  }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:17.125rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.125rem;box-sizing:border-box;height:2.5625rem;color:#333333;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .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; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#201f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.6875rem;margin-bottom:0.25rem;margin-left:0.5rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:16.0625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 [class*="-text"]:-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 [class*="-text"]::-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.9375rem;overflow:hidden;font-style:normal; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .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; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.8125rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-container:first-of-type{padding-top:0;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-container:last-of-type{padding-bottom:0;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.25rem;height:auto;border-top:0.1875rem solid #f1c232;border-left:0.1875rem solid #f1c232;border-right:0.1875rem solid #f1c232;border-bottom:0.1875rem solid #f1c232;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: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:7.4375rem;z-index:15004; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.125rem;display:block;vertical-align:top; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 {display:block;}#OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.25rem;height:auto;border-top:0.1875rem solid #f1c232;border-left:0.1875rem solid #f1c232;border-right:0.1875rem solid #f1c232;border-bottom:0.1875rem solid #f1c232;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: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:7.4375rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #mTHFcD8AVGQEQTLPke1cMLdrKey4szhQ {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #LeapuS1bolBxhaPPFdFPC3VfKmfOD2Ww { display:none; }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #HhTsNFT6Weea408vLpcdUGPTUCvwp0wF {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #MBPvr0cplTtH8bdgQiT85qptZ94w51AX {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #JhSFNJHOaizWMIIg9ErTsTp3nqNCGlqg { display:none; }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #E6ZoNDa8oJ6QKToeGR66Zn2cPIsATebq {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #CkTetBiFFyP6LLVr5TausTol9HHXa7iD {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #Cv9o1T9idC5eFrnHP0W1kAG7vTP4BZea { display:none; }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #qyKgZMvZuPJ3CxpzeurTmLtzAafSwnlA {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #aE9Tg9rPADL8BKSz7ltrHQwleTeHW1HU {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #RbDiTHxpKZmufMoMEipk4Tcir8ETVnP2 { display:none; }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #lmIZW18vNrDUS9yJwoTTNnXheQRHMO5y {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #nocIs2hqaTlyTIC6vq1lIUFz27WxsIpf {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #GDpfepKU0DBhW8OUxiwPG45x1TygJnD3 {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #MRwk2LgdJzdmDD08PerBDf2AkMM9L5ck {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #QhImG1eLE2lHcrEaR9sVyzhJqucs1ex9 {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #XdNAhptP13BuQ3QIQacAMFm7llZTgo00 {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #T5G161CztlPvR0ENdlNyXyd96xNmgcUU {  }
 }@media only screen and (max-width: 763px) { #MPG5aTTNalcTGkI0uGvwxCQd34cyztId { display:block; }
 }@media only screen and (max-width: 763px) { #xK9lfEaOI2JtWwO8D2KaC6kuGyTMRfFO { display:block; }
 }@media only screen and (max-width: 763px) { #bWqHKiMXn4qX9KPPryKrzr3AOCqW4ikB { display:block; }
 }@media only screen and (max-width: 763px) { #AGKnMgPM5v7iaLqN1WXtkfTylSbVA65E { display:block; }
 }@media only screen and (max-width: 763px) { #qQUEGIXpDLXpUBkcogoIPVRVZthTN6XU { display:block; }
 }@media only screen and (max-width: 763px) { #Kk69N9s3n5dCvAOUeGofqcn7NX9DIDEv { display:block; }
 }@media only screen and (max-width: 763px) { #noeVu7A8ifJ85WkTJcX08940ea728xI4 { display:block; }
 }@media only screen and (max-width: 763px) { #iGSnxGIwM6v7HRzn0mtk3amErsJL8UVc { display:block; }
 }@media only screen and (max-width: 763px) { #CcPA816cTq5pgn1zWnlGSScSJKvC4MhT { display:block; }
 }@media only screen and (max-width: 763px) { #SZQD10m2rme7ScEn0Dmh022TlTwtVKTW { display:block; }
 }@media only screen and (max-width: 763px) { #FZyT2MXgq8wkGo7e7K3lOisdAPJa4VPI { display:block; }
 }@media only screen and (max-width: 763px) { #unLRre2KB8r50y4zRCcKGdCxJAJARxqG { display:block; }
 }@media only screen and (max-width: 763px) { #dWJCXZ65XBbxUgQvoHiAQeDiTvxP6lTt { display:block; }
 }@media only screen and (max-width: 763px) { #t5rb2g35hWZ2Hn7OFP7awu7BzUrrZSZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #GdMdtfiWQvLBzR1k9Li5PwqFqoDoTEKw { display:block; }
 }@media only screen and (max-width: 763px) { #hlQ69KU7FWAyHADMGpCtlFKkZUckROXn { display:block; }
 }@media only screen and (max-width: 763px) { #S4SoQmCuZ14f1LfSIMNTkkHLJNbe2kvX { display:block; }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #xzXR6KmVLr79oOTx4sa9d63Q9pVbqwHh {  }
 }@media only screen and (max-width: 763px) { #OD28FS7THnKgkdiFKEzXUu295J6Cbcf2 #dmCJTcIq8H4FLVKAreO2KSsbvTRmygAV {  }
 }@media only screen and (max-width: 763px) { #a6vD4v2WeFnhKyy5aq6pDZ02Gx4lCkT3 { width:20rem;height:12.25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwq5MSIkf0a2851XKqd3WqKSLnRxhbIg { width:20rem;height:4.798825rem;top:1.8125rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Qp4OMuP1eCtlAhFnWVBu7HDs13HcXhdl { width:20rem;height:5.173825rem;top:44rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TOEHydHzQPt3aUBIvlmgUGL4Ks1zGwZK { width:4.5625rem;height:4.5625rem;top:38.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe { display:block; }#UAIsqI2or0kmig9QVuxAJ1AcrJspZzFe > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9dsFPt7lXWlxWnTn2anXptZ5EHbhHTi { width:20rem;height:1.7875rem;top:0.88671875rem;left:0rem;font-size:0.6875rem;display:block; }
 }