.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f7f6f5;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { border-width: 0; border-radius: 0; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:none; }#UmBaDtvLZss4yenculz0ETTxVOcemENe { 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.25rem;width:14.4375rem;top:0rem;left:28.8125rem;overflow:hidden;display:block; }
#cSPefvuMG4XKVNT3O7d71olZAJXlKiMR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#cSPefvuMG4XKVNT3O7d71olZAJXlKiMR > .row .container { background-color: transparent; background-image: none; }#cSPefvuMG4XKVNT3O7d71olZAJXlKiMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSPefvuMG4XKVNT3O7d71olZAJXlKiMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSPefvuMG4XKVNT3O7d71olZAJXlKiMR > .row .container > .video-iframe-container { display: none; }#cSPefvuMG4XKVNT3O7d71olZAJXlKiMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSPefvuMG4XKVNT3O7d71olZAJXlKiMR > .row > .video-iframe-container { display: none; }#cSPefvuMG4XKVNT3O7d71olZAJXlKiMR > .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); }#cSPefvuMG4XKVNT3O7d71olZAJXlKiMR > .row .container { border-width: 0; border-radius: 0; }#cSPefvuMG4XKVNT3O7d71olZAJXlKiMR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSPefvuMG4XKVNT3O7d71olZAJXlKiMR > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#LKtzd6Of4ZwE64dVEx9tavnyxcPif910 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:33rem;display:block; }
#BPWfqATTzSGdJWnTvRhECwNWHbHo04hX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tl0upRgTZtSE49Zd7OkRiWMww8veqJg9 { 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:3.0625rem;width:15.625rem;top:0.96875rem;left:8.0625rem;overflow:hidden;display:block; }
#ThFUbEmMArPXoDrDmxSDKqAnSzM0Tr9T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.375rem;left:38.875rem;display:block; }
#eG2uBFIPpPvEK293ICfL5dUS7nxIT9zA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sXa130u5fgBANCFTF7tsezbc21OxwSdZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:45.375rem;display:block; }
#ZMumoT17pEeTMF5AtDUmNbIFx6BKEyzA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gg3qFtxDTiLZGcHTEFOl4KTqk9CSPLbz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:58.75rem;display:block; }
#vzbWyEIKIcF9HnsEdTgAzUAgHuyG4rXg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTHPMubIlxbJs0MmH4c74NRFc1UlnCsR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:52.375rem;display:block; }
#EMNLQOc1uzI4cU2IPs3F3E3dsLw4DzrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IGJ_21drT3g/unsplash/biljana-martini--IGJ_21drT3g-photo-1548025396-689d647d00c5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N.adaptive-delivery-prevent-bg, #dqdz2emiwa2HlpVMbZmCxTQuA9qO904N.lazyload, #dqdz2emiwa2HlpVMbZmCxTQuA9qO904N.lazyloading { background-image: none; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row .container { background-color: transparent; background-image: none; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row .container > .video-iframe-container { display: none; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row > .video-iframe-container { display: none; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .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); }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row .container { border-width: 0; border-radius: 0; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#IeuKoOnGFpEq5xNVNXqgBnqtWsSuaxtG { color:#ffffff;display:block;width:68.061875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4359130859375rem;left:3.4674072265625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvG5Vu6wbulLCX43n4Tk5Wf4FS7md2Lw { position:absolute;display:block;z-index:15019;background-color:#bda06d;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:0.0618489375rem;width:23.686875rem;top:12.561849117279rem;left:25rem;display:block; }
#rvCGJRPBLp4KWlok3MoBu2pbMZGexIrF { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.23681640625rem;left:20.5625rem;height:3.7373rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRIibdEbwoo9BxNAQvDiKL9Sx8iFBh7Q { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:5.6875rem;top:1.5rem;left:34.65625rem;overflow:hidden;display:block; }
#ZngbfBef4L8mONL0yPo4R0VH1si750Ul { background-color:#800c32;background-image:none;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.931rem;height:2.6182875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:18.749389648438rem;left:26.478881835938rem;display:block; }
#LCTOApk7MvnShqTm4yOtSHWriT48Lx4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-trigger.adaptive-delivery-prevent-bg, #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-trigger.lazyload, #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-trigger.lazyloading { background-image: none; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #vUJW3F6fyXLxwKJIkso9UySskaPkByt5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #TTUWiIWlxBTDDKBVIKSLncrpQF7oEtUI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #UZa4WWTNJZJNelsTxcGUGeCDtmdOrNZN { display:block;position:relative; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #cO4U02VFedJvR8CRlITnveShTXA2PyiT {  }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #d7umLUwaEAfrc0EcAz1UproQfgszlFQZ {  }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #uumaKnX93VMnitD6XK77ANZw5rHsWTB9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #WuJCCyCGbRJKBOvSJI3ntWtc450R4r8O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #fBw3xSzmNBGCiC9pxhV1TyGKMinD2Dob { display:block;position:relative; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #CGoxQOr9qzQSVf7lk6RVko0ILWNckQ0g {  }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #A4GzKTWgpI4tPCF91pRXtGWQPLrTpTuI { display:none; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #MUTX0CL5TX2GyGqWUl49WVpWGgB8uoHJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #EyBabGnfyWLv97CmTQAvwouGJODmCsBK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #IubBXKDOh4vhEWKpwlet673wb01meEsL { display:block;position:relative; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #QATWsXRtBpesMN5QVz4sAFs9qtvMqBI1 {  }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #M8SAOxrMDNcJtbLTw2Xq4VCvzeGLu5Um { display:none; }
#EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn > .row .container { background-color: transparent; background-image: none; }#EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn > .row .container > .video-iframe-container { display: none; }#EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn > .row > .video-iframe-container { display: none; }#EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn > .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); }#EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn > .row .container { border-width: 0; border-radius: 0; }#EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn > .row .container { font-size:0.875rem;font-family:arial;height:96.8125rem;width:75rem;position:relative;display:block; }#OWMc23g9h3XaNy15T116BGMl3H2ZB7rB { position:absolute;display:block;z-index:15026;background-color:#faf8f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:63.5625rem;top:2.943359375rem;left:5.5625rem;display:block; }
#nXND5TaV3FxW4ES8dZJlavfZfvftIXB5 { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:4.4368591308594rem;left:7.8955087661744rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nlg1OnxMdgeQo2hTEsgzORS29GwaI1PM { 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:25.49925rem;width:16.9360625rem;top:5.7855224609375rem;left:50.850830078125rem;overflow:hidden;display:block; }
#aTNwLC9glRepQVfz9RzzUT2iQ0KoWfMu { color:#000000;display:block;width:39.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15060;line-height:1.8;letter-spacing:0;top:13.124348640442rem;left:7.9375rem;height:6.07470625rem;text-align:left;text-align-last:left;display:block; }
#TT5TUqAHnFEmBXpz5zm5kpFDIZezcDEI { position:absolute;display:block;z-index:15019;background-color:#bda06d;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:0.0625rem;width:18.125rem;top:12.25rem;left:30.6875rem;display:block; }
#sIVyZRI8CyiVc6g8KEcz8OV8veuT716B { position:absolute;display:block;z-index:15061;background-color:#bda06d;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:0.125rem;width:18.125rem;top:11.625rem;left:7.875rem;display:block; }
#cBcqn4sPIedMHNRw5rW05KFhB342hnRT { position:absolute;display:block;z-index:15027;background-color:#faf8f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.875rem;width:63.5625rem;top:21.124675750733rem;left:5.5620660781861rem;display:block; }
#Pb2TNk2PQIaEP3XkK6E0P0WHuptF2niS { color:#000000;display:block;width:40.5620625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.8;letter-spacing:0;top:21.936849594116rem;left:7.8955087661744rem;height:4.04980625rem;text-align:left;text-align-last:left;display:block; }
#Tu2Z0e08qyIVvwwXSF6P72ErmIVLU5kW { position:absolute;display:block;z-index:15031;background-color:#faf8f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.31225rem;width:63.561875rem;top:67.6875rem;left:5.625rem;display:block; }
#y1Z1l9qLuPfrl4EiO9u4r1AWQvgLngHs { color:#000000;display:block;width:39.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.8;letter-spacing:0;top:77.6875rem;left:8rem;height:10.1245rem;text-align:left;text-align-last:left;display:block; }
#v9hymULnosPEfCZTg3xa3D95Et0OrSfH { position:absolute;display:block;z-index:15024;background-color:#bda06d;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:0.0625rem;width:18.125rem;top:75.1875rem;left:30.75rem;display:block; }
#DmIna8FFAeupnd0mwWM5P3dVSA0i2JER { position:absolute;display:block;z-index:15066;background-color:#bda06d;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:0.12434875rem;width:18.125rem;top:76.75rem;left:7.875rem;display:block; }
#ZFLT0OPBJR7oMRcH3pnLoEiSmUSdQuf8 { color:#000000;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:69.5rem;left:7.9375rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9IEK4rzyoRkOnTJrShsE3d3UVaCdPSO { position:absolute;display:block;z-index:15037;background-color:#faf8f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.8125rem;width:63.5625rem;top:32.8125rem;left:5.5625rem;display:block; }
#elCas66JQ7wionwSCQKoS9lpcTCz64wB { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.8;letter-spacing:0;top:47rem;left:7.875rem;height:4.04980625rem;text-align:left;text-align-last:left;display:block; }
#dPFUldHubn5PnBrEN5S7WFd4BSBhT2nB { position:absolute;display:block;z-index:15030;background-color:#bda06d;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:0.062255875rem;width:18.125rem;top:53.169555664062rem;left:25.999755859375rem;display:none; }
#rTc9pmxfbGM8ubb0u2iGVsyC4F5yirJ3 { position:absolute;display:block;z-index:15072;background-color:#bda06d;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:0.125rem;width:18.125rem;top:45.125rem;left:7.875rem;display:block; }
#byiKCcHHgFzkq1V0pfq7BqtlNbTcqTXt { color:#000000;display:block;width:25.5620625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:34rem;left:7.875rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nx5IdTsZutlNmPaolnHkXTcbL8gX8q2Z { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:33rem;top:36.0625rem;left:34.8125rem;overflow:hidden;display:block; }
#ZUTe1TsV0pbiaoOwSZ5oFkCRKQ0iuh7m { 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:26.687rem;width:19.937125rem;top:66.25rem;left:48rem;overflow:hidden;display:block; }
#EMUKM0XGNnrbB3IHNc1Mkth13GoQ0vR4 { color:#000000;display:block;width:59.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15072;line-height:1.8;letter-spacing:0;top:54.75rem;left:7.9375rem;height:8.099625rem;text-align:left;text-align-last:left;display:block; }
#DBL6Z3GgsIA8N5PSnuH3JEQ5ER51dTz4 { position:absolute;display:block;z-index:15038;background-color:#faf8f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.875rem;width:63.5625rem;top:53.3125rem;left:5.5625rem;display:block; }
#tUI1Icqh21vhcIyURO17BXBSfG2wkh6w { background-color:#ffffff;background-image:none;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#800c32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.056875rem;height:2.8691375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:90.624389648438rem;left:5.5621337890625rem;display:block; }
#KJXGe3Q1lEc8kn67i3TLIhqMM4wwpbzu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P { border-top:0.4375rem solid #800c32;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.83);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; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row .container { background-color: transparent; background-image: none; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row .container > .video-iframe-container { display: none; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row > .video-iframe-container { display: none; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .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); }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row .container { border-width: 0; border-radius: 0; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#WVP8OSdM9bTCXI0a99Xcg2RmTN7ZMMbp { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5625rem;left:3.5625rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b0A5A7uwIWGD7nebpLaIiL3BwqbLvpMD { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.5625rem;left:28.5625rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPTTSTeUK8bJnz7EWNBixK5cTAOZ8ca4 { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5625rem;left:53.375rem;height:7.3120125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FRCydqhsQzFTlolvQuJXDR6zVHDgxQua { color:#000000;display:block;width:12.8119375rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tif2SfJENFLalwHgCwse3bJavEhcbTBz { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5rem;left:28.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vm23xTnlvCyaMx1CyLFmBcEbc9zO2aON { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5rem;left:53.375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RZe4QiHa7RT4dqnkxKbN2ENEvVuVATwX { position:absolute;display:block;z-index:15021;background-color:#800c32;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:0.1875rem;width:17.75rem;top:9.3125rem;left:28.5625rem;display:block; }
#NTgUu15AfHJEsE7CQKV8Wxv1gwC0wRbp { position:absolute;display:block;z-index:15022;background-color:#800c32;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:0.1875rem;width:17.75rem;top:9.375rem;left:53.5625rem;display:block; }
#i0igesy5PnlA3A4nIi7Pk6sHpwNSKoTt { position:absolute;display:block;z-index:15022;background-color:#800c32;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:0.187174375rem;width:17.7495625rem;top:9.3125rem;left:3.5625rem;display:block; }
#hcMaIJoGzd0MRTH2IU8WqkXxX7q3xmyV { position:absolute;display:block;z-index:14999;background-color:#faf8f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.124625rem;width:73.249375rem;top:3.8125rem;left:0.8125rem;display:block; }
#OpWeUFanaeitVM6Gnbf47FrcRQpwCF8i { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:1rem;left:17rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF { border-top:0.4375rem solid #800c32;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF > .row .container { background-color: transparent; background-image: none; }#aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF > .row .container > .video-iframe-container { display: none; }#aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF > .row > .video-iframe-container { display: none; }#aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF > .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); }#aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF > .row .container { border-width: 0; border-radius: 0; }#aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#iXWprzDMDQl3z2Z48xiWkkT9cVZ25UJC { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:"noto sans";font-size:2.25rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:1.380859375rem;left:17.03125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yB3IDVGuI4X6mhGu3lVRgTCiti7ib2Qv { color:#000000;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:6.50341796875rem;left:12.875rem;height:25.37111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wt1MIzRL2633ggteV3e6hpobikzpQd3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wt1MIzRL2633ggteV3e6hpobikzpQd3Z > .row .container { background-color: transparent; background-image: none; }#Wt1MIzRL2633ggteV3e6hpobikzpQd3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wt1MIzRL2633ggteV3e6hpobikzpQd3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wt1MIzRL2633ggteV3e6hpobikzpQd3Z > .row .container > .video-iframe-container { display: none; }#Wt1MIzRL2633ggteV3e6hpobikzpQd3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wt1MIzRL2633ggteV3e6hpobikzpQd3Z > .row > .video-iframe-container { display: none; }#Wt1MIzRL2633ggteV3e6hpobikzpQd3Z > .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); }#Wt1MIzRL2633ggteV3e6hpobikzpQd3Z > .row .container { border-width: 0; border-radius: 0; }#Wt1MIzRL2633ggteV3e6hpobikzpQd3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wt1MIzRL2633ggteV3e6hpobikzpQd3Z > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#wHCIkkvrwvXyMmvL4y2tkC7yvpqmbfL1 { background-color:#800c32;background-image:none;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.625rem;height:3.1875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:27.125rem;left:18.75rem;display:block; }
#oOhMTDR6IABOA1oDphJP9aIZ5WpQcoTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AAzp0luTS0K5Zk1e3MWnLGrBZJ3W10eh { 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:24.6875rem;width:44.4375rem;top:1rem;left:15.34375rem;overflow:hidden;display:block; }
#Owr81a8UtisB5SpDaMyU5xnAKHsVRnV6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Owr81a8UtisB5SpDaMyU5xnAKHsVRnV6 > .row .container { border-width: 0; border-radius: 0; }#Owr81a8UtisB5SpDaMyU5xnAKHsVRnV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Owr81a8UtisB5SpDaMyU5xnAKHsVRnV6 > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:none; }#Z2pw44DVSyZJASVmlcoWLFVIWx16WFvL { position:absolute;display:block;z-index:15014;background-color:#800c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:14.9375rem;width:13.625rem;top:9.625rem;left:2.5625rem;display:block; }
#lTiO5Ji3554eZLcLCag7zpexqmQesM9y { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9rem;width:13.5625rem;top:0.625rem;left:2.5625rem;overflow:hidden;display:block; }
#es5so8bvzKTKJ7rB25f3wTCd2gFZyac2 { color:#ffffff;display:block;width:12.7495625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.375rem;left:3.125rem;height:4.72460625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sm2bZvGElTCM5JXETHEZbtbOf96K1LUI { color:#ffffff;display:block;width:11.061875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.75rem;left:3.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WUuItao50PwSHWkL7CAl7LbwcqNyTMi0 { color:#ffffff;display:block;width:11.7496875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.1875rem;left:3.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EAa4LfIBuDtxXTtCw6GeTGd76FBFowWT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#800c32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5775rem;height:2.889975rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:26rem;left:21.4375rem;display:block; }
#eOLzX9DcIS3PMtbti4TdK9v74G9BZ2Lq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SWF62BnR1VMqHtyVQlR48yz3VQP8Aixz { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.0625rem;width:13.625rem;top:0.625rem;left:21.3125rem;overflow:hidden;display:block; }
#IQtiuTsIJBOSKcLm6eaxP75w31FwcAvJ { position:absolute;display:block;z-index:15021;background-color:#800c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:14.9375rem;width:13.6875rem;top:9.625rem;left:21.3125rem;display:block; }
#QoaUexs6B9HOn5hrv9QIToDy50uzxkDf { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:11.375rem;left:22rem;height:4.7246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vR88G5vWmEzTxlAJbPJlRM64q2WOg9i3 { color:#ffffff;display:block;width:11.061875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:17.75rem;left:22.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQSXM7ahMaVe3gNEUJKgEuGansmS4n72 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:21.1875rem;left:22.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d2K1lzZgGVZ7hCCfXCWvGct2EDBFVXtX { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#800c32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5775rem;height:2.889975rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:26rem;left:2.6875rem;display:block; }
#sN4QrTk9cOHwXhrzF62WInRMQkNOnQwy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TM4M579uNbsMKLG4QZ6UwILoLok7ixt7 { 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:3.5625rem;width:4.625rem;top:3.375rem;left:7rem;overflow:hidden;display:block; }
#Qz1clR1PSfsFGa9GS5ZqcoHSJ2m0Go8y { 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:3.49935rem;width:4.43685rem;top:3.375rem;left:25.875rem;overflow:hidden;display:block; }
#Iu3x27fSugMRZ6cu6sXJh9ilQoNSIV1h { position:absolute;display:block;z-index:15012;background-color:#800c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:14.9375rem;width:13.8125rem;top:9.6875rem;left:40.0625rem;display:block; }
#UWaVFfWWlnElID86TseuwnZThMWPtq9b { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:11.375rem;left:40.8125rem;height:4.72460625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zvAJSGVlMiRJb9rvubaRdUQFr1zAc43z { color:#ffffff;display:block;width:11.061875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:17.75rem;left:41.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rgTmbUEW8ffyfa0HhNhDvhbzi7Jnvvff { color:#ffffff;display:block;width:11.3748125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:21.1875rem;left:41.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bnG5S5P0DS7ukvJU9Qtow1H7IDJNlqNP { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#800c32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.57775rem;height:2.8905rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:26.0625rem;left:40.0625rem;display:block; }
#VxciufQvZm0UDZctRWFnfTtIUPJLLWrc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VoKbM0qZqXVHmqmSFmf1cKoT4JTfRaCZ { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:13.75rem;top:0.6875rem;left:40.0625rem;overflow:hidden;display:block; }
#gOVk6QX4JB7NfG515SEkAhWcEWL7Khu2 { position:absolute;display:block;z-index:15050;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.49935rem;width:4.43685rem;top:3.375rem;left:44.625rem;overflow:hidden;display:block; }
#HCQI75s19UFrksBFo4OnXBt7qyImeAHa { position:absolute;display:block;z-index:15010;background-color:#800c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:14.9375rem;width:13.875rem;top:9.625rem;left:58.75rem;display:block; }
#xl4MMcogqn1pBWRqRDTeP5XdXyT06aBR { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#800c32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.57775rem;height:2.8905rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26rem;left:58.8125rem;display:block; }
#U0qG56UeX7XrazTLKbG19os4X9gUIdxZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sSqw45QZzOWNwTT5lw9LksXnDsg3WTOv { color:#ffffff;display:block;width:11.624875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:21.1875rem;left:59.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JVHVmPWmmGpusFVw5E5wkfSqUAqZTvZT { color:#ffffff;display:block;width:11.061875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:17.75rem;left:60.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xdke3t0RLvvQ6NTq8bVXPrR3cPSeww15 { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:11.375rem;left:59.1875rem;height:4.72460625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTD3x7O15SXQU7lRw1O5ewX2qCN7CRP4 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.9375rem;width:13.8125rem;top:0.625rem;left:58.8125rem;overflow:hidden;display:block; }
#ohOBQwWQZBAI5ceLp5eLMsQMdTrfRNaJ { position:absolute;display:block;z-index:15051;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.49935rem;width:4.43685rem;top:3.375rem;left:63.375rem;overflow:hidden;display:block; }
#UHGuPMAgcrMrXq7BI09EoToI9C64IwUJ { position:absolute;display:block;z-index:15022;background-color:#bda06d;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:0.125rem;width:11.3125rem;top:17.0625rem;left:3.8125rem;display:block; }
#H1kCe1TTuvmqzseFA2kzGNTlOkThQxr5 { position:absolute;display:block;z-index:15023;background-color:#bda06d;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:0.125rem;width:11.3125rem;top:17.0625rem;left:22.5625rem;display:block; }
#cayID3KcB6zFsKd3nM1T8AhFRbaMQEnM { position:absolute;display:block;z-index:15024;background-color:#bda06d;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:0.125rem;width:11.3125rem;top:17.0625rem;left:41.3125rem;display:block; }
#dwqVJKx9MibEscfaWQm9Z0z0WpxaSTZT { position:absolute;display:block;z-index:15025;background-color:#bda06d;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:0.125rem;width:11.3125rem;top:17.0625rem;left:60.0625rem;display:block; }
#Twp2odtzce2NwGs6n4ATCL5XUQp5rUw2 { color:#000000;display:block;width:72rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:31.4375rem;left:2.5625rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eA3p7bpw379uN73TycTQhwGIRbwh0eWX { color:#000000;display:block;width:51.6873125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:36.25rem;left:12.6875rem;height:1.70593125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mkFMvefnCZgvgC2SLEMLQS7BFMAfpe3P { background-color:#800c32;background-image:none;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.327875rem;height:3.203rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:39.9375rem;left:17.75rem;display:block; }
#Ohze8XzWwG1rcniI78MxH3kiEwrTeTTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o5fI7w6TeMZJyk4774NZXfkK592UONPD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#o5fI7w6TeMZJyk4774NZXfkK592UONPD > .row .container { border-width: 0; border-radius: 0; }#o5fI7w6TeMZJyk4774NZXfkK592UONPD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o5fI7w6TeMZJyk4774NZXfkK592UONPD > .row .container { font-size:0.875rem;font-family:arial;height:110.4375rem;width:75rem;position:relative;display:none; }#a8eiDTZT9dADTgyuJaaODuL7TaqD3RtC { position:absolute;display:block;z-index:15026;background-color:#faf8f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:63.5625rem;top:2.943359375rem;left:5.5625rem;display:block; }
#H4591LTVT6mZWvcaQsZ2XXW9vExsXbwg { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:4.4368591308594rem;left:7.8955087661744rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sz0DPfn0OrHmk7GHMzvrbhGBMhyGRzB8 { 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:25.49925rem;width:16.9360625rem;top:5.7855224609375rem;left:50.850830078125rem;overflow:hidden;display:block; }
#utXzeTWZmKoq1UZtmrs4qWy4FEXPNxUV { color:#000000;display:block;width:39.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15060;line-height:1.8;letter-spacing:0;top:13.124348640442rem;left:7.9375rem;height:6.07584375rem;text-align:left;text-align-last:left;display:block; }
#DCu6DMkVLRGV0b4JylHTarogtF6rTCZC { position:absolute;display:block;z-index:15019;background-color:#bda06d;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:0.0625rem;width:18.125rem;top:12.25rem;left:30.6875rem;display:block; }
#DTrHLnTru0SHJv4Lv0KwMWKtDILq8I6h { position:absolute;display:block;z-index:15027;background-color:#faf8f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.25rem;width:63.5625rem;top:21.125rem;left:5.5625rem;display:block; }
#xE3h8KHwrneKGvG9hrbBGNW1CQ2GAs30 { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.8;letter-spacing:0;top:22.6875rem;left:7.875rem;height:4.0505625rem;text-align:left;text-align-last:left;display:block; }
#vUJW3F6fyXLxwKJIkso9UySskaPkByt5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TTUWiIWlxBTDDKBVIKSLncrpQF7oEtUI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UZa4WWTNJZJNelsTxcGUGeCDtmdOrNZN { display:block;position:relative;display:block; }
#cO4U02VFedJvR8CRlITnveShTXA2PyiT { display:block; }
#d7umLUwaEAfrc0EcAz1UproQfgszlFQZ { display:block; }
#uumaKnX93VMnitD6XK77ANZw5rHsWTB9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WuJCCyCGbRJKBOvSJI3ntWtc450R4r8O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fBw3xSzmNBGCiC9pxhV1TyGKMinD2Dob { display:block;position:relative;display:block; }
#CGoxQOr9qzQSVf7lk6RVko0ILWNckQ0g { display:block; }
#A4GzKTWgpI4tPCF91pRXtGWQPLrTpTuI { display:none;display:block; }
#MUTX0CL5TX2GyGqWUl49WVpWGgB8uoHJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EyBabGnfyWLv97CmTQAvwouGJODmCsBK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IubBXKDOh4vhEWKpwlet673wb01meEsL { display:block;position:relative;display:block; }
#QATWsXRtBpesMN5QVz4sAFs9qtvMqBI1 { display:block; }
#M8SAOxrMDNcJtbLTw2Xq4VCvzeGLu5Um { display:none;display:block; }
#kG43ELccVSVtxgf40szBnFDOAuhGzb1G { position:absolute;display:block;z-index:15031;background-color:#faf8f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.31225rem;width:63.561875rem;top:78rem;left:5.625rem;display:block; }
#QTUcPPKX3rD2frIZ2ItPqoUgzZp88Npy { color:#000000;display:block;width:39.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.8;letter-spacing:0;top:88rem;left:8rem;height:10.1264375rem;text-align:left;text-align-last:left;display:block; }
#vUJW3F6fyXLxwKJIkso9UySskaPkByt5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TTUWiIWlxBTDDKBVIKSLncrpQF7oEtUI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UZa4WWTNJZJNelsTxcGUGeCDtmdOrNZN { display:block;position:relative;display:block; }
#cO4U02VFedJvR8CRlITnveShTXA2PyiT { display:block; }
#d7umLUwaEAfrc0EcAz1UproQfgszlFQZ { display:block; }
#uumaKnX93VMnitD6XK77ANZw5rHsWTB9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WuJCCyCGbRJKBOvSJI3ntWtc450R4r8O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fBw3xSzmNBGCiC9pxhV1TyGKMinD2Dob { display:block;position:relative;display:block; }
#CGoxQOr9qzQSVf7lk6RVko0ILWNckQ0g { display:block; }
#A4GzKTWgpI4tPCF91pRXtGWQPLrTpTuI { display:none;display:block; }
#MUTX0CL5TX2GyGqWUl49WVpWGgB8uoHJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EyBabGnfyWLv97CmTQAvwouGJODmCsBK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IubBXKDOh4vhEWKpwlet673wb01meEsL { display:block;position:relative;display:block; }
#QATWsXRtBpesMN5QVz4sAFs9qtvMqBI1 { display:block; }
#M8SAOxrMDNcJtbLTw2Xq4VCvzeGLu5Um { display:none;display:block; }
#N8dm96JI3P9qkwpE4ziXVOgaNlhuy5i6 { position:absolute;display:block;z-index:15066;background-color:#bda06d;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:0.12434875rem;width:18.125rem;top:87.0625038147rem;left:7.8958339691163rem;display:block; }
#MRoIZ0RfKoCVNRhm0Ty0x9oPmhR7pfud { color:#000000;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:79.8125rem;left:7.9375rem;height:6.4995625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kmtFE1ZSXwWSRANIUwV1b2FMoUSourIO { position:absolute;display:block;z-index:15037;background-color:#faf8f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.4375rem;width:63.5625rem;top:36.374675750733rem;left:5.5620660781861rem;display:block; }
#kImcTU0LcWkO5iq3S4daoQonSVhDUp7h { position:absolute;display:block;z-index:15030;background-color:#bda06d;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:0.062255875rem;width:18.125rem;top:53.169555664062rem;left:25.999755859375rem;display:none; }
#WcvRGKhLH5MTKX6ne4R94nb9gTeTDtFn { color:#000000;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:36.499567031861rem;left:7.8955087661744rem;height:12.99915625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HIXiTVnfLahI1DuqtPM29oEV47TXAn50 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:33rem;top:40.999350547791rem;left:34.827476501465rem;overflow:hidden;display:block; }
#Fi9BQmqqXEZRNxP8iTwEbCTNxBbu0bfR { 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:26.687rem;width:19.937125rem;top:76.5625rem;left:48rem;overflow:hidden;display:block; }
#luP7Is2cdT6wpoBsMDrrW7R5fQmpGg3a { color:#000000;display:block;width:59.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15072;line-height:1.8;letter-spacing:0;top:59.687503814698rem;left:7.93728351593rem;height:10.12640625rem;text-align:left;text-align-last:left;display:block; }
#glEA5Qw0skJ0Wu5KmHGg20734OIz8CIB { background-color:#800c32;background-image:none;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.0625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:32.270185470581rem;left:50.889976501465rem;display:block; }
#fcVJMMTUemFdKdU4FF3VsE7ys7OVW8WW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dmFRb2n1EBh3tzeaZAtLn8ct1Rz54let { background-color:#ffffff;background-image:none;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#800c32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.16635375rem;height:2.978735rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:70.436201095581rem;left:7.8955087661744rem;display:block; }
#ucKnmUap0usJBxyb1s5Atcpee76oOf4i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3707c52e-9bcf-4cf6-8993-9fa5185c76b7/IMG_9444.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ.adaptive-delivery-prevent-bg, #sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ.lazyload, #sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ.lazyloading { background-image: none; }#sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ > .row .container { border-width: 0; border-radius: 0; }#sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:none; }#zEs7ka4sBUiJhkHgtnhf5NZosa12UleU { color:#fbf3f3;display:block;width:55.999625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:9.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMmkrVJdB1iT2fi6VSZDfrfTAt0xI92m { background-color:#800c32;background-image:none;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lustria;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5826875rem;height:2.95703125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:24.875000596046rem;left:31.708335876465rem;display:none; }
#IaAo5ZNZk7N3OykJUmXKTceRZFhmUu31 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxKkJIP1gsAiDqdI2d7gbUzkEJTAsTE2 { color:#ffffff;display:block;width:41.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.75rem;left:16.9375rem;height:1.625rem;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;text-align:center;text-align-last:center;display:block; }
#NHsAq9eiigyqBz3HciWDTuRPegaRyHvx { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:12.1875rem;left:19.0625rem;height:1.4622375rem;font-style:normal;display:block; }
#E0TaG3vmekEGyhTM0tUmGHFJEqfuHy1w { color:#ffffff;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:12rem;left:37.125rem;height:1.7875rem;font-style:normal;display:block; }
#K6v2Nnelahamyiegn32IXmBOftQXf3v9 { position:absolute;display:block;z-index:15018;background-color:#bda06d;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:0.0625rem;width:18.125rem;top:5.8535175323486rem;left:9.84375rem;display:none; }
#dekngO79Np8fxecBq17KP9EIgQeCTvaF { color:#ffffff;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:16.75rem;left:37.1875rem;height:1.7875rem;font-style:normal;display:block; }
#iFV3TgCifDQqbAvw8EPLNwTPAaqXwyac { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:16.9375rem;left:19.125rem;height:1.4622375rem;font-style:normal;display:block; }
#PB1ytudHP8vlZTvzHcWwQtf0r8sH34Km { color:#ffffff;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:18.875rem;left:37.1875rem;height:1.7875rem;font-style:normal;display:block; }
#Manr51CuDufsFwbJ5s7lsVRz1onxdq9e { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:19.0625rem;left:19.125rem;height:1.4622375rem;font-style:normal;display:block; }
#u27fO7MtvfM9L0lWqcRNGdRwZDV2ruIZ { background-color:#800c32;background-image:none;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.52060375rem;height:2.39551rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:25.000543594361rem;left:17.697484016419rem;display:none; }
#wTUbAxKTihoemdnxU2lUlONX3uEQI99h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hqIc4GOATo0O7sIN7VawpDXFX4MwbNIL { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:9.8125rem;left:19.0625rem;height:1.4622375rem;font-style:normal;display:block; }
#s8CuorcuX2CKIKMvIi2IlTTZO2ux6thw { color:#ffffff;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:9.625rem;left:37.125rem;height:1.7875rem;font-style:normal;display:block; }
#WCGBQsZv0clQlfM5DlmIoi6ZgmyrtAVL { color:#ffffff;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:14.3125rem;left:37.125rem;height:1.7875rem;font-style:normal;display:block; }
#ncyJT6l4qV7WU3TUT3Xirq5rQObvoGEq { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:14.5rem;left:19.0625rem;height:1.4622375rem;font-style:normal;display:block; }
#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3d06548b-b031-4187-8497-1ba97dc27df6/_NFCLabelcrop_1400x1389_0591previewcrop_1234x1362_1660preview.crop_1234x824_0,33.preview.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; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW.adaptive-delivery-prevent-bg, #V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW.lazyload, #V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW.lazyloading { background-image: none; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row .container { background-color: transparent; background-image: none; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row .container > .video-iframe-container { display: none; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row > .video-iframe-container { display: none; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .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); }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row .container { border-width: 0; border-radius: 0; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#suzmpqm1kf00Og6X44B5doGliawS6gEa { border-top:0.4375rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f5;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; }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row .container { background-color: transparent; background-image: none; }#suzmpqm1kf00Og6X44B5doGliawS6gEa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row .container > .video-iframe-container { display: none; }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row > .video-iframe-container { display: none; }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .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); }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row .container { border-width: 0; border-radius: 0; }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row .container { font-size:0.875rem;font-family:arial;height:9.145833125rem;width:75rem;position:relative;display:block; }#uBLFWzPzaFF6CTDqdC9SbT0RFyweKnlc { color:#000000;display:block;width:37.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:18.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#IhSzFm2UzB3Dd5aZ024N87npNkZykMVD { color:#000000;display:block;width:60.061875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:4.1612415313721rem;left:7.46853351593rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f5;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; }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row .container { background-color: transparent; background-image: none; }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row .container > .video-iframe-container { display: none; }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row > .video-iframe-container { display: none; }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .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); }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row .container { border-width: 0; border-radius: 0; }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#md9IxEmBh17x78rm0vvVA7bd8dU6ETCd { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.57421875rem;left:1.40625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#trUgwnUUHoGFJRRbNXy5wBdkQ0NEe2Qx { 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:9.9370625rem;width:13.2498125rem;top:0.67165756225588rem;left:2.7495660781861rem;overflow:hidden;display:block; }
#arpOde9TE8o2rhKhbzyOZMIGQzMDQ4aq { 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:4.6875rem;width:10.9375rem;top:2.7159223556519rem;left:22.656250953674rem;overflow:hidden;display:block; }
#P8LcDBSayLdOLTAEDG0ZMKX6v8KWb1KT { 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.6875rem;width:12.5rem;top:3.71875rem;left:41.3125rem;overflow:hidden;display:block; }
#MIu5FixZQcHGIMlULtAxhtWLAsdsQeZS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:12.625rem;top:0.125rem;left:59.5rem;overflow:hidden;display:block; }
#hyqvDbhPixM5cSkrWDdGNw6wWf4wD4QH { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.57421875rem;left:38.90625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#V1hy2kKBKAkKXVUxvOtKIdJ1kuCGIet4 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.57421875rem;left:20.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#IVpnTLoNbnIChVTJFTTI5mEBrb8i8D0x { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.57421875rem;left:57.65625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#gmA77z3Ac8NVTleTDw42TGUqlnfTtgl1 { border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #800c32;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gmA77z3Ac8NVTleTDw42TGUqlnfTtgl1 > .row .container { border-width: 0; border-radius: 0; }#gmA77z3Ac8NVTleTDw42TGUqlnfTtgl1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gmA77z3Ac8NVTleTDw42TGUqlnfTtgl1 > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:none; }#EDWfVMvdMtgUo38WwooXvsLN3kGVF0Pf { position:absolute;display:block;z-index:15014;background-color:#800c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:14.9375rem;width:13.625rem;top:19.875rem;left:2.625rem;display:block; }
#owDthvJKfD0pBsMGoe0HLPAmHrCBiSzs { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9rem;width:13.5625rem;top:10.875rem;left:2.625rem;overflow:hidden;display:block; }
#qti73ZvXrpB7dkzL18oT1sJxpd1yBEdw { 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:16.9375rem;width:4.8125rem;top:6.6041669845581rem;left:24.8125rem;overflow:hidden;display:block; }
#VLZNAkeDR8DvV68wSfUMu854TWoTmD7A { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:lustria;font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.5rem;left:2.5rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHuQk6pzTqdT9dPpFUIitGCQINztHt31 { color:#ffffff;display:block;width:11.062rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:28.625rem;left:3.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lghaNG8S0rbFbP6fJdRVNyKRcOugfWti { color:#ffffff;display:block;width:11.061375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:32.1875rem;left:4rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lUUJ9P08oQVyyfDE0nLgCd6vAc2Oft69 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#800c32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lustria;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.57775rem;height:2.8905rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:36.25rem;left:2.625rem;display:block; }
#mm1XBGJfpomFsfNCE7hXTsGIZV0kDooA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOhvU0QORLnuGgV54cWE8ZymyBA0NTLF { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.0625rem;width:13.625rem;top:10.875rem;left:21.375rem;overflow:hidden;display:block; }
#qmiiKq8mTASc7TqBGW3suemv6a3TRTi9 { position:absolute;display:block;z-index:15040;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:16.3125rem;width:4.8125rem;top:6.4375rem;left:7.125rem;overflow:hidden;display:block; }
#grhuDOE7vwufOAdOr6x1fVHA5rmMlhAX { position:absolute;display:block;z-index:15021;background-color:#800c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:14.9375rem;width:13.75rem;top:19.875rem;left:21.375rem;display:block; }
#IQzbJR889ANDQSHkklaveTEiX1bpci9S { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:lustria;font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:23.5rem;left:21.25rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OUts08OV2XiT0LiLrutE1m368OZBtpBE { color:#ffffff;display:block;width:11.062rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:28.625rem;left:22.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i14vEJBdAFB4a5ohGI7rMvcWXxTq7gkP { color:#ffffff;display:block;width:11.061375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:32.1875rem;left:22.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tz0vGdmm63GLGafuqPtJRBPRLRLw8wrm { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#800c32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lustria;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.57775rem;height:2.8905rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:36.25rem;left:21.375rem;display:block; }
#HcCMhDJsSckdcafTnJ0ivxva9AhnNWP8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wkBa4CQ9hiI27E2P8fXBcTgO7Nt1iQgp { 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:3.5625rem;width:4.625rem;top:1.7180991172791rem;left:7.0625rem;overflow:hidden;display:block; }
#UWL4vA2kOHZTEKIPcMbBwtJ19ANNrWBI { 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:3.49975625rem;width:4.43725625rem;top:1.75rem;left:26.0625rem;overflow:hidden;display:block; }
#d2s7L5Brvx3WA02hiKChc4u1T14lkiJV { position:absolute;display:block;z-index:15029;background-color:#800c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:14.9375rem;width:13.75rem;top:19.9375rem;left:40.125rem;display:block; }
#WNOVIyK6G47KuwwOo3sxPoTUtaUcJsow { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:lustria;font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:23.5625rem;left:40rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vC2tp43SxrFnmcCvyQ6lhTxXaw3a4pS3 { color:#ffffff;display:block;width:11.062rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:28.6875rem;left:41.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fuMLfni59g35S3N1eT84s9sr9w7SV4ky { color:#ffffff;display:block;width:11.061375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:32.25rem;left:41.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uu9gErsWcran3C3iydEWCTWTBGAIFohD { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#800c32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lustria;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.57775rem;height:2.8905rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:36.3125rem;left:40.125rem;display:block; }
#xUcm4AOTQZb6vlw74UrAQW8c2ohp4LR2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#goQeTcehsvs8VQPr2MNzhKyiGMFzxNva { position:absolute;display:block;z-index:15048;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:16.3125rem;width:4.625rem;top:6.4375rem;left:44.5rem;overflow:hidden;display:block; }
#Nvfz2U53h75f1Ig0aKORq0UIIsrxyCIX { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.0625rem;width:13.625rem;top:10.9375rem;left:40.125rem;overflow:hidden;display:block; }
#QDUnB5BygQ7M5ET1p2CFvSm7Ea9Tqfim { position:absolute;display:block;z-index:15050;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.49975625rem;width:4.43725625rem;top:1.8125rem;left:44.75rem;overflow:hidden;display:block; }
#EJdsg07FnTzAWCtyOHpHWgFhqv567dgf { position:absolute;display:block;z-index:15036;background-color:#800c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:14.9375rem;width:13.75rem;top:19.875rem;left:58.875rem;display:block; }
#qg1hXKA98WSAXxxxksEANb38TMT0Kbry { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#800c32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lustria;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.57775rem;height:2.8905rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:36.25rem;left:58.875rem;display:block; }
#hLZd8Xh5upOGrBaE6QPNM8BNsowetXPu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OnVJ6ipiWBWWHI2pKvye78ArdtvZV8p0 { color:#ffffff;display:block;width:11.061375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:32.1875rem;left:60.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z2QBgADmQaQUnERdPSuvEWnbJhzCtn5n { color:#ffffff;display:block;width:11.062rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:28.625rem;left:60.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hA3wm65TAy1XdpsqpTIDNNAm5VTRtqJQ { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:lustria;font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:23.5rem;left:58.75rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cRTFFn4Fw8X9aMpMntN1oPsgA4lrpkNW { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:4.8125rem;top:6.375rem;left:63.375rem;overflow:hidden;display:block; }
#EmLQoe9vuREi0Gx3cgJte37ZV5th4tnC { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.0625rem;width:13.625rem;top:10.875rem;left:58.875rem;overflow:hidden;display:block; }
#lNNf9x1XNQewDGWCOOGF9iOF9u3webLU { position:absolute;display:block;z-index:15051;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.49935rem;width:4.43685rem;top:1.75rem;left:63.4375rem;overflow:hidden;display:block; }
#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.86);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; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row .container { background-color: transparent; background-image: none; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row .container > .video-iframe-container { display: none; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row > .video-iframe-container { display: none; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .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); }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row .container { border-width: 0; border-radius: 0; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#CRuXHTyuwgllud075e7rJkZ8n0PfEPub { color:#ffffff;display:block;width:17.0605625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.4375rem;left:55.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QIthzR2kpDGzl1mCN9PNFcPT6KGED59p { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4370125rem;width:5.56213125rem;top:3.9990234375rem;left:61.248168945312rem;overflow:hidden;display:block; }
#DpFMamhzLUJ6QIebAb0Zoim2Bu4GRTSK { 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.5625rem;width:6.5625rem;top:3.4368896484375rem;left:9.21875rem;overflow:hidden;display:block; }
#V279rW9X3C4lms5tPMgDAT5Vh6DzK0A8 { color:#ffffff;display:block;width:20.1245rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5rem;left:2.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8nn16BxHrOTB2cc1fm7ZXhGK9B2UAGL { 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:6.75rem;width:6.875rem;top:3.1875rem;left:34.375rem;overflow:hidden;display:block; }
#aIBCWJDgHklGtBG311ozVLTE8LzhVgFB { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.436848640442rem;left:30.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqoRnhx3HIp4CMAU0brw8zXtH8X6F7C3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#RE3J67uapM02ka6hPgDm849mKl9cAQ1O { position:relative;display:none; }#RE3J67uapM02ka6hPgDm849mKl9cAQ1O { border-width: 0; border-radius: 0; }#RE3J67uapM02ka6hPgDm849mKl9cAQ1O > .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; }#RE3J67uapM02ka6hPgDm849mKl9cAQ1O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:16.8125rem;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; }#I0ulHxm5G51yQUbF7bp15Xqz0ztIFiKD { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.75rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:5.5869140625rem;left:2.03125rem;display:block; }
#zg5kcThcABCoQvmA87Fmh5yL1psiHHTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKWbKtmkyilEbWyfPACmV5kPc92CRxa3 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:8.7744140625rem;left:2.03125rem;display:block; }
#lfxuQofruClcI7QiAVpaFSi0ESiDOBG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VhQvl3JdkN5m8r0AiSVP5kwcRnk3Q8d1 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:11.7119140625rem;left:2.03125rem;display:block; }
#NikcltCySz6OUhKBdnWUTtUZEKmQukg5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PhVi5buemKDkHxBeffaA7xxht1PT3K9a { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:2.7119140625rem;left:2.09375rem;display:block; }
#Ethi4PkzMk1hxLuxlRq5dwsTeOkCuAUe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTLm6zhZ5zwA4052N8DXCZonShZ11ls9 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:5.6875rem;left:27.65625rem;display:block; }
#U2vcCRpzV8mNaynA6XyibdIvBlKTPmgV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BXTgWQ8vzdnrGbWDIrxNyzVPiDJwTs2t { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.75rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:8.875rem;left:27.65625rem;display:block; }
#kBFUeuh3u0J0ZW9rEaiu5f8KO8icF1rQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IeI8LZahXkre9lfQiTlgNI2kD7WoRwds { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:11.8125rem;left:27.65625rem;display:block; }
#KDUElpTIArKx2ihXTL3xR1CZqGF3BpcZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1pmiuZObrJbAKpwAaSWNg2LHLVptHTL { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.75rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:2.8125rem;left:27.71875rem;display:block; }
#SDlcemk83edVSvP3frSqTOZfVRagCCk1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BLzca7V5ZkzB8BRoduKc5oZWI2GMsDkd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:3.4365234375rem;left:55.28125rem;height:1.29980625rem;font-style:normal;display:block; }
#ue7ATwm3IqVdgZgJWoVBzUiAJSgEwJzg { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:6.3115234375rem;left:55.28125rem;height:1.29980625rem;font-style:normal;display:block; }
#aMTDzKwmlT7kcPiU35EMSSHVm3leHkp0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:9.1865234375rem;left:55.28125rem;height:1.29980625rem;font-style:normal;display:block; }
#N9qBGNTGlpzSEso7bUN9yRiPL14LwU86 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:11.2744140625rem;left:55.28125rem;height:1.29980625rem;font-style:normal;display:block; }
#BaET3ux7wlUsRm8gOsOTscTUM8IZumGW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:13.2236328125rem;left:55.28125rem;height:1.29980625rem;font-style:normal;display:block; }
#T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3f3f;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; }#T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2 > .row .container { background-color: transparent; background-image: none; }#T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2 > .row .container > .video-iframe-container { display: none; }#T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2 > .row > .video-iframe-container { display: none; }#T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2 > .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); }#T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2 > .row .container { border-width: 0; border-radius: 0; }#T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#KRZyeaTTELv8RVb8JsL2TH6o9hJEK65R { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.099609375rem;left:2.28125rem;height:1.3rem;display:block; }
#QRMvrSUf87SmJ82Jg0mrH2gKfLi3rXlW { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.6875rem;left:72.0625rem; }
#QRMvrSUf87SmJ82Jg0mrH2gKfLi3rXlW > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#VmNknVrKCr9dnyvpMZomhGorEuXJdLuh { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.625rem;left:69.4365234375rem; }
#VmNknVrKCr9dnyvpMZomhGorEuXJdLuh > img { max-width: 100%;max-height:100%; width:1.74913125rem; height:1.74913125rem; }#MICgT5zW3ewGqPG9kweJis29OyGND725 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.6872863769531rem;left:66.3741312027rem; }
#MICgT5zW3ewGqPG9kweJis29OyGND725 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#F01OiRLEEtsCQx2w9PeruiTUZa2ks7sX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.6875rem;left:63.3125rem; }
#F01OiRLEEtsCQx2w9PeruiTUZa2ks7sX > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmBaDtvLZss4yenculz0ETTxVOcemENe { top:0rem;left:15.1875rem;width:14.4375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSPefvuMG4XKVNT3O7d71olZAJXlKiMR { display:block; }#cSPefvuMG4XKVNT3O7d71olZAJXlKiMR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKtzd6Of4ZwE64dVEx9tavnyxcPif910 { width:6.5rem;height:2.25rem;top:1.3125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPWfqATTzSGdJWnTvRhECwNWHbHo04hX { display:block; }
 }@media only screen and (max-width: 763px) { #Tl0upRgTZtSE49Zd7OkRiWMww8veqJg9 { top:0.9375rem;left:0rem;width:15.625rem;height:3.06206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThFUbEmMArPXoDrDmxSDKqAnSzM0Tr9T { width:6.5rem;height:2.25rem;top:1.3125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG2uBFIPpPvEK293ICfL5dUS7nxIT9zA { display:block; }
 }@media only screen and (max-width: 763px) { #sXa130u5fgBANCFTF7tsezbc21OxwSdZ { width:6.5rem;height:2.25rem;top:1.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMumoT17pEeTMF5AtDUmNbIFx6BKEyzA { display:block; }
 }@media only screen and (max-width: 763px) { #gg3qFtxDTiLZGcHTEFOl4KTqk9CSPLbz { width:8.75rem;height:2.25rem;top:1.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzbWyEIKIcF9HnsEdTgAzUAgHuyG4rXg { display:block; }
 }@media only screen and (max-width: 763px) { #yTHPMubIlxbJs0MmH4c74NRFc1UlnCsR { width:6.5rem;height:2.25rem;top:1.3125rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMNLQOc1uzI4cU2IPs3F3E3dsLw4DzrT { display:block; }
 }@media only screen and (max-width: 763px) { #dqdz2emiwa2HlpVMbZmCxTQuA9qO904N { display:block; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeuKoOnGFpEq5xNVNXqgBnqtWsSuaxtG { top:7.375rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvG5Vu6wbulLCX43n4Tk5Wf4FS7md2Lw { top:12.5rem;left:8.125rem;width:23.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rvCGJRPBLp4KWlok3MoBu2pbMZGexIrF { top:14.1875rem;left:0rem;width:33.875rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRIibdEbwoo9BxNAQvDiKL9Sx8iFBh7Q { top:1.5rem;left:20.96875rem;width:5.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZngbfBef4L8mONL0yPo4R0VH1si750Ul { width:21.875rem;height:2.5625rem;top:18.6875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCTOApk7MvnShqTm4yOtSHWriT48Lx4a { display:block; }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR { display:flex;height:auto;width:17.5rem;display:none; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #vUJW3F6fyXLxwKJIkso9UySskaPkByt5 {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #TTUWiIWlxBTDDKBVIKSLncrpQF7oEtUI {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #UZa4WWTNJZJNelsTxcGUGeCDtmdOrNZN {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #cO4U02VFedJvR8CRlITnveShTXA2PyiT {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #d7umLUwaEAfrc0EcAz1UproQfgszlFQZ {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #uumaKnX93VMnitD6XK77ANZw5rHsWTB9 {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #WuJCCyCGbRJKBOvSJI3ntWtc450R4r8O {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #fBw3xSzmNBGCiC9pxhV1TyGKMinD2Dob {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #CGoxQOr9qzQSVf7lk6RVko0ILWNckQ0g {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #A4GzKTWgpI4tPCF91pRXtGWQPLrTpTuI {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #MUTX0CL5TX2GyGqWUl49WVpWGgB8uoHJ {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #EyBabGnfyWLv97CmTQAvwouGJODmCsBK {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #IubBXKDOh4vhEWKpwlet673wb01meEsL {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #QATWsXRtBpesMN5QVz4sAFs9qtvMqBI1 {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #M8SAOxrMDNcJtbLTw2Xq4VCvzeGLu5Um {  }
 }@media only screen and (max-width: 763px) { #EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn { display:block; }#EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWMc23g9h3XaNy15T116BGMl3H2ZB7rB { top:2.9375rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXND5TaV3FxW4ES8dZJlavfZfvftIXB5 { top:4.375rem;left:1.0830087661743rem;width:31.1875rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlg1OnxMdgeQo2hTEsgzORS29GwaI1PM { top:5.75rem;left:30.413330078125rem;width:16.875rem;height:25.4073131668rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTNwLC9glRepQVfz9RzzUT2iQ0KoWfMu { top:13.0625rem;left:0rem;width:39.5rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5TUqAHnFEmBXpz5zm5kpFDIZezcDEI { top:12.25rem;left:5.75rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIVyZRI8CyiVc6g8KEcz8OV8veuT716B { top:11.625rem;left:1.0625rem;width:18.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBcqn4sPIedMHNRw5rW05KFhB342hnRT { top:21.0625rem;left:0rem;width:47.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb2TNk2PQIaEP3XkK6E0P0WHuptF2niS { top:21.875rem;left:0rem;width:40.5rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu2Z0e08qyIVvwwXSF6P72ErmIVLU5kW { top:67.6875rem;left:0rem;width:47.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Z1l9qLuPfrl4EiO9u4r1AWQvgLngHs { top:77.6875rem;left:0rem;width:39.4375rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9hymULnosPEfCZTg3xa3D95Et0OrSfH { top:75.1875rem;left:5.75rem;width:18.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #DmIna8FFAeupnd0mwWM5P3dVSA0i2JER { top:76.75rem;left:1.0625rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFLT0OPBJR7oMRcH3pnLoEiSmUSdQuf8 { top:69.5rem;left:0rem;width:29.6875rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9IEK4rzyoRkOnTJrShsE3d3UVaCdPSO { top:32.8125rem;left:0rem;width:47.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elCas66JQ7wionwSCQKoS9lpcTCz64wB { top:47rem;left:0rem;width:26.25rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPFUldHubn5PnBrEN5S7WFd4BSBhT2nB { top:53.125rem;left:5.75rem;width:18.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rTc9pmxfbGM8ubb0u2iGVsyC4F5yirJ3 { top:45.125rem;left:1.0625rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byiKCcHHgFzkq1V0pfq7BqtlNbTcqTXt { top:34rem;left:0rem;width:25.5rem;height:9.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx5IdTsZutlNmPaolnHkXTcbL8gX8q2Z { top:36.0625rem;left:0rem;width:32.9375rem;height:18.215005549264rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUTe1TsV0pbiaoOwSZ5oFkCRKQ0iuh7m { top:66.25rem;left:27.5625rem;width:19.875rem;height:26.604053024603rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMUKM0XGNnrbB3IHNc1Mkth13GoQ0vR4 { top:54.75rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBL6Z3GgsIA8N5PSnuH3JEQ5ER51dTz4 { top:53.3125rem;left:0rem;width:47.75rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUI1Icqh21vhcIyURO17BXBSfG2wkh6w { width:24rem;height:2.8125rem;top:90.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJXGe3Q1lEc8kn67i3TLIhqMM4wwpbzu { display:block; }
 }@media only screen and (max-width: 763px) { #lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P { display:block; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVP8OSdM9bTCXI0a99Xcg2RmTN7ZMMbp { top:10.5625rem;left:0rem;width:17.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0A5A7uwIWGD7nebpLaIiL3BwqbLvpMD { top:10.5625rem;left:12rem;width:19.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPTTSTeUK8bJnz7EWNBixK5cTAOZ8ca4 { top:10.5625rem;left:26.8125rem;width:20.8125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRCydqhsQzFTlolvQuJXDR6zVHDgxQua { top:7.5rem;left:0rem;width:12.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tif2SfJENFLalwHgCwse3bJavEhcbTBz { top:7.5rem;left:15.875rem;width:12.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm23xTnlvCyaMx1CyLFmBcEbc9zO2aON { top:7.5rem;left:31.75rem;width:12.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZe4QiHa7RT4dqnkxKbN2ENEvVuVATwX { top:9.3125rem;left:14.0625rem;width:17.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTgUu15AfHJEsE7CQKV8Wxv1gwC0wRbp { top:9.375rem;left:29.9375rem;width:17.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0igesy5PnlA3A4nIi7Pk6sHpwNSKoTt { top:9.3125rem;left:0rem;width:17.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcMaIJoGzd0MRTH2IU8WqkXxX7q3xmyV { top:3.8125rem;left:0rem;width:47.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpWeUFanaeitVM6Gnbf47FrcRQpwCF8i { top:0.9375rem;left:0rem;width:40.9375rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF { display:block; }#aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXWprzDMDQl3z2Z48xiWkkT9cVZ25UJC { top:1.375rem;left:3.40625rem;width:40.9375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB3IDVGuI4X6mhGu3lVRgTCiti7ib2Qv { top:6.5rem;left:0rem;width:47.75rem;height:25.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt1MIzRL2633ggteV3e6hpobikzpQd3Z { display:block; }#Wt1MIzRL2633ggteV3e6hpobikzpQd3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHCIkkvrwvXyMmvL4y2tkC7yvpqmbfL1 { width:37.625rem;height:3.1875rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOhMTDR6IABOA1oDphJP9aIZ5WpQcoTg { display:block; }
 }@media only screen and (max-width: 763px) { #AAzp0luTS0K5Zk1e3MWnLGrBZJ3W10eh { top:1rem;left:0rem;width:44.4375rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owr81a8UtisB5SpDaMyU5xnAKHsVRnV6 { display:block; }#Owr81a8UtisB5SpDaMyU5xnAKHsVRnV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2pw44DVSyZJASVmlcoWLFVIWx16WFvL { top:9.625rem;left:0rem;width:13.5625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTiO5Ji3554eZLcLCag7zpexqmQesM9y { top:0.625rem;left:0rem;width:13.5rem;height:8.9584823403625rem;display:block; }
 }@media only screen and (max-width: 763px) { #es5so8bvzKTKJ7rB25f3wTCd2gFZyac2 { top:11.375rem;left:0rem;width:12.6875rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm2bZvGElTCM5JXETHEZbtbOf96K1LUI { top:17.75rem;left:0.53125rem;width:11rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUuItao50PwSHWkL7CAl7LbwcqNyTMi0 { top:21.1875rem;left:0.21875rem;width:11.6875rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAa4LfIBuDtxXTtCw6GeTGd76FBFowWT { width:13.4375rem;height:2.75rem;top:26rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOLzX9DcIS3PMtbti4TdK9v74G9BZ2Lq { display:block; }
 }@media only screen and (max-width: 763px) { #SWF62BnR1VMqHtyVQlR48yz3VQP8Aixz { top:0.625rem;left:10.25rem;width:13.5625rem;height:9.0210116606575rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQtiuTsIJBOSKcLm6eaxP75w31FwcAvJ { top:9.625rem;left:10.1875rem;width:13.625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoaUexs6B9HOn5hrv9QIToDy50uzxkDf { top:11.375rem;left:11.5rem;width:12.375rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR88G5vWmEzTxlAJbPJlRM64q2WOg9i3 { top:17.75rem;left:12.46875rem;width:11rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQSXM7ahMaVe3gNEUJKgEuGansmS4n72 { top:21.1875rem;left:12rem;width:11.875rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2K1lzZgGVZ7hCCfXCWvGct2EDBFVXtX { width:13.4375rem;height:2.75rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN4QrTk9cOHwXhrzF62WInRMQkNOnQwy { display:block; }
 }@media only screen and (max-width: 763px) { #TM4M579uNbsMKLG4QZ6UwILoLok7ixt7 { top:3.375rem;left:3.59375rem;width:4.5625rem;height:3.514157378764rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz1clR1PSfsFGa9GS5ZqcoHSJ2m0Go8y { top:3.375rem;left:15.65625rem;width:4.375rem;height:3.4505258409017rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu3x27fSugMRZ6cu6sXJh9ilQoNSIV1h { top:9.6875rem;left:22rem;width:13.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWaVFfWWlnElID86TseuwnZThMWPtq9b { top:11.375rem;left:23.5rem;width:12.3125rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvAJSGVlMiRJb9rvubaRdUQFr1zAc43z { top:17.75rem;left:24.40625rem;width:11rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgTmbUEW8ffyfa0HhNhDvhbzi7Jnvvff { top:21.1875rem;left:24.28125rem;width:11.3125rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnG5S5P0DS7ukvJU9Qtow1H7IDJNlqNP { width:13.4375rem;height:2.75rem;top:26.0625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxciufQvZm0UDZctRWFnfTtIUPJLLWrc { display:block; }
 }@media only screen and (max-width: 763px) { #VoKbM0qZqXVHmqmSFmf1cKoT4JTfRaCZ { top:0.6875rem;left:22.0625rem;width:13.75rem;height:10.37475rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOVk6QX4JB7NfG515SEkAhWcEWL7Khu2 { top:3.375rem;left:27.59375rem;width:4.375rem;height:3.4505258409017rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCQI75s19UFrksBFo4OnXBt7qyImeAHa { top:9.625rem;left:33.875rem;width:13.8125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl4MMcogqn1pBWRqRDTeP5XdXyT06aBR { width:13.4375rem;height:2.75rem;top:26rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0qG56UeX7XrazTLKbG19os4X9gUIdxZ { display:block; }
 }@media only screen and (max-width: 763px) { #sSqw45QZzOWNwTT5lw9LksXnDsg3WTOv { top:21.1875rem;left:36.09375rem;width:11.5625rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHVmPWmmGpusFVw5E5wkfSqUAqZTvZT { top:17.75rem;left:36.34375rem;width:11rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdke3t0RLvvQ6NTq8bVXPrR3cPSeww15 { top:11.375rem;left:34.625rem;width:13.125rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTD3x7O15SXQU7lRw1O5ewX2qCN7CRP4 { top:0.625rem;left:33.9375rem;width:13.75rem;height:20.843137432352rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohOBQwWQZBAI5ceLp5eLMsQMdTrfRNaJ { top:3.375rem;left:39.53125rem;width:4.375rem;height:3.4505258409017rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHGuPMAgcrMrXq7BI09EoToI9C64IwUJ { top:17.0625rem;left:0.40625rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1kCe1TTuvmqzseFA2kzGNTlOkThQxr5 { top:17.0625rem;left:12.34375rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cayID3KcB6zFsKd3nM1T8AhFRbaMQEnM { top:17.0625rem;left:24.28125rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwqVJKx9MibEscfaWQm9Z0z0WpxaSTZT { top:17.0625rem;left:36.21875rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twp2odtzce2NwGs6n4ATCL5XUQp5rUw2 { top:31.4375rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA3p7bpw379uN73TycTQhwGIRbwh0eWX { top:36.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkFMvefnCZgvgC2SLEMLQS7BFMAfpe3P { width:39.1875rem;height:3.0625rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohze8XzWwG1rcniI78MxH3kiEwrTeTTi { display:block; }
 }@media only screen and (max-width: 763px) { #o5fI7w6TeMZJyk4774NZXfkK592UONPD { display:block; }#o5fI7w6TeMZJyk4774NZXfkK592UONPD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8eiDTZT9dADTgyuJaaODuL7TaqD3RtC { top:2.9375rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4591LTVT6mZWvcaQsZ2XXW9vExsXbwg { top:4.375rem;left:1.0830087661743rem;width:31.1875rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz0DPfn0OrHmk7GHMzvrbhGBMhyGRzB8 { top:5.75rem;left:30.413330078125rem;width:16.875rem;height:25.4073131668rem;display:block; }
 }@media only screen and (max-width: 763px) { #utXzeTWZmKoq1UZtmrs4qWy4FEXPNxUV { top:14.625rem;left:0rem;width:18.5rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCu6DMkVLRGV0b4JylHTarogtF6rTCZC { top:12.25rem;left:5.75rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTrHLnTru0SHJv4Lv0KwMWKtDILq8I6h { top:21.125rem;left:0rem;width:47.75rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE3h8KHwrneKGvG9hrbBGNW1CQ2GAs30 { top:22.5rem;left:0rem;width:18.5rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUJW3F6fyXLxwKJIkso9UySskaPkByt5 { display:block; }
 }@media only screen and (max-width: 763px) { #TTUWiIWlxBTDDKBVIKSLncrpQF7oEtUI { display:block; }
 }@media only screen and (max-width: 763px) { #UZa4WWTNJZJNelsTxcGUGeCDtmdOrNZN { display:block; }
 }@media only screen and (max-width: 763px) { #cO4U02VFedJvR8CRlITnveShTXA2PyiT { display:block; }
 }@media only screen and (max-width: 763px) { #d7umLUwaEAfrc0EcAz1UproQfgszlFQZ { display:block; }
 }@media only screen and (max-width: 763px) { #uumaKnX93VMnitD6XK77ANZw5rHsWTB9 { display:block; }
 }@media only screen and (max-width: 763px) { #WuJCCyCGbRJKBOvSJI3ntWtc450R4r8O { display:block; }
 }@media only screen and (max-width: 763px) { #fBw3xSzmNBGCiC9pxhV1TyGKMinD2Dob { display:block; }
 }@media only screen and (max-width: 763px) { #CGoxQOr9qzQSVf7lk6RVko0ILWNckQ0g { display:block; }
 }@media only screen and (max-width: 763px) { #A4GzKTWgpI4tPCF91pRXtGWQPLrTpTuI { display:block; }
 }@media only screen and (max-width: 763px) { #MUTX0CL5TX2GyGqWUl49WVpWGgB8uoHJ { display:block; }
 }@media only screen and (max-width: 763px) { #EyBabGnfyWLv97CmTQAvwouGJODmCsBK { display:block; }
 }@media only screen and (max-width: 763px) { #IubBXKDOh4vhEWKpwlet673wb01meEsL { display:block; }
 }@media only screen and (max-width: 763px) { #QATWsXRtBpesMN5QVz4sAFs9qtvMqBI1 { display:block; }
 }@media only screen and (max-width: 763px) { #M8SAOxrMDNcJtbLTw2Xq4VCvzeGLu5Um { display:block; }
 }@media only screen and (max-width: 763px) { #kG43ELccVSVtxgf40szBnFDOAuhGzb1G { top:78rem;left:0rem;width:47.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTUcPPKX3rD2frIZ2ItPqoUgzZp88Npy { top:88rem;left:0rem;width:39.5rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUJW3F6fyXLxwKJIkso9UySskaPkByt5 { display:block; }
 }@media only screen and (max-width: 763px) { #TTUWiIWlxBTDDKBVIKSLncrpQF7oEtUI { display:block; }
 }@media only screen and (max-width: 763px) { #UZa4WWTNJZJNelsTxcGUGeCDtmdOrNZN { display:block; }
 }@media only screen and (max-width: 763px) { #cO4U02VFedJvR8CRlITnveShTXA2PyiT { display:block; }
 }@media only screen and (max-width: 763px) { #d7umLUwaEAfrc0EcAz1UproQfgszlFQZ { display:block; }
 }@media only screen and (max-width: 763px) { #uumaKnX93VMnitD6XK77ANZw5rHsWTB9 { display:block; }
 }@media only screen and (max-width: 763px) { #WuJCCyCGbRJKBOvSJI3ntWtc450R4r8O { display:block; }
 }@media only screen and (max-width: 763px) { #fBw3xSzmNBGCiC9pxhV1TyGKMinD2Dob { display:block; }
 }@media only screen and (max-width: 763px) { #CGoxQOr9qzQSVf7lk6RVko0ILWNckQ0g { display:block; }
 }@media only screen and (max-width: 763px) { #A4GzKTWgpI4tPCF91pRXtGWQPLrTpTuI { display:block; }
 }@media only screen and (max-width: 763px) { #MUTX0CL5TX2GyGqWUl49WVpWGgB8uoHJ { display:block; }
 }@media only screen and (max-width: 763px) { #EyBabGnfyWLv97CmTQAvwouGJODmCsBK { display:block; }
 }@media only screen and (max-width: 763px) { #IubBXKDOh4vhEWKpwlet673wb01meEsL { display:block; }
 }@media only screen and (max-width: 763px) { #QATWsXRtBpesMN5QVz4sAFs9qtvMqBI1 { display:block; }
 }@media only screen and (max-width: 763px) { #M8SAOxrMDNcJtbLTw2Xq4VCvzeGLu5Um { display:block; }
 }@media only screen and (max-width: 763px) { #N8dm96JI3P9qkwpE4ziXVOgaNlhuy5i6 { top:87.0625rem;left:1.0833339691162rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRoIZ0RfKoCVNRhm0Ty0x9oPmhR7pfud { top:79.8125rem;left:0rem;width:29.75rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmtFE1ZSXwWSRANIUwV1b2FMoUSourIO { top:36.3125rem;left:0rem;width:47.75rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kImcTU0LcWkO5iq3S4daoQonSVhDUp7h { top:53.125rem;left:5.75rem;width:18.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #WcvRGKhLH5MTKX6ne4R94nb9gTeTDtFn { top:45.5rem;left:0rem;width:18.9375rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIXiTVnfLahI1DuqtPM29oEV47TXAn50 { top:40.9375rem;left:0rem;width:33rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi9BQmqqXEZRNxP8iTwEbCTNxBbu0bfR { top:76.5625rem;left:27.5625rem;width:19.875rem;height:26.604051067432rem;display:block; }
 }@media only screen and (max-width: 763px) { #luP7Is2cdT6wpoBsMDrrW7R5fQmpGg3a { top:51.5625rem;left:0rem;width:18rem;height:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glEA5Qw0skJ0Wu5KmHGg20734OIz8CIB { width:16.8125rem;height:3.0625rem;top:32.25rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVJMMTUemFdKdU4FF3VsE7ys7OVW8WW { display:block; }
 }@media only screen and (max-width: 763px) { #dmFRb2n1EBh3tzeaZAtLn8ct1Rz54let { width:24.125rem;height:2.9375rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucKnmUap0usJBxyb1s5Atcpee76oOf4i { display:block; }
 }@media only screen and (max-width: 763px) { #sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ { display:block; }#sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEs7ka4sBUiJhkHgtnhf5NZosa12UleU { top:1.875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMmkrVJdB1iT2fi6VSZDfrfTAt0xI92m { width:11.5625rem;height:2.9375rem;top:24.875rem;left:18.083335876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaAo5ZNZk7N3OykJUmXKTceRZFhmUu31 { display:block; }
 }@media only screen and (max-width: 763px) { #WxKkJIP1gsAiDqdI2d7gbUzkEJTAsTE2 { top:5.75rem;left:3.3125rem;width:41.125rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHsAq9eiigyqBz3HciWDTuRPegaRyHvx { top:12.1875rem;left:5.4375rem;width:17.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0TaG3vmekEGyhTM0tUmGHFJEqfuHy1w { top:12rem;left:23.5rem;width:20.9375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6v2Nnelahamyiegn32IXmBOftQXf3v9 { top:5.8125rem;left:0rem;width:18.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dekngO79Np8fxecBq17KP9EIgQeCTvaF { top:16.75rem;left:23.5625rem;width:20.9375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFV3TgCifDQqbAvw8EPLNwTPAaqXwyac { top:16.875rem;left:5.499755859375rem;width:17.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB1ytudHP8vlZTvzHcWwQtf0r8sH34Km { top:18.875rem;left:23.5625rem;width:20.9375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Manr51CuDufsFwbJ5s7lsVRz1onxdq9e { top:19.0625rem;left:5.5rem;width:17.125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u27fO7MtvfM9L0lWqcRNGdRwZDV2ruIZ { width:39.5rem;height:2.375rem;top:25rem;left:4.0724840164184rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTUbAxKTihoemdnxU2lUlONX3uEQI99h { display:block; }
 }@media only screen and (max-width: 763px) { #hqIc4GOATo0O7sIN7VawpDXFX4MwbNIL { top:9.75rem;left:5.4375009536743rem;width:17.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8CuorcuX2CKIKMvIi2IlTTZO2ux6thw { top:9.5625rem;left:23.499567985534rem;width:20.9375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCGBQsZv0clQlfM5DlmIoi6ZgmyrtAVL { top:14.3125rem;left:23.5rem;width:20.9375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncyJT6l4qV7WU3TUT3Xirq5rQObvoGEq { top:14.4375rem;left:5.4375rem;width:17.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW { display:none; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #suzmpqm1kf00Og6X44B5doGliawS6gEa { display:block; }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBLFWzPzaFF6CTDqdC9SbT0RFyweKnlc { top:1.875rem;left:4.9996747970581rem;width:37.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhSzFm2UzB3Dd5aZ024N87npNkZykMVD { top:4.125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g { display:block; }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #md9IxEmBh17x78rm0vvVA7bd8dU6ETCd { top:10.5625rem;left:0rem;width:15.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trUgwnUUHoGFJRRbNXy5wBdkQ0NEe2Qx { top:0.625rem;left:0rem;width:13.1875rem;height:9.8903295211725rem;display:block; }
 }@media only screen and (max-width: 763px) { #arpOde9TE8o2rhKhbzyOZMIGQzMDQ4aq { top:2.6875rem;left:12.437500953674rem;width:10.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8LcDBSayLdOLTAEDG0ZMKX6v8KWb1KT { top:3.6875rem;left:23.3125rem;width:12.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIu5FixZQcHGIMlULtAxhtWLAsdsQeZS { top:0.125rem;left:35.125rem;width:12.625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyqvDbhPixM5cSkrWDdGNw6wWf4wD4QH { top:10.5625rem;left:19.875rem;width:15.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1hy2kKBKAkKXVUxvOtKIdJ1kuCGIet4 { top:10.5625rem;left:7.9375rem;width:15.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVpnTLoNbnIChVTJFTTI5mEBrb8i8D0x { top:10.5625rem;left:31.8125rem;width:15.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmA77z3Ac8NVTleTDw42TGUqlnfTtgl1 { display:block; }#gmA77z3Ac8NVTleTDw42TGUqlnfTtgl1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDWfVMvdMtgUo38WwooXvsLN3kGVF0Pf { top:19.875rem;left:0rem;width:13.625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owDthvJKfD0pBsMGoe0HLPAmHrCBiSzs { top:10.875rem;left:0rem;width:13.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #qti73ZvXrpB7dkzL18oT1sJxpd1yBEdw { top:6.5625rem;left:14.59375rem;width:4.8125rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLZNAkeDR8DvV68wSfUMu854TWoTmD7A { top:23.5rem;left:0rem;width:14.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuQk6pzTqdT9dPpFUIitGCQINztHt31 { top:28.625rem;left:0.46875rem;width:11rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lghaNG8S0rbFbP6fJdRVNyKRcOugfWti { top:32.1875rem;left:0.59375rem;width:11rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUUJ9P08oQVyyfDE0nLgCd6vAc2Oft69 { width:13.4375rem;height:2.75rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm1XBGJfpomFsfNCE7hXTsGIZV0kDooA { display:block; }
 }@media only screen and (max-width: 763px) { #TOhvU0QORLnuGgV54cWE8ZymyBA0NTLF { top:10.875rem;left:10.3125rem;width:13.5625rem;height:9.0210116606575rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmiiKq8mTASc7TqBGW3suemv6a3TRTi9 { top:6.4375rem;left:3.71875rem;width:4.8125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grhuDOE7vwufOAdOr6x1fVHA5rmMlhAX { top:19.875rem;left:10.125rem;width:13.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQzbJR889ANDQSHkklaveTEiX1bpci9S { top:23.5rem;left:9.8125rem;width:14.0625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUts08OV2XiT0LiLrutE1m368OZBtpBE { top:28.625rem;left:12.40625rem;width:11rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i14vEJBdAFB4a5ohGI7rMvcWXxTq7gkP { top:32.1875rem;left:12.53125rem;width:11rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz0vGdmm63GLGafuqPtJRBPRLRLw8wrm { width:13.4375rem;height:2.75rem;top:36.25rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcCMhDJsSckdcafTnJ0ivxva9AhnNWP8 { display:block; }
 }@media only screen and (max-width: 763px) { #wkBa4CQ9hiI27E2P8fXBcTgO7Nt1iQgp { top:1.6875rem;left:3.65625rem;width:4.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWL4vA2kOHZTEKIPcMbBwtJ19ANNrWBI { top:1.75rem;left:15.84375rem;width:4.375rem;height:3.4506534513868rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2s7L5Brvx3WA02hiKChc4u1T14lkiJV { top:19.9375rem;left:22.0625rem;width:13.75rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNOVIyK6G47KuwwOo3sxPoTUtaUcJsow { top:23.5625rem;left:21.75rem;width:14.0625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC2tp43SxrFnmcCvyQ6lhTxXaw3a4pS3 { top:28.6875rem;left:24.34375rem;width:11rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuMLfni59g35S3N1eT84s9sr9w7SV4ky { top:32.25rem;left:24.46875rem;width:11rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu9gErsWcran3C3iydEWCTWTBGAIFohD { width:13.5625rem;height:2.875rem;top:36.3125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUcm4AOTQZb6vlw74UrAQW8c2ohp4LR2 { display:block; }
 }@media only screen and (max-width: 763px) { #goQeTcehsvs8VQPr2MNzhKyiGMFzxNva { top:6.4375rem;left:27.46875rem;width:4.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvfz2U53h75f1Ig0aKORq0UIIsrxyCIX { top:10.9375rem;left:22.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDUnB5BygQ7M5ET1p2CFvSm7Ea9Tqfim { top:1.8125rem;left:27.71875rem;width:4.375rem;height:3.4505688157139rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJdsg07FnTzAWCtyOHpHWgFhqv567dgf { top:19.875rem;left:34rem;width:13.75rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg1hXKA98WSAXxxxksEANb38TMT0Kbry { width:13.5625rem;height:2.875rem;top:36.25rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLZd8Xh5upOGrBaE6QPNM8BNsowetXPu { display:block; }
 }@media only screen and (max-width: 763px) { #OnVJ6ipiWBWWHI2pKvye78ArdtvZV8p0 { top:32.1875rem;left:36.40625rem;width:11rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2QBgADmQaQUnERdPSuvEWnbJhzCtn5n { top:28.625rem;left:36.28125rem;width:11rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA3wm65TAy1XdpsqpTIDNNAm5VTRtqJQ { top:23.5rem;left:33.6875rem;width:14.0625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRTFFn4Fw8X9aMpMntN1oPsgA4lrpkNW { top:6.375rem;left:39.53125rem;width:4.8125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmLQoe9vuREi0Gx3cgJte37ZV5th4tnC { top:10.875rem;left:34.125rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNNf9x1XNQewDGWCOOGF9iOF9u3webLU { top:1.75rem;left:39.59375rem;width:4.375rem;height:3.4505688157139rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH { display:block; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRuXHTyuwgllud075e7rJkZ8n0PfEPub { top:11.4375rem;left:30.625rem;width:17rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIthzR2kpDGzl1mCN9PNFcPT6KGED59p { top:3.9375rem;left:38.435668945312rem;width:5.5rem;height:5.3762788769143rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpFMamhzLUJ6QIebAb0Zoim2Bu4GRTSK { top:3.375rem;left:4.65625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V279rW9X3C4lms5tPMgDAT5Vh6DzK0A8 { top:11.5rem;left:0rem;width:20.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8nn16BxHrOTB2cc1fm7ZXhGK9B2UAGL { top:3.1875rem;left:20.6875rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIBCWJDgHklGtBG311ozVLTE8LzhVgFB { top:11.375rem;left:16.874633789062rem;width:13.8125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqoRnhx3HIp4CMAU0brw8zXtH8X6F7C3 { display:none; }
 }@media only screen and (max-width: 763px) { #RE3J67uapM02ka6hPgDm849mKl9cAQ1O { display:block; }#RE3J67uapM02ka6hPgDm849mKl9cAQ1O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0ulHxm5G51yQUbF7bp15Xqz0ztIFiKD { width:14.5625rem;height:2.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg5kcThcABCoQvmA87Fmh5yL1psiHHTa { display:block; }
 }@media only screen and (max-width: 763px) { #nKWbKtmkyilEbWyfPACmV5kPc92CRxa3 { width:14.5625rem;height:2.75rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfxuQofruClcI7QiAVpaFSi0ESiDOBG9 { display:block; }
 }@media only screen and (max-width: 763px) { #VhQvl3JdkN5m8r0AiSVP5kwcRnk3Q8d1 { width:14.5625rem;height:2.75rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NikcltCySz6OUhKBdnWUTtUZEKmQukg5 { display:block; }
 }@media only screen and (max-width: 763px) { #PhVi5buemKDkHxBeffaA7xxht1PT3K9a { width:14.5625rem;height:2.75rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ethi4PkzMk1hxLuxlRq5dwsTeOkCuAUe { display:block; }
 }@media only screen and (max-width: 763px) { #oTLm6zhZ5zwA4052N8DXCZonShZ11ls9 { width:14.5625rem;height:2.75rem;top:6.3125rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2vcCRpzV8mNaynA6XyibdIvBlKTPmgV { display:block; }
 }@media only screen and (max-width: 763px) { #BXTgWQ8vzdnrGbWDIrxNyzVPiDJwTs2t { width:14.5625rem;height:2.75rem;top:9.5rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBFUeuh3u0J0ZW9rEaiu5f8KO8icF1rQ { display:block; }
 }@media only screen and (max-width: 763px) { #IeI8LZahXkre9lfQiTlgNI2kD7WoRwds { width:14.5625rem;height:2.75rem;top:12.4375rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDUElpTIArKx2ihXTL3xR1CZqGF3BpcZ { display:block; }
 }@media only screen and (max-width: 763px) { #N1pmiuZObrJbAKpwAaSWNg2LHLVptHTL { width:14.5625rem;height:2.75rem;top:3.4375rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDlcemk83edVSvP3frSqTOZfVRagCCk1 { display:block; }
 }@media only screen and (max-width: 763px) { #BLzca7V5ZkzB8BRoduKc5oZWI2GMsDkd { top:3.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue7ATwm3IqVdgZgJWoVBzUiAJSgEwJzg { top:6.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMTDzKwmlT7kcPiU35EMSSHVm3leHkp0 { top:9.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9qBGNTGlpzSEso7bUN9yRiPL14LwU86 { top:11.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaET3ux7wlUsRm8gOsOTscTUM8IZumGW { top:13.1875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2 { display:block; }#T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRZyeaTTELv8RVb8JsL2TH6o9hJEK65R { top:2.0625rem;left:0rem;width:29.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRMvrSUf87SmJ82Jg0mrH2gKfLi3rXlW { top:1.6875rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#QRMvrSUf87SmJ82Jg0mrH2gKfLi3rXlW > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #VmNknVrKCr9dnyvpMZomhGorEuXJdLuh { top:1.625rem;left:46rem;width:1.6875rem;height:1.6875rem;display:block; }
#VmNknVrKCr9dnyvpMZomhGorEuXJdLuh > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #MICgT5zW3ewGqPG9kweJis29OyGND725 { top:1.625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#MICgT5zW3ewGqPG9kweJis29OyGND725 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #F01OiRLEEtsCQx2w9PeruiTUZa2ks7sX { top:1.6875rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#F01OiRLEEtsCQx2w9PeruiTUZa2ks7sX > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#faf8f7;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:20rem;height:5.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UmBaDtvLZss4yenculz0ETTxVOcemENe { width:14.8125rem;height:5.0625rem;top:0.125rem;left:2.7177734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cSPefvuMG4XKVNT3O7d71olZAJXlKiMR { position:relative;z-index:auto;display:block; }#cSPefvuMG4XKVNT3O7d71olZAJXlKiMR > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKtzd6Of4ZwE64dVEx9tavnyxcPif910 { width:3.9375rem;height:2.1875rem;top:1.3125rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPWfqATTzSGdJWnTvRhECwNWHbHo04hX { display:block; }
 }@media only screen and (max-width: 763px) { #Tl0upRgTZtSE49Zd7OkRiWMww8veqJg9 { width:16.75rem;height:3.375rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThFUbEmMArPXoDrDmxSDKqAnSzM0Tr9T { width:6.5rem;height:2.25rem;top:1.3125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eG2uBFIPpPvEK293ICfL5dUS7nxIT9zA { display:block; }
 }@media only screen and (max-width: 763px) { #sXa130u5fgBANCFTF7tsezbc21OxwSdZ { width:6.5rem;height:2.25rem;top:1.3125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMumoT17pEeTMF5AtDUmNbIFx6BKEyzA { display:block; }
 }@media only screen and (max-width: 763px) { #gg3qFtxDTiLZGcHTEFOl4KTqk9CSPLbz { width:8.75rem;height:2.25rem;top:1.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzbWyEIKIcF9HnsEdTgAzUAgHuyG4rXg { display:block; }
 }@media only screen and (max-width: 763px) { #yTHPMubIlxbJs0MmH4c74NRFc1UlnCsR { width:6.5rem;height:2.25rem;top:1.3125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMNLQOc1uzI4cU2IPs3F3E3dsLw4DzrT { display:block; }
 }@media only screen and (max-width: 763px) { #dqdz2emiwa2HlpVMbZmCxTQuA9qO904N { background-color:transparent;background-image:url("https://images.assets-landingi.com/IGJ_21drT3g/unsplash/biljana-martini--IGJ_21drT3g-photo-1548025396-689d647d00c5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N.adaptive-delivery-prevent-bg, #dqdz2emiwa2HlpVMbZmCxTQuA9qO904N.lazyload, #dqdz2emiwa2HlpVMbZmCxTQuA9qO904N.lazyloading { background-image: none; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row .container { background-color: transparent; background-image: none; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row .container > .video-iframe-container { display: none; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row > .video-iframe-container { display: none; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .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); }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row .container { border-width: 0; border-radius: 0; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqdz2emiwa2HlpVMbZmCxTQuA9qO904N > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeuKoOnGFpEq5xNVNXqgBnqtWsSuaxtG { width:18.5rem;height:3.0996125rem;top:7.0625rem;left:0.75rem;font-size:1.9375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #dvG5Vu6wbulLCX43n4Tk5Wf4FS7md2Lw { width:16.1855625rem;height:0.123046875rem;top:11.8740234375rem;left:1.90673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvCGJRPBLp4KWlok3MoBu2pbMZGexIrF { width:16.9375rem;height:2.5996125rem;top:13.060546875rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KRIibdEbwoo9BxNAQvDiKL9Sx8iFBh7Q { width:4.4375rem;height:3.5rem;top:1.9921875rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZngbfBef4L8mONL0yPo4R0VH1si750Ul { width:11.9375rem;height:2.6875rem;top:17.93798828125rem;left:4.03125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCTOApk7MvnShqTm4yOtSHWriT48Lx4a { display:block; }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-element-container { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-heading-text { font-family:montserrat;font-weight:400;font-style:normal;font-size:1rem;height:auto;line-height:1.3;overflow:hidden;color:#ffffff; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-desc-text { font-family:montserrat;line-height:1.4;overflow:hidden;height:auto;color:#ffffff;font-size:0.875rem; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg"); }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR { display:flex;height:auto;width:18.2485625rem;top:22.6689453125rem;left:0rem;z-index:15073;padding-top:0.75rem;padding-right:0.75rem;padding-bottom:0.75rem;padding-left:0.75rem;background-color:transparent;background-image:none;gap:0.625rem; }
#KpumIxna3EIDqyMwLeBMMPvPqnRbPihR .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #vUJW3F6fyXLxwKJIkso9UySskaPkByt5 {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #TTUWiIWlxBTDDKBVIKSLncrpQF7oEtUI {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #UZa4WWTNJZJNelsTxcGUGeCDtmdOrNZN {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #cO4U02VFedJvR8CRlITnveShTXA2PyiT {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #d7umLUwaEAfrc0EcAz1UproQfgszlFQZ {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #uumaKnX93VMnitD6XK77ANZw5rHsWTB9 {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #WuJCCyCGbRJKBOvSJI3ntWtc450R4r8O {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #fBw3xSzmNBGCiC9pxhV1TyGKMinD2Dob {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #CGoxQOr9qzQSVf7lk6RVko0ILWNckQ0g {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #A4GzKTWgpI4tPCF91pRXtGWQPLrTpTuI {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #MUTX0CL5TX2GyGqWUl49WVpWGgB8uoHJ {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #EyBabGnfyWLv97CmTQAvwouGJODmCsBK {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #IubBXKDOh4vhEWKpwlet673wb01meEsL {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #QATWsXRtBpesMN5QVz4sAFs9qtvMqBI1 {  }
 }@media only screen and (max-width: 763px) { #KpumIxna3EIDqyMwLeBMMPvPqnRbPihR #M8SAOxrMDNcJtbLTw2Xq4VCvzeGLu5Um {  }
 }@media only screen and (max-width: 763px) { #EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn { display:none; }#EelUiVvJVXVlJDBz7rsWM3bfPsdw4Wdn > .row .container { width:20rem;height:156.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OWMc23g9h3XaNy15T116BGMl3H2ZB7rB { width:20rem;height:24.375rem;top:13.192272186279rem;left:0.030924558639526rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXND5TaV3FxW4ES8dZJlavfZfvftIXB5 { width:8.4375rem;height:10.80075rem;top:0.80891942977906rem;left:9.8752174377444rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nlg1OnxMdgeQo2hTEsgzORS29GwaI1PM { width:8.25rem;height:12.4375rem;top:0.81000423431394rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aTNwLC9glRepQVfz9RzzUT2iQ0KoWfMu { width:18.5623125rem;height:10.7975rem;top:27.200522422791rem;left:0.71831607818606rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT5TUqAHnFEmBXpz5zm5kpFDIZezcDEI { width:13.9980625rem;height:0.123698125rem;top:35.8125rem;left:3.00048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIVyZRI8CyiVc6g8KEcz8OV8veuT716B { width:18.125rem;height:0.0623915rem;top:26.496856689453rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBcqn4sPIedMHNRw5rW05KFhB342hnRT { width:20rem;height:12.875rem;top:36.92431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb2TNk2PQIaEP3XkK6E0P0WHuptF2niS { width:18.5623125rem;height:10.7975rem;top:39.035376548767rem;left:0.71831607818606rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tu2Z0e08qyIVvwwXSF6P72ErmIVLU5kW { width:20rem;height:28.3125rem;top:127.75rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #y1Z1l9qLuPfrl4EiO9u4r1AWQvgLngHs { width:20rem;height:14.3966875rem;top:136.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9hymULnosPEfCZTg3xa3D95Et0OrSfH { width:18.125rem;height:0.0618489375rem;top:135.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmIna8FFAeupnd0mwWM5P3dVSA0i2JER { width:18.125rem;height:0.062255875rem;top:78.499755859375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFLT0OPBJR7oMRcH3pnLoEiSmUSdQuf8 { width:20rem;height:4.20030625rem;top:130.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V9IEK4rzyoRkOnTJrShsE3d3UVaCdPSO { width:20rem;height:15.1245rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elCas66JQ7wionwSCQKoS9lpcTCz64wB { width:16.812125rem;height:5.3987625rem;top:73.9375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPFUldHubn5PnBrEN5S7WFd4BSBhT2nB { width:18.125rem;height:0.0625rem;top:66.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTc9pmxfbGM8ubb0u2iGVsyC4F5yirJ3 { width:18.125rem;height:0.062255875rem;top:73.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byiKCcHHgFzkq1V0pfq7BqtlNbTcqTXt { width:20rem;height:6.30045625rem;top:65.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nx5IdTsZutlNmPaolnHkXTcbL8gX8q2Z { width:14.875rem;height:8.3125rem;top:55.625rem;left:2.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZUTe1TsV0pbiaoOwSZ5oFkCRKQ0iuh7m { width:16.373875rem;height:21.936625rem;top:107.5rem;left:1.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EMUKM0XGNnrbB3IHNc1Mkth13GoQ0vR4 { width:18.0615rem;height:23.394625rem;top:80.0625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DBL6Z3GgsIA8N5PSnuH3JEQ5ER51dTz4 { width:20rem;height:32.5rem;top:73.937179565431rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUI1Icqh21vhcIyURO17BXBSfG2wkh6w { width:16.27029125rem;height:2.89517875rem;top:103.45594596863rem;left:1.8229167461395rem;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJXGe3Q1lEc8kn67i3TLIhqMM4wwpbzu { display:block; }
 }@media only screen and (max-width: 763px) { #lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P { background-color:transparent;background-image:url("https://images.assets-landingi.com/cCVzi_mKovs/unsplash/nacho-dom-nguez-argenta-cCVzi_mKovs-photo-1515779122185-2390ccdf060b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.625rem solid #800c32;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; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P.adaptive-delivery-prevent-bg, #lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P.lazyload, #lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P.lazyloading { background-image: none; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row .container { background-color: transparent; background-image: none; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row .container > .video-iframe-container { display: none; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row > .video-iframe-container { display: none; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .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); }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row .container { border-width: 0; border-radius: 0; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgTDfuFgoEQGlxzstVBs9rhAVpWLTJ1P > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVP8OSdM9bTCXI0a99Xcg2RmTN7ZMMbp { width:11.6873125rem;height:4.875rem;top:5.375rem;left:4.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #b0A5A7uwIWGD7nebpLaIiL3BwqbLvpMD { width:13.187375rem;height:4.875rem;top:13rem;left:3.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #hPTTSTeUK8bJnz7EWNBixK5cTAOZ8ca4 { width:13.3121875rem;height:8.53125rem;top:21.0625rem;left:3.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #FRCydqhsQzFTlolvQuJXDR6zVHDgxQua { width:12.8125rem;height:1.21875rem;top:3.875rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #tif2SfJENFLalwHgCwse3bJavEhcbTBz { width:12.8125rem;height:1.21875rem;top:11.3125rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #vm23xTnlvCyaMx1CyLFmBcEbc9zO2aON { width:12.8125rem;height:1.21875rem;top:19.3125rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #RZe4QiHa7RT4dqnkxKbN2ENEvVuVATwX { width:17.75rem;height:0.1875rem;top:60.375rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTgUu15AfHJEsE7CQKV8Wxv1gwC0wRbp { width:17.75rem;height:0.1875rem;top:61.8125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0igesy5PnlA3A4nIi7Pk6sHpwNSKoTt { width:17.6875rem;height:0.125rem;top:9.3125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hcMaIJoGzd0MRTH2IU8WqkXxX7q3xmyV { width:20rem;height:17.0625rem;top:3.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpWeUFanaeitVM6Gnbf47FrcRQpwCF8i { width:20rem;height:1.5rem;top:0.84033203125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF { display:block; }#aU95C7fMTFWwUTdyIDFKUT0bCU3kkfPF > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXWprzDMDQl3z2Z48xiWkkT9cVZ25UJC { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yB3IDVGuI4X6mhGu3lVRgTCiti7ib2Qv { width:20rem;height:13.125rem;top:3.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Wt1MIzRL2633ggteV3e6hpobikzpQd3Z { display:block; }#Wt1MIzRL2633ggteV3e6hpobikzpQd3Z > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHCIkkvrwvXyMmvL4y2tkC7yvpqmbfL1 { width:9.0625rem;height:2.0625rem;top:13.125rem;left:5.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOhMTDR6IABOA1oDphJP9aIZ5WpQcoTg { display:block; }
 }@media only screen and (max-width: 763px) { #AAzp0luTS0K5Zk1e3MWnLGrBZJ3W10eh { width:20rem;height:11.0625rem;top:1.34765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owr81a8UtisB5SpDaMyU5xnAKHsVRnV6 { display:none; }#Owr81a8UtisB5SpDaMyU5xnAKHsVRnV6 > .row .container { width:20rem;height:121rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z2pw44DVSyZJASVmlcoWLFVIWx16WFvL { width:13.8125rem;height:14.8125rem;top:6.9612636566163rem;left:3.0929908752441rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTiO5Ji3554eZLcLCag7zpexqmQesM9y { width:13.75rem;height:9.0625rem;top:1.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #es5so8bvzKTKJ7rB25f3wTCd2gFZyac2 { width:11.937375rem;height:4.1986125rem;top:8.0620670318606rem;left:4.0304908752441rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm2bZvGElTCM5JXETHEZbtbOf96K1LUI { width:10.999375rem;height:2.2753875rem;top:14.061415672303rem;left:4.499783039093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUuItao50PwSHWkL7CAl7LbwcqNyTMi0 { width:11.811rem;height:2.2753875rem;top:17.436524391174rem;left:4.0939674377441rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAa4LfIBuDtxXTtCw6GeTGd76FBFowWT { width:13.35416625rem;height:2.72916625rem;top:22.624458312988rem;left:3.28125rem;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;display:block; }
 }@media only screen and (max-width: 763px) { #eOLzX9DcIS3PMtbti4TdK9v74G9BZ2Lq { display:block; }
 }@media only screen and (max-width: 763px) { #SWF62BnR1VMqHtyVQlR48yz3VQP8Aixz { width:13.5625rem;height:9.0210116606575rem;top:26.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQtiuTsIJBOSKcLm6eaxP75w31FwcAvJ { width:13.5623125rem;height:14.8123125rem;top:32.811958789826rem;left:3.2808160781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoaUexs6B9HOn5hrv9QIToDy50uzxkDf { width:12.6871875rem;height:4.1986125rem;top:33.457575798034rem;left:3.6561417579651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR88G5vWmEzTxlAJbPJlRM64q2WOg9i3 { width:10.999375rem;height:2.2753875rem;top:39.705406665802rem;left:4.499783039093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQSXM7ahMaVe3gNEUJKgEuGansmS4n72 { width:11.5625rem;height:2.2753875rem;top:43.374023914337rem;left:4.2187504768372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2K1lzZgGVZ7hCCfXCWvGct2EDBFVXtX { width:13.35416625rem;height:2.666235rem;top:48.562264442444rem;left:3.28125rem;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;display:block; }
 }@media only screen and (max-width: 763px) { #sN4QrTk9cOHwXhrzF62WInRMQkNOnQwy { display:block; }
 }@media only screen and (max-width: 763px) { #TM4M579uNbsMKLG4QZ6UwILoLok7ixt7 { width:4.375rem;height:3.44998125rem;top:2.3117370605469rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz1clR1PSfsFGa9GS5ZqcoHSJ2m0Go8y { width:4.375rem;height:3.44998125rem;top:28.186861038208rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu3x27fSugMRZ6cu6sXJh9ilQoNSIV1h { width:13.75rem;height:14.9370625rem;top:58.762481689453rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWaVFfWWlnElID86TseuwnZThMWPtq9b { width:12.5rem;height:4.1986125rem;top:59.735788345337rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvAJSGVlMiRJb9rvubaRdUQFr1zAc43z { width:10.999375rem;height:2.2753875rem;top:65.74978637695rem;left:4.499783039093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgTmbUEW8ffyfa0HhNhDvhbzi7Jnvvff { width:11.7496875rem;height:2.2753875rem;top:69.499244689944rem;left:4.1248917579651rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnG5S5P0DS7ukvJU9Qtow1H7IDJNlqNP { width:13.47897875rem;height:2.79156rem;top:74.437397003175rem;left:3.2183160781861rem;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;display:block; }
 }@media only screen and (max-width: 763px) { #VxciufQvZm0UDZctRWFnfTtIUPJLLWrc { display:block; }
 }@media only screen and (max-width: 763px) { #VoKbM0qZqXVHmqmSFmf1cKoT4JTfRaCZ { width:13.625rem;height:10.25rem;top:52.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOVk6QX4JB7NfG515SEkAhWcEWL7Khu2 { width:4.375rem;height:3.45051875rem;top:54.562175750733rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCQI75s19UFrksBFo4OnXBt7qyImeAHa { width:13.75rem;height:15.1875rem;top:84.472116470337rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl4MMcogqn1pBWRqRDTeP5XdXyT06aBR { width:13.47897875rem;height:2.79156rem;top:100.62446212769rem;left:3.2183160781861rem;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;display:block; }
 }@media only screen and (max-width: 763px) { #U0qG56UeX7XrazTLKbG19os4X9gUIdxZ { display:block; }
 }@media only screen and (max-width: 763px) { #sSqw45QZzOWNwTT5lw9LksXnDsg3WTOv { width:11.9998125rem;height:2.2753875rem;top:95.936962127687rem;left:3.9995660781861rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHVmPWmmGpusFVw5E5wkfSqUAqZTvZT { width:10.999375rem;height:2.2753875rem;top:92.062177658081rem;left:4.499783039093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdke3t0RLvvQ6NTq8bVXPrR3cPSeww15 { width:11.312375rem;height:4.1986125rem;top:85.560983657837rem;left:4.3429908752441rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTD3x7O15SXQU7lRw1O5ewX2qCN7CRP4 { width:13.6875rem;height:20.75rem;top:78.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohOBQwWQZBAI5ceLp5eLMsQMdTrfRNaJ { width:4.375rem;height:3.45051875rem;top:79.874677658081rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHGuPMAgcrMrXq7BI09EoToI9C64IwUJ { width:11.311875rem;height:0.0625rem;top:64.687377929688rem;left:4.343533039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1kCe1TTuvmqzseFA2kzGNTlOkThQxr5 { width:11.311875rem;height:0.0625rem;top:13.030605316162rem;left:4.343533039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cayID3KcB6zFsKd3nM1T8AhFRbaMQEnM { width:11.311875rem;height:0.0625rem;top:38.56174325943rem;left:4.343533039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwqVJKx9MibEscfaWQm9Z0z0WpxaSTZT { width:11.311875rem;height:0.124783125rem;top:90.874568939206rem;left:4.343533039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twp2odtzce2NwGs6n4ATCL5XUQp5rUw2 { width:18.187375rem;height:7.1960625rem;top:104.68587589264rem;left:0.90549063682556rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eA3p7bpw379uN73TycTQhwGIRbwh0eWX { width:20rem;height:2.0996125rem;top:113.49914550781rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mkFMvefnCZgvgC2SLEMLQS7BFMAfpe3P { width:19rem;height:2.625rem;top:117.03552246094rem;left:0.4998779296875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohze8XzWwG1rcniI78MxH3kiEwrTeTTi { display:block; }
 }@media only screen and (max-width: 763px) { #o5fI7w6TeMZJyk4774NZXfkK592UONPD { display:none; }#o5fI7w6TeMZJyk4774NZXfkK592UONPD > .row .container { width:20rem;height:111.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a8eiDTZT9dADTgyuJaaODuL7TaqD3RtC { width:20rem;height:33.5rem;top:0.75249576568606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4591LTVT6mZWvcaQsZ2XXW9vExsXbwg { width:8.1875rem;height:10.80075rem;top:2.5583772659302rem;left:9.5621747970581rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sz0DPfn0OrHmk7GHMzvrbhGBMhyGRzB8 { width:7.9373125rem;height:11.937375rem;top:1.2141923904419rem;left:0.71831607818606rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #utXzeTWZmKoq1UZtmrs4qWy4FEXPNxUV { width:18.5623125rem;height:7.198375rem;top:14.635960578919rem;left:0.71831607818606rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DCu6DMkVLRGV0b4JylHTarogtF6rTCZC { width:13.9979375rem;height:0.123698125rem;top:31.374241709709rem;left:2.9996747970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTrHLnTru0SHJv4Lv0KwMWKtDILq8I6h { width:20rem;height:18rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE3h8KHwrneKGvG9hrbBGNW1CQ2GAs30 { width:16.8125rem;height:7.198375rem;top:22.536350250244rem;left:0.71831607818606rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vUJW3F6fyXLxwKJIkso9UySskaPkByt5 { display:block; }
 }@media only screen and (max-width: 763px) { #TTUWiIWlxBTDDKBVIKSLncrpQF7oEtUI { display:block; }
 }@media only screen and (max-width: 763px) { #UZa4WWTNJZJNelsTxcGUGeCDtmdOrNZN { display:block; }
 }@media only screen and (max-width: 763px) { #cO4U02VFedJvR8CRlITnveShTXA2PyiT { display:block; }
 }@media only screen and (max-width: 763px) { #d7umLUwaEAfrc0EcAz1UproQfgszlFQZ { display:block; }
 }@media only screen and (max-width: 763px) { #uumaKnX93VMnitD6XK77ANZw5rHsWTB9 { display:block; }
 }@media only screen and (max-width: 763px) { #WuJCCyCGbRJKBOvSJI3ntWtc450R4r8O { display:block; }
 }@media only screen and (max-width: 763px) { #fBw3xSzmNBGCiC9pxhV1TyGKMinD2Dob { display:block; }
 }@media only screen and (max-width: 763px) { #CGoxQOr9qzQSVf7lk6RVko0ILWNckQ0g { display:block; }
 }@media only screen and (max-width: 763px) { #A4GzKTWgpI4tPCF91pRXtGWQPLrTpTuI { display:block; }
 }@media only screen and (max-width: 763px) { #MUTX0CL5TX2GyGqWUl49WVpWGgB8uoHJ { display:block; }
 }@media only screen and (max-width: 763px) { #EyBabGnfyWLv97CmTQAvwouGJODmCsBK { display:block; }
 }@media only screen and (max-width: 763px) { #IubBXKDOh4vhEWKpwlet673wb01meEsL { display:block; }
 }@media only screen and (max-width: 763px) { #QATWsXRtBpesMN5QVz4sAFs9qtvMqBI1 { display:block; }
 }@media only screen and (max-width: 763px) { #M8SAOxrMDNcJtbLTw2Xq4VCvzeGLu5Um { display:block; }
 }@media only screen and (max-width: 763px) { #kG43ELccVSVtxgf40szBnFDOAuhGzb1G { width:20rem;height:30rem;top:80.125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #QTUcPPKX3rD2frIZ2ItPqoUgzZp88Npy { width:18.125rem;height:17.995875rem;top:91.6875rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vUJW3F6fyXLxwKJIkso9UySskaPkByt5 { display:block; }
 }@media only screen and (max-width: 763px) { #TTUWiIWlxBTDDKBVIKSLncrpQF7oEtUI { display:block; }
 }@media only screen and (max-width: 763px) { #UZa4WWTNJZJNelsTxcGUGeCDtmdOrNZN { display:block; }
 }@media only screen and (max-width: 763px) { #cO4U02VFedJvR8CRlITnveShTXA2PyiT { display:block; }
 }@media only screen and (max-width: 763px) { #d7umLUwaEAfrc0EcAz1UproQfgszlFQZ { display:block; }
 }@media only screen and (max-width: 763px) { #uumaKnX93VMnitD6XK77ANZw5rHsWTB9 { display:block; }
 }@media only screen and (max-width: 763px) { #WuJCCyCGbRJKBOvSJI3ntWtc450R4r8O { display:block; }
 }@media only screen and (max-width: 763px) { #fBw3xSzmNBGCiC9pxhV1TyGKMinD2Dob { display:block; }
 }@media only screen and (max-width: 763px) { #CGoxQOr9qzQSVf7lk6RVko0ILWNckQ0g { display:block; }
 }@media only screen and (max-width: 763px) { #A4GzKTWgpI4tPCF91pRXtGWQPLrTpTuI { display:block; }
 }@media only screen and (max-width: 763px) { #MUTX0CL5TX2GyGqWUl49WVpWGgB8uoHJ { display:block; }
 }@media only screen and (max-width: 763px) { #EyBabGnfyWLv97CmTQAvwouGJODmCsBK { display:block; }
 }@media only screen and (max-width: 763px) { #IubBXKDOh4vhEWKpwlet673wb01meEsL { display:block; }
 }@media only screen and (max-width: 763px) { #QATWsXRtBpesMN5QVz4sAFs9qtvMqBI1 { display:block; }
 }@media only screen and (max-width: 763px) { #M8SAOxrMDNcJtbLTw2Xq4VCvzeGLu5Um { display:block; }
 }@media only screen and (max-width: 763px) { #N8dm96JI3P9qkwpE4ziXVOgaNlhuy5i6 { width:18.125rem;height:0.062255875rem;top:78.499755859375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRoIZ0RfKoCVNRhm0Ty0x9oPmhR7pfud { width:7.749rem;height:9.000625rem;top:81.437174797056rem;left:8.6555995941163rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kmtFE1ZSXwWSRANIUwV1b2FMoUSourIO { width:20rem;height:26.9375rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kImcTU0LcWkO5iq3S4daoQonSVhDUp7h { width:18.125rem;height:0.0625rem;top:57.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcvRGKhLH5MTKX6ne4R94nb9gTeTDtFn { width:19rem;height:5.40039375rem;top:45.5625rem;left:0.75rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HIXiTVnfLahI1DuqtPM29oEV47TXAn50 { width:14.8746875rem;height:8.3121875rem;top:36.5625rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fi9BQmqqXEZRNxP8iTwEbCTNxBbu0bfR { width:6.875rem;height:9.2496875rem;top:81.3125rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #luP7Is2cdT6wpoBsMDrrW7R5fQmpGg3a { width:18.061rem;height:23.394625rem;top:51.812393188476rem;left:0.87456607818606rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #glEA5Qw0skJ0Wu5KmHGg20734OIz8CIB { width:13.6865rem;height:3.06206875rem;top:30.439456224441rem;left:0.71831607818606rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVJMMTUemFdKdU4FF3VsE7ys7OVW8WW { display:block; }
 }@media only screen and (max-width: 763px) { #dmFRb2n1EBh3tzeaZAtLn8ct1Rz54let { width:14.79135375rem;height:2.72916625rem;top:75.874568939206rem;left:0.71831607818606rem;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucKnmUap0usJBxyb1s5Atcpee76oOf4i { display:block; }
 }@media only screen and (max-width: 763px) { #sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b89a6451-c459-4471-9372-8ab0585b7c63/IMG_5526.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ.adaptive-delivery-prevent-bg, #sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ.lazyload, #sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ.lazyloading { background-image: none; }#sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ > .row .container { border-width: 0; border-radius: 0; }#sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIcoa0TH93uCK0EAxtVw7mT4wAM68duJ > .row .container { width:20rem;height:21.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zEs7ka4sBUiJhkHgtnhf5NZosa12UleU { width:20rem;height:2.35656875rem;top:2.2499961853027rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#fbf3f3;display:block; }
 }@media only screen and (max-width: 763px) { #qMmkrVJdB1iT2fi6VSZDfrfTAt0xI92m { width:9.3795625rem;height:3.00390625rem;top:31.312501907349rem;left:5.3098959922791rem;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #IaAo5ZNZk7N3OykJUmXKTceRZFhmUu31 { display:block; }
 }@media only screen and (max-width: 763px) { #WxKkJIP1gsAiDqdI2d7gbUzkEJTAsTE2 { width:17.1875rem;height:2.43706875rem;top:5.3743629455566rem;left:1.4062502384186rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#fbf3f3;display:block; }
 }@media only screen and (max-width: 763px) { #NHsAq9eiigyqBz3HciWDTuRPegaRyHvx { width:6.25rem;height:1.13769375rem;top:12.9375rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#fbf3f3;display:block; }
 }@media only screen and (max-width: 763px) { #E0TaG3vmekEGyhTM0tUmGHFJEqfuHy1w { width:9.375rem;height:1.13769375rem;top:12.9375rem;left:10.625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#fbf3f3;display:block; }
 }@media only screen and (max-width: 763px) { #K6v2Nnelahamyiegn32IXmBOftQXf3v9 { width:11.25rem;height:0.0625rem;top:9.0625rem;left:4.375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #dekngO79Np8fxecBq17KP9EIgQeCTvaF { width:7.8125rem;height:1.13769375rem;top:16.6875rem;left:10.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#fbf3f3;display:block; }
 }@media only screen and (max-width: 763px) { #iFV3TgCifDQqbAvw8EPLNwTPAaqXwyac { width:7.874875rem;height:1.13769375rem;top:16.6875rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#fbf3f3;display:block; }
 }@media only screen and (max-width: 763px) { #PB1ytudHP8vlZTvzHcWwQtf0r8sH34Km { width:7.749rem;height:1.13769375rem;top:18.5625rem;left:10.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#fbf3f3;display:block; }
 }@media only screen and (max-width: 763px) { #Manr51CuDufsFwbJ5s7lsVRz1onxdq9e { width:6.0625rem;height:1.13769375rem;top:18.625rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#fbf3f3;display:block; }
 }@media only screen and (max-width: 763px) { #u27fO7MtvfM9L0lWqcRNGdRwZDV2ruIZ { width:15.3125rem;height:2.436525rem;top:22.310180664062rem;left:2.34375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTUbAxKTihoemdnxU2lUlONX3uEQI99h { display:block; }
 }@media only screen and (max-width: 763px) { #hqIc4GOATo0O7sIN7VawpDXFX4MwbNIL { width:17.0621875rem;height:1.13769375rem;top:11rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#fbf3f3;display:block; }
 }@media only screen and (max-width: 763px) { #s8CuorcuX2CKIKMvIi2IlTTZO2ux6thw { width:9.125rem;height:1.13769375rem;top:11rem;left:10.75rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#fbf3f3;display:block; }
 }@media only screen and (max-width: 763px) { #WCGBQsZv0clQlfM5DlmIoi6ZgmyrtAVL { width:9.1873125rem;height:1.13769375rem;top:14.8125rem;left:10.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#fbf3f3;display:block; }
 }@media only screen and (max-width: 763px) { #ncyJT6l4qV7WU3TUT3Xirq5rQObvoGEq { width:15.8125rem;height:1.13769375rem;top:14.8125rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#fbf3f3;display:block; }
 }@media only screen and (max-width: 763px) { #V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a1a79b59-74f4-4564-a0b9-9d16821e0ea2/CharlesLachauxAuxBoudots.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW.adaptive-delivery-prevent-bg, #V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW.lazyload, #V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW.lazyloading { background-image: none; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row .container { background-color: transparent; background-image: none; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row .container > .video-iframe-container { display: none; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row > .video-iframe-container { display: none; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .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); }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row .container { border-width: 0; border-radius: 0; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V36ZiZopvfeFPXtbhgLhlFmBinJKFwTW > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suzmpqm1kf00Og6X44B5doGliawS6gEa { background-color:#faf8f7;background-image:none;border-top:0.5625rem solid #800c32;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; }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row .container { background-color: transparent; background-image: none; }#suzmpqm1kf00Og6X44B5doGliawS6gEa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row .container > .video-iframe-container { display: none; }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row > .video-iframe-container { display: none; }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .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); }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row .container { border-width: 0; border-radius: 0; }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#suzmpqm1kf00Og6X44B5doGliawS6gEa > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBLFWzPzaFF6CTDqdC9SbT0RFyweKnlc { width:12.0621875rem;height:1.29980625rem;top:1.142578125rem;left:3.9686417579651rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhSzFm2UzB3Dd5aZ024N87npNkZykMVD { width:20rem;height:1.94986875rem;top:3.5357294082642rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g { background-color:#f7f6f5;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; }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row .container { background-color: transparent; background-image: none; }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row .container > .video-iframe-container { display: none; }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row > .video-iframe-container { display: none; }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .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); }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row .container { border-width: 0; border-radius: 0; }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zWOeudTJdkgT2SNpTNT2NpFOtFVlLc2g > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #md9IxEmBh17x78rm0vvVA7bd8dU6ETCd { width:15.9375rem;height:3.41161875rem;top:7.7497863769531rem;left:2.0621745586395rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trUgwnUUHoGFJRRbNXy5wBdkQ0NEe2Qx { width:14.5625rem;height:10.875rem;top:0rem;left:2.7183160781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #arpOde9TE8o2rhKhbzyOZMIGQzMDQ4aq { width:11.875rem;height:4.9375rem;top:15.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8LcDBSayLdOLTAEDG0ZMKX6v8KWb1KT { width:14.1875rem;height:2.875rem;top:27.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIu5FixZQcHGIMlULtAxhtWLAsdsQeZS { width:13.6870625rem;height:10.1248125rem;top:35.347717285156rem;left:3.1553821563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyqvDbhPixM5cSkrWDdGNw6wWf4wD4QH { width:15.9375rem;height:3.41161875rem;top:31.9375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1hy2kKBKAkKXVUxvOtKIdJ1kuCGIet4 { width:15.9375rem;height:2.2744125rem;top:22.0625rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVpnTLoNbnIChVTJFTTI5mEBrb8i8D0x { width:15.9375rem;height:3.41161875rem;top:42.0625rem;left:2.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gmA77z3Ac8NVTleTDw42TGUqlnfTtgl1 { display:none; }#gmA77z3Ac8NVTleTDw42TGUqlnfTtgl1 > .row .container { width:20rem;height:140.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EDWfVMvdMtgUo38WwooXvsLN3kGVF0Pf { width:13.8125rem;height:21.9375rem;top:14.88671875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owDthvJKfD0pBsMGoe0HLPAmHrCBiSzs { width:13.75rem;height:9.0625rem;top:6.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qti73ZvXrpB7dkzL18oT1sJxpd1yBEdw { width:4.5625rem;height:16.1875rem;top:7rem;left:7.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VLZNAkeDR8DvV68wSfUMu854TWoTmD7A { width:11.9375rem;height:3.0872375rem;top:23.4375rem;left:4.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuQk6pzTqdT9dPpFUIitGCQINztHt31 { width:11rem;height:2.4375rem;top:27.9375rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lghaNG8S0rbFbP6fJdRVNyKRcOugfWti { width:11rem;height:1.21875rem;top:31.6875rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUUJ9P08oQVyyfDE0nLgCd6vAc2Oft69 { width:13.4375rem;height:2.8125rem;top:37.59375rem;left:3.28125rem;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;display:block; }
 }@media only screen and (max-width: 763px) { #mm1XBGJfpomFsfNCE7hXTsGIZV0kDooA { display:block; }
 }@media only screen and (max-width: 763px) { #TOhvU0QORLnuGgV54cWE8ZymyBA0NTLF { width:13.5625rem;height:9.0210116606575rem;top:42.274730682373rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmiiKq8mTASc7TqBGW3suemv6a3TRTi9 { width:4.8125rem;height:16.3125rem;top:44.456401824951rem;left:7.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #grhuDOE7vwufOAdOr6x1fVHA5rmMlhAX { width:13.75rem;height:23.375rem;top:51.293621063233rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQzbJR889ANDQSHkklaveTEiX1bpci9S { width:12.6875rem;height:4.6308625rem;top:62.108076095581rem;left:3.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUts08OV2XiT0LiLrutE1m368OZBtpBE { width:11rem;height:2.4375rem;top:67.956361770631rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i14vEJBdAFB4a5ohGI7rMvcWXxTq7gkP { width:11rem;height:1.21875rem;top:72.143882751462rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz0vGdmm63GLGafuqPtJRBPRLRLw8wrm { width:13.4375rem;height:2.75rem;top:76.39390182495rem;left:3.28125rem;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;display:block; }
 }@media only screen and (max-width: 763px) { #HcCMhDJsSckdcafTnJ0ivxva9AhnNWP8 { display:block; }
 }@media only screen and (max-width: 763px) { #wkBa4CQ9hiI27E2P8fXBcTgO7Nt1iQgp { width:4.375rem;height:3.4506534513868rem;top:1.2174482345581rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWL4vA2kOHZTEKIPcMbBwtJ19ANNrWBI { width:4.375rem;height:3.4506534513868rem;top:55.762347363281rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2s7L5Brvx3WA02hiKChc4u1T14lkiJV { width:13.75rem;height:14.9375rem;top:90.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNOVIyK6G47KuwwOo3sxPoTUtaUcJsow { width:14.0625rem;height:2.59895625rem;top:93.406270980838rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC2tp43SxrFnmcCvyQ6lhTxXaw3a4pS3 { width:11rem;height:2.4375rem;top:97.124340057375rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuMLfni59g35S3N1eT84s9sr9w7SV4ky { width:11rem;height:1.21875rem;top:101.03191375733rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu9gErsWcran3C3iydEWCTWTBGAIFohD { width:13.5625rem;height:2.875rem;top:106.69270324707rem;left:3.21875rem;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;display:block; }
 }@media only screen and (max-width: 763px) { #xUcm4AOTQZb6vlw74UrAQW8c2ohp4LR2 { display:block; }
 }@media only screen and (max-width: 763px) { #goQeTcehsvs8VQPr2MNzhKyiGMFzxNva { width:4.625rem;height:16.3125rem;top:83.290380477906rem;left:13rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Nvfz2U53h75f1Ig0aKORq0UIIsrxyCIX { width:13.625rem;height:9.0625rem;top:83.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDUnB5BygQ7M5ET1p2CFvSm7Ea9Tqfim { width:4.375rem;height:3.4505688157139rem;top:86.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJdsg07FnTzAWCtyOHpHWgFhqv567dgf { width:13.75rem;height:14.9375rem;top:118.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg1hXKA98WSAXxxxksEANb38TMT0Kbry { width:13.5625rem;height:2.875rem;top:135rem;left:3.375rem;border-top:0.125rem solid #800c32;border-left:0.125rem solid #800c32;border-right:0.125rem solid #800c32;border-bottom:0.125rem solid #800c32;display:block; }
 }@media only screen and (max-width: 763px) { #hLZd8Xh5upOGrBaE6QPNM8BNsowetXPu { display:block; }
 }@media only screen and (max-width: 763px) { #OnVJ6ipiWBWWHI2pKvye78ArdtvZV8p0 { width:11rem;height:1.21875rem;top:131.1875rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2QBgADmQaQUnERdPSuvEWnbJhzCtn5n { width:11rem;height:2.4375rem;top:127.625rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA3wm65TAy1XdpsqpTIDNNAm5VTRtqJQ { width:14.0625rem;height:2.59895625rem;top:122.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRTFFn4Fw8X9aMpMntN1oPsgA4lrpkNW { width:4.8125rem;height:16.4375rem;top:113.66665649414rem;left:7.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EmLQoe9vuREi0Gx3cgJte37ZV5th4tnC { width:13.625rem;height:9.0625rem;top:111.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNNf9x1XNQewDGWCOOGF9iOF9u3webLU { width:4.375rem;height:3.4505688157139rem;top:114.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69da9294-8847-4fbb-a6d2-cbc7e7f20237/Marronetouva.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH.adaptive-delivery-prevent-bg, #Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH.lazyload, #Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH.lazyloading { background-image: none; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row .container { background-color: transparent; background-image: none; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row .container > .video-iframe-container { display: none; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row > .video-iframe-container { display: none; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .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); }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row .container { border-width: 0; border-radius: 0; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mv0HzpD67QJXPQfoQMBTRJBoLSbUiKXH > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRuXHTyuwgllud075e7rJkZ8n0PfEPub { width:5.9375rem;height:2.92419375rem;top:5.8962688446045rem;left:14.062500953674rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #QIthzR2kpDGzl1mCN9PNFcPT6KGED59p { width:2.56239375rem;height:2.5rem;top:2.1847877502441rem;left:15.842557907104rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpFMamhzLUJ6QIebAb0Zoim2Bu4GRTSK { width:3.24978125rem;height:3.24978125rem;top:1.4697265625rem;left:1.8446183204651rem;display:block; }
 }@media only screen and (max-width: 763px) { #V279rW9X3C4lms5tPMgDAT5Vh6DzK0A8 { width:5.74978125rem;height:1.9494625rem;top:5.8962688446045rem;left:0.59516072273254rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #n8nn16BxHrOTB2cc1fm7ZXhGK9B2UAGL { width:3.4375rem;height:3.312175rem;top:1.7805995941162rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIBCWJDgHklGtBG311ozVLTE8LzhVgFB { width:5.9375rem;height:2.92419375rem;top:5.7725696563721rem;left:7.03125rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #CqoRnhx3HIp4CMAU0brw8zXtH8X6F7C3 { top:1.4995670318604rem;left:0rem;width:20rem;height:8.3121875rem;z-index:14999;background-color:rgba(189,160,109,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RE3J67uapM02ka6hPgDm849mKl9cAQ1O { display:none; }#RE3J67uapM02ka6hPgDm849mKl9cAQ1O > .row .container { width:20rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I0ulHxm5G51yQUbF7bp15Xqz0ztIFiKD { width:14.5625rem;height:2.75rem;top:11.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg5kcThcABCoQvmA87Fmh5yL1psiHHTa { display:block; }
 }@media only screen and (max-width: 763px) { #nKWbKtmkyilEbWyfPACmV5kPc92CRxa3 { width:14.5625rem;height:2.75rem;top:22.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfxuQofruClcI7QiAVpaFSi0ESiDOBG9 { display:block; }
 }@media only screen and (max-width: 763px) { #VhQvl3JdkN5m8r0AiSVP5kwcRnk3Q8d1 { width:14.5625rem;height:2.75rem;top:32.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NikcltCySz6OUhKBdnWUTtUZEKmQukg5 { display:block; }
 }@media only screen and (max-width: 763px) { #PhVi5buemKDkHxBeffaA7xxht1PT3K9a { width:14.5625rem;height:2.75rem;top:1.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ethi4PkzMk1hxLuxlRq5dwsTeOkCuAUe { display:block; }
 }@media only screen and (max-width: 763px) { #oTLm6zhZ5zwA4052N8DXCZonShZ11ls9 { width:14.5625rem;height:2.75rem;top:15.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2vcCRpzV8mNaynA6XyibdIvBlKTPmgV { display:block; }
 }@media only screen and (max-width: 763px) { #BXTgWQ8vzdnrGbWDIrxNyzVPiDJwTs2t { width:14.5625rem;height:2.75rem;top:26.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBFUeuh3u0J0ZW9rEaiu5f8KO8icF1rQ { display:block; }
 }@media only screen and (max-width: 763px) { #IeI8LZahXkre9lfQiTlgNI2kD7WoRwds { width:14.5625rem;height:2.75rem;top:36.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDUElpTIArKx2ihXTL3xR1CZqGF3BpcZ { display:block; }
 }@media only screen and (max-width: 763px) { #N1pmiuZObrJbAKpwAaSWNg2LHLVptHTL { width:14.5625rem;height:2.75rem;top:5.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDlcemk83edVSvP3frSqTOZfVRagCCk1 { display:block; }
 }@media only screen and (max-width: 763px) { #BLzca7V5ZkzB8BRoduKc5oZWI2GMsDkd { width:12.5rem;height:0;top:9.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ue7ATwm3IqVdgZgJWoVBzUiAJSgEwJzg { width:12.5rem;height:1.2994375rem;top:19.75rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aMTDzKwmlT7kcPiU35EMSSHVm3leHkp0 { width:12.5rem;height:0;top:30.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9qBGNTGlpzSEso7bUN9yRiPL14LwU86 { width:12.5rem;height:0;top:40.75rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BaET3ux7wlUsRm8gOsOTscTUM8IZumGW { width:12.5rem;height:0;top:43.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2 { display:block; }#T3NdACEUaDSUFPcKlwxpFhrgxLKRETk2 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRZyeaTTELv8RVb8JsL2TH6o9hJEK65R { width:20rem;height:1.21875rem;top:1.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #QRMvrSUf87SmJ82Jg0mrH2gKfLi3rXlW { display:flex;width:1.749675rem;height:1.749675rem;top:3.4375rem;left:14.1875rem; }
#QRMvrSUf87SmJ82Jg0mrH2gKfLi3rXlW > img { max-width: 100%;max-height:100%; width:1.749675rem; height:1.749675rem; } }@media only screen and (max-width: 763px) { #VmNknVrKCr9dnyvpMZomhGorEuXJdLuh { display:flex;width:1.749675rem;height:1.749675rem;top:3.4375rem;left:10.6875rem; }
#VmNknVrKCr9dnyvpMZomhGorEuXJdLuh > img { max-width: 100%;max-height:100%; width:1.749675rem; height:1.749675rem; } }@media only screen and (max-width: 763px) { #MICgT5zW3ewGqPG9kweJis29OyGND725 { display:flex;width:1.749675rem;height:1.749675rem;top:3.4375rem;left:7.25rem; }
#MICgT5zW3ewGqPG9kweJis29OyGND725 > img { max-width: 100%;max-height:100%; width:1.749675rem; height:1.749675rem; } }@media only screen and (max-width: 763px) { #F01OiRLEEtsCQx2w9PeruiTUZa2ks7sX { display:flex;width:1.749675rem;height:1.749675rem;top:3.4375rem;left:4.125rem; }
#F01OiRLEEtsCQx2w9PeruiTUZa2ks7sX > img { max-width: 100%;max-height:100%; width:1.749675rem; height:1.749675rem; } }