.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:225,183,179;--color-primary-1:191,165,163;--color-primary-2:216,48,43;--color-primary-3:148,36,36;--color-primary-4:31,22,13;--color-secondary-0:252,246,250;--color-secondary-1:245,225,238;--color-secondary-2:234,195,221;--color-secondary-3:117,98,111;--color-secondary-4:35,29,33;--color-tertiary-0:255,255,255;--color-tertiary-1:234,234,234;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:baskervville-italic;--paragraphs-font-family:Neue Haas Grotesk Display Pro THIN; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#bc5e66;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#r0xZ2CybhS1ABMR6J0308wFyPr24tQiT { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:0.96875rem;left:0rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW > .row .container { background-color: transparent; background-image: none; }#GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW > .row .container > .video-iframe-container { display: none; }#GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW > .row > .video-iframe-container { display: none; }#GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW > .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); }#GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW > .row .container { border-width: 0; border-radius: 0; }#GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1441a431-017b-4544-ab1a-7441be88241b/bgtopmin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix.adaptive-delivery-prevent-bg, #at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix.lazyload, #at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix.lazyloading { background-image: none; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row .container { background-color: transparent; background-image: none; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row .container > .video-iframe-container { display: none; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row > .video-iframe-container { display: none; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .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); }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row .container { border-width: 0; border-radius: 0; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#DhmRWUknns9o2Hnz2wKkXcUU9i35yGqS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:28.4375rem;top:11.5654296875rem;left:42.1416015625rem;overflow:hidden;display:block; }
#hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;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; }#hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4 > .row .container { background-color: transparent; background-image: none; }#hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4 > .row .container > .video-iframe-container { display: none; }#hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4 > .row > .video-iframe-container { display: none; }#hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4 > .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); }#hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4 > .row .container { border-width: 0; border-radius: 0; }#hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4 > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#DiumwIOp3vfT1zW6wAgGMLPZGLDGqB1H { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:43.2490234375rem;height:3.58333325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JPyLkyv6T0LbUPClwgmh82MrN8cE0QxX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2rem;top:8.5625rem;left:53.2490234375rem;overflow:hidden;display:block; }
#kcisTMlnCqJw4ZGUyI75QOD7uuiZ8Pf5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.6875rem;left:36.0615234375rem;height:19.83333325rem;display:block; }
#Uvrv4lFLUvNlv9Vvv7wCF1VX5RUAm6ZQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:24.375rem;top:6.25rem;left:8rem;overflow:hidden;display:block; }
#t6ytM4hucM6OXBpCScSORDb3Tx7GNpiK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:24.375rem;top:6.15625rem;left:8rem;overflow:hidden;display:block; }
#pi587SsVM1rOJ0GtJxWX4caGlTyslIEv { 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:34rem;width:26.5rem;top:4.78125rem;left:5.9375rem;overflow:hidden;display:block; }
#TpZWCu3C5wNrRfaZKE4wQ1U8GVTz2dI5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.875rem;left:57.0615234375rem;height:16.33333325rem;display:block; }
#LVUBZ1O7LbLs0NUBbPXQAbcwSVwMWLPB { 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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.03125rem;left:46.4365234375rem;display:none; }
#nvV8GPUH6XaRkqBCHlLvhSQOBnOeAQwI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCWktH2boBenw8ZN1oVCOxPQe9v1eBLM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iCWktH2boBenw8ZN1oVCOxPQe9v1eBLM > .row .container { border-width: 0; border-radius: 0; }#iCWktH2boBenw8ZN1oVCOxPQe9v1eBLM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCWktH2boBenw8ZN1oVCOxPQe9v1eBLM > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:none; }#UhXPkwoyXUohho7SQZtplEvyZM1OXJ7z { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.109375rem;left:20.46875rem;height:5.9375rem;text-align:center;text-align-last:center;display:block; }
#v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;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; }#v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy > .row .container { background-color: transparent; background-image: none; }#v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy > .row .container > .video-iframe-container { display: none; }#v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy > .row > .video-iframe-container { display: none; }#v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy > .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); }#v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy > .row .container { border-width: 0; border-radius: 0; }#v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#NS2QbhJUGeAd7y0lF5wurT0qbZasos5k { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:3.3740234375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bn31u0XBodzV7KeDwr0HDkxPbDQb5ObT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:27.375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QiTEIaB0Bw63JtTdPcUkeGvTs4r6sNAE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20.25rem;top:3.777099609375rem;left:4.2491321563721rem;overflow:hidden;display:block; }
#Jc0rEUP0u7eBGGTxqsv7KvrWuTRGhNAB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20.25rem;top:3.75rem;left:4.2491321563721rem;overflow:hidden;display:block; }
#hg8InQxLMwHTGx2dZ8TZcR5diPWcDwlX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:20.25rem;top:3.75rem;left:4.2491321563721rem;overflow:hidden;display:block; }
#PIRlmLlvRe3EWBgr7nC1TVUb3Pc4V3DH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20.25rem;top:3.75rem;left:4.2491321563721rem;overflow:hidden;display:block; }
#BV11EADXZcIP1K1oOnTbustuLRPBT35c { 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:26rem;width:20.25rem;top:3.75rem;left:27.375rem;overflow:hidden;display:block; }
#Qs7upAJvhPTKpA7TkteqUyosPaZ0tT3l { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:20.1875rem;top:3.7771272659302rem;left:27.375rem;overflow:hidden;display:block; }
#IEVGVTpmw70r3BzuHwUlEgOa7sDWgIed { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20.25rem;top:3.75rem;left:27.375rem;overflow:hidden;display:block; }
#hlokQi0HwSWrVcu3E9qGg0g7dJeKszTG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20.25rem;top:3.7771272659302rem;left:27.375rem;overflow:hidden;display:block; }
#QTxvGIOxTknOqWqTztZZNOoFcPAPi0zO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20.25rem;top:3.75rem;left:50.499134063721rem;overflow:hidden;display:block; }
#twmze8hqhsDDeZNFraSAXmpsevKWeAgH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20.25rem;top:3.75rem;left:50.499134063721rem;overflow:hidden;display:block; }
#I5Ts3D3iQgEQKJgZcrHNUN2k1orE7yl7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20.25rem;top:3.75rem;left:50.499134063721rem;overflow:hidden;display:block; }
#LFZtdod6IkblkRHFJFo6DlsdKrlA0okh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20.25rem;top:3.78125rem;left:50.4990234375rem;overflow:hidden;display:block; }
#gG3TCSFDiCGtSn971COLKoa8C45Bm9iS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.2490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.875rem;left:51.685546875rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SSZz22D8FefVnT2p8b8C40C8CvxUV28c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/28faa8fd-cc7c-4290-b96b-535ec23ce53b/3FOTOmin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c.adaptive-delivery-prevent-bg, #SSZz22D8FefVnT2p8b8C40C8CvxUV28c.lazyload, #SSZz22D8FefVnT2p8b8C40C8CvxUV28c.lazyloading { background-image: none; }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row .container { background-color: transparent; background-image: none; }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row .container > .video-iframe-container { display: none; }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row > .video-iframe-container { display: none; }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .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); }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row .container { border-width: 0; border-radius: 0; }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row .container { font-size:0.875rem;font-family:arial;height:60.5rem;width:75rem;position:relative;display:block; }#uwelee8RwsB7FVC6u99vyRoqydOzCRHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uwelee8RwsB7FVC6u99vyRoqydOzCRHx > .row .container { border-width: 0; border-radius: 0; }#uwelee8RwsB7FVC6u99vyRoqydOzCRHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uwelee8RwsB7FVC6u99vyRoqydOzCRHx > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:none; }#e84nARTgVzyFqiaIJ9mnuWJweOER3dsA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3125rem;left:2rem;height:7.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OLBxk1cznIS1BMXmahzmM6bmUIZc6lpQ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.11572265625rem;left:2rem;height:17.5rem;font-style:normal;display:block; }
#M8NzlHLsvkecQUcBnfRbU62ETv5mtgHc { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:33.25rem;left:2rem;height:1.25rem;font-style:normal;display:block; }
#luCI17n5czLZXWE6IBVaX0kUP5S14WBD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:33.375rem;top:4.75rem;left:37.8818359375rem;overflow:hidden;display:block; }
#sMa2BJlzMFlk7FgrxLwT1fwtWdE9qOll { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:9.5rem;top:26.25rem;left:35.40625rem;overflow:hidden;display:block; }
#FsdLlgPpy0icvCMuAWGvvSxoAZtDwJdb { 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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:4.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.5rem;left:49.53125rem;display:block; }
#D2hhHRxIDsmORQT8bXlR3wk3TowgpdB2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZydS3Rfb3X8PEQUnIp1fnwG1MQEC3LV7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZydS3Rfb3X8PEQUnIp1fnwG1MQEC3LV7 > .row .container { border-width: 0; border-radius: 0; }#ZydS3Rfb3X8PEQUnIp1fnwG1MQEC3LV7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZydS3Rfb3X8PEQUnIp1fnwG1MQEC3LV7 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:none; }#lwXvyTXLIKS0ddHH2CMs24kfG0e9zFeu { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.671875rem;left:20.46875rem;height:8.3125rem;text-align:center;text-align-last:center;display:block; }
#w4vcUB70tufRo9s5HRofGptVkHrFESe2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;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; }#w4vcUB70tufRo9s5HRofGptVkHrFESe2 > .row .container { background-color: transparent; background-image: none; }#w4vcUB70tufRo9s5HRofGptVkHrFESe2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4vcUB70tufRo9s5HRofGptVkHrFESe2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4vcUB70tufRo9s5HRofGptVkHrFESe2 > .row .container > .video-iframe-container { display: none; }#w4vcUB70tufRo9s5HRofGptVkHrFESe2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4vcUB70tufRo9s5HRofGptVkHrFESe2 > .row > .video-iframe-container { display: none; }#w4vcUB70tufRo9s5HRofGptVkHrFESe2 > .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); }#w4vcUB70tufRo9s5HRofGptVkHrFESe2 > .row .container { border-width: 0; border-radius: 0; }#w4vcUB70tufRo9s5HRofGptVkHrFESe2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4vcUB70tufRo9s5HRofGptVkHrFESe2 > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#r462ucheJWTSMe27kaObddIZNQ7zz01d { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.9375rem;width:60.375rem;top:0rem;left:7.2178840637206rem;overflow:hidden;display:block; }
#CTuBbinnvUKQZUonyH6GpazPyo2U8nLn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:0rem;overflow:hidden;display:block; }
#nTWBcSUy8J73gS2hlC4RuOvyFBFw3JfJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:72.5rem;overflow:hidden;display:block; }
#SFovV0h8F4OD1JT0CA27NrbV2bDIhngy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;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; }#SFovV0h8F4OD1JT0CA27NrbV2bDIhngy > .row .container { background-color: transparent; background-image: none; }#SFovV0h8F4OD1JT0CA27NrbV2bDIhngy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFovV0h8F4OD1JT0CA27NrbV2bDIhngy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFovV0h8F4OD1JT0CA27NrbV2bDIhngy > .row .container > .video-iframe-container { display: none; }#SFovV0h8F4OD1JT0CA27NrbV2bDIhngy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFovV0h8F4OD1JT0CA27NrbV2bDIhngy > .row > .video-iframe-container { display: none; }#SFovV0h8F4OD1JT0CA27NrbV2bDIhngy > .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); }#SFovV0h8F4OD1JT0CA27NrbV2bDIhngy > .row .container { border-width: 0; border-radius: 0; }#SFovV0h8F4OD1JT0CA27NrbV2bDIhngy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SFovV0h8F4OD1JT0CA27NrbV2bDIhngy > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#OtM66ypdkyb9JLuVRZTIEQzwHNeXwnLI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.875rem;width:60.3125rem;top:0rem;left:7.2178840637206rem;overflow:hidden;display:block; }
#sclneHomfRtU3sIGwpodStTLZQvCpq7m { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:0rem;overflow:hidden;display:block; }
#ubnzbB2TMQqB2pJ5P1kRfRA7JrM9NqWu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:72.5rem;overflow:hidden;display:block; }
#qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;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; }#qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77 > .row .container { background-color: transparent; background-image: none; }#qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77 > .row .container > .video-iframe-container { display: none; }#qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77 > .row > .video-iframe-container { display: none; }#qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77 > .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); }#qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77 > .row .container { border-width: 0; border-radius: 0; }#qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77 > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#gpSXHA5DP62JtEhHFPdW6KW07zrpJqgH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.8125rem;width:60.1875rem;top:0rem;left:7.2178840637206rem;overflow:hidden;display:block; }
#rLM2TVy58tkPQXPqNQQKbvGVkizepoBa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:0rem;overflow:hidden;display:block; }
#eUxu1OkiNvF82yJJQLosI1fDPtiJUyyu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:72.5rem;overflow:hidden;display:block; }
#aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;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; }#aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe > .row .container { background-color: transparent; background-image: none; }#aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe > .row .container > .video-iframe-container { display: none; }#aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe > .row > .video-iframe-container { display: none; }#aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe > .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); }#aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe > .row .container { border-width: 0; border-radius: 0; }#aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#U6t4uGw9f5Ltbyzidfn0z49essLnn8fX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:60.125rem;top:0rem;left:7.2178840637206rem;overflow:hidden;display:block; }
#s02HbUp0tiU3E6XmTb9JhTWTbK0wy7mm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:0rem;overflow:hidden;display:block; }
#pGhiDXxW3CBgZ7Zd7OiuUXDSa8O9hIX3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:72.5rem;overflow:hidden;display:block; }
#qzovCnJTT7gmXNwSo1plfdUahJp6nkMl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;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; }#qzovCnJTT7gmXNwSo1plfdUahJp6nkMl > .row .container { background-color: transparent; background-image: none; }#qzovCnJTT7gmXNwSo1plfdUahJp6nkMl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzovCnJTT7gmXNwSo1plfdUahJp6nkMl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzovCnJTT7gmXNwSo1plfdUahJp6nkMl > .row .container > .video-iframe-container { display: none; }#qzovCnJTT7gmXNwSo1plfdUahJp6nkMl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzovCnJTT7gmXNwSo1plfdUahJp6nkMl > .row > .video-iframe-container { display: none; }#qzovCnJTT7gmXNwSo1plfdUahJp6nkMl > .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); }#qzovCnJTT7gmXNwSo1plfdUahJp6nkMl > .row .container { border-width: 0; border-radius: 0; }#qzovCnJTT7gmXNwSo1plfdUahJp6nkMl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzovCnJTT7gmXNwSo1plfdUahJp6nkMl > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#GRt4QKg9qZrTno65xDdy1fUrSWTZKU5A { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.6875rem;width:60.0625rem;top:0rem;left:7.2178840637206rem;overflow:hidden;display:block; }
#vMUDcpq1U7WyRQDEDqJfRhzacd3wxQdg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:0rem;overflow:hidden;display:block; }
#plybR9plNKi9NgZAZNVFVl7m4Se6hEiA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:72.5rem;overflow:hidden;display:block; }
#u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;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; }#u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc > .row .container { background-color: transparent; background-image: none; }#u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc > .row .container > .video-iframe-container { display: none; }#u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc > .row > .video-iframe-container { display: none; }#u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc > .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); }#u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc > .row .container { border-width: 0; border-radius: 0; }#u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#RZITtvwmARRNVSPyZwWsUAtalnu427vB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5625rem;width:59.875rem;top:0rem;left:7.2178840637206rem;overflow:hidden;display:block; }
#y7XX7NQlzC2Px7Sbqyy26a1PAaVp0CMr { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:0rem;overflow:hidden;display:block; }
#ZHN0XhTDGaGc391hmySEQGNcoMZdXD1U { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:72.5rem;overflow:hidden;display:block; }
#OQTWk6hPmDLu76yDWL9qld2JT0raT0eV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;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; }#OQTWk6hPmDLu76yDWL9qld2JT0raT0eV > .row .container { background-color: transparent; background-image: none; }#OQTWk6hPmDLu76yDWL9qld2JT0raT0eV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQTWk6hPmDLu76yDWL9qld2JT0raT0eV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQTWk6hPmDLu76yDWL9qld2JT0raT0eV > .row .container > .video-iframe-container { display: none; }#OQTWk6hPmDLu76yDWL9qld2JT0raT0eV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQTWk6hPmDLu76yDWL9qld2JT0raT0eV > .row > .video-iframe-container { display: none; }#OQTWk6hPmDLu76yDWL9qld2JT0raT0eV > .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); }#OQTWk6hPmDLu76yDWL9qld2JT0raT0eV > .row .container { border-width: 0; border-radius: 0; }#OQTWk6hPmDLu76yDWL9qld2JT0raT0eV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQTWk6hPmDLu76yDWL9qld2JT0raT0eV > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#IduDWQXKz9Uvaww2l7lXqzkRmSl1XxTH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5625rem;width:59.8125rem;top:0rem;left:7.2178840637206rem;overflow:hidden;display:block; }
#dPyTSwDcLBR8n3Ocn4TVgoZ5rSoMDHJ2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:0rem;overflow:hidden;display:block; }
#SELAXyzaX5p52amhSFXIRa89uuXh6h1I { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:72.5rem;overflow:hidden;display:block; }
#yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;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; }#yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ > .row .container { background-color: transparent; background-image: none; }#yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ > .row .container > .video-iframe-container { display: none; }#yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ > .row > .video-iframe-container { display: none; }#yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ > .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); }#yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ > .row .container { border-width: 0; border-radius: 0; }#yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#SeODG2cm65oq8UrCprOd3czTTVp5Eefs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5rem;width:59.75rem;top:0rem;left:7.2178840637206rem;overflow:hidden;display:block; }
#cl27Fp9CLMWzpCMWQSqn7iHgN9E1CCs7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:0rem;overflow:hidden;display:block; }
#TB4FZTRQt1HbyzO8KWkTvSRKs7FhOkiZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:72.5rem;overflow:hidden;display:block; }
#Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;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; }#Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx > .row .container { background-color: transparent; background-image: none; }#Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx > .row .container > .video-iframe-container { display: none; }#Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx > .row > .video-iframe-container { display: none; }#Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx > .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); }#Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx > .row .container { border-width: 0; border-radius: 0; }#Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#FXluO3yc06996VmbfSSFOBOdtAyZb2u8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.4375rem;width:59.6875rem;top:0rem;left:7.2178840637206rem;overflow:hidden;display:block; }
#BXXt9dg1faySxR7Vt5T8TeZZGn88TCW8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:0rem;overflow:hidden;display:block; }
#SeFbW6IOXO4hqnVvPK3Wgc81lG2bRpb6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.248699188233rem;left:72.5rem;overflow:hidden;display:block; }
#ytqkxRZyJnHbJbdFLAiD9faKsggAZFOk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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:none; }#ytqkxRZyJnHbJbdFLAiD9faKsggAZFOk > .row .container { border-width: 0; border-radius: 0; }#ytqkxRZyJnHbJbdFLAiD9faKsggAZFOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ytqkxRZyJnHbJbdFLAiD9faKsggAZFOk > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:none; }#FSP4QWNRi118hXyAzIDAbxynh0d2U41u { color:#743646;display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.421875rem;left:20.46875rem;height:7.125rem;text-align:center;text-align-last:center;display:block; }
#p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;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; }#p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW > .row .container { background-color: transparent; background-image: none; }#p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW > .row .container > .video-iframe-container { display: none; }#p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW > .row > .video-iframe-container { display: none; }#p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW > .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); }#p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW > .row .container { border-width: 0; border-radius: 0; }#p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#pHLkqzoKam0NBbVp4rvlH9064NZztObV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:32.6875rem;top:10.5625rem;left:3.75rem;overflow:hidden;display:block; }
#hAsR7UX2OLRIavNix4XFAR6q3TgQ9ws4 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.125rem;left:40.4443359375rem;height:3.66666675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eQT5fSZA8C75WC97D1R9Auff6fPBHqgt { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:11.25rem;left:40.4443359375rem;height:27rem;font-style:normal;display:block; }
#vx6qGdfemsRKUppXax8Dkuwup41ONb2h { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:8.4375rem;top:18.25rem;left:64.630130929356rem;overflow:hidden;display:block; }
#Vcax2prutvvVJWTNUetLrR2mxIhgweX5 { 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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:4.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.9375rem;left:12.40625rem;display:none; }
#sumz8knC0RTDFqkU3IfbvTvlCNC0dIs9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxO5GXGIMZ9eUvUeIRqKCk0nXSX3Amm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e7e7;background-image:url("https://images.assets-landingi.com/uc/fc93a19f-4cbf-4a11-8420-2b3a9601acbc/sectionbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hxO5GXGIMZ9eUvUeIRqKCk0nXSX3Amm1.adaptive-delivery-prevent-bg, #hxO5GXGIMZ9eUvUeIRqKCk0nXSX3Amm1.lazyload, #hxO5GXGIMZ9eUvUeIRqKCk0nXSX3Amm1.lazyloading { background-image: none; }#hxO5GXGIMZ9eUvUeIRqKCk0nXSX3Amm1 > .row .container { border-width: 0; border-radius: 0; }#hxO5GXGIMZ9eUvUeIRqKCk0nXSX3Amm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxO5GXGIMZ9eUvUeIRqKCk0nXSX3Amm1 > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:none; }#cEelAVrz9GKm0orTdAerddh8oqTcfumM { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1826171875rem;left:40.2353515625rem;height:7.474625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sTAuxWpLzETp3cryFq5dJEyhaoxRfIZB { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.75rem;left:40.2353515625rem;height:20.4736375rem;font-style:normal;display:block; }
#GVNtvJxu7S4wSxUFx6kwyTy8XlncPdxe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:16.1875rem;top:40.875rem;left:39.5625rem;overflow:hidden;display:block; }
#qD5ITzHytSuM5t23evk1p6co9p4iDhV3 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:14.875rem;top:41.3125rem;left:40.3125rem;overflow:hidden;display:block; }
#oauSFD2p2TZxbqUKZ9gyivpTT4OXlIvR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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:none; }#oauSFD2p2TZxbqUKZ9gyivpTT4OXlIvR > .row .container { border-width: 0; border-radius: 0; }#oauSFD2p2TZxbqUKZ9gyivpTT4OXlIvR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oauSFD2p2TZxbqUKZ9gyivpTT4OXlIvR > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:none; }#OwWtNmrb17ZFWxyZit27ptXc5TCyL13y { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4873046875rem;left:3.75rem;height:11.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xt5EN8Dmzu8xg1O8W6IvCheG5GLBpLV4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:3.125rem;top:5.3125rem;left:26.873046875rem;overflow:hidden;display:block; }
#CtbdxcZUSzXTo6k8174prE2zmo2gWw97 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.84375rem;left:3.75rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zwQTIZMNFQJkIultU8HJf5cDkT7gEATQ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:29.31201171875rem;left:3.75rem;height:15.75rem;font-style:normal;display:block; }
#c6V6u5AhTVxZaFNJiWd057eR0T1Ct3k9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.375rem;width:15.625rem;top:5.3125rem;left:47rem;overflow:hidden;display:block; }
#OpgPXhycswuE9ssMI3Tmy759PhvJ0zgZ { 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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:4.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.3125rem;left:47.125rem;display:block; }
#DWu8Sv2ipSLGXLQG7snxuLPIlLwTUBiZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFCPFnVpEZ2KVCcR8RNtd1xugMgaruXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OFCPFnVpEZ2KVCcR8RNtd1xugMgaruXT > .row .container { border-width: 0; border-radius: 0; }#OFCPFnVpEZ2KVCcR8RNtd1xugMgaruXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OFCPFnVpEZ2KVCcR8RNtd1xugMgaruXT > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:none; }#fWwGQxDlgoZROU8E4LrXPJsNTiAyH2RD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9990234375rem;width:20.2490234375rem;top:8.375rem;left:50.4990234375rem;overflow:hidden;display:block; }
#om7hUnUv1sudJabi9tM3m7uhVcpABPrn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:20.1865234375rem;top:8.4052734375rem;left:27.40625rem;overflow:hidden;display:block; }
#T4avba7M7R0MW9ymLpqxouG6eaFC0aDm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9990234375rem;width:20.2490234375rem;top:8.375rem;left:4.2490234375rem;overflow:hidden;display:block; }
#MLpxGv7U1eNqaqQvtQ5WSQIXnZ4DelP1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.435546875rem;left:4.2802734375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qnqhI7e7D5HtDTvOVpfEWuPMQq1dIpAK { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.435546875rem;left:27.40625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EuQmKKtezDyTPQdMzJkVUswiMX5lG7Tr { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.435546875rem;left:50.5302734375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#luhyw8quwatcEVSmPWT8WZXe721iOX2I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ead9d7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#luhyw8quwatcEVSmPWT8WZXe721iOX2I > .row .container { border-width: 0; border-radius: 0; }#luhyw8quwatcEVSmPWT8WZXe721iOX2I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#luhyw8quwatcEVSmPWT8WZXe721iOX2I > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:none; }#cdsC60WWGZzCS3t64941BZIv8BN7HXGq { color:rgba(var(--color-primary-4),1);display:block;width:39.124rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:24.25rem;height:3.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VknhxfEBy21a2nL9pixTZQeRTKo2FdHE { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:40.124568939209rem;height:3.8997375rem;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:none; }
#IlUVTz1vT8TxBzGybtQanqQIqtuKA4gK { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:40.124568939209rem;height:3.8997375rem;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:none; }
#FtwDecomAHis13vopndr072TxWRZTXzc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ead9d7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FtwDecomAHis13vopndr072TxWRZTXzc > .row .container { border-width: 0; border-radius: 0; }#FtwDecomAHis13vopndr072TxWRZTXzc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtwDecomAHis13vopndr072TxWRZTXzc > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:none; }#iuXilqy5PSTo67VkdbqhLtN8Fwmg3TLJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20rem;top:8.0625rem;left:42.31103515625rem;overflow:hidden;display:block; }
#d18fiGUHhTm9VBEXzeNuTULDgFnWTRcK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:6.5625rem;top:7.90625rem;left:62.875rem;overflow:hidden;display:block; }
#TnHzCOdOJHTX9ekgOZ6XWXbIOgRewkCM { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9360625rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.34375rem;left:43.8125rem;height:1.6875rem;display:block; }
#nqnpsViTieWP9hGuSRTyRmIggQ251TH0 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4985625rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5rem;left:52.375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#toUscxtuuBMpS3AmZQXPWqg9Zm48a4iB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4995rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:55.75rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#llJ0dRUTNLLGSezcLd1rFWhzvNdzqiWs { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4980625rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.3125rem;left:24.125rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#QmVulRPLPQrTQCIdwHaZ7wvxV3QSp8B9 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4995rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.3125rem;left:19.75rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#exiPmFPFBfnmbmJ20viLgm1Jvy79moTv { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9365rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.3125rem;left:12.8125rem;height:1.6875rem;display:block; }
#o9Gee6HSP0uJI1alo5tgG2LyaBKmbGor { background-color:#ead9d7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9c001b;border-left:0.0625rem solid #9c001b;border-right:0.0625rem solid #9c001b;border-bottom:0.0625rem solid #9c001b;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#9c001b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neue haas grotesk display pro";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.1875rem;left:48.5625rem;display:block; }
#OvWcGri51qAfskrkUPsepF1VJd8sBE29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m10grrw50cPeAlKXb8J9IRCw2tW4iKNv { background-color:#ead9d7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9c001b;border-left:0.0625rem solid #9c001b;border-right:0.0625rem solid #9c001b;border-bottom:0.0625rem solid #9c001b;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#9c001b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neue haas grotesk display pro";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.749rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:29.75rem;left:48.5625rem;display:block; }
#RL4HUWnIohMgvkrwWncgoAb4Mmqe7SMh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTTSa9W9oFEE7wk40DgLntoVQMdvWyzL { background-color:#ead9d7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9c001b;border-left:0.0625rem solid #9c001b;border-right:0.0625rem solid #9c001b;border-bottom:0.0625rem solid #9c001b;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#9c001b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neue haas grotesk display pro";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.7480625rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:33.375rem;left:48.5625rem;display:block; }
#Dn9IVr2OtbSSrJziNo7n4Rp4JURWPL06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rE9V67lpoqHanNO41cd8SuXgvAItnAHR { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.625rem;width:6.625rem;top:37.8125rem;left:53.625rem;display:block; }
#qSlzPgN6rfNSA89rT3zHwUIaNqP5VeW8 { color:#edacac;display:block;width:6.625rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:39.375rem;left:53.625rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#dTTJee6mI0XtTyGxIQ0BrfZXXvTN9L0o { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:45.1875rem;left:53.5625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#Qp3mNbBG0vP3zfoFpqISlvJTPJP9QGeT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20rem;top:7.875rem;left:9.75rem;overflow:hidden;display:block; }
#BV9JWWFc6Tr5RssDQQLKtznNg0EG75hM { color:rgba(var(--color-primary-4),1);display:block;width:32rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:2.5rem;height:4.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#riQcHbitTJa2cgRz4aF46tTFLKd9ygWo { color:rgba(var(--color-primary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:40.21875rem;height:4.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#p2ZoQ2dORJaZ9XcKpQE1p1b3vPG26eKF { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.375rem;width:32.0625rem;top:1.25rem;left:2.5rem;display:block; }
#BVmcapVaQrITyBRwoBcF6AyoR5GIGdqU { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:45.1875rem;left:16.375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#t6DFETfNEZCovsTlWB3wBJrfDJuyxgCx { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.625rem;width:6.625rem;top:37.8125rem;left:16.4375rem;display:block; }
#BAoXl4eE11B5FCUxrqM4DfRr95q1v5J2 { color:#edacac;display:block;width:6.625rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:39.375rem;left:16.4375rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#T9DEOIiJyeiiaSL2ssfCXMESd76URPDi { background-color:#ead9d7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9c001b;border-left:0.0625rem solid #9c001b;border-right:0.0625rem solid #9c001b;border-bottom:0.0625rem solid #9c001b;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#9c0018;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neue haas grotesk display pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.7480625rem;height:2.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:33.375rem;left:11.375rem;display:block; }
#RDWfIaIhKXduKhwUxlTi0zxOZ1OGetcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p1DvNfi1VsCwp6IWAyxolcUdmTl2lAWa { background-color:#ead9d7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9c001b;border-left:0.0625rem solid #9c001b;border-right:0.0625rem solid #9c001b;border-bottom:0.0625rem solid #9c001b;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#9c0018;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neue haas grotesk display pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.749rem;height:2.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:29.75rem;left:11.375rem;display:block; }
#I5wcUObgCZnovVxMLXi2oiMC5e0evRbm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DAmMMDV5L1VLZrzPbBADVwpGIQhX78Fb { background-color:#ead9d7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9c001b;border-left:0.0625rem solid #9c001b;border-right:0.0625rem solid #9c001b;border-bottom:0.0625rem solid #9c001b;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#9c0018;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neue haas grotesk display pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:26.1875rem;left:11.375rem;display:block; }
#e31t6r8QkG5pTBwklhNbPhS2yNhzrstU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cAK0e9gdGveCNi92rJPyO3pgzSKuNLNs { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.25rem;width:32.0625rem;top:1.36181640625rem;left:40.21875rem;display:block; }
#sQne2EKZd7XsT96cWZ8vEUMuhSN8uGfh { color:#edacac;display:block;width:6.625rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:42.75rem;left:16.4375rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/19013006-f822-4738-bf40-5e27445733bb/FOTO1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR.adaptive-delivery-prevent-bg, #bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR.lazyload, #bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR.lazyloading { background-image: none; }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row .container { background-color: transparent; background-image: none; }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row .container > .video-iframe-container { display: none; }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row > .video-iframe-container { display: none; }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .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); }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row .container { border-width: 0; border-radius: 0; }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row .container { font-size:0.875rem;font-family:arial;height:61.625rem;width:75rem;position:relative;display:block; }#hikT4DrnpRnD3nkdurUFgKCSOU9UlmTe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:8.75rem;top:8.1618919372556rem;left:9.482421875rem;overflow:hidden;display:block; }
#aHh1KMZTPMnlEzi3XKP1x0xER82BCmQG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:7.125rem;top:8.2548828125rem;left:58.921875rem;overflow:hidden;display:block; }
#NTpLLGaUgpMUiB78mq15K3vU7uARKP32 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.1611328125rem;left:25.046875rem;height:22.75rem;display:block; }
#os8INIArslUUutxK5w0J6SdTG7n0pGuN { position:relative;display:none; }#os8INIArslUUutxK5w0J6SdTG7n0pGuN { border-width: 0; border-radius: 0; }#os8INIArslUUutxK5w0J6SdTG7n0pGuN > .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; }#os8INIArslUUutxK5w0J6SdTG7n0pGuN > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#USMliwqFpDkgBUhZf0rPcFvoqHNu3vgU { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.1597232818606rem;left:24.484592437744rem;height:25.01955rem;display:none; }
#JG6idSds2oQm9kiPwPLIXRlhrazf9MZF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JG6idSds2oQm9kiPwPLIXRlhrazf9MZF > .row .container { border-width: 0; border-radius: 0; }#JG6idSds2oQm9kiPwPLIXRlhrazf9MZF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JG6idSds2oQm9kiPwPLIXRlhrazf9MZF > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:none; }#Pg2IbmIwlemz50DZvTTMxzUiiTosogsK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:2.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6240234375rem;left:0rem;height:3.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#w7X4IZ3kR7LTaDHHaTX7J53KpsMK3VHF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1240234375rem;left:15.3125rem;height:1.125rem;font-style:normal;display:block; }
#SaepfuTqGAg7FDF9u1SrB6mWsHGoyBw5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:14.9375rem;height:4rem;display:block; }
#TODxSMhCsSA3TWuBBz3webIU4frHGWuL { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.1875rem;left:17.3125rem;height:1.125rem;display:block; }
#SWAiX3vUyGMyN5W5FmDfvZzn56lcegPE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1240234375rem;left:41.1875rem;height:1.125rem;display:block; }
#xTDmNzXGASh8qp7fF7lRFaxBquWM0pz0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.59375rem;left:14.9375rem;height:2rem;display:block; }
#SKk2T4Q4wFtZlKEQ8TKowmafGIGSclFt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.8125rem;left:14.9375rem;height:1.125rem;font-style:normal;display:block; }
#whwT9cTPFfN2hIN5UUStworenw1Xdu2K { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.25rem;left:14.9375rem;height:3rem;display:block; }
#U8Vil8HARr4sJBZmWtVb2Dw5QbV7fogC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.1875rem;left:14.9375rem;height:1.125rem;display:block; }
#StNGBTuwRrVakedrAnVWFnuqZ1GV786K { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19rem;left:41.1875rem;height:1.125rem;display:block; }
#JpwSWdF11Xhp4on22JfI4sh1xPDrWI8U { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.1875rem;left:41.1875rem;height:4rem;display:block; }
#InqvRekXZ2rbrqt0VElXfoXKUD3oGhWw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.5625rem;left:14.9375rem;height:2rem;display:block; }
#avTHsFtk8umrHh8z1G6Ze876qVTF6EtV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.1875rem;left:14.9375rem;height:1.125rem;display:block; }
#rfSS9EbrOOzOH8WkThVdlfhPLEw0zEmy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.25rem;left:41.1875rem;height:1.125rem;display:block; }
#M8OKUN2n1ILQdbgnDu8PrfcCGe5Qe1OP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:16.625rem;left:41.1875rem;height:2rem;display:block; }
#VPbirqRBR3Oil21dVvkcdzAGox12OHQ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.53125rem;left:41.1875rem;height:1.125rem;display:block; }
#xm2bp1Op1WhUcOHw69LZ76uMGTUkD0Do { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.875rem;top:15.3125rem;left:66.3125rem;overflow:hidden;display:block; }
#Pq9CoUR7SVv5Nnt9L3uRnPsIaWMQNofc { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.625rem;top:4.875rem;left:60rem;overflow:hidden;display:block; }
#VRCqPSTqctos6IegTPTTzc9s5ruFHoQU { position:absolute;display:block;z-index:15027;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.6875rem;width:6.875rem;top:8.5625rem;left:32.4375rem;overflow:hidden;display:block; }
#Z0D5V3iFr6QynG5wMRbX3ExSHql7EDT8 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.25rem;top:8.03125rem;left:4.984375rem;overflow:hidden;display:block; }
#AAWZ5sXavpErxitPWULZvpUKM6MuGx2m { position:absolute;display:block;z-index:15029;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:6.4375rem;width:5.125rem;top:25.625rem;left:7.734375rem;overflow:hidden;display:block; }
#NAbOiBRKb2AB33p50DTwNbTC5yBLx9DF { position:absolute;display:block;z-index:15027;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.125rem;width:3rem;top:29rem;left:25.25rem;overflow:hidden;display:block; }
#ct1CzZHoWx7uScPP79sOztuMphzLBDnO { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:4.625rem;top:30.625rem;left:41.1875rem;overflow:hidden;display:block; }
#NWBOWG3HomuTR3XTyKAHkBEkEp8k0Q92 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:28.28125rem;left:41.1875rem;height:1.125rem;display:block; }
#kp50L1BoTKq2v7iXtWHF1XkVAGyCBb94 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:3.25rem;top:30.5rem;left:46.5625rem;overflow:hidden;display:block; }
#oPd7byZ6qPBsEcnuoLR9TpvIhVDleDg8 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:6rem;top:30.625rem;left:50.6875rem;overflow:hidden;display:block; }
#iLeX8xXZDgVkHh6DMgoeQ1TRvzt83EKl { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9rem;top:30.625rem;left:57.3125rem;overflow:hidden;display:block; }
#a2xpTDVcQ5J4lmMD8w3ZIVGNlTiv36Ko { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.9375rem;left:40.78125rem;height:1.125rem;display:block; }
#gCsdxBK0nungWvByqFpZgq01RUfbuTBl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.8125rem;left:40.8125rem;height:2rem;display:block; }
#dizkiQU3mxzLtyGSSBf0cWLByu4TCGp1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:40.8125rem;height:2rem;display:block; }
#wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edece4;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; }#wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b > .row .container { background-color: transparent; background-image: none; }#wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b > .row .container > .video-iframe-container { display: none; }#wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b > .row > .video-iframe-container { display: none; }#wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b > .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); }#wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b > .row .container { border-width: 0; border-radius: 0; }#wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#QX6Bd6I877cJkusJmcQgkwEk66LGQ2rb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"neue haas grotesk display pro";font-size:2.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#muVUatKqwDBLyrQpKTL1i64T6Tk0hhIk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.5rem;left:17.5rem;height:1.083333375rem;display:block; }
#hHMEMdsu8TgWQw4AEbUvk25TwT7Gbc5L { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.3740234375rem;left:7.234375rem;height:1.666666625rem;font-style:normal;display:block; }
#o07MNHb5XT7EIoG4FtiurMu4nCHTcn9N { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:14.8125rem;left:69.75rem;overflow:hidden;display:block; }
#b2rp0TK4z09M9Gv7eJtxzsuH4khAfFlr { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:4.8125rem;top:21.1875rem;left:69.15625rem;overflow:hidden;display:block; }
#SM1kUo1GJbknzDSixtd5tlU4yfuZBrKi { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:3.125rem;top:5.0615234375rem;left:3.2375rem;overflow:hidden;display:block; }
#V6sqabAyEqNaQOyrom0NimtZBchckVQF { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.1875rem;top:19.5625rem;left:4.25rem;overflow:hidden;display:block; }
#hJHRhhqZyy6P0XWUrERh69VBCfAny6T5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:7.3740234375rem;left:4.734375rem;height:10rem;display:block; }
#pU50oJvC4QbiusLbqNHeaRh2IIdttXAM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.5rem;left:7.375rem;height:1.666666625rem;display:block; }
#p7ZE1TrJpHdJFOLAO088T2fvCA92H66o { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8118105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:25.155099868774rem;height:1.666666625rem;display:block; }
#MtDAq8riDOtNa22ZsvikDfriJze5Ci4A { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:15.5rem;left:24.6875rem;height:5rem;display:block; }
#aO27dxLeQmQBSz8ESX2tW2JwmXD2QHAy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:21.0625rem;left:4.75rem;height:13rem;display:block; }
#CLcDJ1cgOOynZNZ5N5rWhJlsHzAJgPpp { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:8.7421875rem;left:24.5625rem;height:2rem;display:block; }
#pss23ECTPRrSN6CWOII5kLzadTD9TiRK { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8122701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5625rem;left:25.25rem;height:1.666666625rem;display:block; }
#XU3ovhI3KwcUCyW4qDANdmQms3fFi3F0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9365234375rem;left:40.5rem;height:1.666666625rem;display:block; }
#Jh6o2yKBgQLN4pB8uUQ00E4Fnsi7cUl7 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:8.7421875rem;left:40.5rem;height:2rem;display:block; }
#RegdqZQLf46Eo4VbhVmaR6T4h2VEzHos { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.7493105rem;width:2.1243105rem;top:5.3580322265625rem;left:22rem;overflow:hidden;display:block; }
#IAiUguuOTLA6ASoMD2IxFmI5wRJIOWLs { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9358915rem;width:2.624080875rem;top:13.1875rem;left:21.875rem;overflow:hidden;display:block; }
#ziVIXCoXV41zBwGAlrm5nZ7yN5fzLL0c { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.875rem;top:5.7490234375rem;left:36.75rem;overflow:hidden;display:block; }
#lFCqil2p6lo66ugSIi5ZpPyUKglJppJo { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.8125rem;left:39.6875rem;height:5rem;display:block; }
#VLQoIZbNDR5zDEc6oFJT7r3qw65eq6cJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8122701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5625rem;left:40.625rem;height:1.666666625rem;display:block; }
#TtN64QJZKdVLHxSLfZfv2Z2sg8wr2DA7 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.624080875rem;width:2.0622701875rem;top:12.8125rem;left:37.6875rem;overflow:hidden;display:block; }
#Kx2KMDEhT8Iiy4SpMU5tSQgFqbOHEhH7 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:8.7421875rem;left:54.875003814698rem;height:1rem;display:block; }
#d7FkJsk0CMeI2HNw6GeMgWlogytr8Ece { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:16.125rem;left:55rem;height:4rem;display:block; }
#UlvIiUP0tddu2cRECW1BIwyzaTXWLDwr { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:1.9358915rem;top:5.3657836914062rem;left:52.197835922241rem;overflow:hidden;display:block; }
#qzC6pukcPI1f7DtIcnn52LFzr6N2PcoW { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9365234375rem;left:55.0625rem;height:1.666666625rem;display:block; }
#s1Bh9PK5pI5TL2axLbl4tOaTDlLJ0qty { position:absolute;display:block;z-index:15030;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:2rem;width:2.6875rem;top:13.25rem;left:51.4375rem;overflow:hidden;display:block; }
#e16mSyZ1aO0a496liJ7eBeXzQWHhhyFR { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8122701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5625rem;left:55.1875rem;height:1.666666625rem;display:block; }
#QBn22CDs0E512dSH80hmMIVU7hbXxNL1 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:4.8125rem;top:3.90625rem;left:69.15625rem;overflow:hidden;display:block; }
#P2CPsfpvM6IWPsKoE2osWI55JBz60tcW { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:24.8125rem;left:24.6875rem;height:5rem;display:block; }
#D87PSG32hssMT1TJg2n8xMWul2xbNug3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.5625rem;left:25.25rem;height:1.666666625rem;display:block; }
#Fl72NxCBmJ1sDA823FLrcbixIOJDE25E { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.0625rem;top:22.1875rem;left:22.125rem;overflow:hidden;display:block; }
#KwO9xRiHvnouez8Fa99y5TxnoQ2iX52q { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8122701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.5625rem;left:40.625rem;height:1.666666625rem;display:block; }
#yEdUT9i1KWOxW3r80X8WzoH9R8PQ5pL6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:24.9375rem;left:39.6875rem;height:5rem;display:block; }
#e27gJcu7wce8Xp8nrZMnOfCms7LgTUon { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.99908075rem;width:2.6872701875rem;top:22.6875rem;left:36.9375rem;overflow:hidden;display:block; }
#HSOXX37pNdWTCLXfI8Pfe4aMykl4XNCQ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.624080875rem;width:2.0622701875rem;top:22.25rem;left:51.9375rem;overflow:hidden;display:block; }
#Uydfbr6erTxb8cULaHwL9XLEcoEK3eiO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8122701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5625rem;left:55.1875rem;height:1.666666625rem;display:block; }
#PB7d1Jcf2CSiT5ZO7x48bIgBec7MGKqE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9370403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:25rem;left:55rem;height:3rem;display:block; }
#Xk67STW6ByKT19DISUAZoRyftVDg3UmO { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:33rem;left:24.6875rem;height:6rem;display:block; }
#DAGiH6Ni6aEZdFeGJwKOnGxKpCAJ1U7n { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8122701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.75rem;left:25.25rem;height:1.666666625rem;display:block; }
#AmGWrqQzVOw2WTnScrK8oEhucDzvVBM0 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9979319375rem;width:2.6872701875rem;top:30.0625rem;left:21.8125rem;overflow:hidden;display:block; }
#P9KJ7GSmaqBMlk1ENPk3TvmrchuO4MQT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:33.25rem;left:39.6875rem;height:5rem;display:block; }
#NuM6JRZTDxrArovP0mWHH2qBJxwKaZIy { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8122701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.75rem;left:40.625rem;height:1.666666625rem;display:block; }
#Xu298OVOnRwIb2JUtWaDnWFKGUgPwKJW { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.624080875rem;width:2.0622701875rem;top:30.3125rem;left:37.6875rem;overflow:hidden;display:block; }
#HSqmaNilh1u0pUEvxX1k1SLZHcs9ZuIQ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9979319375rem;width:2.6872701875rem;top:30.0625rem;left:51.6875rem;overflow:hidden;display:block; }
#PnsEnzgpDeTN526yATXO6eM3HFp39PLb { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8122701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:30.75rem;left:55.1875rem;height:1.666666625rem;display:block; }
#IpIMEeJy5GK8wRT1ubCerC7UX6Khuq2A { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:33.1875rem;left:55rem;height:4rem;display:block; }
#dgbf00zH9TXLHwp30MNcwVhTNvtsl5G2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3745403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:41.6875rem;left:24.6875rem;height:5rem;display:block; }
#Bc35ET4puUOpy9lZzGkSciyRI0TDhtAf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8122701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:39.5rem;left:25.1875rem;height:1.666666625rem;display:block; }
#hsVqQ93nhEo8fdUzzFnWkNf5TKSSdwXv { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.624080875rem;width:2.0622701875rem;top:39.1875rem;left:22.125rem;overflow:hidden;display:block; }
#Ux7TwEOAcakZC7uSNqcztQiW4lMItP02 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:41.5625rem;left:39.6875rem;height:4rem;display:block; }
#ZkPokOx69qVC2TP6rIid1iP3M2CUn5P2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8122701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:39.125rem;left:40.625rem;height:1.666666625rem;display:block; }
#nklf3mEsnn02F3SOXaEW9TONRQRg1JBl { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9979319375rem;width:2.6872701875rem;top:39.0625rem;left:37rem;overflow:hidden;display:block; }
#npg5JhOlsh3M2paE1H9gtkBtUg4xyqcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1441a431-017b-4544-ab1a-7441be88241b/bgtopmin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#npg5JhOlsh3M2paE1H9gtkBtUg4xyqcm.adaptive-delivery-prevent-bg, #npg5JhOlsh3M2paE1H9gtkBtUg4xyqcm.lazyload, #npg5JhOlsh3M2paE1H9gtkBtUg4xyqcm.lazyloading { background-image: none; }#npg5JhOlsh3M2paE1H9gtkBtUg4xyqcm > .row .container { border-width: 0; border-radius: 0; }#npg5JhOlsh3M2paE1H9gtkBtUg4xyqcm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#npg5JhOlsh3M2paE1H9gtkBtUg4xyqcm > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:none; }#qVrTzcqKEQaUyHTrmVlbD8k5PdQJGLQg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:21rem;top:11.5625rem;left:49.03125rem;overflow:hidden;display:block; }
#paVKQwiNM4R9dxiaxzTS5GamFtoFIa0q { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8125rem;left:49.03125rem;height:;display:block; }
#uZJGRREfJuiGOHKqc8uor58hUfON89v8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/af7e287b-ed9d-4bbc-bf89-2596cdf563b5/FOTO3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uZJGRREfJuiGOHKqc8uor58hUfON89v8.adaptive-delivery-prevent-bg, #uZJGRREfJuiGOHKqc8uor58hUfON89v8.lazyload, #uZJGRREfJuiGOHKqc8uor58hUfON89v8.lazyloading { background-image: none; }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row .container { background-color: transparent; background-image: none; }#uZJGRREfJuiGOHKqc8uor58hUfON89v8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row .container > .video-iframe-container { display: none; }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row > .video-iframe-container { display: none; }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .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); }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row .container { border-width: 0; border-radius: 0; }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row .container { font-size:0.875rem;font-family:arial;height:84rem;width:75rem;position:relative;display:block; }#RJColEkikuK8ymfzZDWaT7dwExPh7z3H { 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; }#RJColEkikuK8ymfzZDWaT7dwExPh7z3H > .row .container { background-color: transparent; background-image: none; }#RJColEkikuK8ymfzZDWaT7dwExPh7z3H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJColEkikuK8ymfzZDWaT7dwExPh7z3H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJColEkikuK8ymfzZDWaT7dwExPh7z3H > .row .container > .video-iframe-container { display: none; }#RJColEkikuK8ymfzZDWaT7dwExPh7z3H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJColEkikuK8ymfzZDWaT7dwExPh7z3H > .row > .video-iframe-container { display: none; }#RJColEkikuK8ymfzZDWaT7dwExPh7z3H > .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); }#RJColEkikuK8ymfzZDWaT7dwExPh7z3H > .row .container { border-width: 0; border-radius: 0; }#RJColEkikuK8ymfzZDWaT7dwExPh7z3H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJColEkikuK8ymfzZDWaT7dwExPh7z3H > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#dqLimuxNCXftrBCeDTtIEv2KhRFdO4uK { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15005;line-height:2;letter-spacing:0;top:3.25rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z6GlM4zXTccrOIxBs1ZZdIKDBtkTzmLe { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1865234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:2;letter-spacing:0;top:2.5625rem;left:29.5615234375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHrv7NoUrRRnZsozAwceVULOTqJTKPld { position:absolute;display:block;z-index:15007;height:3.4990234375rem;width:6.4990234375rem;top:0rem;left:36.4052734375rem;display:block; }
#NqNN0HrdGewmL9PxCF42PhDyQTK2i51D { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15006;line-height:2;letter-spacing:0;top:2.566650390625rem;left:64.68749809265rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0xZ2CybhS1ABMR6J0308wFyPr24tQiT { top:0.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW { display:block; }#GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix { display:block; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhmRWUknns9o2Hnz2wKkXcUU9i35yGqS { top:11.5625rem;left:19.3125rem;width:28.4375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4 { display:block; }#hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiumwIOp3vfT1zW6wAgGMLPZGLDGqB1H { top:4.3125rem;left:25.75rem;width:22rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPyLkyv6T0LbUPClwgmh82MrN8cE0QxX { top:8.5625rem;left:39.6240234375rem;width:2rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcisTMlnCqJw4ZGUyI75QOD7uuiZ8Pf5 { top:11.6875rem;left:22.4365234375rem;width:16.375rem;height:20.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvrv4lFLUvNlv9Vvv7wCF1VX5RUAm6ZQ { top:6.25rem;left:0rem;width:24.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6ytM4hucM6OXBpCScSORDb3Tx7GNpiK { top:6.125rem;left:0rem;width:24.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi587SsVM1rOJ0GtJxWX4caGlTyslIEv { top:4.75rem;left:0rem;width:26.5rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpZWCu3C5wNrRfaZKE4wQ1U8GVTz2dI5 { top:12.875rem;left:33.0625rem;width:14.6875rem;height:17.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVUBZ1O7LbLs0NUBbPXQAbcwSVwMWLPB { width:15.625rem;height:3.8125rem;top:35rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvV8GPUH6XaRkqBCHlLvhSQOBnOeAQwI { display:block; }
 }@media only screen and (max-width: 763px) { #iCWktH2boBenw8ZN1oVCOxPQe9v1eBLM { display:block; }#iCWktH2boBenw8ZN1oVCOxPQe9v1eBLM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhXPkwoyXUohho7SQZtplEvyZM1OXJ7z { top:1.0625rem;left:6.84375rem;width:34.0625rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy { display:block; }#v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NS2QbhJUGeAd7y0lF5wurT0qbZasos5k { top:0.875rem;left:0rem;width:20.25rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn31u0XBodzV7KeDwr0HDkxPbDQb5ObT { top:0.875rem;left:11.5rem;width:20.25rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiTEIaB0Bw63JtTdPcUkeGvTs4r6sNAE { top:3.75rem;left:0rem;width:20.25rem;height:25.999936727028rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc0rEUP0u7eBGGTxqsv7KvrWuTRGhNAB { top:3.75rem;left:0rem;width:20.25rem;height:25.999936727028rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg8InQxLMwHTGx2dZ8TZcR5diPWcDwlX { top:3.75rem;left:0rem;width:20.25rem;height:25.812182670613rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIRlmLlvRe3EWBgr7nC1TVUb3Pc4V3DH { top:3.75rem;left:0rem;width:20.25rem;height:25.999936727028rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV11EADXZcIP1K1oOnTbustuLRPBT35c { top:3.75rem;left:11.5rem;width:20.25rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs7upAJvhPTKpA7TkteqUyosPaZ0tT3l { top:3.75rem;left:11.5625rem;width:20.1875rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEVGVTpmw70r3BzuHwUlEgOa7sDWgIed { top:3.75rem;left:11.5rem;width:20.25rem;height:26.000561740531rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlokQi0HwSWrVcu3E9qGg0g7dJeKszTG { top:3.75rem;left:11.5rem;width:20.25rem;height:26.000561740531rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTxvGIOxTknOqWqTztZZNOoFcPAPi0zO { top:3.75rem;left:27.4375rem;width:20.1875rem;height:25.919690008735rem;display:block; }
 }@media only screen and (max-width: 763px) { #twmze8hqhsDDeZNFraSAXmpsevKWeAgH { top:3.75rem;left:27.375rem;width:20.25rem;height:25.999936727028rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Ts3D3iQgEQKJgZcrHNUN2k1orE7yl7 { top:3.75rem;left:27.375rem;width:20.25rem;height:25.999936727028rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFZtdod6IkblkRHFJFo6DlsdKrlA0okh { top:3.75rem;left:27.375rem;width:20.25rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG3TCSFDiCGtSn971COLKoa8C45Bm9iS { top:0.875rem;left:27.4375rem;width:20.1875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSZz22D8FefVnT2p8b8C40C8CvxUV28c { display:block; }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwelee8RwsB7FVC6u99vyRoqydOzCRHx { display:block; }#uwelee8RwsB7FVC6u99vyRoqydOzCRHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e84nARTgVzyFqiaIJ9mnuWJweOER3dsA { top:5.3125rem;left:0rem;width:19.8125rem;height:7.375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLBxk1cznIS1BMXmahzmM6bmUIZc6lpQ { top:15.0625rem;left:0rem;width:27.625rem;height:18.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8NzlHLsvkecQUcBnfRbU62ETv5mtgHc { top:33.25rem;left:0rem;width:27.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luCI17n5czLZXWE6IBVaX0kUP5S14WBD { top:4.75rem;left:14.375rem;width:33.375rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMa2BJlzMFlk7FgrxLwT1fwtWdE9qOll { top:26.25rem;left:21.78125rem;width:9.5rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsdLlgPpy0icvCMuAWGvvSxoAZtDwJdb { width:15.375rem;height:4.8125rem;top:28.5rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2hhHRxIDsmORQT8bXlR3wk3TowgpdB2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZydS3Rfb3X8PEQUnIp1fnwG1MQEC3LV7 { display:block; }#ZydS3Rfb3X8PEQUnIp1fnwG1MQEC3LV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwXvyTXLIKS0ddHH2CMs24kfG0e9zFeu { top:0.625rem;left:6.84375rem;width:34.0625rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4vcUB70tufRo9s5HRofGptVkHrFESe2 { display:block; }#w4vcUB70tufRo9s5HRofGptVkHrFESe2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r462ucheJWTSMe27kaObddIZNQ7zz01d { top:0rem;left:0rem;width:47.75rem;height:30.795289855073rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTuBbinnvUKQZUonyH6GpazPyo2U8nLn { top:18.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTWBcSUy8J73gS2hlC4RuOvyFBFw3JfJ { top:18.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFovV0h8F4OD1JT0CA27NrbV2bDIhngy { display:block; }#SFovV0h8F4OD1JT0CA27NrbV2bDIhngy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtM66ypdkyb9JLuVRZTIEQzwHNeXwnLI { top:0rem;left:0rem;width:47.75rem;height:30.777720207254rem;display:block; }
 }@media only screen and (max-width: 763px) { #sclneHomfRtU3sIGwpodStTLZQvCpq7m { top:18.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubnzbB2TMQqB2pJ5P1kRfRA7JrM9NqWu { top:18.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77 { display:block; }#qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpSXHA5DP62JtEhHFPdW6KW07zrpJqgH { top:0rem;left:0rem;width:47.75rem;height:30.792056074766rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLM2TVy58tkPQXPqNQQKbvGVkizepoBa { top:18.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUxu1OkiNvF82yJJQLosI1fDPtiJUyyu { top:18.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe { display:block; }#aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6t4uGw9f5Ltbyzidfn0z49essLnn8fX { top:0rem;left:0rem;width:47.75rem;height:30.774428274428rem;display:block; }
 }@media only screen and (max-width: 763px) { #s02HbUp0tiU3E6XmTb9JhTWTbK0wy7mm { top:18.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGhiDXxW3CBgZ7Zd7OiuUXDSa8O9hIX3 { top:18.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzovCnJTT7gmXNwSo1plfdUahJp6nkMl { display:block; }#qzovCnJTT7gmXNwSo1plfdUahJp6nkMl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRt4QKg9qZrTno65xDdy1fUrSWTZKU5A { top:0rem;left:0rem;width:47.75rem;height:30.756763787721rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMUDcpq1U7WyRQDEDqJfRhzacd3wxQdg { top:18.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plybR9plNKi9NgZAZNVFVl7m4Se6hEiA { top:18.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc { display:block; }#u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZITtvwmARRNVSPyZwWsUAtalnu427vB { top:0rem;left:0rem;width:47.75rem;height:30.753392484342rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7XX7NQlzC2Px7Sbqyy26a1PAaVp0CMr { top:18.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHN0XhTDGaGc391hmySEQGNcoMZdXD1U { top:18.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQTWk6hPmDLu76yDWL9qld2JT0raT0eV { display:block; }#OQTWk6hPmDLu76yDWL9qld2JT0raT0eV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IduDWQXKz9Uvaww2l7lXqzkRmSl1XxTH { top:0rem;left:0rem;width:47.75rem;height:30.7855276907rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPyTSwDcLBR8n3Ocn4TVgoZ5rSoMDHJ2 { top:18.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SELAXyzaX5p52amhSFXIRa89uuXh6h1I { top:18.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ { display:block; }#yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeODG2cm65oq8UrCprOd3czTTVp5Eefs { top:0rem;left:0rem;width:47.75rem;height:30.767782426778rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl27Fp9CLMWzpCMWQSqn7iHgN9E1CCs7 { top:18.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB4FZTRQt1HbyzO8KWkTvSRKs7FhOkiZ { top:18.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx { display:block; }#Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXluO3yc06996VmbfSSFOBOdtAyZb2u8 { top:0rem;left:0rem;width:47.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXXt9dg1faySxR7Vt5T8TeZZGn88TCW8 { top:18.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeFbW6IOXO4hqnVvPK3Wgc81lG2bRpb6 { top:18.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytqkxRZyJnHbJbdFLAiD9faKsggAZFOk { display:block; }#ytqkxRZyJnHbJbdFLAiD9faKsggAZFOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSP4QWNRi118hXyAzIDAbxynh0d2U41u { top:0.375rem;left:6.84375rem;width:34.0625rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW { display:block; }#p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHLkqzoKam0NBbVp4rvlH9064NZztObV { top:10.5625rem;left:0rem;width:32.6875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAsR7UX2OLRIavNix4XFAR6q3TgQ9ws4 { top:6.125rem;left:17.4375rem;width:30.3125rem;height:3.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQT5fSZA8C75WC97D1R9Auff6fPBHqgt { top:11.25rem;left:24.6875rem;width:23.0625rem;height:27rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx6qGdfemsRKUppXax8Dkuwup41ONb2h { top:18.25rem;left:37.3125rem;width:8.4375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcax2prutvvVJWTNUetLrR2mxIhgweX5 { width:15.375rem;height:4.8125rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sumz8knC0RTDFqkU3IfbvTvlCNC0dIs9 { display:block; }
 }@media only screen and (max-width: 763px) { #hxO5GXGIMZ9eUvUeIRqKCk0nXSX3Amm1 { display:block; }#hxO5GXGIMZ9eUvUeIRqKCk0nXSX3Amm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEelAVrz9GKm0orTdAerddh8oqTcfumM { top:7.125rem;left:21.5625rem;width:26.1875rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTAuxWpLzETp3cryFq5dJEyhaoxRfIZB { top:17.75rem;left:19.0625rem;width:28.6875rem;height:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVNtvJxu7S4wSxUFx6kwyTy8XlncPdxe { top:40.875rem;left:25.9375rem;width:16.1875rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD5ITzHytSuM5t23evk1p6co9p4iDhV3 { top:41.3125rem;left:26.6875rem;width:14.875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oauSFD2p2TZxbqUKZ9gyivpTT4OXlIvR { display:block; }#oauSFD2p2TZxbqUKZ9gyivpTT4OXlIvR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwWtNmrb17ZFWxyZit27ptXc5TCyL13y { top:4.4375rem;left:0rem;width:26.125rem;height:11.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt5EN8Dmzu8xg1O8W6IvCheG5GLBpLV4 { top:5.3125rem;left:13.248046875rem;width:3.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtbdxcZUSzXTo6k8174prE2zmo2gWw97 { top:16.8125rem;left:0rem;width:36.0625rem;height:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwQTIZMNFQJkIultU8HJf5cDkT7gEATQ { top:29.25rem;left:0rem;width:21.5rem;height:15.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6V6u5AhTVxZaFNJiWd057eR0T1Ct3k9 { top:5.3125rem;left:32.125rem;width:15.625rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpgPXhycswuE9ssMI3Tmy759PhvJ0zgZ { width:15.375rem;height:4.8125rem;top:38.3125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWu8Sv2ipSLGXLQG7snxuLPIlLwTUBiZ { display:block; }
 }@media only screen and (max-width: 763px) { #OFCPFnVpEZ2KVCcR8RNtd1xugMgaruXT { display:block; }#OFCPFnVpEZ2KVCcR8RNtd1xugMgaruXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWwGQxDlgoZROU8E4LrXPJsNTiAyH2RD { top:8.375rem;left:27.5625rem;width:20.1875rem;height:25.920029539426rem;display:block; }
 }@media only screen and (max-width: 763px) { #om7hUnUv1sudJabi9tM3m7uhVcpABPrn { top:8.375rem;left:13.78125rem;width:20.125rem;height:25.85844903488rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4avba7M7R0MW9ymLpqxouG6eaFC0aDm { top:8.375rem;left:0rem;width:20.1875rem;height:25.920029539426rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLpxGv7U1eNqaqQvtQ5WSQIXnZ4DelP1 { top:4.375rem;left:0rem;width:20.1875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnqhI7e7D5HtDTvOVpfEWuPMQq1dIpAK { top:4.375rem;left:13.78125rem;width:20.1875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuQmKKtezDyTPQdMzJkVUswiMX5lG7Tr { top:4.375rem;left:27.5625rem;width:20.1875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luhyw8quwatcEVSmPWT8WZXe721iOX2I { display:block; }#luhyw8quwatcEVSmPWT8WZXe721iOX2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdsC60WWGZzCS3t64941BZIv8BN7HXGq { top:2.4375rem;left:8.6875rem;width:39.0625rem;height:0;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VknhxfEBy21a2nL9pixTZQeRTKo2FdHE { top:13.125rem;left:0rem;width:20rem;height:;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlUVTz1vT8TxBzGybtQanqQIqtuKA4gK { top:8.9375rem;left:0rem;width:20rem;height:;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #FtwDecomAHis13vopndr072TxWRZTXzc { display:block; }#FtwDecomAHis13vopndr072TxWRZTXzc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuXilqy5PSTo67VkdbqhLtN8Fwmg3TLJ { top:8.0625rem;left:23.875rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #d18fiGUHhTm9VBEXzeNuTULDgFnWTRcK { top:7.875rem;left:41.1875rem;width:6.5625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnHzCOdOJHTX9ekgOZ6XWXbIOgRewkCM { top:6.3125rem;left:23.875rem;width:6.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqnpsViTieWP9hGuSRTyRmIggQ251TH0 { top:6.5rem;left:31.9375rem;width:6.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #toUscxtuuBMpS3AmZQXPWqg9Zm48a4iB { top:6.4375rem;left:35.3125rem;width:6.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llJ0dRUTNLLGSezcLd1rFWhzvNdzqiWs { top:6.3125rem;left:17.3125rem;width:6.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmVulRPLPQrTQCIdwHaZ7wvxV3QSp8B9 { top:6.3125rem;left:12.9375rem;width:6.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exiPmFPFBfnmbmJ20viLgm1Jvy79moTv { top:6.3125rem;left:6rem;width:6.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Gee6HSP0uJI1alo5tgG2LyaBKmbGor { width:16.75rem;height:2.8125rem;top:26.1875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvWcGri51qAfskrkUPsepF1VJd8sBE29 { display:block; }
 }@media only screen and (max-width: 763px) { #m10grrw50cPeAlKXb8J9IRCw2tW4iKNv { width:16.6875rem;height:2.8125rem;top:29.75rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL4HUWnIohMgvkrwWncgoAb4Mmqe7SMh { display:block; }
 }@media only screen and (max-width: 763px) { #pTTSa9W9oFEE7wk40DgLntoVQMdvWyzL { width:16.6875rem;height:2.8125rem;top:33.375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn9IVr2OtbSSrJziNo7n4Rp4JURWPL06 { display:block; }
 }@media only screen and (max-width: 763px) { #rE9V67lpoqHanNO41cd8SuXgvAItnAHR { top:37.8125rem;left:33.1875rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSlzPgN6rfNSA89rT3zHwUIaNqP5VeW8 { top:39.375rem;left:33.1875rem;width:6.625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTJee6mI0XtTyGxIQ0BrfZXXvTN9L0o { top:45.1875rem;left:33.125rem;width:6.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp3mNbBG0vP3zfoFpqISlvJTPJP9QGeT { top:7.875rem;left:2.9375rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV9JWWFc6Tr5RssDQQLKtznNg0EG75hM { top:0rem;left:0rem;width:32rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #riQcHbitTJa2cgRz4aF46tTFLKd9ygWo { top:0rem;left:15.6875rem;width:32.0625rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ZoQ2dORJaZ9XcKpQE1p1b3vPG26eKF { top:1.25rem;left:0rem;width:32.0625rem;height:47.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVmcapVaQrITyBRwoBcF6AyoR5GIGdqU { top:45.1875rem;left:9.5625rem;width:6.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6DFETfNEZCovsTlWB3wBJrfDJuyxgCx { top:37.8125rem;left:9.625rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAoXl4eE11B5FCUxrqM4DfRr95q1v5J2 { top:39.375rem;left:9.625rem;width:6.625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9DEOIiJyeiiaSL2ssfCXMESd76URPDi { width:16.6875rem;height:2.8125rem;top:33.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDWfIaIhKXduKhwUxlTi0zxOZ1OGetcB { display:block; }
 }@media only screen and (max-width: 763px) { #p1DvNfi1VsCwp6IWAyxolcUdmTl2lAWa { width:16.6875rem;height:2.8125rem;top:29.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5wcUObgCZnovVxMLXi2oiMC5e0evRbm { display:block; }
 }@media only screen and (max-width: 763px) { #DAmMMDV5L1VLZrzPbBADVwpGIQhX78Fb { width:16.75rem;height:2.8125rem;top:26.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31t6r8QkG5pTBwklhNbPhS2yNhzrstU { display:block; }
 }@media only screen and (max-width: 763px) { #cAK0e9gdGveCNi92rJPyO3pgzSKuNLNs { top:1.3125rem;left:15.6875rem;width:32.0625rem;height:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQne2EKZd7XsT96cWZ8vEUMuhSN8uGfh { top:42.75rem;left:9.625rem;width:6.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR { display:block; }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hikT4DrnpRnD3nkdurUFgKCSOU9UlmTe { top:8.125rem;left:0rem;width:8.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHh1KMZTPMnlEzi3XKP1x0xER82BCmQG { top:8.25rem;left:40.625rem;width:7.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTpLLGaUgpMUiB78mq15K3vU7uARKP32 { top:8.125rem;left:11.421875rem;width:23.125rem;height:22.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #os8INIArslUUutxK5w0J6SdTG7n0pGuN { display:none; }#os8INIArslUUutxK5w0J6SdTG7n0pGuN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #USMliwqFpDkgBUhZf0rPcFvoqHNu3vgU { top:8.125rem;left:10.859592437744rem;width:23.125rem;height:25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JG6idSds2oQm9kiPwPLIXRlhrazf9MZF { display:block; }#JG6idSds2oQm9kiPwPLIXRlhrazf9MZF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pg2IbmIwlemz50DZvTTMxzUiiTosogsK { top:1.5625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7X4IZ3kR7LTaDHHaTX7J53KpsMK3VHF { top:5.0625rem;left:1.6875rem;width:17.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaepfuTqGAg7FDF9u1SrB6mWsHGoyBw5 { top:7rem;left:1.3125rem;width:18.25rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TODxSMhCsSA3TWuBBz3webIU4frHGWuL { top:21.1875rem;left:3.6875rem;width:17.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWAiX3vUyGMyN5W5FmDfvZzn56lcegPE { top:5.0625rem;left:27.5625rem;width:17.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTDmNzXGASh8qp7fF7lRFaxBquWM0pz0 { top:13.5625rem;left:1.3125rem;width:17.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKk2T4Q4wFtZlKEQ8TKowmafGIGSclFt { top:11.8125rem;left:1.3125rem;width:17.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whwT9cTPFfN2hIN5UUStworenw1Xdu2K { top:23.1875rem;left:1.3118095397949rem;width:17.875rem;height:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Vil8HARr4sJBZmWtVb2Dw5QbV7fogC { top:21.1875rem;left:1.3125rem;width:17.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StNGBTuwRrVakedrAnVWFnuqZ1GV786K { top:19rem;left:27.5625rem;width:17.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpwSWdF11Xhp4on22JfI4sh1xPDrWI8U { top:21.1875rem;left:27.5625rem;width:17.5rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InqvRekXZ2rbrqt0VElXfoXKUD3oGhWw { top:18.5625rem;left:1.3125rem;width:17.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avTHsFtk8umrHh8z1G6Ze876qVTF6EtV { top:16.1875rem;left:1.3125rem;width:17.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfSS9EbrOOzOH8WkThVdlfhPLEw0zEmy { top:26.25rem;left:27.5625rem;width:17.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8OKUN2n1ILQdbgnDu8PrfcCGe5Qe1OP { top:16.625rem;left:27.5625rem;width:17.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPbirqRBR3Oil21dVvkcdzAGox12OHQ3 { top:14.5rem;left:27.5625rem;width:17.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm2bp1Op1WhUcOHw69LZ76uMGTUkD0Do { top:15.3125rem;left:41.875rem;width:5.875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq9CoUR7SVv5Nnt9L3uRnPsIaWMQNofc { top:4.875rem;left:44.125rem;width:3.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRCqPSTqctos6IegTPTTzc9s5ruFHoQU { top:8.5625rem;left:18.8125rem;width:6.875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0D5V3iFr6QynG5wMRbX3ExSHql7EDT8 { top:8rem;left:0rem;width:7.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAWZ5sXavpErxitPWULZvpUKM6MuGx2m { top:25.625rem;left:0rem;width:5.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAbOiBRKb2AB33p50DTwNbTC5yBLx9DF { top:29rem;left:11.625rem;width:3rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct1CzZHoWx7uScPP79sOztuMphzLBDnO { top:30.625rem;left:27.5625rem;width:4.625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWBOWG3HomuTR3XTyKAHkBEkEp8k0Q92 { top:28.25rem;left:27.5625rem;width:17.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp50L1BoTKq2v7iXtWHF1XkVAGyCBb94 { top:30.5rem;left:32.9375rem;width:3.25rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPd7byZ6qPBsEcnuoLR9TpvIhVDleDg8 { top:30.625rem;left:37.0625rem;width:6rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLeX8xXZDgVkHh6DMgoeQ1TRvzt83EKl { top:30.625rem;left:38.75rem;width:9rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2xpTDVcQ5J4lmMD8w3ZIVGNlTiv36Ko { top:9.9375rem;left:27.15625rem;width:18.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCsdxBK0nungWvByqFpZgq01RUfbuTBl { top:11.8125rem;left:27.1875rem;width:18.25rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dizkiQU3mxzLtyGSSBf0cWLByu4TCGp1 { top:7rem;left:27.1875rem;width:18.25rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b { display:block; }#wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QX6Bd6I877cJkusJmcQgkwEk66LGQ2rb { top:1rem;left:0rem;width:47.75rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVUatKqwDBLyrQpKTL1i64T6Tk0hhIk { top:19.5rem;left:3.875rem;width:17.5rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHMEMdsu8TgWQw4AEbUvk25TwT7Gbc5L { top:5.3125rem;left:0rem;width:10.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o07MNHb5XT7EIoG4FtiurMu4nCHTcn9N { top:14.8125rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2rp0TK4z09M9Gv7eJtxzsuH4khAfFlr { top:21.1875rem;left:42.9375rem;width:4.8125rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM1kUo1GJbknzDSixtd5tlU4yfuZBrKi { top:5rem;left:0rem;width:3.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6sqabAyEqNaQOyrom0NimtZBchckVQF { top:19.5625rem;left:0rem;width:2.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHRhhqZyy6P0XWUrERh69VBCfAny6T5 { top:7.3125rem;left:0rem;width:13.8125rem;height:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU50oJvC4QbiusLbqNHeaRh2IIdttXAM { top:20.5rem;left:0rem;width:10.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7ZE1TrJpHdJFOLAO088T2fvCA92H66o { top:5.9375rem;left:11.5rem;width:6.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtDAq8riDOtNa22ZsvikDfriJze5Ci4A { top:15.5rem;left:11.0625rem;width:10.75rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO27dxLeQmQBSz8ESX2tW2JwmXD2QHAy { top:21.0625rem;left:0rem;width:12.6875rem;height:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLcDJ1cgOOynZNZ5N5rWhJlsHzAJgPpp { top:8.6875rem;left:10.9375rem;width:9.6875rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pss23ECTPRrSN6CWOII5kLzadTD9TiRK { top:13.5625rem;left:11.625rem;width:10.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU3ovhI3KwcUCyW4qDANdmQms3fFi3F0 { top:5.875rem;left:26.875rem;width:10.8125rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh6o2yKBgQLN4pB8uUQ00E4Fnsi7cUl7 { top:8.6875rem;left:26.875rem;width:10.5rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RegdqZQLf46Eo4VbhVmaR6T4h2VEzHos { top:5.375rem;left:8.375rem;width:2.0625rem;height:2.6693145405297rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAiUguuOTLA6ASoMD2IxFmI5wRJIOWLs { top:13.1875rem;left:8.25rem;width:2.5625rem;height:1.8897642486626rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziVIXCoXV41zBwGAlrm5nZ7yN5fzLL0c { top:5.6875rem;left:23.125rem;width:2.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFCqil2p6lo66ugSIi5ZpPyUKglJppJo { top:15.8125rem;left:26.0625rem;width:12rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLQoIZbNDR5zDEc6oFJT7r3qw65eq6cJ { top:13.5625rem;left:27rem;width:10.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtN64QJZKdVLHxSLfZfv2Z2sg8wr2DA7 { top:12.8125rem;left:24.0625rem;width:2rem;height:2.5457990935369rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx2KMDEhT8Iiy4SpMU5tSQgFqbOHEhH7 { top:8.6875rem;left:36.625rem;width:11.125rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7FkJsk0CMeI2HNw6GeMgWlogytr8Ece { top:16.125rem;left:38.5625rem;width:9.1875rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlvIiUP0tddu2cRECW1BIwyzaTXWLDwr { top:5.3125rem;left:38.572835922241rem;width:1.875rem;height:2.4213650403444rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzC6pukcPI1f7DtIcnn52LFzr6N2PcoW { top:5.9375rem;left:36.9375rem;width:10.8125rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1Bh9PK5pI5TL2axLbl4tOaTDlLJ0qty { top:13.25rem;left:37.8125rem;width:2.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e16mSyZ1aO0a496liJ7eBeXzQWHhhyFR { top:13.5625rem;left:37rem;width:10.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBn22CDs0E512dSH80hmMIVU7hbXxNL1 { top:3.875rem;left:42.9375rem;width:4.8125rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2CPsfpvM6IWPsKoE2osWI55JBz60tcW { top:24.8125rem;left:11.0625rem;width:12rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D87PSG32hssMT1TJg2n8xMWul2xbNug3 { top:22.5625rem;left:11.625rem;width:10.8125rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl72NxCBmJ1sDA823FLrcbixIOJDE25E { top:22.1875rem;left:8.5rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwO9xRiHvnouez8Fa99y5TxnoQ2iX52q { top:22.5625rem;left:27rem;width:10.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEdUT9i1KWOxW3r80X8WzoH9R8PQ5pL6 { top:24.9375rem;left:26.0625rem;width:11.9375rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e27gJcu7wce8Xp8nrZMnOfCms7LgTUon { top:22.6875rem;left:23.3125rem;width:2.625rem;height:1.9531627682974rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSOXX37pNdWTCLXfI8Pfe4aMykl4XNCQ { top:22.25rem;left:38.3125rem;width:2rem;height:2.5457990935369rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uydfbr6erTxb8cULaHwL9XLEcoEK3eiO { top:22.5625rem;left:37rem;width:10.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB7d1Jcf2CSiT5ZO7x48bIgBec7MGKqE { top:25rem;left:35.875rem;width:11.875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk67STW6ByKT19DISUAZoRyftVDg3UmO { top:33rem;left:11.0625rem;width:11.9375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAGiH6Ni6aEZdFeGJwKOnGxKpCAJ1U7n { top:30.75rem;left:11.625rem;width:10.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmGWrqQzVOw2WTnScrK8oEhucDzvVBM0 { top:30.0625rem;left:8.1875rem;width:2.625rem;height:1.9518904309641rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9KJ7GSmaqBMlk1ENPk3TvmrchuO4MQT { top:33.25rem;left:26.0625rem;width:10.375rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuM6JRZTDxrArovP0mWHH2qBJxwKaZIy { top:30.75rem;left:27rem;width:10.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu298OVOnRwIb2JUtWaDnWFKGUgPwKJW { top:30.3125rem;left:24.0625rem;width:2rem;height:2.5457990935369rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSqmaNilh1u0pUEvxX1k1SLZHcs9ZuIQ { top:30.0625rem;left:38.0625rem;width:2.625rem;height:1.9518904309641rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnsEnzgpDeTN526yATXO6eM3HFp39PLb { top:30.75rem;left:37rem;width:10.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpIMEeJy5GK8wRT1ubCerC7UX6Khuq2A { top:33.1875rem;left:35.8125rem;width:11.9375rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgbf00zH9TXLHwp30MNcwVhTNvtsl5G2 { top:41.6875rem;left:11.0625rem;width:10.3125rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc35ET4puUOpy9lZzGkSciyRI0TDhtAf { top:39.5rem;left:11.5625rem;width:10.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsVqQ93nhEo8fdUzzFnWkNf5TKSSdwXv { top:39.1875rem;left:8.5rem;width:2rem;height:2.5457990935369rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux7TwEOAcakZC7uSNqcztQiW4lMItP02 { top:41.5625rem;left:26.0625rem;width:11.9375rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkPokOx69qVC2TP6rIid1iP3M2CUn5P2 { top:39.125rem;left:27rem;width:10.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nklf3mEsnn02F3SOXaEW9TONRQRg1JBl { top:39.0625rem;left:23.375rem;width:2.625rem;height:1.9518904309641rem;display:block; }
 }@media only screen and (max-width: 763px) { #npg5JhOlsh3M2paE1H9gtkBtUg4xyqcm { display:block; }#npg5JhOlsh3M2paE1H9gtkBtUg4xyqcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVrTzcqKEQaUyHTrmVlbD8k5PdQJGLQg { top:11.5625rem;left:26.75rem;width:21rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #paVKQwiNM4R9dxiaxzTS5GamFtoFIa0q { top:6.8125rem;left:23.625rem;width:24.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZJGRREfJuiGOHKqc8uor58hUfON89v8 { display:block; }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJColEkikuK8ymfzZDWaT7dwExPh7z3H { display:block; }#RJColEkikuK8ymfzZDWaT7dwExPh7z3H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqLimuxNCXftrBCeDTtIEv2KhRFdO4uK { width:25.3125rem;height:1.3125rem;top:3.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6GlM4zXTccrOIxBs1ZZdIKDBtkTzmLe { width:20.125rem;height:2.25rem;top:2.5625rem;left:15.9365234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHrv7NoUrRRnZsozAwceVULOTqJTKPld { top:0rem;left:22.7802734375rem;width:6.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqNN0HrdGewmL9PxCF42PhDyQTK2i51D { width:10.3125rem;height:2.625rem;top:2.5625rem;left:37.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0xZ2CybhS1ABMR6J0308wFyPr24tQiT { width:20rem;height:3rem;top:0.96875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW { display:block; }#GSfawhzwIaaLd2atE8GbeUZ9uIf8IneW > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1441a431-017b-4544-ab1a-7441be88241b/bgtopmin.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix.adaptive-delivery-prevent-bg, #at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix.lazyload, #at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix.lazyloading { background-image: none; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row .container { background-color: transparent; background-image: none; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row .container > .video-iframe-container { display: none; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row > .video-iframe-container { display: none; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .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); }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row .container { border-width: 0; border-radius: 0; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#at1TnT6TsifMqzxQ5dLAfUJvDcQxvzix > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhmRWUknns9o2Hnz2wKkXcUU9i35yGqS { width:7.6875rem;height:3.6875rem;top:6.78125rem;left:11.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4 { display:block; }#hzGBw28m0m73vqc4uNHVvGC5M2RJpSP4 > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiumwIOp3vfT1zW6wAgGMLPZGLDGqB1H { width:20rem;height:2.25rem;top:0.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPyLkyv6T0LbUPClwgmh82MrN8cE0QxX { width:3rem;height:2.3125rem;top:4.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcisTMlnCqJw4ZGUyI75QOD7uuiZ8Pf5 { width:20rem;height:18.66666625rem;top:8.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvrv4lFLUvNlv9Vvv7wCF1VX5RUAm6ZQ { width:20rem;height:25.607421875rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6ytM4hucM6OXBpCScSORDb3Tx7GNpiK { width:20rem;height:25.607421875rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi587SsVM1rOJ0GtJxWX4caGlTyslIEv { width:20rem;height:25.607421875rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpZWCu3C5wNrRfaZKE4wQ1U8GVTz2dI5 { width:20rem;height:11.66666625rem;top:29.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVUBZ1O7LbLs0NUBbPXQAbcwSVwMWLPB { width:13.625rem;height:4.1875rem;top:74.232421875rem;left:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvV8GPUH6XaRkqBCHlLvhSQOBnOeAQwI { display:block; }
 }@media only screen and (max-width: 763px) { #iCWktH2boBenw8ZN1oVCOxPQe9v1eBLM { display:none; }#iCWktH2boBenw8ZN1oVCOxPQe9v1eBLM > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UhXPkwoyXUohho7SQZtplEvyZM1OXJ7z { width:20rem;height:10rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy { display:block; }#v1FkqkeWs6fV5uk8VSi3VQBUICSAZqdy > .row .container { width:20rem;height:94.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NS2QbhJUGeAd7y0lF5wurT0qbZasos5k { width:20rem;height:1.583333375rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn31u0XBodzV7KeDwr0HDkxPbDQb5ObT { width:20rem;height:1.583333375rem;top:31.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiTEIaB0Bw63JtTdPcUkeGvTs4r6sNAE { width:20rem;height:25.678949853855rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc0rEUP0u7eBGGTxqsv7KvrWuTRGhNAB { width:20rem;height:25.678949853855rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg8InQxLMwHTGx2dZ8TZcR5diPWcDwlX { width:20rem;height:25.493513748754rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIRlmLlvRe3EWBgr7nC1TVUb3Pc4V3DH { width:20rem;height:25.6781875rem;top:4.1243495941162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV11EADXZcIP1K1oOnTbustuLRPBT35c { width:20rem;height:25.678949853855rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs7upAJvhPTKpA7TkteqUyosPaZ0tT3l { width:20rem;height:25.697708259801rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEVGVTpmw70r3BzuHwUlEgOa7sDWgIed { width:20rem;height:25.678949853855rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlokQi0HwSWrVcu3E9qGg0g7dJeKszTG { width:20rem;height:25.678949853855rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTxvGIOxTknOqWqTztZZNOoFcPAPi0zO { width:20rem;height:25.678949853855rem;top:64.874135971069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twmze8hqhsDDeZNFraSAXmpsevKWeAgH { width:20rem;height:25.6781875rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Ts3D3iQgEQKJgZcrHNUN2k1orE7yl7 { width:20rem;height:25.6781875rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFZtdod6IkblkRHFJFo6DlsdKrlA0okh { width:20rem;height:25.6781875rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG3TCSFDiCGtSn971COLKoa8C45Bm9iS { width:20rem;height:1.583333375rem;top:62.061635971069rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSZz22D8FefVnT2p8b8C40C8CvxUV28c { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9e58bc6d-ad54-4831-8582-9ded5eb128f0/3FOTOmin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c.adaptive-delivery-prevent-bg, #SSZz22D8FefVnT2p8b8C40C8CvxUV28c.lazyload, #SSZz22D8FefVnT2p8b8C40C8CvxUV28c.lazyloading { background-image: none; }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row .container { background-color: transparent; background-image: none; }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row .container > .video-iframe-container { display: none; }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row > .video-iframe-container { display: none; }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .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); }#SSZz22D8FefVnT2p8b8C40C8CvxUV28c > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwelee8RwsB7FVC6u99vyRoqydOzCRHx { display:none; }#uwelee8RwsB7FVC6u99vyRoqydOzCRHx > .row .container { width:20rem;height:54.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e84nARTgVzyFqiaIJ9mnuWJweOER3dsA { width:13.75rem;height:5.125rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLBxk1cznIS1BMXmahzmM6bmUIZc6lpQ { width:20rem;height:20.1875rem;top:11.1962890625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8NzlHLsvkecQUcBnfRbU62ETv5mtgHc { width:20rem;height:1.125rem;top:29.478515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luCI17n5czLZXWE6IBVaX0kUP5S14WBD { width:20rem;height:12.875rem;top:33.6376953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMa2BJlzMFlk7FgrxLwT1fwtWdE9qOll { width:5rem;height:6.25rem;top:4.013671875rem;left:12.443576872349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsdLlgPpy0icvCMuAWGvvSxoAZtDwJdb { width:13.625rem;height:4.1875rem;top:48.3876953125rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2hhHRxIDsmORQT8bXlR3wk3TowgpdB2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZydS3Rfb3X8PEQUnIp1fnwG1MQEC3LV7 { display:block; }#ZydS3Rfb3X8PEQUnIp1fnwG1MQEC3LV7 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwXvyTXLIKS0ddHH2CMs24kfG0e9zFeu { width:20rem;height:11.25rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4vcUB70tufRo9s5HRofGptVkHrFESe2 { display:block; }#w4vcUB70tufRo9s5HRofGptVkHrFESe2 > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r462ucheJWTSMe27kaObddIZNQ7zz01d { width:20rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTuBbinnvUKQZUonyH6GpazPyo2U8nLn { width:1.875rem;height:1.875rem;top:14.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTWBcSUy8J73gS2hlC4RuOvyFBFw3JfJ { width:1.875rem;height:1.875rem;top:14.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFovV0h8F4OD1JT0CA27NrbV2bDIhngy { display:block; }#SFovV0h8F4OD1JT0CA27NrbV2bDIhngy > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtM66ypdkyb9JLuVRZTIEQzwHNeXwnLI { width:19.875rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sclneHomfRtU3sIGwpodStTLZQvCpq7m { width:1.875rem;height:1.875rem;top:14.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubnzbB2TMQqB2pJ5P1kRfRA7JrM9NqWu { width:1.875rem;height:1.875rem;top:14.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77 { display:block; }#qsX5QvUTWC275A6PJiOqHTPsIBQ6eD77 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpSXHA5DP62JtEhHFPdW6KW07zrpJqgH { width:19.875rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLM2TVy58tkPQXPqNQQKbvGVkizepoBa { width:1.875rem;height:1.875rem;top:14.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUxu1OkiNvF82yJJQLosI1fDPtiJUyyu { width:1.875rem;height:1.875rem;top:14.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe { display:block; }#aJQrTOg5TX1RSdrqpcoTWkTATS8hnahe > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6t4uGw9f5Ltbyzidfn0z49essLnn8fX { width:19.875rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s02HbUp0tiU3E6XmTb9JhTWTbK0wy7mm { width:1.875rem;height:1.875rem;top:14.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGhiDXxW3CBgZ7Zd7OiuUXDSa8O9hIX3 { width:1.875rem;height:1.875rem;top:14.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzovCnJTT7gmXNwSo1plfdUahJp6nkMl { display:block; }#qzovCnJTT7gmXNwSo1plfdUahJp6nkMl > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRt4QKg9qZrTno65xDdy1fUrSWTZKU5A { width:19.875rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMUDcpq1U7WyRQDEDqJfRhzacd3wxQdg { width:1.875rem;height:1.875rem;top:14.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plybR9plNKi9NgZAZNVFVl7m4Se6hEiA { width:1.875rem;height:1.875rem;top:14.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc { display:block; }#u95rIw5LNx05KhX2M2sMq8sgTVOG7Bbc > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZITtvwmARRNVSPyZwWsUAtalnu427vB { width:19.875rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7XX7NQlzC2Px7Sbqyy26a1PAaVp0CMr { width:1.875rem;height:1.875rem;top:14.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHN0XhTDGaGc391hmySEQGNcoMZdXD1U { width:1.875rem;height:1.875rem;top:14.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQTWk6hPmDLu76yDWL9qld2JT0raT0eV { display:block; }#OQTWk6hPmDLu76yDWL9qld2JT0raT0eV > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IduDWQXKz9Uvaww2l7lXqzkRmSl1XxTH { width:19.875rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPyTSwDcLBR8n3Ocn4TVgoZ5rSoMDHJ2 { width:1.875rem;height:1.875rem;top:14.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SELAXyzaX5p52amhSFXIRa89uuXh6h1I { width:1.875rem;height:1.875rem;top:14.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ { display:block; }#yrc3UpZwBbDudCZMrz3wvdvoOiGFO8LQ > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeODG2cm65oq8UrCprOd3czTTVp5Eefs { width:19.875rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl27Fp9CLMWzpCMWQSqn7iHgN9E1CCs7 { width:1.875rem;height:1.875rem;top:14.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB4FZTRQt1HbyzO8KWkTvSRKs7FhOkiZ { width:1.875rem;height:1.875rem;top:14.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx { display:block; }#Z5tJCqAZaIMNfuaqNBIzfZrIOSfA1ENx > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXluO3yc06996VmbfSSFOBOdtAyZb2u8 { width:19.875rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXXt9dg1faySxR7Vt5T8TeZZGn88TCW8 { width:1.875rem;height:1.875rem;top:13.375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeFbW6IOXO4hqnVvPK3Wgc81lG2bRpb6 { width:1.875rem;height:1.875rem;top:13.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytqkxRZyJnHbJbdFLAiD9faKsggAZFOk { display:none; }#ytqkxRZyJnHbJbdFLAiD9faKsggAZFOk > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FSP4QWNRi118hXyAzIDAbxynh0d2U41u { width:20rem;height:13.75rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW { display:block; }#p9Fl8Eb7uih1IdiqxIaLCmPVdWWKVTPW > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHLkqzoKam0NBbVp4rvlH9064NZztObV { width:19.75rem;height:12.75rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAsR7UX2OLRIavNix4XFAR6q3TgQ9ws4 { width:20rem;height:2.41666675rem;top:0.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQT5fSZA8C75WC97D1R9Auff6fPBHqgt { width:20rem;height:32.500001rem;top:7.7001953125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx6qGdfemsRKUppXax8Dkuwup41ONb2h { width:1.9375rem;height:3.6875rem;top:3.5751953125rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcax2prutvvVJWTNUetLrR2mxIhgweX5 { width:13.625rem;height:4.1875rem;top:59.875rem;left:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sumz8knC0RTDFqkU3IfbvTvlCNC0dIs9 { display:block; }
 }@media only screen and (max-width: 763px) { #hxO5GXGIMZ9eUvUeIRqKCk0nXSX3Amm1 { background-color:#e7e7e7;background-image:url("https://images.assets-landingi.com/uc/fc93a19f-4cbf-4a11-8420-2b3a9601acbc/sectionbg.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#hxO5GXGIMZ9eUvUeIRqKCk0nXSX3Amm1.adaptive-delivery-prevent-bg, #hxO5GXGIMZ9eUvUeIRqKCk0nXSX3Amm1.lazyload, #hxO5GXGIMZ9eUvUeIRqKCk0nXSX3Amm1.lazyloading { background-image: none; }#hxO5GXGIMZ9eUvUeIRqKCk0nXSX3Amm1 > .row .container { width:20rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cEelAVrz9GKm0orTdAerddh8oqTcfumM { width:20rem;height:5.125rem;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTAuxWpLzETp3cryFq5dJEyhaoxRfIZB { width:20rem;height:12.375rem;top:10.196397781372rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVNtvJxu7S4wSxUFx6kwyTy8XlncPdxe { width:16.1875rem;height:6.375rem;top:40.875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qD5ITzHytSuM5t23evk1p6co9p4iDhV3 { width:14.875rem;height:5.375rem;top:41.3125rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oauSFD2p2TZxbqUKZ9gyivpTT4OXlIvR { display:none; }#oauSFD2p2TZxbqUKZ9gyivpTT4OXlIvR > .row .container { width:20rem;height:76.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OwWtNmrb17ZFWxyZit27ptXc5TCyL13y { width:16.25rem;height:7.6875rem;top:1.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt5EN8Dmzu8xg1O8W6IvCheG5GLBpLV4 { width:2.5rem;height:7.625rem;top:1.40625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtbdxcZUSzXTo6k8174prE2zmo2gWw97 { width:20rem;height:14.75rem;top:9.9833984375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwQTIZMNFQJkIultU8HJf5cDkT7gEATQ { width:20rem;height:15.8125rem;top:26.4541015625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6V6u5AhTVxZaFNJiWd057eR0T1Ct3k9 { width:12.9375rem;height:25.875rem;top:42.8291015625rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpgPXhycswuE9ssMI3Tmy759PhvJ0zgZ { width:13.8125rem;height:4.25rem;top:70.2666015625rem;left:3.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWu8Sv2ipSLGXLQG7snxuLPIlLwTUBiZ { display:block; }
 }@media only screen and (max-width: 763px) { #OFCPFnVpEZ2KVCcR8RNtd1xugMgaruXT { display:none; }#OFCPFnVpEZ2KVCcR8RNtd1xugMgaruXT > .row .container { width:20rem;height:101.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fWwGQxDlgoZROU8E4LrXPJsNTiAyH2RD { width:20rem;height:25.6796875rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #om7hUnUv1sudJabi9tM3m7uhVcpABPrn { width:20rem;height:25.6982421875rem;top:36.98828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4avba7M7R0MW9ymLpqxouG6eaFC0aDm { width:20rem;height:25.6787109375rem;top:5.947265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLpxGv7U1eNqaqQvtQ5WSQIXnZ4DelP1 { width:20rem;height:1.6875rem;top:2.072265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnqhI7e7D5HtDTvOVpfEWuPMQq1dIpAK { width:20rem;height:1.6875rem;top:33.619140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuQmKKtezDyTPQdMzJkVUswiMX5lG7Tr { width:20rem;height:1.6875rem;top:64.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luhyw8quwatcEVSmPWT8WZXe721iOX2I { display:none; }#luhyw8quwatcEVSmPWT8WZXe721iOX2I > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cdsC60WWGZzCS3t64941BZIv8BN7HXGq { width:20rem;height:2.5625rem;top:0.916015625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VknhxfEBy21a2nL9pixTZQeRTKo2FdHE { width:2.8125rem;height:2.5625rem;top:2.978515625rem;left:14.8115234375rem;font-size:2rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #IlUVTz1vT8TxBzGybtQanqQIqtuKA4gK { width:20rem;height:2.5625rem;top:6.041015625rem;left:0rem;font-size:2rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #FtwDecomAHis13vopndr072TxWRZTXzc { display:none; }#FtwDecomAHis13vopndr072TxWRZTXzc > .row .container { width:20rem;height:91.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iuXilqy5PSTo67VkdbqhLtN8Fwmg3TLJ { width:20rem;height:15.000181455271rem;top:4.12435rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d18fiGUHhTm9VBEXzeNuTULDgFnWTRcK { width:4.3125rem;height:9.875rem;top:11.620008468628rem;left:7.2560768723487rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnHzCOdOJHTX9ekgOZ6XWXbIOgRewkCM { width:6.875rem;height:1.6875rem;top:19.749370574951rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqnpsViTieWP9hGuSRTyRmIggQ251TH0 { width:4.375rem;height:1.6875rem;top:19.749349594116rem;left:11.468750059604rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #toUscxtuuBMpS3AmZQXPWqg9Zm48a4iB { width:4.3125rem;height:1.6875rem;top:19.749349594116rem;left:15.625868856907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llJ0dRUTNLLGSezcLd1rFWhzvNdzqiWs { width:4.1875rem;height:1.6875rem;top:50.9375rem;left:15.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmVulRPLPQrTQCIdwHaZ7wvxV3QSp8B9 { width:4.2490234375rem;height:1.6875rem;top:50.9375rem;left:11.4384765625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exiPmFPFBfnmbmJ20viLgm1Jvy79moTv { width:6.875rem;height:1.6875rem;top:50.9375rem;left:4.2490234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Gee6HSP0uJI1alo5tgG2LyaBKmbGor { width:16.75rem;height:2.8125rem;top:30.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvWcGri51qAfskrkUPsepF1VJd8sBE29 { display:block; }
 }@media only screen and (max-width: 763px) { #m10grrw50cPeAlKXb8J9IRCw2tW4iKNv { width:16.6875rem;height:2.8125rem;top:34.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL4HUWnIohMgvkrwWncgoAb4Mmqe7SMh { display:block; }
 }@media only screen and (max-width: 763px) { #pTTSa9W9oFEE7wk40DgLntoVQMdvWyzL { width:16.6875rem;height:2.8125rem;top:38.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn9IVr2OtbSSrJziNo7n4Rp4JURWPL06 { display:block; }
 }@media only screen and (max-width: 763px) { #rE9V67lpoqHanNO41cd8SuXgvAItnAHR { width:6.624375rem;height:6.624375rem;top:22.336155891419rem;left:13.374566137791rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSlzPgN6rfNSA89rT3zHwUIaNqP5VeW8 { width:6.624375rem;height:3.5rem;top:23.75390625rem;left:13.3740234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTJee6mI0XtTyGxIQ0BrfZXXvTN9L0o { width:17.5625rem;height:0.875rem;top:42.46875rem;left:1.21875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp3mNbBG0vP3zfoFpqISlvJTPJP9QGeT { width:20rem;height:15rem;top:53.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV9JWWFc6Tr5RssDQQLKtznNg0EG75hM { width:20rem;height:4.5rem;top:44.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #riQcHbitTJa2cgRz4aF46tTFLKd9ygWo { width:19.875rem;height:3.5rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ZoQ2dORJaZ9XcKpQE1p1b3vPG26eKF { width:20rem;height:43.875rem;top:46.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVmcapVaQrITyBRwoBcF6AyoR5GIGdqU { width:16.6875rem;height:0.875rem;top:87.53125rem;left:2.15625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6DFETfNEZCovsTlWB3wBJrfDJuyxgCx { width:6.625rem;height:6.625rem;top:68.21875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAoXl4eE11B5FCUxrqM4DfRr95q1v5J2 { width:6.625rem;height:3.5rem;top:69.78125rem;left:13.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9DEOIiJyeiiaSL2ssfCXMESd76URPDi { width:16.6875rem;height:2.8125rem;top:83.53125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDWfIaIhKXduKhwUxlTi0zxOZ1OGetcB { display:block; }
 }@media only screen and (max-width: 763px) { #p1DvNfi1VsCwp6IWAyxolcUdmTl2lAWa { width:16.6875rem;height:2.8125rem;top:79.5rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5wcUObgCZnovVxMLXi2oiMC5e0evRbm { display:block; }
 }@media only screen and (max-width: 763px) { #DAmMMDV5L1VLZrzPbBADVwpGIQhX78Fb { width:16.75rem;height:2.8125rem;top:75.625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31t6r8QkG5pTBwklhNbPhS2yNhzrstU { display:block; }
 }@media only screen and (max-width: 763px) { #cAK0e9gdGveCNi92rJPyO3pgzSKuNLNs { width:20rem;height:44.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQne2EKZd7XsT96cWZ8vEUMuhSN8uGfh { width:6.625rem;height:1.375rem;top:73.28125rem;left:13.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/19013006-f822-4738-bf40-5e27445733bb/FOTO1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR.adaptive-delivery-prevent-bg, #bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR.lazyload, #bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR.lazyloading { background-image: none; }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row .container { background-color: transparent; background-image: none; }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row .container > .video-iframe-container { display: none; }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row > .video-iframe-container { display: none; }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .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); }#bRO3qSk2wCzyewWPqOTW1ZhWnJdCmrKR > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hikT4DrnpRnD3nkdurUFgKCSOU9UlmTe { width:3.6875rem;height:1.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHh1KMZTPMnlEzi3XKP1x0xER82BCmQG { width:2.8125rem;height:1.3125rem;top:0.9697265625rem;left:16.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTpLLGaUgpMUiB78mq15K3vU7uARKP32 { width:20rem;height:0;top:5.87456875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #os8INIArslUUutxK5w0J6SdTG7n0pGuN { background-color:#edece4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#os8INIArslUUutxK5w0J6SdTG7n0pGuN > .row .container { background-color: transparent; background-image: none; }#os8INIArslUUutxK5w0J6SdTG7n0pGuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os8INIArslUUutxK5w0J6SdTG7n0pGuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os8INIArslUUutxK5w0J6SdTG7n0pGuN > .row .container > .video-iframe-container { display: none; }#os8INIArslUUutxK5w0J6SdTG7n0pGuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os8INIArslUUutxK5w0J6SdTG7n0pGuN > .row > .video-iframe-container { display: none; }#os8INIArslUUutxK5w0J6SdTG7n0pGuN > .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); }#os8INIArslUUutxK5w0J6SdTG7n0pGuN > .row .container { border-width: 0; border-radius: 0; }#os8INIArslUUutxK5w0J6SdTG7n0pGuN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#os8INIArslUUutxK5w0J6SdTG7n0pGuN > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USMliwqFpDkgBUhZf0rPcFvoqHNu3vgU { width:20rem;height:19.833333125rem;top:1.875rem;left:0rem;font-size:1.125rem;z-index:15003;color:#1f160d;display:block; }
 }@media only screen and (max-width: 763px) { #JG6idSds2oQm9kiPwPLIXRlhrazf9MZF { display:none; }#JG6idSds2oQm9kiPwPLIXRlhrazf9MZF > .row .container { width:20rem;height:74.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Pg2IbmIwlemz50DZvTTMxzUiiTosogsK { width:20rem;height:2.5625rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7X4IZ3kR7LTaDHHaTX7J53KpsMK3VHF { width:17.5rem;height:1.125rem;top:6.1552734375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaepfuTqGAg7FDF9u1SrB6mWsHGoyBw5 { width:17.5rem;height:4.5rem;top:7.7900390625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TODxSMhCsSA3TWuBBz3webIU4frHGWuL { width:17.5rem;height:1.125rem;top:16.7314453125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWAiX3vUyGMyN5W5FmDfvZzn56lcegPE { width:17.5rem;height:1.125rem;top:12.9775390625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTDmNzXGASh8qp7fF7lRFaxBquWM0pz0 { width:17.5rem;height:2.25rem;top:28.4375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKk2T4Q4wFtZlKEQ8TKowmafGIGSclFt { width:17.5rem;height:1.125rem;top:26.40625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whwT9cTPFfN2hIN5UUStworenw1Xdu2K { width:17.5rem;height:4.5rem;top:20.7275390625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Vil8HARr4sJBZmWtVb2Dw5QbV7fogC { width:17.5rem;height:1.125rem;top:19.0400390625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StNGBTuwRrVakedrAnVWFnuqZ1GV786K { width:17.5rem;height:1.125rem;top:31.568359375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpwSWdF11Xhp4on22JfI4sh1xPDrWI8U { width:17.5rem;height:4.5rem;top:33.875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InqvRekXZ2rbrqt0VElXfoXKUD3oGhWw { width:17.5rem;height:2.25rem;top:41.833984375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avTHsFtk8umrHh8z1G6Ze876qVTF6EtV { width:17.5rem;height:1.125rem;top:39.625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfSS9EbrOOzOH8WkThVdlfhPLEw0zEmy { width:17.5rem;height:1.125rem;top:57.9365234375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8OKUN2n1ILQdbgnDu8PrfcCGe5Qe1OP { width:17.5rem;height:2.25rem;top:47.564453125rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPbirqRBR3Oil21dVvkcdzAGox12OHQ3 { width:17.5rem;height:1.125rem;top:45.3115234375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm2bp1Op1WhUcOHw69LZ76uMGTUkD0Do { width:3.3115234375rem;height:3.3740234375rem;top:1.8125rem;left:12.9453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq9CoUR7SVv5Nnt9L3uRnPsIaWMQNofc { width:2.62478125rem;height:2.74956875rem;top:0.72808074951175rem;left:16.194663107395rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRCqPSTqctos6IegTPTTzc9s5ruFHoQU { width:2.8125rem;height:5.3125rem;top:0.8427734375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0D5V3iFr6QynG5wMRbX3ExSHql7EDT8 { width:3.9990234375rem;height:3.0615234375rem;top:62.4384765625rem;left:14.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAWZ5sXavpErxitPWULZvpUKM6MuGx2m { width:2.8125rem;height:3.5615234375rem;top:63.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAbOiBRKb2AB33p50DTwNbTC5yBLx9DF { width:2.3740234375rem;height:2.4365234375rem;top:70.875rem;left:15.7509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct1CzZHoWx7uScPP79sOztuMphzLBDnO { width:4.625rem;height:1.5rem;top:71.34375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWBOWG3HomuTR3XTyKAHkBEkEp8k0Q92 { width:17.5rem;height:1.125rem;top:60.4365234375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp50L1BoTKq2v7iXtWHF1XkVAGyCBb94 { width:3.25rem;height:1.625rem;top:63.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPd7byZ6qPBsEcnuoLR9TpvIhVDleDg8 { width:6rem;height:1.5rem;top:66.4677734375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLeX8xXZDgVkHh6DMgoeQ1TRvzt83EKl { width:9rem;height:1.3125rem;top:69.123046875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2xpTDVcQ5J4lmMD8w3ZIVGNlTiv36Ko { width:18.3125rem;height:1.125rem;top:51.5615234375rem;left:0.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCsdxBK0nungWvByqFpZgq01RUfbuTBl { width:18.25rem;height:2.25rem;top:53.9990234375rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dizkiQU3mxzLtyGSSBf0cWLByu4TCGp1 { width:18.25rem;height:2.25rem;top:15.6689453125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b { display:block; }#wkmXoLV2cO7ePRLCcgMsIMWi6PgkT24b > .row .container { width:20rem;height:157.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QX6Bd6I877cJkusJmcQgkwEk66LGQ2rb { width:20rem;height:5.1666665rem;top:1.2802734375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVUatKqwDBLyrQpKTL1i64T6Tk0hhIk { width:17.5rem;height:1.083333375rem;top:16.7314453125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHMEMdsu8TgWQw4AEbUvk25TwT7Gbc5L { width:8.5625rem;height:1.666666625rem;top:8.7158203125rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o07MNHb5XT7EIoG4FtiurMu4nCHTcn9N { width:3.3115234375rem;height:3.3740234375rem;top:148.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2rp0TK4z09M9Gv7eJtxzsuH4khAfFlr { width:3.9375rem;height:7.625rem;top:146.5625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM1kUo1GJbknzDSixtd5tlU4yfuZBrKi { width:2.75rem;height:2.0625rem;top:8.2470703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6sqabAyEqNaQOyrom0NimtZBchckVQF { width:2.125rem;height:2.75rem;top:21.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHRhhqZyy6P0XWUrERh69VBCfAny6T5 { width:18.8125rem;height:8.666667rem;top:10.8095703125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU50oJvC4QbiusLbqNHeaRh2IIdttXAM { width:10.8125rem;height:1.666666625rem;top:43.375rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7ZE1TrJpHdJFOLAO088T2fvCA92H66o { width:6.8125rem;height:1.666666625rem;top:22.25rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtDAq8riDOtNa22ZsvikDfriJze5Ci4A { width:18.6875rem;height:4.3333335rem;top:61.926696777344rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO27dxLeQmQBSz8ESX2tW2JwmXD2QHAy { width:18.5625rem;height:14.083333875rem;top:44.125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLcDJ1cgOOynZNZ5N5rWhJlsHzAJgPpp { width:16.9370403125rem;height:1.083333375rem;top:25.060852050781rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pss23ECTPRrSN6CWOII5kLzadTD9TiRK { width:10.8122701875rem;height:1.666666625rem;top:59.75rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU3ovhI3KwcUCyW4qDANdmQms3fFi3F0 { width:10.8125rem;height:1.666666625rem;top:29.4375rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh6o2yKBgQLN4pB8uUQ00E4Fnsi7cUl7 { width:17.5rem;height:1.083333375rem;top:32.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RegdqZQLf46Eo4VbhVmaR6T4h2VEzHos { width:2.125rem;height:2.75rem;top:35.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAiUguuOTLA6ASoMD2IxFmI5wRJIOWLs { width:2.625rem;height:1.9375rem;top:43.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziVIXCoXV41zBwGAlrm5nZ7yN5fzLL0c { width:2.875rem;height:2.125rem;top:29.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFCqil2p6lo66ugSIi5ZpPyUKglJppJo { width:18.75rem;height:3.250000125rem;top:68.9375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLQoIZbNDR5zDEc6oFJT7r3qw65eq6cJ { width:10.8125rem;height:1.666666625rem;top:67.375rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtN64QJZKdVLHxSLfZfv2Z2sg8wr2DA7 { width:2.0625rem;height:2.625rem;top:73.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx2KMDEhT8Iiy4SpMU5tSQgFqbOHEhH7 { width:17.5rem;height:1.083333375rem;top:38.6875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7FkJsk0CMeI2HNw6GeMgWlogytr8Ece { width:16.4375rem;height:4.3333335rem;top:76.4375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlvIiUP0tddu2cRECW1BIwyzaTXWLDwr { width:1.9375rem;height:2.5rem;top:59.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzC6pukcPI1f7DtIcnn52LFzr6N2PcoW { width:10.8125rem;height:1.666666625rem;top:36.375rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1Bh9PK5pI5TL2axLbl4tOaTDlLJ0qty { width:2.6875rem;height:2rem;top:67.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e16mSyZ1aO0a496liJ7eBeXzQWHhhyFR { width:10.8125rem;height:1.666666625rem;top:74.25rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBn22CDs0E512dSH80hmMIVU7hbXxNL1 { width:3.6875rem;height:7.125rem;top:146.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2CPsfpvM6IWPsKoE2osWI55JBz60tcW { width:13.1875rem;height:5.416666875rem;top:82.4375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D87PSG32hssMT1TJg2n8xMWul2xbNug3 { width:10.7490806875rem;height:1.666666625rem;top:80.75rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl72NxCBmJ1sDA823FLrcbixIOJDE25E { width:1.99908075rem;height:2.5448069375rem;top:88.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwO9xRiHvnouez8Fa99y5TxnoQ2iX52q { width:10.7490806875rem;height:1.666666625rem;top:88.5625rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEdUT9i1KWOxW3r80X8WzoH9R8PQ5pL6 { width:13.3125rem;height:5.416666875rem;top:90.625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e27gJcu7wce8Xp8nrZMnOfCms7LgTUon { width:2.624080875rem;height:1.9519760625rem;top:80.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSOXX37pNdWTCLXfI8Pfe4aMykl4XNCQ { width:1.99908075rem;height:2.5448069375rem;top:103.60522460938rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uydfbr6erTxb8cULaHwL9XLEcoEK3eiO { width:10.7490806875rem;height:1.666666625rem;top:96.079956054688rem;left:5.122931599617rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB7d1Jcf2CSiT5ZO7x48bIgBec7MGKqE { width:17rem;height:2.16666675rem;top:99.169311523438rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk67STW6ByKT19DISUAZoRyftVDg3UmO { width:15.5618105rem;height:5.416666875rem;top:106.66821289062rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAGiH6Ni6aEZdFeGJwKOnGxKpCAJ1U7n { width:10.7490806875rem;height:1.666666625rem;top:104.02154541016rem;left:5.122931599617rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmGWrqQzVOw2WTnScrK8oEhucDzvVBM0 { width:2.624080875rem;height:1.950827125rem;top:96.190307617188rem;left:1.2477022409439rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9KJ7GSmaqBMlk1ENPk3TvmrchuO4MQT { width:17.1243095625rem;height:4.3333335rem;top:115.16430664062rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuM6JRZTDxrArovP0mWHH2qBJxwKaZIy { width:10.7490806875rem;height:1.666666625rem;top:112.26904296875rem;left:5.122931599617rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu298OVOnRwIb2JUtWaDnWFKGUgPwKJW { width:1.99908075rem;height:2.5448069375rem;top:119.53930664062rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSqmaNilh1u0pUEvxX1k1SLZHcs9ZuIQ { width:2.624080875rem;height:1.950827125rem;top:112.1513671875rem;left:1.2477022409439rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnsEnzgpDeTN526yATXO6eM3HFp39PLb { width:10.7490806875rem;height:1.666666625rem;top:119.92761230469rem;left:5.122931599617rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpIMEeJy5GK8wRT1ubCerC7UX6Khuq2A { width:14.2497701875rem;height:4.3333335rem;top:123.11926269531rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgbf00zH9TXLHwp30MNcwVhTNvtsl5G2 { width:16.1868095625rem;height:4.3333335rem;top:131.43493652344rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc35ET4puUOpy9lZzGkSciyRI0TDhtAf { width:10.7490806875rem;height:1.666666625rem;top:128.62438964844rem;left:5.122931599617rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsVqQ93nhEo8fdUzzFnWkNf5TKSSdwXv { width:1.99908075rem;height:2.5448069375rem;top:135.83984375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux7TwEOAcakZC7uSNqcztQiW4lMItP02 { width:16.3740806875rem;height:3.250000125rem;top:139.40515136719rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkPokOx69qVC2TP6rIid1iP3M2CUn5P2 { width:10.7490806875rem;height:1.666666625rem;top:136.26025390625rem;left:5.122931599617rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nklf3mEsnn02F3SOXaEW9TONRQRg1JBl { width:2.624080875rem;height:1.950827125rem;top:128.56274414062rem;left:1.2477022409439rem;display:block; }
 }@media only screen and (max-width: 763px) { #npg5JhOlsh3M2paE1H9gtkBtUg4xyqcm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1441a431-017b-4544-ab1a-7441be88241b/bgtopmin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#npg5JhOlsh3M2paE1H9gtkBtUg4xyqcm.adaptive-delivery-prevent-bg, #npg5JhOlsh3M2paE1H9gtkBtUg4xyqcm.lazyload, #npg5JhOlsh3M2paE1H9gtkBtUg4xyqcm.lazyloading { background-image: none; }#npg5JhOlsh3M2paE1H9gtkBtUg4xyqcm > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qVrTzcqKEQaUyHTrmVlbD8k5PdQJGLQg { width:8.6875rem;height:2.625rem;top:6.87109375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paVKQwiNM4R9dxiaxzTS5GamFtoFIa0q { width:9.9375rem;height:2.4375rem;top:2.9375rem;left:10.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZJGRREfJuiGOHKqc8uor58hUfON89v8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/af7e287b-ed9d-4bbc-bf89-2596cdf563b5/FOTO3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uZJGRREfJuiGOHKqc8uor58hUfON89v8.adaptive-delivery-prevent-bg, #uZJGRREfJuiGOHKqc8uor58hUfON89v8.lazyload, #uZJGRREfJuiGOHKqc8uor58hUfON89v8.lazyloading { background-image: none; }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row .container { background-color: transparent; background-image: none; }#uZJGRREfJuiGOHKqc8uor58hUfON89v8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row .container > .video-iframe-container { display: none; }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row > .video-iframe-container { display: none; }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .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); }#uZJGRREfJuiGOHKqc8uor58hUfON89v8 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJColEkikuK8ymfzZDWaT7dwExPh7z3H { display:block; }#RJColEkikuK8ymfzZDWaT7dwExPh7z3H > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqLimuxNCXftrBCeDTtIEv2KhRFdO4uK { width:16.4993095625rem;height:1.5rem;top:1.499267578125rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z6GlM4zXTccrOIxBs1ZZdIKDBtkTzmLe { width:13.25rem;height:1.583333375rem;top:7.125rem;left:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHrv7NoUrRRnZsozAwceVULOTqJTKPld { width:3.1865234375rem;height:1.6240234375rem;top:8.0009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqNN0HrdGewmL9PxCF42PhDyQTK2i51D { width:11.1875rem;height:3rem;top:3.75rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }