.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:233,219,218;--color-primary-1:181,135,132;--color-primary-2:107,14,9;--color-primary-3:54,7,5;--color-primary-4:16,2,1;--color-secondary-0:238,221,221;--color-secondary-1:198,141,143;--color-secondary-2:140,26,30;--color-secondary-3:70,13,15;--color-secondary-4:21,4,5;--color-tertiary-0:255,255,255;--color-tertiary-1:175,167,167;--color-tertiary-2:121,109,109;--color-tertiary-3:88,73,73;--color-tertiary-4:0,0,0;--headlines-font-family:Adobe Garamond Pro;--paragraphs-font-family:Futura PT; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12c8d0b0-974c-45e8-920f-ed8844bdcfdd/harvard.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.adaptive-delivery-prevent-bg, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyload, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyloading { background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { border-width: 0; border-radius: 0; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::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; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:3.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.9375rem rgba(57,62,65,0.5);top:6.78271484375rem;left:0rem;height:4.6308625rem;font-style:normal;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;display:block; }
#owtZrSohZmMGIuUBpWJNaOo9QkXy1EB2 { background-color:rgba(var(--color-primary-2),1);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32rem;height:6.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.03125rem;left:14rem;display:block; }
#TBzB6fNPJqneg1qT3kQsf4WRBklFf23T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y6iML5s40IOVQoWxPuEEmCH2okJ4TWW0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.4375rem;top:0.89892578125rem;left:0rem;overflow:hidden;display:block; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:ubuntu;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:23.9375rem;left:20.375rem;z-index:15010; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #XT4gZF6Jb2wRz6R5OGixiUWhV1JI1588 { display:flex;position:relative;top:0rem;left:0rem; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #XG4LrGSv8JbGbvUxpAN24IewL0m9mrlp { width:auto; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #Cd5OzFTo4fqbw7wPhfzyvUUSzOqrr9uR {  }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #q8iru8mN7RuwGQmvLE36FIbrF04iKuJP { display:flex;position:relative;top:0rem;left:0rem; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #FTtTJlqpLHbL5fXLl8Wx454AMc60hESW {  }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #iQ2L51O6zPXhp0iPTGnd7sMAT5X3VfEh {  }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #QGpFvTX6gxZoThJvvHlgEC2XSxe3u5wi { display:flex;position:relative;top:0rem;left:0rem; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #wnXFh4rH9Uhnv6V9Bw1QCtJQ5GnhJEey {  }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #QFatIuKG0bBdtMLpdNeQ94xxpZQ1f9ao {  }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #I34T3ZLsoyHETWZ8bLidA38LstKIILAZ { display:flex;position:relative;top:0rem;left:0rem; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #xUBlCJTBt9BnyPi2Nn2evVhPuDNVxguy {  }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #yWRnxJRB6JGm5tshx7gV8Chg3U5CeVlk {  }
#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row .container { background-color: transparent; background-image: none; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row .container > .video-iframe-container { display: none; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row > .video-iframe-container { display: none; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .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); }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row .container { border-width: 0; border-radius: 0; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;position:relative;display:block; }#szSmRVy1JyTVHhalog7ztCMU0WqBnc05 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ac882e6b-e4bc-469b-9989-311d3043e17d/5Q6A9102.JPG");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:38.3125rem;width:29.625rem;top:5.5rem;left:30.274305555556rem;display:block; }#szSmRVy1JyTVHhalog7ztCMU0WqBnc05.adaptive-delivery-prevent-bg, #szSmRVy1JyTVHhalog7ztCMU0WqBnc05.lazyload, #szSmRVy1JyTVHhalog7ztCMU0WqBnc05.lazyloading { background-image: none; }
#UCh7QGab3nuP9E4epZy8LU0TeDgIHmTc { color:#070202;display:block;width:30.0625rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:6.011725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rV01mNicvp70IoqI4EzolKoHy1TzTgER { color:rgba(var(--color-tertiary-3),1);display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.125rem;left:0rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vO0pu2k5k94c6MLnGE5lFA7HSm7mSDae { color:rgba(var(--color-primary-2),1);display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KVsx1XLZqhPBfHaVzXmhlP3L4pEINwU4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:3.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28rem;height:8.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.9375rem;left:0rem;display:block; }
#sbQ1zO7pbPq7vRQHMcXSK5Z3MoT9TZWZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_36a8ebf5dcd7ea1c8c50eaa2b215eb2d1ad2bcd9.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr.adaptive-delivery-prevent-bg, #Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr.lazyload, #Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr.lazyloading { background-image: none; }#Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr > .row .container { background-color: transparent; background-image: none; }#Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr > .row .container > .video-iframe-container { display: none; }#Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr > .row > .video-iframe-container { display: none; }#Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr > .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); }#Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr > .row .container { border-width: 0; border-radius: 0; }#Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:77.25rem;width:60rem;overflow:visible;position:relative;display:block; }#CJil7QCFv1uFxzbfL19f3K5IVRMGKMFk { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.375rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:8.125rem;left:0rem;height:10.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nnS1WpqH3EfdCUxIEVlJa7rBaPH0I2In { box-sizing:content-box;height:10.4375rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.0625rem;left:23.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PmoG7oyhScqKZuCqlmCZrHmxdxZcoaef { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:16.1875rem;left:26.8125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m2iaaaLlKnUNZ3Bey7uzNiqP1wKrxgCw { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.880859375rem;left:26.8125rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hpCIWKgPRuJHF1IP1A3JK9rl77pQlgEq { box-sizing:content-box;height:12.0625rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#VIVlAXSzK4X3csss5Jt73Z9SeJtsHvzr { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:27.9375rem;left:0.6875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FoUfA6hgJehMMwA0ztLQzg3WuGZTVupl { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:30.625rem;left:0.6875rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DT3ixtAvaPvzTpPp0RFaVo1G9tV8Fudo { box-sizing:content-box;height:10.5625rem;width:36.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:39.6875rem;left:23.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#aO2Vc24lxuBPU4txKwo3vKbriJKSBQP8 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:41.125rem;left:26.8125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wp4Gtx2ny8Cow5rtJ4Hmlciz2KRHUXUP { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:43.625rem;left:26.8125rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ck7iBLDGfvFkvx8BwTnRpvaAe36po5HA { box-sizing:content-box;height:10.8125rem;width:36.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:52.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#X8KtIfgsyQN12RvbykKVshWNFavTZeGK { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:53.1875rem;left:0.6875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l5UdPTn0xliFHkG27dT71f5agSZbLTJa { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:56.125rem;left:0.625rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hT2iko79SmD1uPz7iM61xdnFwbbssF2Z { box-sizing:content-box;height:12.0625rem;width:36.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:64.625rem;left:23.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#myciJTw2765hulMmOhPFFu3bhaQOWuwI { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:66.0625rem;left:26.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T1ayKaTKS0XiobT9ikTAo3LrE8vhXTFp { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:69.0625rem;left:26.25rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hh32dRfWKVm2PUTvKFgp6T9o0tH7nh2T { 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:11.375rem;width:12.125rem;top:13.5rem;left:5.919921875rem;overflow:hidden;display:block; }
#JEB77BwUnI6PbXfmXLo05Hycfa8nnDfS { position:absolute;display:block;z-index:15018;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.375rem;width:12.5rem;top:26.125rem;left:44.913403614458rem;overflow:hidden;display:block; }
#AEvJfXSZazWqAQK6QHF8lPGvm7NGanSu { position:absolute;display:block;z-index:15019;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:12.625rem;top:38.5625rem;left:5.919921875rem;overflow:hidden;display:block; }
#bW8Cvq5uKqvTDFytXPt3srGdx7SMWw02 { position:absolute;display:block;z-index:15020;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:13rem;top:51.25rem;left:44.5625rem;overflow:hidden;display:block; }
#AlaaxBVLUHrxxrTAiSm5PMGXIweS7C0n { position:absolute;display:block;z-index:15021;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.25rem;width:13.4375rem;top:64.5rem;left:5.3931987682519rem;overflow:hidden;display:block; }
#TroI0fzsZITKoMb2RQTksw5rx1WRK1hG { position:relative;display:block; }#TroI0fzsZITKoMb2RQTksw5rx1WRK1hG { background-color: transparent; background-image: none; }#TroI0fzsZITKoMb2RQTksw5rx1WRK1hG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TroI0fzsZITKoMb2RQTksw5rx1WRK1hG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TroI0fzsZITKoMb2RQTksw5rx1WRK1hG > .row .container > .video-iframe-container { display: none; }#TroI0fzsZITKoMb2RQTksw5rx1WRK1hG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TroI0fzsZITKoMb2RQTksw5rx1WRK1hG > .row > .video-iframe-container { display: none; }#TroI0fzsZITKoMb2RQTksw5rx1WRK1hG > .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); }#TroI0fzsZITKoMb2RQTksw5rx1WRK1hG { border-width: 0; border-radius: 0; }#TroI0fzsZITKoMb2RQTksw5rx1WRK1hG > .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; }#TroI0fzsZITKoMb2RQTksw5rx1WRK1hG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yohKhNWD7nv6t9F1ZeNCuIdEUC5NqbkJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4f0ef;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:5rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:1.5625rem;left:15.9375rem;display:block; }
#uEGRFIk0rL20TITLTTPwmM0TakMV2pZ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ch85dN7opHb721JcAzH7RhVphXqUwPN9 { color:rgba(var(--color-primary-2),1);display:block;width:39.5625rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.328125rem;left:10.21875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy .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; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy .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; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy .accordion-trigger.adaptive-delivery-prevent-bg, #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy .accordion-trigger.lazyload, #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy .accordion-trigger.lazyloading { background-image: none; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15052;background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.125rem;left:14.84375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #lcJl2ytVJoasiqzg55RZpgoQXOORG6em { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #T8Icuw2MNeelHnxTHFHNTmLGqIFpf2fG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #wdIzkZCGdxZNHWUmLFIKe5r0Va2EcvLG { display:block;position:relative; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #Rtzg52KsfI6vv38v9TBUI0RTEE3tmJ25 {  }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #lef6MNZHVlRRTMpSUd11T9Cwflsz1yuP {  }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #UeT1IuEdi2J1mBHUZamV2luqJ0EnRVff { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #iX3fErldN4AKyn1ZDN3IgJDOq3r41QO4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #iCqckxuzKpxE3WbZsWotaTkRiAU6bKba { display:block;position:relative; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #tQaXouoKrsFVhBX6lN6yZaVzAW87W7kG {  }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #pTo6GB4Btg9Dwhiwuwz7TzK3sgM26IC8 { display:none; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #qhmZIRTLLWcoMTPR9siQi0eJamErqzgT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #NLmHdPiUm20tTRdbrXWDF7vFUVk8mWrN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #B16A8L768QIU8E8DOUkSNKxe38fneCc3 { display:block;position:relative; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #RPW4DadXyETDVLAyen61Uc0OrpTqdCIu {  }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #LoNbFGiC3ghakocDFlpoabfAbD7bDseT { display:none; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #owATCZcpshwJbeKJ4UCd5gUlUvxgRL1t { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #flTSz6DKBc38nd2xX415wcDJsE1n3Hsu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #p8BqZJmnpMfkCSsFqZN5ZrPGH5ScOVun { display:block;position:relative; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #UfLKa8uXR5UZlQnobaIBIk4RtHIKzd8o {  }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ifhcbXLEDE3ywFOhZNvQcuQPzGgt3Cyl { display:none; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #l94ZWzu3Ki2kto61COXwALJZZGnJGaSo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #XDkxswWGTgpDhNGP5qoA97uJO4ipn8tO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #OFsbEtEfksFzHC1Mx9avBIx9K5u2qov1 { display:block;position:relative; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ffTlNrJXD9EKucm3X5vuZTyIBMGuc98p {  }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #G8XPk8go8h1aCQQnIdAefzQS9LJwdKpC { display:none; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #NV4mmzAp7iNAzrMAZa3bBe418vHFx5Jx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ygxHEgzM8v2UEDZDfXrJkONSh6rQu9DA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #eJHOaTLnXcr9vbu4ODnLnUyHCLyx3nJn { display:block;position:relative; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #KTwO1Rm4TUFGRq6mEet9aTkyGb0SJlce {  }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #yNd6SCT2Z3XZlryTw4dDePsFedSLDXF8 { display:none; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #hCPgTHiQhHTl34i6xXL6T3V1ozsVCHmC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #kZnanco7phkEw2lKmv9AVoo81nnH4RdX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #QmssWryrhrTaq9WrDshQmWqMCLrOoxgQ { display:block;position:relative; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ez8iyX86BATOsDuTv9T9IXTkNCvX0y2w {  }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #nOMC1UHxng6pQkO2pHsRb3lX42CF8NM2 { display:none; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #d0qTAqs1zi1mnpQBdNmMckB2fK0kWDOe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #uns7O4J9xWhnz2R8QDUO89LtBtknIR6D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #i1NeRhohRkNKmcAGWBUW3LynGgytPa79 { display:block;position:relative; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #oeDKaPl6u0aMJioBewvgiKnpCFUJ8uNM {  }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #mepgQsnRFWlhZBwo76NARgqwZDzvXePG { display:none; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #DGDoMgCbbc4uGFVksWGKDItyTlQqHmld { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #K5s11wtM3ymXbeKO8ZqyOsXx70mXk8Mr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #oggw4JbMQDS0xa8b4WJLZk8OTBKQyC0x { display:block;position:relative; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #xxCoXC8FFabyaeApZTJHwyuDcaM8o7xG {  }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #OLZAlwuTnd2FUP0RNnNzCTQX6ckCJiqs { display:none; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #dP3trOtrFGtEgHdbQdoL9wSZ11XVPTxL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ErlSnkiyAtGUxiVPHp8eHL4KiuPpXytP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #CIRPDbtAFw2RVba7QGQZel3OLH7P35ot { display:block;position:relative; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #R5SLt6bzQRiB3b3TUidl08msw51o2ynG {  }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #d6xWhonGLgtP1D0hnDMxZozqfVTs4ukM { display:none; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #tEFCodlEu8HhVJtLHP4VFRUSvKAJq5q8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #wzurDtM0TmS8IPSOg4pvyOfTTKOE3Cg5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #T0cgdXoox88s8vFybWQrzkweCnD7fJso { display:block;position:relative; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #Ia0tZm8vptJPfK5HhmOlIuUXPvXXOLke {  }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #cOz4V7VdtAnMUOQQe54WcEgqF1x0aN0F { display:none; }
#hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F { background-color:rgba(var(--color-primary-2),1);background-image:url("https://icons.assets-landingi.com/icon_b8246d2e6ca88ff4f8f5c8983c1025d8927d5440.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F.adaptive-delivery-prevent-bg, #hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F.lazyload, #hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F.lazyloading { background-image: none; }#hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F > .row .container { background-color: transparent; background-image: none; }#hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F > .row .container > .video-iframe-container { display: none; }#hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F > .row > .video-iframe-container { display: none; }#hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F > .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); }#hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F > .row .container { border-width: 0; border-radius: 0; }#hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:81.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#qNZwgqkSDAhydXmFeSgQuuGGrP0L0H4n { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.875rem;left:0rem;height:5.375rem;font-style:normal;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;display:block; }
#fFv3LVXyZy8APEvtAwx8yFUtvRbV8FTy { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:25.875rem;left:3.4375rem;height:6.2988125rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rh1m52AdS7CbyrQbpq70ftKtTXSitdT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:33.0625rem;left:8.4375rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A8st67pJoI8xRXA749IV7518fWHvcpB6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:23.8125rem;left:3.4375rem; }
#WZMuyGwGguQdBCFN0QfwGsJH2laiakZU { box-sizing:content-box;height:26.25rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.875rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#aCP7Bpf3aegrAo8c9MaARUScbT77yyT4 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:30.9375rem;left:55.125rem; }
#bOEuGEKgFSha6QqTiJmK0tvN4A2TSUSx { box-sizing:content-box;height:10.6875rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:49.162109375rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
#ZtWg7DOHihAg79HQbV6UaWMaOMgCkZW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:51.8125rem;left:1.4375rem;height:6.296875rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nd08e7BnBmPdTqkDv1ei6UbwE8AsmGbw { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:50.0625rem;left:1.3125rem; }
#RiCAmOKWoWbU8xsH0LtSN4OheToHoTDS { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:56.4375rem;left:26.625rem; }
#VhO7JdE23htqtB0yAw5o8oRnTUdkB1MT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:57.5625rem;left:2.25rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lofm5KUv7b6h4FVsLEmzSsmwIveauDdO { box-sizing:content-box;height:9.8125rem;width:36.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:61.1875rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
#BzH90aDF5B6ONpGTN20n9KnrtesGDm68 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:66.9375rem;left:26.8125rem; }
#urJqXa0oCmcvWqOcAlCfddcThxKHW5m4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:68.625rem;left:1.3125rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uGTBWqPH1vDrGBKXrFSCzzEuXewJ0XKl { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:63.875rem;left:1.125rem;height:3.1494125rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#voJVFwEFCklKzA7M9rqx7kJBWAtHdDev { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:62.1875rem;left:1.125rem; }
#pCcdBa08O30W4hTNoADhZJe0Z7L3aXmw { z-index:15007;top:34.4619140625rem;left:32.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WwE9zr46dh4tdLMMGOOdtLT8FtTzik4y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lk47UpOJO1TMaG0qXUzaqia8b0OLfTme { z-index:15008;top:73.625rem;left:20.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:6.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J5Wsl6GhukF8JDJB1WTB9FxyF8cxl9AQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTIOkZ19L7LCJqMvdTicv71XVyXCB7cH { position:absolute;display:block;z-index:15020;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:29.25rem;width:19.4375rem;top:44.4375rem;left:40.5625rem;overflow:hidden;display:block; }
#RsPks3z878188Buy0BxLV7GGrZ4q7Qde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3627069e-ba0e-4b7c-a2d9-fe4be595601c/Screenshot_20240517_at_103422_AM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde.adaptive-delivery-prevent-bg, #RsPks3z878188Buy0BxLV7GGrZ4q7Qde.lazyload, #RsPks3z878188Buy0BxLV7GGrZ4q7Qde.lazyloading { background-image: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { background-color: transparent; background-image: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.05); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container > .video-iframe-container { display: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.05); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container { display: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .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); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { border-width: 0; border-radius: 0; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde::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; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#PsDgKNcLRp8sCtImMQtdXTlaTvCTpxKQ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.078125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#snmHsHFmJXTpXgV0CSLCe9Thom3LxPz2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#f4f0ef;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:2.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:8.75rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:3.125rem;left:37.6875rem;display:block; }
#q6t5kcTxNVKn7wlWbeeqA324PdHIlRmR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eae0dd;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; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { background-color: transparent; background-image: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container > .video-iframe-container { display: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container { display: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .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); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { border-width: 0; border-radius: 0; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#THtdmybmR4QHxMVqT3tgomgcSAreLPTQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:11.0625rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { width:47.75rem;height:4.625rem;top:6.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owtZrSohZmMGIuUBpWJNaOo9QkXy1EB2 { width:32rem;height:6.3125rem;top:15rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBzB6fNPJqneg1qT3kQsf4WRBklFf23T { display:block; }
 }@media only screen and (max-width: 763px) { #y6iML5s40IOVQoWxPuEEmCH2okJ4TWW0 { top:0.875rem;left:0rem;width:9.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD { display:flex;width:18rem;height:5.0625rem;top:36.5625rem;left:14.625rem; }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #XT4gZF6Jb2wRz6R5OGixiUWhV1JI1588 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #XG4LrGSv8JbGbvUxpAN24IewL0m9mrlp {  }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #Cd5OzFTo4fqbw7wPhfzyvUUSzOqrr9uR {  }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #q8iru8mN7RuwGQmvLE36FIbrF04iKuJP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #FTtTJlqpLHbL5fXLl8Wx454AMc60hESW {  }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #iQ2L51O6zPXhp0iPTGnd7sMAT5X3VfEh {  }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #QGpFvTX6gxZoThJvvHlgEC2XSxe3u5wi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #wnXFh4rH9Uhnv6V9Bw1QCtJQ5GnhJEey {  }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #QFatIuKG0bBdtMLpdNeQ94xxpZQ1f9ao {  }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #I34T3ZLsoyHETWZ8bLidA38LstKIILAZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #xUBlCJTBt9BnyPi2Nn2evVhPuDNVxguy {  }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #yWRnxJRB6JGm5tshx7gV8Chg3U5CeVlk {  }
 }@media only screen and (max-width: 763px) { #C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI { display:block; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szSmRVy1JyTVHhalog7ztCMU0WqBnc05 { width:29.625rem;height:38.3125rem;top:5.5rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCh7QGab3nuP9E4epZy8LU0TeDgIHmTc { width:30.0625rem;height:6rem;top:9.5rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV01mNicvp70IoqI4EzolKoHy1TzTgER { width:30.125rem;height:15rem;top:16.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO0pu2k5k94c6MLnGE5lFA7HSm7mSDae { width:30.0625rem;height:1.9375rem;top:6.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVsx1XLZqhPBfHaVzXmhlP3L4pEINwU4 { width:28rem;height:8.9375rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbQ1zO7pbPq7vRQHMcXSK5Z3MoT9TZWZ { display:block; }
 }@media only screen and (max-width: 763px) { #Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr { display:block; }#Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJil7QCFv1uFxzbfL19f3K5IVRMGKMFk { top:8.125rem;left:0rem;width:47.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnS1WpqH3EfdCUxIEVlJa7rBaPH0I2In { top:15.0625rem;left:11.5rem;width:36.25rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmoG7oyhScqKZuCqlmCZrHmxdxZcoaef { top:16.1875rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2iaaaLlKnUNZ3Bey7uzNiqP1wKrxgCw { top:18.875rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpCIWKgPRuJHF1IP1A3JK9rl77pQlgEq { top:26.5rem;left:0rem;width:36.25rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIVlAXSzK4X3csss5Jt73Z9SeJtsHvzr { top:27.9375rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoUfA6hgJehMMwA0ztLQzg3WuGZTVupl { top:30.625rem;left:0rem;width:31.25rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT3ixtAvaPvzTpPp0RFaVo1G9tV8Fudo { top:39.6875rem;left:11.5rem;width:36.25rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO2Vc24lxuBPU4txKwo3vKbriJKSBQP8 { top:41.125rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp4Gtx2ny8Cow5rtJ4Hmlciz2KRHUXUP { top:43.625rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck7iBLDGfvFkvx8BwTnRpvaAe36po5HA { top:52.125rem;left:0rem;width:36.25rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8KtIfgsyQN12RvbykKVshWNFavTZeGK { top:53.1875rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5UdPTn0xliFHkG27dT71f5agSZbLTJa { top:56.125rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT2iko79SmD1uPz7iM61xdnFwbbssF2Z { top:64.625rem;left:11.5rem;width:36.25rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myciJTw2765hulMmOhPFFu3bhaQOWuwI { top:66.0625rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ayKaTKS0XiobT9ikTAo3LrE8vhXTFp { top:69.0625rem;left:16.5rem;width:31.25rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh32dRfWKVm2PUTvKFgp6T9o0tH7nh2T { top:13.5rem;left:0rem;width:12.125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEB77BwUnI6PbXfmXLo05Hycfa8nnDfS { top:26.125rem;left:31.875rem;width:12.5rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEvJfXSZazWqAQK6QHF8lPGvm7NGanSu { top:38.5625rem;left:0rem;width:12.625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW8Cvq5uKqvTDFytXPt3srGdx7SMWw02 { top:51.25rem;left:34.75rem;width:13rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlaaxBVLUHrxxrTAiSm5PMGXIweS7C0n { top:64.5rem;left:0rem;width:13.4375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TroI0fzsZITKoMb2RQTksw5rx1WRK1hG { display:block; }#TroI0fzsZITKoMb2RQTksw5rx1WRK1hG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yohKhNWD7nv6t9F1ZeNCuIdEUC5NqbkJ { width:28.125rem;height:5rem;top:1.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEGRFIk0rL20TITLTTPwmM0TakMV2pZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #ch85dN7opHb721JcAzH7RhVphXqUwPN9 { top:10.3125rem;left:4.09375rem;width:39.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy { display:flex;height:auto;width:27.8125rem;top:17rem;left:8.71875rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #lcJl2ytVJoasiqzg55RZpgoQXOORG6em {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #T8Icuw2MNeelHnxTHFHNTmLGqIFpf2fG {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #wdIzkZCGdxZNHWUmLFIKe5r0Va2EcvLG {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #Rtzg52KsfI6vv38v9TBUI0RTEE3tmJ25 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #lef6MNZHVlRRTMpSUd11T9Cwflsz1yuP {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #UeT1IuEdi2J1mBHUZamV2luqJ0EnRVff {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #iX3fErldN4AKyn1ZDN3IgJDOq3r41QO4 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #iCqckxuzKpxE3WbZsWotaTkRiAU6bKba {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #tQaXouoKrsFVhBX6lN6yZaVzAW87W7kG {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #pTo6GB4Btg9Dwhiwuwz7TzK3sgM26IC8 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #qhmZIRTLLWcoMTPR9siQi0eJamErqzgT {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #NLmHdPiUm20tTRdbrXWDF7vFUVk8mWrN {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #B16A8L768QIU8E8DOUkSNKxe38fneCc3 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #RPW4DadXyETDVLAyen61Uc0OrpTqdCIu {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #LoNbFGiC3ghakocDFlpoabfAbD7bDseT {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #owATCZcpshwJbeKJ4UCd5gUlUvxgRL1t {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #flTSz6DKBc38nd2xX415wcDJsE1n3Hsu {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #p8BqZJmnpMfkCSsFqZN5ZrPGH5ScOVun {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #UfLKa8uXR5UZlQnobaIBIk4RtHIKzd8o {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ifhcbXLEDE3ywFOhZNvQcuQPzGgt3Cyl {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #l94ZWzu3Ki2kto61COXwALJZZGnJGaSo {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #XDkxswWGTgpDhNGP5qoA97uJO4ipn8tO {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #OFsbEtEfksFzHC1Mx9avBIx9K5u2qov1 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ffTlNrJXD9EKucm3X5vuZTyIBMGuc98p {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #G8XPk8go8h1aCQQnIdAefzQS9LJwdKpC {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #NV4mmzAp7iNAzrMAZa3bBe418vHFx5Jx {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ygxHEgzM8v2UEDZDfXrJkONSh6rQu9DA {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #eJHOaTLnXcr9vbu4ODnLnUyHCLyx3nJn {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #KTwO1Rm4TUFGRq6mEet9aTkyGb0SJlce {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #yNd6SCT2Z3XZlryTw4dDePsFedSLDXF8 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #hCPgTHiQhHTl34i6xXL6T3V1ozsVCHmC {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #kZnanco7phkEw2lKmv9AVoo81nnH4RdX {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #QmssWryrhrTaq9WrDshQmWqMCLrOoxgQ {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ez8iyX86BATOsDuTv9T9IXTkNCvX0y2w {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #nOMC1UHxng6pQkO2pHsRb3lX42CF8NM2 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #d0qTAqs1zi1mnpQBdNmMckB2fK0kWDOe {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #uns7O4J9xWhnz2R8QDUO89LtBtknIR6D {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #i1NeRhohRkNKmcAGWBUW3LynGgytPa79 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #oeDKaPl6u0aMJioBewvgiKnpCFUJ8uNM {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #mepgQsnRFWlhZBwo76NARgqwZDzvXePG {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #DGDoMgCbbc4uGFVksWGKDItyTlQqHmld {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #K5s11wtM3ymXbeKO8ZqyOsXx70mXk8Mr {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #oggw4JbMQDS0xa8b4WJLZk8OTBKQyC0x {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #xxCoXC8FFabyaeApZTJHwyuDcaM8o7xG {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #OLZAlwuTnd2FUP0RNnNzCTQX6ckCJiqs {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #dP3trOtrFGtEgHdbQdoL9wSZ11XVPTxL {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ErlSnkiyAtGUxiVPHp8eHL4KiuPpXytP {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #CIRPDbtAFw2RVba7QGQZel3OLH7P35ot {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #R5SLt6bzQRiB3b3TUidl08msw51o2ynG {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #d6xWhonGLgtP1D0hnDMxZozqfVTs4ukM {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #tEFCodlEu8HhVJtLHP4VFRUSvKAJq5q8 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #wzurDtM0TmS8IPSOg4pvyOfTTKOE3Cg5 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #T0cgdXoox88s8vFybWQrzkweCnD7fJso {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #Ia0tZm8vptJPfK5HhmOlIuUXPvXXOLke {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #cOz4V7VdtAnMUOQQe54WcEgqF1x0aN0F {  }
 }@media only screen and (max-width: 763px) { #hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F { display:block; }#hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNZwgqkSDAhydXmFeSgQuuGGrP0L0H4n { top:6.875rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFv3LVXyZy8APEvtAwx8yFUtvRbV8FTy { top:25.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh1m52AdS7CbyrQbpq70ftKtTXSitdT3 { top:33.0625rem;left:2.3125rem;width:19.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8st67pJoI8xRXA749IV7518fWHvcpB6 { top:23.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZMuyGwGguQdBCFN0QfwGsJH2laiakZU { top:16.875rem;left:0rem;width:47.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCP7Bpf3aegrAo8c9MaARUScbT77yyT4 { top:30.9375rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOEuGEKgFSha6QqTiJmK0tvN4A2TSUSx { top:49.125rem;left:0rem;width:36.25rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtWg7DOHihAg79HQbV6UaWMaOMgCkZW5 { top:51.8125rem;left:0rem;width:31.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd08e7BnBmPdTqkDv1ei6UbwE8AsmGbw { top:50.0625rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiCAmOKWoWbU8xsH0LtSN4OheToHoTDS { top:56.4375rem;left:20.5rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhO7JdE23htqtB0yAw5o8oRnTUdkB1MT { top:57.5625rem;left:0rem;width:19.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lofm5KUv7b6h4FVsLEmzSsmwIveauDdO { top:61.1875rem;left:0rem;width:36.25rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzH90aDF5B6ONpGTN20n9KnrtesGDm68 { top:66.9375rem;left:20.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urJqXa0oCmcvWqOcAlCfddcThxKHW5m4 { top:68.625rem;left:0rem;width:19.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGTBWqPH1vDrGBKXrFSCzzEuXewJ0XKl { top:63.875rem;left:0rem;width:31.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #voJVFwEFCklKzA7M9rqx7kJBWAtHdDev { top:62.1875rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCcdBa08O30W4hTNoADhZJe0Z7L3aXmw { top:34.4375rem;left:26.75rem;width:12.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwE9zr46dh4tdLMMGOOdtLT8FtTzik4y { display:block; }
 }@media only screen and (max-width: 763px) { #lk47UpOJO1TMaG0qXUzaqia8b0OLfTme { top:73.625rem;left:14.1875rem;width:19.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Wsl6GhukF8JDJB1WTB9FxyF8cxl9AQ { display:block; }
 }@media only screen and (max-width: 763px) { #bTIOkZ19L7LCJqMvdTicv71XVyXCB7cH { top:44.4375rem;left:28.3125rem;width:19.4375rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsDgKNcLRp8sCtImMQtdXTlaTvCTpxKQ { width:33.75rem;height:2.8125rem;top:6.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snmHsHFmJXTpXgV0CSLCe9Thom3LxPz2 { width:19.875rem;height:8.75rem;top:3.125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6t5kcTxNVKn7wlWbeeqA324PdHIlRmR { display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THtdmybmR4QHxMVqT3tgomgcSAreLPTQ { top:1.75rem;left:0rem;width:11.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/11749ae8-9f88-41f5-ade8-8589e1a1f27f/loeb1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.adaptive-delivery-prevent-bg, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyload, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyloading { background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { width:20rem;height:5.0371125rem;top:5.34814453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owtZrSohZmMGIuUBpWJNaOo9QkXy1EB2 { width:18.75rem;height:5rem;top:11.78564453125rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBzB6fNPJqneg1qT3kQsf4WRBklFf23T { display:block; }
 }@media only screen and (max-width: 763px) { #y6iML5s40IOVQoWxPuEEmCH2okJ4TWW0 { width:5.3125rem;height:1.8125rem;top:0.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD { display:flex;width:18rem;height:5.0625rem;top:18.6875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #XT4gZF6Jb2wRz6R5OGixiUWhV1JI1588 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #XG4LrGSv8JbGbvUxpAN24IewL0m9mrlp {  }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #Cd5OzFTo4fqbw7wPhfzyvUUSzOqrr9uR {  }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #q8iru8mN7RuwGQmvLE36FIbrF04iKuJP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #FTtTJlqpLHbL5fXLl8Wx454AMc60hESW {  }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #iQ2L51O6zPXhp0iPTGnd7sMAT5X3VfEh {  }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #QGpFvTX6gxZoThJvvHlgEC2XSxe3u5wi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #wnXFh4rH9Uhnv6V9Bw1QCtJQ5GnhJEey {  }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #QFatIuKG0bBdtMLpdNeQ94xxpZQ1f9ao {  }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #I34T3ZLsoyHETWZ8bLidA38LstKIILAZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #xUBlCJTBt9BnyPi2Nn2evVhPuDNVxguy {  }
 }@media only screen and (max-width: 763px) { #LaFtXqgUdaIXNIWQH9X4D0yxvQZ8xBRD #yWRnxJRB6JGm5tshx7gV8Chg3U5CeVlk {  }
 }@media only screen and (max-width: 763px) { #C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI { display:block; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szSmRVy1JyTVHhalog7ztCMU0WqBnc05 { width:20rem;height:37.25rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCh7QGab3nuP9E4epZy8LU0TeDgIHmTc { width:20rem;height:4.0625rem;top:4.05517578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV01mNicvp70IoqI4EzolKoHy1TzTgER { width:18.75rem;height:17.0625rem;top:8.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #vO0pu2k5k94c6MLnGE5lFA7HSm7mSDae { width:20rem;height:1.21875rem;top:2.89892578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVsx1XLZqhPBfHaVzXmhlP3L4pEINwU4 { width:18.75rem;height:5rem;top:30.13671875rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbQ1zO7pbPq7vRQHMcXSK5Z3MoT9TZWZ { display:block; }
 }@media only screen and (max-width: 763px) { #Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr { display:block; }#Fq1cnzUX9KZQs1BVLW0hugcISbfeITBr > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJil7QCFv1uFxzbfL19f3K5IVRMGKMFk { width:17.5rem;height:5.25rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnS1WpqH3EfdCUxIEVlJa7rBaPH0I2In { width:20rem;height:13.4375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmoG7oyhScqKZuCqlmCZrHmxdxZcoaef { width:17.5rem;height:1.75rem;top:11rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m2iaaaLlKnUNZ3Bey7uzNiqP1wKrxgCw { width:17.5rem;height:11.19925rem;top:12.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpCIWKgPRuJHF1IP1A3JK9rl77pQlgEq { width:20rem;height:13.875rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIVlAXSzK4X3csss5Jt73Z9SeJtsHvzr { width:17.5rem;height:1.75rem;top:26.1875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FoUfA6hgJehMMwA0ztLQzg3WuGZTVupl { width:17.5rem;height:11.19925rem;top:27.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DT3ixtAvaPvzTpPp0RFaVo1G9tV8Fudo { width:20rem;height:13.1875rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO2Vc24lxuBPU4txKwo3vKbriJKSBQP8 { width:17.5rem;height:1.75rem;top:56.09375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wp4Gtx2ny8Cow5rtJ4Hmlciz2KRHUXUP { width:17.5rem;height:9.7993125rem;top:58.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ck7iBLDGfvFkvx8BwTnRpvaAe36po5HA { width:20rem;height:12.25rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8KtIfgsyQN12RvbykKVshWNFavTZeGK { width:17.5rem;height:1.75rem;top:42.3125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l5UdPTn0xliFHkG27dT71f5agSZbLTJa { width:17.5rem;height:8.3994375rem;top:44.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hT2iko79SmD1uPz7iM61xdnFwbbssF2Z { width:20rem;height:13.125rem;top:70.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myciJTw2765hulMmOhPFFu3bhaQOWuwI { width:20rem;height:1.75rem;top:71.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1ayKaTKS0XiobT9ikTAo3LrE8vhXTFp { width:20rem;height:9.7993125rem;top:73.326171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hh32dRfWKVm2PUTvKFgp6T9o0tH7nh2T { width:0.6875rem;height:0.625rem;top:82.56201171875rem;left:1.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JEB77BwUnI6PbXfmXLo05Hycfa8nnDfS { width:12.5rem;height:12.375rem;top:70.875rem;left:3.75rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AEvJfXSZazWqAQK6QHF8lPGvm7NGanSu { width:12.625rem;height:11.8125rem;top:70.5rem;left:3.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bW8Cvq5uKqvTDFytXPt3srGdx7SMWw02 { width:13rem;height:11.75rem;top:71.1875rem;left:3.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #AlaaxBVLUHrxxrTAiSm5PMGXIweS7C0n { width:13.4375rem;height:12.25rem;top:70.9375rem;left:3.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TroI0fzsZITKoMb2RQTksw5rx1WRK1hG { display:block; }#TroI0fzsZITKoMb2RQTksw5rx1WRK1hG > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yohKhNWD7nv6t9F1ZeNCuIdEUC5NqbkJ { width:18.75rem;height:5rem;top:3.03125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEGRFIk0rL20TITLTTPwmM0TakMV2pZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #ch85dN7opHb721JcAzH7RhVphXqUwPN9 { width:20rem;height:2.5996125rem;top:9.48828125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy { display:flex;height:auto;width:17.5rem;top:13.03125rem;left:0rem; }
#Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #lcJl2ytVJoasiqzg55RZpgoQXOORG6em {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #T8Icuw2MNeelHnxTHFHNTmLGqIFpf2fG {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #wdIzkZCGdxZNHWUmLFIKe5r0Va2EcvLG {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #Rtzg52KsfI6vv38v9TBUI0RTEE3tmJ25 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #lef6MNZHVlRRTMpSUd11T9Cwflsz1yuP {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #UeT1IuEdi2J1mBHUZamV2luqJ0EnRVff {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #iX3fErldN4AKyn1ZDN3IgJDOq3r41QO4 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #iCqckxuzKpxE3WbZsWotaTkRiAU6bKba {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #tQaXouoKrsFVhBX6lN6yZaVzAW87W7kG {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #pTo6GB4Btg9Dwhiwuwz7TzK3sgM26IC8 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #qhmZIRTLLWcoMTPR9siQi0eJamErqzgT {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #NLmHdPiUm20tTRdbrXWDF7vFUVk8mWrN {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #B16A8L768QIU8E8DOUkSNKxe38fneCc3 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #RPW4DadXyETDVLAyen61Uc0OrpTqdCIu {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #LoNbFGiC3ghakocDFlpoabfAbD7bDseT {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #owATCZcpshwJbeKJ4UCd5gUlUvxgRL1t {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #flTSz6DKBc38nd2xX415wcDJsE1n3Hsu {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #p8BqZJmnpMfkCSsFqZN5ZrPGH5ScOVun {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #UfLKa8uXR5UZlQnobaIBIk4RtHIKzd8o {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ifhcbXLEDE3ywFOhZNvQcuQPzGgt3Cyl {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #l94ZWzu3Ki2kto61COXwALJZZGnJGaSo {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #XDkxswWGTgpDhNGP5qoA97uJO4ipn8tO {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #OFsbEtEfksFzHC1Mx9avBIx9K5u2qov1 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ffTlNrJXD9EKucm3X5vuZTyIBMGuc98p {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #G8XPk8go8h1aCQQnIdAefzQS9LJwdKpC {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #NV4mmzAp7iNAzrMAZa3bBe418vHFx5Jx {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ygxHEgzM8v2UEDZDfXrJkONSh6rQu9DA {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #eJHOaTLnXcr9vbu4ODnLnUyHCLyx3nJn {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #KTwO1Rm4TUFGRq6mEet9aTkyGb0SJlce {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #yNd6SCT2Z3XZlryTw4dDePsFedSLDXF8 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #hCPgTHiQhHTl34i6xXL6T3V1ozsVCHmC {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #kZnanco7phkEw2lKmv9AVoo81nnH4RdX {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #QmssWryrhrTaq9WrDshQmWqMCLrOoxgQ {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ez8iyX86BATOsDuTv9T9IXTkNCvX0y2w {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #nOMC1UHxng6pQkO2pHsRb3lX42CF8NM2 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #d0qTAqs1zi1mnpQBdNmMckB2fK0kWDOe {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #uns7O4J9xWhnz2R8QDUO89LtBtknIR6D {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #i1NeRhohRkNKmcAGWBUW3LynGgytPa79 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #oeDKaPl6u0aMJioBewvgiKnpCFUJ8uNM {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #mepgQsnRFWlhZBwo76NARgqwZDzvXePG {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #DGDoMgCbbc4uGFVksWGKDItyTlQqHmld {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #K5s11wtM3ymXbeKO8ZqyOsXx70mXk8Mr {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #oggw4JbMQDS0xa8b4WJLZk8OTBKQyC0x {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #xxCoXC8FFabyaeApZTJHwyuDcaM8o7xG {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #OLZAlwuTnd2FUP0RNnNzCTQX6ckCJiqs {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #dP3trOtrFGtEgHdbQdoL9wSZ11XVPTxL {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #ErlSnkiyAtGUxiVPHp8eHL4KiuPpXytP {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #CIRPDbtAFw2RVba7QGQZel3OLH7P35ot {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #R5SLt6bzQRiB3b3TUidl08msw51o2ynG {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #d6xWhonGLgtP1D0hnDMxZozqfVTs4ukM {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #tEFCodlEu8HhVJtLHP4VFRUSvKAJq5q8 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #wzurDtM0TmS8IPSOg4pvyOfTTKOE3Cg5 {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #T0cgdXoox88s8vFybWQrzkweCnD7fJso {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #Ia0tZm8vptJPfK5HhmOlIuUXPvXXOLke {  }
 }@media only screen and (max-width: 763px) { #Sa2ytAXyuUu3ox1eVdxJVteRq6VqyGuy #cOz4V7VdtAnMUOQQe54WcEgqF1x0aN0F {  }
 }@media only screen and (max-width: 763px) { #hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F { display:block; }#hTMiELRuGe8CXvwHAIQvdg3qWuNmfr9F > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNZwgqkSDAhydXmFeSgQuuGGrP0L0H4n { width:20rem;height:5.25rem;top:2.75rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFv3LVXyZy8APEvtAwx8yFUtvRbV8FTy { width:17.5rem;height:11.5488125rem;top:19.9375rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rh1m52AdS7CbyrQbpq70ftKtTXSitdT3 { width:12.5rem;height:1.3999rem;top:33.5rem;left:6.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A8st67pJoI8xRXA749IV7518fWHvcpB6 { display:flex;width:1.5rem;height:1.5rem;top:17.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #WZMuyGwGguQdBCFN0QfwGsJH2laiakZU { width:20rem;height:20.75rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCP7Bpf3aegrAo8c9MaARUScbT77yyT4 { display:flex;width:1.5rem;height:1.5rem;top:30.625rem;left:17.3125rem; }
 }@media only screen and (max-width: 763px) { #bOEuGEKgFSha6QqTiJmK0tvN4A2TSUSx { width:20rem;height:15.5625rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtWg7DOHihAg79HQbV6UaWMaOMgCkZW5 { width:17.5rem;height:9.44825rem;top:39.5625rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nd08e7BnBmPdTqkDv1ei6UbwE8AsmGbw { display:flex;width:1.125rem;height:1.125rem;top:37.875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #RiCAmOKWoWbU8xsH0LtSN4OheToHoTDS { display:flex;width:1.125rem;height:1.125rem;top:48.0625rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #VhO7JdE23htqtB0yAw5o8oRnTUdkB1MT { width:12.5rem;height:1.2246125rem;top:50.1875rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lofm5KUv7b6h4FVsLEmzSsmwIveauDdO { width:20rem;height:12.6875rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzH90aDF5B6ONpGTN20n9KnrtesGDm68 { display:flex;width:1.125rem;height:1.125rem;top:61.5rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #urJqXa0oCmcvWqOcAlCfddcThxKHW5m4 { width:12.5rem;height:1.2246125rem;top:63.6875rem;left:4.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uGTBWqPH1vDrGBKXrFSCzzEuXewJ0XKl { width:17.5rem;height:6.2988125rem;top:56.25rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #voJVFwEFCklKzA7M9rqx7kJBWAtHdDev { display:flex;width:1.125rem;height:1.125rem;top:54.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #pCcdBa08O30W4hTNoADhZJe0Z7L3aXmw { top:107rem;left:3.75rem;width:12.5rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WwE9zr46dh4tdLMMGOOdtLT8FtTzik4y { display:block; }
 }@media only screen and (max-width: 763px) { #lk47UpOJO1TMaG0qXUzaqia8b0OLfTme { top:67.125rem;left:0rem;width:19.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Wsl6GhukF8JDJB1WTB9FxyF8cxl9AQ { display:block; }
 }@media only screen and (max-width: 763px) { #bTIOkZ19L7LCJqMvdTicv71XVyXCB7cH { width:19.4375rem;height:29.25rem;top:71.3125rem;left:0.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsDgKNcLRp8sCtImMQtdXTlaTvCTpxKQ { width:17.875rem;height:4.38671875rem;top:4.125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snmHsHFmJXTpXgV0CSLCe9Thom3LxPz2 { width:18.75rem;height:6.125rem;top:9.92919921875rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6t5kcTxNVKn7wlWbeeqA324PdHIlRmR { display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THtdmybmR4QHxMVqT3tgomgcSAreLPTQ { width:11.0625rem;height:3.75rem;top:1.71875rem;left:4.46875rem;display:block; }
 }