.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,227,237;--color-primary-1:128,161,196;--color-primary-2:0,66,136;--color-primary-3:0,33,68;--color-primary-4:0,10,20;--color-secondary-0:227,236,220;--color-secondary-1:162,192,137;--color-secondary-2:68,128,19;--color-secondary-3:34,64,10;--color-secondary-4:10,19,3;--color-tertiary-0:255,255,255;--color-tertiary-1:238,248,248;--color-tertiary-2:143,149,149;--color-tertiary-3:86,89,89;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1a4e;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; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { background-color: transparent; background-image: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container > .video-iframe-container { display: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container { display: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .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); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { border-width: 0; border-radius: 0; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#dVIcV5GSsoi7A66PpvZgKuKGb9av16if { position:absolute;display:block;z-index:15003;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.1875rem rgba(var(--color-tertiary-4),0.5) ;height:2.37426875rem;width:11.25rem;top:0.748291015625rem;left:0.8740234375rem;overflow:hidden;display:block; }
#oUdFFsgFpBngLN1kv4vmhiAEmurRemT5 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:1.7178621292114rem;left:36.999287605286rem;display:block; }
#FF8HnCDSq3DTwOOalBKUxQsW3IMcTBcD { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.68) ;height:2.9367875rem;width:13.6869375rem;top:1.5rem;left:19rem;display:block; }
#vAg0VITbQ1zshoQQUK30hcQDUBg6py1t { color:rgba(var(--color-tertiary-4),1);display:block;width:14.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0625rem;left:17.3125rem;height:1.86889375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#McRP3NgnOy0NBkneiHWrKgAWiE5rACsl { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.75rem;left:19.4375rem;display:block; }
#qAXdVepdLUvh1ofUp5E2ks2B0PksBkVR { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.68) ;height:2.9367875rem;width:13.6869375rem;top:1.5rem;left:37rem;display:block; }
#TheCWOwtCIaELlfF5HHuErIpeDwn7WP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.001953125rem;left:35.374642372131rem;height:1.86889375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gITAGez42zXmR0JVehyG2BdxLFs1G9W5 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.43505859375rem;left:0.8740234375rem;height:1.2182625rem;text-align:justify;text-align-last:initial;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/01027dc1-be21-431d-a7a2-915ac8929d80/IMG_9334.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:60rem;overflow:visible;position:relative;display:block; }#yb4FUwon7TssB0Z66QyOssby6UTtLoyl { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.89);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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(var(--color-tertiary-4),0.5) ;height:13.8125rem;width:22.0625rem;top:17.65625rem;left:0rem;display:block; }
#BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),1);top:17.656249046326rem;left:1.9992904663086rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#czwJP2qTArxTRAovJxw7VbQ4rzamIoT0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:26.5625rem;top:15.6875rem;left:16.71875rem;overflow:hidden;display:block; }
#PTzBx7hpgPAGi58QE2JMkdBPK0v1XxNT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.68) ;height:2.9367875rem;width:13.6869375rem;top:20.5rem;left:38.4375rem;display:block; }
#ZU2CSJfD6xExr8ilR2wib0EnovfTD9k9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.0625rem;left:36.75rem;height:1.86889375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wL9Xi6O2uOIAClNx0fdeLAswuogniWD6 { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:20.75rem;left:38.875rem;display:block; }
#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { background-color: transparent; background-image: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .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); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { border-width: 0; border-radius: 0; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { color:#101010;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:1.4375rem;left:1.0625rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { color:rgba(16,16,16,0.7);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:7.375rem;left:1.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xia3uJloWc9101WoTrn24slm7Bcdl5pb { color:rgba(16,16,16,0.03);display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oR6MO5wciNGgiiREkmsiSJNOzuaKsVWn { color:rgba(16,16,16,0.7);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.624267578125rem;left:1.875rem;height:3.65845rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgfqqtBTWPBtdzKHygOykJVQIiz3q90g { color:#101010;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.125rem;left:1.0625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIJTxZv70MflRydcZKyLEOroXTDQOeTI { position:absolute;display:block;z-index:15015;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.1875rem 0.9375rem rgba(var(--color-tertiary-4),0.63) ;height:10.625rem;width:14.25rem;top:3.466796875rem;left:34.927299499512rem;overflow:hidden;display:block; }
#her9TgnSgyqNvQFworGRCLbcE6tcmTDb { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:14.0625rem;left:4.84375rem;display:block; }
#c48hWgh8bszVxLod07fTANScgIHXA70Z { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:14.125rem;left:18.4375rem;display:block; }
#gNU7CUE6twHTvKWg8yD0kTk7renBCpOo { color:#101010;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:17.1875rem;left:15.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rosDbHFa4SBMbI1SoMOUR4hgCzNhwTNq { color:rgba(16,16,16,0.7);display:block;width:10.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.624267578125rem;left:14.781494140625rem;height:4.87793125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#keh6Aeyr7tLJ13PJhKCPkU5L6V4dVQQE { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:23.5rem;left:4.875rem;display:block; }
#BuwJcasBTR11gfG9OQ6sfdPwCbC6DO4s { color:#101010;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:26.1875rem;left:0rem;height:1.499025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpz4U8vNrmDXZCbQ4CizwI2xHaHl5eOT { color:rgba(16,16,16,0.7);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.25rem;left:1.0625rem;height:4.87793125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MXgHPVZtCKWC0n8cdBaqiBz2NSziOTsC { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:23.5rem;left:18.4375rem;display:block; }
#qmQDgmACGTn6RpBSFynyZXwBJ3PwKQvs { color:#101010;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:26.1875rem;left:14.375rem;height:1.499025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mafy45FCsyQ2890dqOcMxeZ998NHzEBm { color:rgba(16,16,16,0.7);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:28.25rem;left:15.0625rem;height:4.87793125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hkKT6pHJ7r2pf4xzpV0RIi2AlpObrcTL { 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.1875rem 0.9375rem rgba(var(--color-tertiary-4),0.63) ;height:11.4375rem;width:15.25rem;top:13.0625rem;left:26.5625rem;overflow:hidden;display:block; }
#AGK3n0XuTs1VR9ckFdmT5dHxv8npI3N7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-tertiary-4),0.63) ;height:11.4375rem;width:15.25rem;top:13.028429031372rem;left:43.503688812256rem;overflow:hidden;display:block; }
#nH4T4StwE6sLf4aiQcgcqaSHhBGUJ2gD { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.68) ;height:2.9367875rem;width:13.6869375rem;top:27.313720703125rem;left:41.5234375rem;display:block; }
#fgaAwcMFy2kb1WVfUMIVFQaaHQAOvX9h { color:rgba(var(--color-tertiary-4),1);display:block;width:14.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.87646484375rem;left:39.83642578125rem;height:1.86889375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BJMxTJWO83khp1HlmbT8QJCTWOySPgTq { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:27.56396484375rem;left:41.961669921875rem;display:block; }
#x9mp1kV2JbF903I74TCo2KNIX4SobgEN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1a4e;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; }#x9mp1kV2JbF903I74TCo2KNIX4SobgEN > .row .container { background-color: transparent; background-image: none; }#x9mp1kV2JbF903I74TCo2KNIX4SobgEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9mp1kV2JbF903I74TCo2KNIX4SobgEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9mp1kV2JbF903I74TCo2KNIX4SobgEN > .row .container > .video-iframe-container { display: none; }#x9mp1kV2JbF903I74TCo2KNIX4SobgEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9mp1kV2JbF903I74TCo2KNIX4SobgEN > .row > .video-iframe-container { display: none; }#x9mp1kV2JbF903I74TCo2KNIX4SobgEN > .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); }#x9mp1kV2JbF903I74TCo2KNIX4SobgEN > .row .container { border-width: 0; border-radius: 0; }#x9mp1kV2JbF903I74TCo2KNIX4SobgEN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x9mp1kV2JbF903I74TCo2KNIX4SobgEN > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#xrkTnbqcTypTfECEO0C9087SftmyXP17 { color:rgba(var(--color-tertiary-1),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8818359375rem;left:10.53125rem;height:7.4238125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { background-color: transparent; background-image: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container > .video-iframe-container { display: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container { display: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .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); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { border-width: 0; border-radius: 0; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.55);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:2.9375rem;left:0rem;display:block; }
#d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { color:#101010;display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:4.9375rem;left:2.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { color:rgba(16,16,16,0.7);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:4.5rem;left:28.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.63) ;height:15rem;width:20rem;top:15rem;left:19.0625rem;overflow:hidden;display:block; }
#pdBTwKLXyQleI8Bd2TJX4um37friOwNK { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.63) ;height:11.8125rem;width:15.8125rem;top:16.5625rem;left:5.4609375rem;overflow:hidden;display:block; }
#v2NJNeBP8QcdId3s5LON0rn1mGUudqat { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.63) ;height:10.625rem;width:14.25rem;top:17.6875rem;left:35.0234375rem;overflow:hidden;display:block; }
#zx3N1gXL1i6rHOahgowbHxg1OBfT44sA { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.68) ;height:2.9367875rem;width:13.6869375rem;top:32.314697265625rem;left:25.5859375rem;display:block; }
#gArIwsGlzeRL0TItqi14oubIuaGFSgQ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:32.87744140625rem;left:23.89892578125rem;height:1.86889375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Iz7QxdPJzbFZniBINPH4wTmC5fQArMLl { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:32.56494140625rem;left:26.024169921875rem;display:block; }
#m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(10,26,78,0.72);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; }#m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u > .row .container { background-color: transparent; background-image: none; }#m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u > .row .container > .video-iframe-container { display: none; }#m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u > .row > .video-iframe-container { display: none; }#m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u > .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); }#m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u > .row .container { border-width: 0; border-radius: 0; }#m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#ewOomSFBAc8iagFJt4M3dzmXshXS8zvm { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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(var(--color-tertiary-4),0.5) ;height:10.625rem;width:9.25rem;top:2.9375rem;left:0rem;display:block; }
#NyClfRpTQ6FNcrmmBX2AgyJqdx4Kcnx8 { color:rgba(var(--color-tertiary-1),1);display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:4.9375rem;left:2.8125rem;height:2.4743625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DfOCVdNKs2KwnbE0Dgwnf13tTutS5lwn { color:rgba(var(--color-tertiary-1),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:8.5625rem;left:28.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LzcTaepVHfE6rVhOTx2Wdp3D1gJ3rAWp { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.63) ;height:12.6875rem;width:17.0625rem;top:15.3740234375rem;left:2.8125rem;overflow:hidden;display:block; }
#ae5IN0XFuOB2KlBqEUCcwwmnJNMFahpm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.63) ;height:11.875rem;width:18.0625rem;top:16.9990234375rem;left:32.25rem;overflow:hidden;display:block; }
#Iw0m648rH7yUpyoiqMVKiqtyTTN4fyzG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.63) ;height:13.4375rem;width:17.9375rem;top:18.65625rem;left:15.4375rem;overflow:hidden;display:block; }
#iV3gqJfu8cq8r8RO5JtvllixBaFygwGz { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.68) ;height:2.9367875rem;width:13.6869375rem;top:34.3125rem;left:24rem;display:block; }
#XISmc5wrMJJumSH4NXykn9HGTC8ZidPu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34.875rem;left:22.3125rem;height:1.86889375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dtI2mxmRDkMNTAueJ3IiwPm4kg3flHyO { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:34.5625rem;left:24.4375rem;display:block; }
#cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6 > .row .container { background-color: transparent; background-image: none; }#cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6 > .row .container > .video-iframe-container { display: none; }#cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6 > .row > .video-iframe-container { display: none; }#cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6 > .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); }#cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6 > .row .container { border-width: 0; border-radius: 0; }#cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6 > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#syfR8iG2KF8dkg2Wlt9Ok19vp3XBVpJk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.55);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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(var(--color-tertiary-4),0.5) ;height:10.625rem;width:9.25rem;top:2.9375rem;left:0rem;display:block; }
#r6iiAQzvZ53XbJJon37oDdoSIoHf8nC6 { color:#101010;display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:4.9375rem;left:2.8125rem;height:7.423125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bwuoBcHyN10F2rhT4b8MDvm1FQcQOoyM { color:#101010;display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:7.875rem;left:30.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TUzkr0TVHoLOPIn0bHRA5qW0pH4TOtpM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.63) ;height:14.25rem;width:19.0625rem;top:20.75rem;left:17.5625rem;overflow:hidden;display:block; }
#nVKxfxGrTXBLZElwMuyJD4zLXJApbl2O { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.68) ;height:2.9367875rem;width:13.6869375rem;top:37.25rem;left:24rem;display:block; }
#GQePSH709GuL9Rz0pvRaXuG6nM5okATm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:37.8125rem;left:22.3125rem;height:1.86889375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vMTLGqWRUTTGLllbL6x4NTuSUHA4hvxs { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:37.5rem;left:24.4375rem;display:block; }
#kNyTnZ8yOxKsTWdAFGCITV17U2kri15O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(10,26,78,0.72);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; }#kNyTnZ8yOxKsTWdAFGCITV17U2kri15O > .row .container { background-color: transparent; background-image: none; }#kNyTnZ8yOxKsTWdAFGCITV17U2kri15O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNyTnZ8yOxKsTWdAFGCITV17U2kri15O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNyTnZ8yOxKsTWdAFGCITV17U2kri15O > .row .container > .video-iframe-container { display: none; }#kNyTnZ8yOxKsTWdAFGCITV17U2kri15O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNyTnZ8yOxKsTWdAFGCITV17U2kri15O > .row > .video-iframe-container { display: none; }#kNyTnZ8yOxKsTWdAFGCITV17U2kri15O > .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); }#kNyTnZ8yOxKsTWdAFGCITV17U2kri15O > .row .container { border-width: 0; border-radius: 0; }#kNyTnZ8yOxKsTWdAFGCITV17U2kri15O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNyTnZ8yOxKsTWdAFGCITV17U2kri15O > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#x0s73l64R8RIc3CAkJyIu7BnDPEW8FxG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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(var(--color-tertiary-4),0.5) ;height:10.625rem;width:9.25rem;top:2.9375rem;left:0rem;display:block; }
#v4gQRvtw2gkyhVl7ng3ygzShd5p8FEun { color:rgba(var(--color-tertiary-1),1);display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:4.9375rem;left:2.8125rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lksPLhc6TfGz98rw5vTvvwZDHSkaOoJ1 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:8.5625rem;left:28.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OdK3GWETGOQBPgJof34CRJkB7X4s3EkT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.63) ;height:11.9375rem;width:15.875rem;top:17.375rem;left:14.375rem;overflow:hidden;display:block; }
#QOTW06GM0fM8k77bc2repgDXgIPw5Gkc { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.63) ;height:10.4375rem;width:14rem;top:20.625rem;left:28.3125rem;overflow:hidden;display:block; }
#PfOJyFdTQdl5PFuMDeG0AFuBxIwT89iL { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.68) ;height:2.9367875rem;width:13.6869375rem;top:34.4375rem;left:24.8125rem;display:block; }
#K0Wa7lUqifsTyDysvJqhb01c56wAbknf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:35rem;left:23.125rem;height:1.86889375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lTJLNgBbTeBwhLsnqQgTKEoniFaEr56A { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:34.6875rem;left:25.25rem;display:block; }
#TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.72);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; }#TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw > .row .container { background-color: transparent; background-image: none; }#TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw > .row .container > .video-iframe-container { display: none; }#TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw > .row > .video-iframe-container { display: none; }#TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw > .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); }#TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw > .row .container { border-width: 0; border-radius: 0; }#TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#ksev49tnWTleWBw3U91Vdwp6wv4bHqke { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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(var(--color-tertiary-4),0.5) ;height:10.625rem;width:9.25rem;top:2.9375rem;left:0rem;display:block; }
#dyOc89pa7PhRPbkMF5FyOktdE0ezciHT { color:#000000;display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:4.9375rem;left:2.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ak6VspMWn4FE8tP3OI6L7Mb0mTISCm9F { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:8.5625rem;left:28.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SDJQ4CpMcxT1IB6igmxFzS7DJcbvERc3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.63) ;height:12.625rem;width:16.875rem;top:16.402587890625rem;left:3.812255859375rem;overflow:hidden;display:block; }
#LT0JnbJwvgVO24azvNcAx9TbqIoFQ2KZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.63) ;height:13.375rem;width:17.875rem;top:16.026611328125rem;left:33.028564453125rem;overflow:hidden;display:block; }
#DJLTTQP85KtDF8co6QHllEvJ62b4pxVq { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.68) ;height:2.9367875rem;width:13.6869375rem;top:34.3125rem;left:24rem;display:block; }
#NBt02Q8QhqLTUUZCuvi5zXmgWsBNQSIq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34.875rem;left:22.3125rem;height:1.86889375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TpnQtKwDLQWSNfhbhBoWy9Ddg40CstWP { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:34.5625rem;left:24.4375rem;display:block; }
#JdlVQzfZrQzTThhpO2JIkk9OwCnnmZQ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ea7e2f;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; }#JdlVQzfZrQzTThhpO2JIkk9OwCnnmZQ3 > .row .container { border-width: 0; border-radius: 0; }#JdlVQzfZrQzTThhpO2JIkk9OwCnnmZQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JdlVQzfZrQzTThhpO2JIkk9OwCnnmZQ3 > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:none; }#B56TNn6BeOQFEXRwsZsEhPbOep0LuhVu { position:absolute;display:block;z-index:15000;background-color:rgba(129,59,34,0.54);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:9.25rem;top:2.375rem;left:10.625rem;display:block; }
#yzFznfOEigKuaOA2glDZtMrn35x6iQUb { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),1);top:3.6875rem;left:12.1875rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Qc66AThRErw8xEcIzfsuLVR2GOXAdOOw { position:absolute;display:block;z-index:15004;background-color:#813b22;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:24.6875rem;width:18.6875rem;top:11.25rem;left:1.25rem;display:block; }
#aVZT9rPV14eqkaswnTeWoaifWHNA6Fat { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:16.46875rem;left:2.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EUXBTnM5heG4zIqwtezq8K5w2OKRFQiD { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.54);top:28.9375rem;left:2.875rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eph4G4TxU86wJmKgvwUw9DctdtVtPx75 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:32.21875rem;left:2.5rem;height:1.8999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fyadNUMzb0RVTrxTN8xfcahGREOBuSyS { position:absolute;display:block;z-index:15005;background-color:#813b22;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:24.6875rem;width:18.6875rem;top:11.25rem;left:20.65625rem;display:block; }
#XFpoGVvApDo760IRfFTL9Fl021f7XhkU { position:absolute;display:block;z-index:15006;background-color:#813b22;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:24.6875rem;width:18.6875rem;top:11.25rem;left:39.96875rem;display:block; }
#URtCcno33323lTT8BcuTJSBvJy91SIRV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:16.46875rem;left:21.90625rem;height:9.494375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#yGTLWe1FsIDziXPPKxAyl5fLTIUP1AQs { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.54);top:28.9375rem;left:21.75rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ctTgE0kJeDTmSNI32IBiIDAANmKq6ALf { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:32.21875rem;left:21.90625rem;height:1.8999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VeJ3S6T8KVddLNJgVaaR3EU7ZgHF73vI { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:16.84375rem;left:41.21875rem;height:11.39325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#V1PxXmTohTNzk3OIhTC3m9RMVRaRJNG5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.54);top:28.9375rem;left:41.0625rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s4dKFuqHxgIrFp6l2AAEn38BTAvW1yHB { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:32.21875rem;left:41.21875rem;height:1.8999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L56KcR66zfhiWAhGygXbSfNTpl0Zb0b4 { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:11.875rem;left:9.125rem;display:block; }
#LHTC43xMMeTgMpG7sBsAOGO08LFTGqRX { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:11.875rem;left:6.0625rem;display:block; }
#b7csz32S5LHPsXLtPh5uTDM0UN5XKW05 { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:11.875rem;left:12.1875rem;display:block; }
#aECRGoTXlauGVn6hvMilLRp6gMLzNSHC { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:11.875rem;left:2.875rem;display:block; }
#fUW0NMPCaaTQRuIbpHzkKpfh6IyyuSZF { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:11.875rem;left:15.25rem;display:block; }
#IxKGOoBp2sPmb3ozqP97ONTqrumwZk9Z { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:11.875rem;left:34.625rem;display:block; }
#orQFqAJ3GL0SwXGFuxLrraRf59TFbDM1 { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:11.875rem;left:31.5625rem;display:block; }
#CythfPnIsUA2qUfswK2eenI1tI0RJFQv { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:11.875rem;left:28.5rem;display:block; }
#CpO9Gdi0Pxoe6r9OTaQN7JmnX1eexuSM { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:11.875rem;left:25.4375rem;display:block; }
#FBCy5JhrFEW95c3widLPs2u5oDmIBaHq { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:11.875rem;left:22.25rem;display:block; }
#O3pBTUlzWbTpP7nUVFJ9DbI2gpdTbTr0 { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:11.875rem;left:53.9375rem;display:block; }
#T6wVezl7yD7cRtIdgtCwkxsfMFTyK9LS { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:11.875rem;left:50.875rem;display:block; }
#JyOEz5rZtzJTZ7WdpolNA5zeaMoVn7Nd { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:11.875rem;left:47.8125rem;display:block; }
#p8L8hKrkf33T2WdPFQqw8TED5gWf3Hui { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:11.875rem;left:44.75rem;display:block; }
#nBA50Kc6JIW4nzJ527irtbn7TmbVwn7w { box-sizing:content-box;color:#ffbe00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:11.875rem;left:41.5625rem;display:block; }
#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/3c5da35a-70e7-4466-bc68-75def9df1200/marciel_poli06.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e.adaptive-delivery-prevent-bg, #kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e.lazyload, #kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e.lazyloading { background-image: none; }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row .container { background-color: transparent; background-image: none; }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row .container > .video-iframe-container { display: none; }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row > .video-iframe-container { display: none; }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .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); }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row .container { border-width: 0; border-radius: 0; }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#s8IhABWRlB5oPFN202suXiC6VyZy3TmG { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),1);top:2.9375rem;left:2.125rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ofGGUEHXp6kzTxgUqlEdEhOi1W4afkGu { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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(var(--color-tertiary-4),0.5) ;height:13.8125rem;width:31.25rem;top:0.875rem;left:0.9375rem;display:block; }
#bkNcur65H9DyAHrZ51XvklLg1v46MmEf { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:18.75rem;top:3.125rem;left:20.125rem;overflow:hidden;display:block; }
#nmx14HQyrCeVpyNhP2N36Gz03hNgpk7P { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.68) ;height:2.9367875rem;width:13.6869375rem;top:6.81884765625rem;left:43.5234375rem;display:block; }
#FPA8M86fIOPupRIokc6OkpoTPSwPXmxb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:7.381591796875rem;left:41.83642578125rem;height:1.86889375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kOaOy9yWzohbW9z3qskZaoSGRBoi0v8z { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:7.069091796875rem;left:43.961669921875rem;display:block; }
#Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL > .row .container { background-color: transparent; background-image: none; }#Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL > .row .container > .video-iframe-container { display: none; }#Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL > .row > .video-iframe-container { display: none; }#Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL > .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); }#Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL > .row .container { border-width: 0; border-radius: 0; }#Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#DtdSnJNO2Rx97mQJiKBLZTpgd1PxIdb7 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.55);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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(var(--color-tertiary-4),0.5) ;height:10.625rem;width:9.25rem;top:2.9375rem;left:0rem;display:block; }
#U4k6RMMxFA5AxBaqvkrq5QlL7L1Wf4IN { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:4.75rem;left:26.9375rem;height:7.9980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LhNiKA584KIKcBqoxTmg5ey4xAWlAP5p { color:#101010;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:5rem;left:4.1875rem;height:4.94873125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lgHtr2q9QELmRv0zCTsAKC4KcLZHXmXh { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:16.3125rem;width:34rem;top:2.3125rem;left:23.3125rem;display:block; }
#S9393TENfS3rNJAiaFzHkfXLrdEZ8cyg { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.68) ;height:2.9367875rem;width:13.6869375rem;top:17.25732421875rem;left:4.2109375rem;display:block; }
#J6KT4gGQAtrwID1sCmLcGIOtGCSzNqLc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:17.820068359375rem;left:2.52392578125rem;height:1.86889375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wn4grz5gQw9WHR76cM4KdxTJ3haKa8VI { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:17.507568359375rem;left:4.649169921875rem;display:block; }
#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(10,26,78,0.73);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; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { border-width: 0; border-radius: 0; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;position:relative;display:block; }#bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:4.25rem;left:0rem;display:block; }
#vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { color:rgba(var(--color-tertiary-1),1);display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:6.5rem;left:1.78125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:6.6875rem;left:26.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:17.875rem;width:24.375rem;top:15.625rem;left:13.6875rem;display:block; }
#bEhgfCTxaGZyLaEoM8rFp0ETufaPqA3D { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.625rem;left:18.0625rem;height:1.9494625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W40tdWQ6qTbQiSCAi6MzeiDfVV3p4BXN { box-sizing:content-box;color:#373826;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:19.4375rem;left:14.4375rem;display:block; }
#a4Q3mOTM71fbI3L5FrWTrvXq4gqVAoV2 { box-sizing:content-box;color:#373826;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:23rem;left:14.4375rem;display:block; }
#Zi3EqXnaA1VPSrwQvhpCyhSCS29EFDTK { box-sizing:content-box;color:#373826;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:27.4375rem;left:14.4375rem;display:block; }
#FbbPpmenllQzFSMLpkvGxVbrxORpA3Ek { color:rgba(var(--color-tertiary-4),1);display:block;width:19.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.025390625rem;left:18.375rem;height:3.898925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WPtg2f9yJSGF8Tkk5xEfJiHMTe3xiVup { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.0625rem;left:18.0625rem;height:1.9494625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1a4e;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; }#I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7 > .row .container { background-color: transparent; background-image: none; }#I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7 > .row .container > .video-iframe-container { display: none; }#I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7 > .row > .video-iframe-container { display: none; }#I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7 > .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); }#I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7 > .row .container { border-width: 0; border-radius: 0; }#I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7 > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#ZX2474g2mMr6OTvn6XEGFmAf4IvxTnkG { color:rgba(var(--color-primary-2),0.7);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:0.875rem;left:1.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gm2JcTkxdkCJyp4l3mgxm7irp5tvi7iR { color:rgba(var(--color-tertiary-1),0.7);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:0.875rem;left:26.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lGlSPtryJlGe2uTTLVHUFeS456BPXt4x { position:absolute;display:block;z-index:15018;height:3.125rem;width:5.5625rem;top:0rem;left:35.125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVIcV5GSsoi7A66PpvZgKuKGb9av16if { width:11.25rem;height:2.37426875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUdFFsgFpBngLN1kv4vmhiAEmurRemT5 { width:2.375rem;height:2.375rem;top:1.6875rem;left:30.874287605286rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF8HnCDSq3DTwOOalBKUxQsW3IMcTBcD { width:13.625rem;height:2.875rem;top:1.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAg0VITbQ1zshoQQUK30hcQDUBg6py1t { width:14.6875rem;height:1.8125rem;top:2rem;left:11.18701171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McRP3NgnOy0NBkneiHWrKgAWiE5rACsl { width:2.375rem;height:2.375rem;top:1.75rem;left:13.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAXdVepdLUvh1ofUp5E2ks2B0PksBkVR { width:13.625rem;height:2.875rem;top:1.5rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TheCWOwtCIaELlfF5HHuErIpeDwn7WP7 { width:14.6875rem;height:1.8125rem;top:2rem;left:29.24853515625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gITAGez42zXmR0JVehyG2BdxLFs1G9W5 { width:20rem;height:1.1875rem;top:3.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yb4FUwon7TssB0Z66QyOssby6UTtLoyl { width:22.0625rem;height:13.8125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:33.125rem;height:;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czwJP2qTArxTRAovJxw7VbQ4rzamIoT0 { width:26.5625rem;height:25.25rem;top:15.6875rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTzBx7hpgPAGi58QE2JMkdBPK0v1XxNT { width:13.625rem;height:2.875rem;top:20.5rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU2CSJfD6xExr8ilR2wib0EnovfTD9k9 { width:14.6875rem;height:1.8125rem;top:21.0625rem;left:30.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL9Xi6O2uOIAClNx0fdeLAswuogniWD6 { width:2.375rem;height:2.375rem;top:20.75rem;left:32.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:15.625rem;height:2.4375rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { width:22.8125rem;height:;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xia3uJloWc9101WoTrn24slm7Bcdl5pb { width:24.4375rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR6MO5wciNGgiiREkmsiSJNOzuaKsVWn { width:11.1875rem;height:4.875rem;top:18.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgfqqtBTWPBtdzKHygOykJVQIiz3q90g { width:11.25rem;height:1.5rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIJTxZv70MflRydcZKyLEOroXTDQOeTI { width:14.25rem;height:10.625rem;top:3.4375rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #her9TgnSgyqNvQFworGRCLbcE6tcmTDb { width:3.125rem;height:3.125rem;top:14.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c48hWgh8bszVxLod07fTANScgIHXA70Z { width:3.125rem;height:3.125rem;top:14.125rem;left:12.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNU7CUE6twHTvKWg8yD0kTk7renBCpOo { width:9.0625rem;height:1.5rem;top:17.1875rem;left:9.3122825622556rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rosDbHFa4SBMbI1SoMOUR4hgCzNhwTNq { width:10.375rem;height:4.875rem;top:18.5625rem;left:8.656494140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keh6Aeyr7tLJ13PJhKCPkU5L6V4dVQQE { width:3.125rem;height:3.125rem;top:23.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuwJcasBTR11gfG9OQ6sfdPwCbC6DO4s { width:12.5rem;height:1.4375rem;top:26.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpz4U8vNrmDXZCbQ4CizwI2xHaHl5eOT { width:10.875rem;height:4.875rem;top:28.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXgHPVZtCKWC0n8cdBaqiBz2NSziOTsC { width:3.125rem;height:3.125rem;top:23.5rem;left:12.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmQDgmACGTn6RpBSFynyZXwBJ3PwKQvs { width:12.1875rem;height:1.4375rem;top:26.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mafy45FCsyQ2890dqOcMxeZ998NHzEBm { width:11.0625rem;height:4.875rem;top:28.25rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkKT6pHJ7r2pf4xzpV0RIi2AlpObrcTL { width:15.25rem;height:11.4375rem;top:13.0625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGK3n0XuTs1VR9ckFdmT5dHxv8npI3N7 { width:15.25rem;height:11.4375rem;top:13rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH4T4StwE6sLf4aiQcgcqaSHhBGUJ2gD { width:13.625rem;height:2.875rem;top:27.9375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgaAwcMFy2kb1WVfUMIVFQaaHQAOvX9h { width:14.6875rem;height:1.8125rem;top:28.5rem;left:33.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJMxTJWO83khp1HlmbT8QJCTWOySPgTq { width:2.375rem;height:2.375rem;top:28.1875rem;left:36.461669921875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9mp1kV2JbF903I74TCo2KNIX4SobgEN { display:block; }#x9mp1kV2JbF903I74TCo2KNIX4SobgEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrkTnbqcTypTfECEO0C9087SftmyXP17 { width:38.9375rem;height:7.375rem;top:1.875rem;left:4.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { width:26.875rem;height:;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { width:27.8125rem;height:;top:4.4375rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { width:20rem;height:15rem;top:15rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdBTwKLXyQleI8Bd2TJX4um37friOwNK { width:15.8125rem;height:11.8125rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2NJNeBP8QcdId3s5LON0rn1mGUudqat { width:14.25rem;height:10.625rem;top:17.6875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx3N1gXL1i6rHOahgowbHxg1OBfT44sA { width:13.625rem;height:2.875rem;top:32.9375rem;left:20.0859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gArIwsGlzeRL0TItqi14oubIuaGFSgQ1 { width:14.6875rem;height:1.8125rem;top:33.5rem;left:18.39892578125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz7QxdPJzbFZniBINPH4wTmC5fQArMLl { width:2.375rem;height:2.375rem;top:33.1875rem;left:20.524169921875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u { display:block; }#m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewOomSFBAc8iagFJt4M3dzmXshXS8zvm { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyClfRpTQ6FNcrmmBX2AgyJqdx4Kcnx8 { width:40.25rem;height:4.875rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfOCVdNKs2KwnbE0Dgwnf13tTutS5lwn { width:27.8125rem;height:;top:8.5rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzcTaepVHfE6rVhOTx2Wdp3D1gJ3rAWp { width:17.0625rem;height:12.6875rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae5IN0XFuOB2KlBqEUCcwwmnJNMFahpm { width:18.0625rem;height:11.875rem;top:16.9375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw0m648rH7yUpyoiqMVKiqtyTTN4fyzG { width:17.9375rem;height:13.4375rem;top:18.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV3gqJfu8cq8r8RO5JtvllixBaFygwGz { width:13.625rem;height:2.875rem;top:34.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XISmc5wrMJJumSH4NXykn9HGTC8ZidPu { width:14.6875rem;height:1.8125rem;top:34.875rem;left:16.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtI2mxmRDkMNTAueJ3IiwPm4kg3flHyO { width:2.375rem;height:2.375rem;top:34.5625rem;left:18.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6 { display:block; }#cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syfR8iG2KF8dkg2Wlt9Ok19vp3XBVpJk { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6iiAQzvZ53XbJJon37oDdoSIoHf8nC6 { width:18.375rem;height:4.875rem;top:4.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwuoBcHyN10F2rhT4b8MDvm1FQcQOoyM { width:27.8125rem;height:;top:7.8125rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUzkr0TVHoLOPIn0bHRA5qW0pH4TOtpM { width:19.0625rem;height:14.25rem;top:20.75rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVKxfxGrTXBLZElwMuyJD4zLXJApbl2O { width:13.625rem;height:2.875rem;top:37.25rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQePSH709GuL9Rz0pvRaXuG6nM5okATm { width:14.6875rem;height:1.8125rem;top:37.8125rem;left:16.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMTLGqWRUTTGLllbL6x4NTuSUHA4hvxs { width:2.375rem;height:2.375rem;top:37.5rem;left:18.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNyTnZ8yOxKsTWdAFGCITV17U2kri15O { display:block; }#kNyTnZ8yOxKsTWdAFGCITV17U2kri15O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0s73l64R8RIc3CAkJyIu7BnDPEW8FxG { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4gQRvtw2gkyhVl7ng3ygzShd5p8FEun { width:40.25rem;height:;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lksPLhc6TfGz98rw5vTvvwZDHSkaOoJ1 { width:27.8125rem;height:;top:8.5rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdK3GWETGOQBPgJof34CRJkB7X4s3EkT { width:15.875rem;height:11.9375rem;top:17.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOTW06GM0fM8k77bc2repgDXgIPw5Gkc { width:14rem;height:10.4375rem;top:20.625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfOJyFdTQdl5PFuMDeG0AFuBxIwT89iL { width:13.625rem;height:2.875rem;top:34.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Wa7lUqifsTyDysvJqhb01c56wAbknf { width:14.6875rem;height:1.8125rem;top:35rem;left:17rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTJLNgBbTeBwhLsnqQgTKEoniFaEr56A { width:2.375rem;height:2.375rem;top:34.6875rem;left:19.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw { display:block; }#TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksev49tnWTleWBw3U91Vdwp6wv4bHqke { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyOc89pa7PhRPbkMF5FyOktdE0ezciHT { width:40.1875rem;height:;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak6VspMWn4FE8tP3OI6L7Mb0mTISCm9F { width:27.8125rem;height:;top:8.5rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDJQ4CpMcxT1IB6igmxFzS7DJcbvERc3 { width:16.875rem;height:12.625rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT0JnbJwvgVO24azvNcAx9TbqIoFQ2KZ { width:17.875rem;height:13.375rem;top:16rem;left:26.903564453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJLTTQP85KtDF8co6QHllEvJ62b4pxVq { width:13.625rem;height:2.875rem;top:34.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBt02Q8QhqLTUUZCuvi5zXmgWsBNQSIq { width:14.6875rem;height:1.8125rem;top:34.875rem;left:16.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpnQtKwDLQWSNfhbhBoWy9Ddg40CstWP { width:2.375rem;height:2.375rem;top:34.5625rem;left:18.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdlVQzfZrQzTThhpO2JIkk9OwCnnmZQ3 { display:block; }#JdlVQzfZrQzTThhpO2JIkk9OwCnnmZQ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B56TNn6BeOQFEXRwsZsEhPbOep0LuhVu { width:9.25rem;height:5.0625rem;top:2.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzFznfOEigKuaOA2glDZtMrn35x6iQUb { width:35.625rem;height:2.4375rem;top:3.6875rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc66AThRErw8xEcIzfsuLVR2GOXAdOOw { width:18.6875rem;height:24.6875rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVZT9rPV14eqkaswnTeWoaifWHNA6Fat { width:16.1875rem;height:;top:16.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUXBTnM5heG4zIqwtezq8K5w2OKRFQiD { width:15.4375rem;height:2.4375rem;top:28.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eph4G4TxU86wJmKgvwUw9DctdtVtPx75 { width:16.1875rem;height:1.875rem;top:32.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyadNUMzb0RVTrxTN8xfcahGREOBuSyS { width:18.6875rem;height:24.6875rem;top:11.25rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFpoGVvApDo760IRfFTL9Fl021f7XhkU { width:18.6875rem;height:24.6875rem;top:11.25rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URtCcno33323lTT8BcuTJSBvJy91SIRV { width:16.1875rem;height:9.375rem;top:16.4375rem;left:15.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGTLWe1FsIDziXPPKxAyl5fLTIUP1AQs { width:16.5rem;height:2.4375rem;top:28.9375rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctTgE0kJeDTmSNI32IBiIDAANmKq6ALf { width:16.1875rem;height:1.875rem;top:32.1875rem;left:15.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeJ3S6T8KVddLNJgVaaR3EU7ZgHF73vI { width:16.1875rem;height:11.25rem;top:16.8125rem;left:31.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1PxXmTohTNzk3OIhTC3m9RMVRaRJNG5 { width:16.5rem;height:2.4375rem;top:28.9375rem;left:31.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4dKFuqHxgIrFp6l2AAEn38BTAvW1yHB { width:16.1875rem;height:1.875rem;top:32.1875rem;left:31.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L56KcR66zfhiWAhGygXbSfNTpl0Zb0b4 { width:3.125rem;height:3.125rem;top:11.875rem;left:3rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHTC43xMMeTgMpG7sBsAOGO08LFTGqRX { width:3.125rem;height:3.125rem;top:11.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7csz32S5LHPsXLtPh5uTDM0UN5XKW05 { width:3.125rem;height:3.125rem;top:11.875rem;left:6.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aECRGoTXlauGVn6hvMilLRp6gMLzNSHC { width:3.125rem;height:3.125rem;top:11.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUW0NMPCaaTQRuIbpHzkKpfh6IyyuSZF { width:3.125rem;height:3.125rem;top:11.875rem;left:9.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxKGOoBp2sPmb3ozqP97ONTqrumwZk9Z { width:3.125rem;height:3.125rem;top:11.875rem;left:28.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orQFqAJ3GL0SwXGFuxLrraRf59TFbDM1 { width:3.125rem;height:3.125rem;top:11.875rem;left:25.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CythfPnIsUA2qUfswK2eenI1tI0RJFQv { width:3.125rem;height:3.125rem;top:11.875rem;left:22.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpO9Gdi0Pxoe6r9OTaQN7JmnX1eexuSM { width:3.125rem;height:3.125rem;top:11.875rem;left:19.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBCy5JhrFEW95c3widLPs2u5oDmIBaHq { width:3.125rem;height:3.125rem;top:11.875rem;left:16.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3pBTUlzWbTpP7nUVFJ9DbI2gpdTbTr0 { width:3.125rem;height:3.125rem;top:11.875rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6wVezl7yD7cRtIdgtCwkxsfMFTyK9LS { width:3.125rem;height:3.125rem;top:11.875rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyOEz5rZtzJTZ7WdpolNA5zeaMoVn7Nd { width:3.125rem;height:3.125rem;top:11.875rem;left:41.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8L8hKrkf33T2WdPFQqw8TED5gWf3Hui { width:3.125rem;height:3.125rem;top:11.875rem;left:38.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBA50Kc6JIW4nzJ527irtbn7TmbVwn7w { width:3.125rem;height:3.125rem;top:11.875rem;left:35.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e { display:block; }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8IhABWRlB5oPFN202suXiC6VyZy3TmG { width:34.8125rem;height:;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofGGUEHXp6kzTxgUqlEdEhOi1W4afkGu { width:31.25rem;height:13.8125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkNcur65H9DyAHrZ51XvklLg1v46MmEf { width:18.75rem;height:17.8125rem;top:3.125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmx14HQyrCeVpyNhP2N36Gz03hNgpk7P { width:13.625rem;height:2.875rem;top:7.4375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPA8M86fIOPupRIokc6OkpoTPSwPXmxb { width:14.6875rem;height:1.8125rem;top:8rem;left:33.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOaOy9yWzohbW9z3qskZaoSGRBoi0v8z { width:2.375rem;height:2.375rem;top:7.6875rem;left:38.461669921875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL { display:block; }#Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtdSnJNO2Rx97mQJiKBLZTpgd1PxIdb7 { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4k6RMMxFA5AxBaqvkrq5QlL7L1Wf4IN { width:27.8125rem;height:9.9375rem;top:4.75rem;left:19.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhNiKA584KIKcBqoxTmg5ey4xAWlAP5p { width:24.0625rem;height:4.9375rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgHtr2q9QELmRv0zCTsAKC4KcLZHXmXh { width:33.9375rem;height:16.25rem;top:2.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9393TENfS3rNJAiaFzHkfXLrdEZ8cyg { width:13.625rem;height:2.875rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6KT4gGQAtrwID1sCmLcGIOtGCSzNqLc { width:14.6875rem;height:1.8125rem;top:18.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn4grz5gQw9WHR76cM4KdxTJ3haKa8VI { width:2.375rem;height:2.375rem;top:18.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { width:9.25rem;height:10.625rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { width:24.375rem;height:;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { width:33.125rem;height:;top:6.6875rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { width:24.375rem;height:17.875rem;top:15.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEhgfCTxaGZyLaEoM8rFp0ETufaPqA3D { width:13.4375rem;height:1.9375rem;top:23.5625rem;left:11.9365234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W40tdWQ6qTbQiSCAi6MzeiDfVV3p4BXN { width:3.125rem;height:3.125rem;top:19.4375rem;left:8.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4Q3mOTM71fbI3L5FrWTrvXq4gqVAoV2 { width:3.125rem;height:3.125rem;top:23rem;left:8.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi3EqXnaA1VPSrwQvhpCyhSCS29EFDTK { width:3.125rem;height:3.125rem;top:27.4375rem;left:8.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbbPpmenllQzFSMLpkvGxVbrxORpA3Ek { width:19.6875rem;height:3.875rem;top:28rem;left:12.2490234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPtg2f9yJSGF8Tkk5xEfJiHMTe3xiVup { width:13.4375rem;height:1.9375rem;top:20rem;left:11.9365234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7 { display:block; }#I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZX2474g2mMr6OTvn6XEGFmAf4IvxTnkG { width:33.125rem;height:;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm2JcTkxdkCJyp4l3mgxm7irp5tvi7iR { width:33.125rem;height:;top:0.8125rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGlSPtryJlGe2uTTLVHUFeS456BPXt4x { width:5.5625rem;height:3.125rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVIcV5GSsoi7A66PpvZgKuKGb9av16if { width:5.249025rem;height:1.25rem;top:0.79833984375rem;left:6.873779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUdFFsgFpBngLN1kv4vmhiAEmurRemT5 { width:2.4375rem;height:2.4375rem;top:6.9375rem;left:3.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF8HnCDSq3DTwOOalBKUxQsW3IMcTBcD { width:13.625rem;height:2.875rem;top:3.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAg0VITbQ1zshoQQUK30hcQDUBg6py1t { width:14.6875rem;height:1.298825rem;top:4rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McRP3NgnOy0NBkneiHWrKgAWiE5rACsl { width:2.375rem;height:2.375rem;top:3.5rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAXdVepdLUvh1ofUp5E2ks2B0PksBkVR { width:13.625rem;height:2.875rem;top:6.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TheCWOwtCIaELlfF5HHuErIpeDwn7WP7 { width:14.6875rem;height:1.298825rem;top:7.5rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gITAGez42zXmR0JVehyG2BdxLFs1G9W5 { width:12.6233125rem;height:1.2182625rem;top:2.04833984375rem;left:3.687744140625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/01027dc1-be21-431d-a7a2-915ac8929d80/IMG_9334.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yb4FUwon7TssB0Z66QyOssby6UTtLoyl { width:16.875rem;height:10.5625rem;top:14.1875rem;left:1.5625rem;background-color:rgba(0,66,136,0.66);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:18.75rem;height:11.8774375rem;top:14.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czwJP2qTArxTRAovJxw7VbQ4rzamIoT0 { width:15.875rem;height:15.125rem;top:18.75rem;left:3.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTzBx7hpgPAGi58QE2JMkdBPK0v1XxNT { width:13.625rem;height:2.875rem;top:27.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU2CSJfD6xExr8ilR2wib0EnovfTD9k9 { width:14.6875rem;height:1.298825rem;top:28.6875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL9Xi6O2uOIAClNx0fdeLAswuogniWD6 { width:2.375rem;height:2.375rem;top:28.125rem;left:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:20rem;height:107.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:18.75rem;height:4.396975rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { width:19.375rem;height:7.8125rem;top:6.75rem;left:0.625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #xia3uJloWc9101WoTrn24slm7Bcdl5pb { width:20rem;height:2.1984875rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR6MO5wciNGgiiREkmsiSJNOzuaKsVWn { width:9.0625rem;height:8.994125rem;top:10.4375rem;left:5.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgfqqtBTWPBtdzKHygOykJVQIiz3q90g { width:9.0625rem;height:2.99805rem;top:7.4375rem;left:5.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIJTxZv70MflRydcZKyLEOroXTDQOeTI { width:12.5rem;height:9.3125rem;top:66.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #her9TgnSgyqNvQFworGRCLbcE6tcmTDb { width:3.125rem;height:3.125rem;top:4.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c48hWgh8bszVxLod07fTANScgIHXA70Z { width:3.125rem;height:3.125rem;top:19.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNU7CUE6twHTvKWg8yD0kTk7renBCpOo { width:9.0625rem;height:1.499025rem;top:22.25rem;left:5.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rosDbHFa4SBMbI1SoMOUR4hgCzNhwTNq { width:9.0625rem;height:8.994125rem;top:24.375rem;left:5.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keh6Aeyr7tLJ13PJhKCPkU5L6V4dVQQE { width:3.125rem;height:3.125rem;top:33.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuwJcasBTR11gfG9OQ6sfdPwCbC6DO4s { width:9.0625rem;height:2.99805rem;top:36.4375rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpz4U8vNrmDXZCbQ4CizwI2xHaHl5eOT { width:9.0625rem;height:8.994125rem;top:40rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXgHPVZtCKWC0n8cdBaqiBz2NSziOTsC { width:3.125rem;height:3.125rem;top:49rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmQDgmACGTn6RpBSFynyZXwBJ3PwKQvs { width:9.0625rem;height:2.99805rem;top:52.8125rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mafy45FCsyQ2890dqOcMxeZ998NHzEBm { width:9.0625rem;height:8.994125rem;top:56.8125rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkKT6pHJ7r2pf4xzpV0RIi2AlpObrcTL { width:16.625rem;height:12.4375rem;top:78.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGK3n0XuTs1VR9ckFdmT5dHxv8npI3N7 { width:12.5rem;height:9.375rem;top:93.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH4T4StwE6sLf4aiQcgcqaSHhBGUJ2gD { width:13.625rem;height:2.875rem;top:103.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgaAwcMFy2kb1WVfUMIVFQaaHQAOvX9h { width:14.6875rem;height:1.298825rem;top:104.5rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJMxTJWO83khp1HlmbT8QJCTWOySPgTq { width:2.375rem;height:2.375rem;top:103.9375rem;left:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9mp1kV2JbF903I74TCo2KNIX4SobgEN { display:block; }#x9mp1kV2JbF903I74TCo2KNIX4SobgEN > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrkTnbqcTypTfECEO0C9087SftmyXP17 { width:18.125rem;height:10.9924375rem;top:0.625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { width:9.25rem;height:4.6875rem;top:4.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { width:16.9375rem;height:1.875rem;top:4.78125rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { width:17.5rem;height:9.59475rem;top:9.875rem;left:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { width:15.625rem;height:11.75rem;top:24.0625rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdBTwKLXyQleI8Bd2TJX4um37friOwNK { width:15.8125rem;height:11.8125rem;top:38.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2NJNeBP8QcdId3s5LON0rn1mGUudqat { width:11.75rem;height:8.75rem;top:52.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx3N1gXL1i6rHOahgowbHxg1OBfT44sA { width:13.625rem;height:2.875rem;top:62.686755859375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gArIwsGlzeRL0TItqi14oubIuaGFSgQ1 { width:14.6875rem;height:1.298825rem;top:63.472900390625rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz7QxdPJzbFZniBINPH4wTmC5fQArMLl { width:2.375rem;height:2.375rem;top:62.937rem;left:3.625732421875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u { display:block; }#m5QNxShRv4dXnhdBWeFKXzAVntTVSn8u > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewOomSFBAc8iagFJt4M3dzmXshXS8zvm { width:9.25rem;height:4.6875rem;top:4.09375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyClfRpTQ6FNcrmmBX2AgyJqdx4Kcnx8 { width:18.75rem;height:4.1235375rem;top:4.375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfOCVdNKs2KwnbE0Dgwnf13tTutS5lwn { width:17.5rem;height:9.59475rem;top:9.625rem;left:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LzcTaepVHfE6rVhOTx2Wdp3D1gJ3rAWp { width:11.875rem;height:8.875rem;top:26.061191558838rem;left:4.0310330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae5IN0XFuOB2KlBqEUCcwwmnJNMFahpm { width:11.8125rem;height:11.8125rem;top:37.5615234375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw0m648rH7yUpyoiqMVKiqtyTTN4fyzG { width:17.9375rem;height:13.4375rem;top:52.4365234375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV3gqJfu8cq8r8RO5JtvllixBaFygwGz { width:13.625rem;height:2.875rem;top:67.1862734375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XISmc5wrMJJumSH4NXykn9HGTC8ZidPu { width:14.6875rem;height:1.298825rem;top:67.972412109375rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtI2mxmRDkMNTAueJ3IiwPm4kg3flHyO { width:2.375rem;height:2.375rem;top:67.4362734375rem;left:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6 { display:block; }#cynM14vhz2cE2ypMTdCXTXeHWxhy3Hh6 > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syfR8iG2KF8dkg2Wlt9Ok19vp3XBVpJk { width:9.25rem;height:4.6875rem;top:3.75rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6iiAQzvZ53XbJJon37oDdoSIoHf8nC6 { width:18.4375rem;height:3.4375rem;top:4.40625rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwuoBcHyN10F2rhT4b8MDvm1FQcQOoyM { width:17.5rem;height:7.995625rem;top:10rem;left:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TUzkr0TVHoLOPIn0bHRA5qW0pH4TOtpM { width:15.625rem;height:11.6875rem;top:19.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVKxfxGrTXBLZElwMuyJD4zLXJApbl2O { width:13.625rem;height:2.875rem;top:32.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQePSH709GuL9Rz0pvRaXuG6nM5okATm { width:14.6875rem;height:1.298825rem;top:33.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMTLGqWRUTTGLllbL6x4NTuSUHA4hvxs { width:2.375rem;height:2.375rem;top:32.9375rem;left:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNyTnZ8yOxKsTWdAFGCITV17U2kri15O { display:block; }#kNyTnZ8yOxKsTWdAFGCITV17U2kri15O > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0s73l64R8RIc3CAkJyIu7BnDPEW8FxG { width:9.25rem;height:4.6875rem;top:4.09375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4gQRvtw2gkyhVl7ng3ygzShd5p8FEun { width:18.75rem;height:2.0625rem;top:4.375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lksPLhc6TfGz98rw5vTvvwZDHSkaOoJ1 { width:17.5rem;height:7.995625rem;top:9.625rem;left:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OdK3GWETGOQBPgJof34CRJkB7X4s3EkT { width:13.5625rem;height:10.1875rem;top:18.435546875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOTW06GM0fM8k77bc2repgDXgIPw5Gkc { width:13.9375rem;height:10.4375rem;top:31.1240234375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfOJyFdTQdl5PFuMDeG0AFuBxIwT89iL { width:13.625rem;height:2.875rem;top:42.872296875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Wa7lUqifsTyDysvJqhb01c56wAbknf { width:14.6875rem;height:1.298825rem;top:43.658447265625rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTJLNgBbTeBwhLsnqQgTKEoniFaEr56A { width:2.375rem;height:2.375rem;top:43.122296875rem;left:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw { display:block; }#TX14p6OTtFDTAvdWwWTIz2Oa7UO61ygw > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksev49tnWTleWBw3U91Vdwp6wv4bHqke { width:9.25rem;height:4.6875rem;top:4.09375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyOc89pa7PhRPbkMF5FyOktdE0ezciHT { width:18.75rem;height:4.1235375rem;top:4.375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak6VspMWn4FE8tP3OI6L7Mb0mTISCm9F { width:17.5rem;height:9.59475rem;top:9.625rem;left:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SDJQ4CpMcxT1IB6igmxFzS7DJcbvERc3 { width:11.74925rem;height:8.75rem;top:21.373291015625rem;left:4.12353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT0JnbJwvgVO24azvNcAx9TbqIoFQ2KZ { width:17.9375rem;height:13.4375rem;top:32.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJLTTQP85KtDF8co6QHllEvJ62b4pxVq { width:13.625rem;height:2.875rem;top:47.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBt02Q8QhqLTUUZCuvi5zXmgWsBNQSIq { width:14.6875rem;height:1.298825rem;top:47.9375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpnQtKwDLQWSNfhbhBoWy9Ddg40CstWP { width:2.375rem;height:2.375rem;top:47.375rem;left:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdlVQzfZrQzTThhpO2JIkk9OwCnnmZQ3 { display:none; }#JdlVQzfZrQzTThhpO2JIkk9OwCnnmZQ3 > .row .container { width:20rem;height:85.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B56TNn6BeOQFEXRwsZsEhPbOep0LuhVu { width:9.25rem;height:4.6875rem;top:3.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzFznfOEigKuaOA2glDZtMrn35x6iQUb { width:17.875rem;height:5.25rem;top:3.46875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Qc66AThRErw8xEcIzfsuLVR2GOXAdOOw { width:18.6875rem;height:20.9375rem;top:9.96875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVZT9rPV14eqkaswnTeWoaifWHNA6Fat { width:16.1875rem;height:7.5955rem;top:15.1875rem;left:1.875rem;text-align:justify;text-align-last:initial;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUXBTnM5heG4zIqwtezq8K5w2OKRFQiD { width:15.4375rem;height:2.625rem;top:23.90625rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Eph4G4TxU86wJmKgvwUw9DctdtVtPx75 { width:16.1875rem;height:1.89886875rem;top:27.1875rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyadNUMzb0RVTrxTN8xfcahGREOBuSyS { width:18.6875rem;height:22.25rem;top:33.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFpoGVvApDo760IRfFTL9Fl021f7XhkU { width:18.6875rem;height:24.6875rem;top:57.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URtCcno33323lTT8BcuTJSBvJy91SIRV { width:16.1875rem;height:9.494375rem;top:38.4375rem;left:1.9375rem;text-align:justify;text-align-last:initial;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGTLWe1FsIDziXPPKxAyl5fLTIUP1AQs { width:16.5rem;height:2.625rem;top:48.4375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ctTgE0kJeDTmSNI32IBiIDAANmKq6ALf { width:16.1875rem;height:1.89886875rem;top:51.75rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeJ3S6T8KVddLNJgVaaR3EU7ZgHF73vI { width:16.1875rem;height:11.39325rem;top:63.1875rem;left:1.9375rem;text-align:justify;text-align-last:initial;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1PxXmTohTNzk3OIhTC3m9RMVRaRJNG5 { width:16.5rem;height:2.625rem;top:75.3125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #s4dKFuqHxgIrFp6l2AAEn38BTAvW1yHB { width:16.1875rem;height:1.89886875rem;top:78.5625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L56KcR66zfhiWAhGygXbSfNTpl0Zb0b4 { width:3.125rem;height:3.125rem;top:10.59375rem;left:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHTC43xMMeTgMpG7sBsAOGO08LFTGqRX { width:3.125rem;height:3.125rem;top:10.59375rem;left:5.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7csz32S5LHPsXLtPh5uTDM0UN5XKW05 { width:3.125rem;height:3.125rem;top:10.59375rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aECRGoTXlauGVn6hvMilLRp6gMLzNSHC { width:3.125rem;height:3.125rem;top:10.59375rem;left:2.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUW0NMPCaaTQRuIbpHzkKpfh6IyyuSZF { width:3.125rem;height:3.125rem;top:10.59375rem;left:14.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxKGOoBp2sPmb3ozqP97ONTqrumwZk9Z { width:3.125rem;height:3.125rem;top:33.875rem;left:14.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orQFqAJ3GL0SwXGFuxLrraRf59TFbDM1 { width:3.125rem;height:3.125rem;top:33.875rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CythfPnIsUA2qUfswK2eenI1tI0RJFQv { width:3.125rem;height:3.125rem;top:33.875rem;left:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpO9Gdi0Pxoe6r9OTaQN7JmnX1eexuSM { width:3.125rem;height:3.125rem;top:33.875rem;left:5.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBCy5JhrFEW95c3widLPs2u5oDmIBaHq { width:3.125rem;height:3.125rem;top:33.875rem;left:2.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3pBTUlzWbTpP7nUVFJ9DbI2gpdTbTr0 { width:3.125rem;height:3.125rem;top:58.25rem;left:14.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6wVezl7yD7cRtIdgtCwkxsfMFTyK9LS { width:3.125rem;height:3.125rem;top:58.25rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyOEz5rZtzJTZ7WdpolNA5zeaMoVn7Nd { width:3.125rem;height:3.125rem;top:58.25rem;left:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8L8hKrkf33T2WdPFQqw8TED5gWf3Hui { width:3.125rem;height:3.125rem;top:58.25rem;left:5.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBA50Kc6JIW4nzJ527irtbn7TmbVwn7w { width:3.125rem;height:3.125rem;top:58.25rem;left:2.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/30ae2c6a-701a-4387-a3a2-ea54ecb50213/marciel_poli01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e.adaptive-delivery-prevent-bg, #kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e.lazyload, #kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e.lazyloading { background-image: none; }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row .container { background-color: transparent; background-image: none; }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row .container > .video-iframe-container { display: none; }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row > .video-iframe-container { display: none; }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .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); }#kbNMgoub3Pb7rASrZgtZhRvh99PXEi0e > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8IhABWRlB5oPFN202suXiC6VyZy3TmG { width:18.75rem;height:9.5019375rem;top:4.5rem;left:1.2493489384651rem;text-align:left;text-align-last:left;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofGGUEHXp6kzTxgUqlEdEhOi1W4afkGu { width:19.375rem;height:13.8125rem;top:2.34375rem;left:0rem;background-color:rgba(0,66,136,0.66);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bkNcur65H9DyAHrZ51XvklLg1v46MmEf { width:18.75rem;height:17.8125rem;top:13.625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmx14HQyrCeVpyNhP2N36Gz03hNgpk7P { width:13.625rem;height:2.875rem;top:17.406rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPA8M86fIOPupRIokc6OkpoTPSwPXmxb { width:14.6875rem;height:1.298825rem;top:18.192138671875rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOaOy9yWzohbW9z3qskZaoSGRBoi0v8z { width:2.375rem;height:2.375rem;top:17.656244140625rem;left:3.625732421875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL { display:block; }#Aq0CBcLVRO1rwVrsW62fZCOchDWMcJmL > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtdSnJNO2Rx97mQJiKBLZTpgd1PxIdb7 { width:9.25rem;height:4.6875rem;top:3.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4k6RMMxFA5AxBaqvkrq5QlL7L1Wf4IN { width:16.25rem;height:15.996125rem;top:10.75rem;left:1.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LhNiKA584KIKcBqoxTmg5ey4xAWlAP5p { width:16.5rem;height:5.25rem;top:3.46875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lgHtr2q9QELmRv0zCTsAKC4KcLZHXmXh { width:18.125rem;height:18.0625rem;top:10.062255859375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9393TENfS3rNJAiaFzHkfXLrdEZ8cyg { width:13.625rem;height:2.875rem;top:30rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6KT4gGQAtrwID1sCmLcGIOtGCSzNqLc { width:14.6875rem;height:1.298825rem;top:30.8125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn4grz5gQw9WHR76cM4KdxTJ3haKa8VI { width:2.375rem;height:2.375rem;top:30.25rem;left:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { background-color:#373826;background-image:none;display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { width:9.25rem;height:4.6875rem;top:2.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { width:18.125rem;height:4.396975rem;top:2.6875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { width:17.5rem;height:7.8125rem;top:8.0625rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { width:19.375rem;height:19.375rem;top:8.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEhgfCTxaGZyLaEoM8rFp0ETufaPqA3D { width:13.499375rem;height:1.94986875rem;top:13.211806297303rem;left:4.2556424736977rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W40tdWQ6qTbQiSCAi6MzeiDfVV3p4BXN { width:3.125rem;height:3.125rem;top:8.875rem;left:0.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4Q3mOTM71fbI3L5FrWTrvXq4gqVAoV2 { width:3.125rem;height:3.125rem;top:12.625rem;left:0.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi3EqXnaA1VPSrwQvhpCyhSCS29EFDTK { width:3.125rem;height:3.125rem;top:19.249133825302rem;left:0.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbbPpmenllQzFSMLpkvGxVbrxORpA3Ek { width:13.75rem;height:7.797875rem;top:18.8623046875rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPtg2f9yJSGF8Tkk5xEfJiHMTe3xiVup { width:13.499375rem;height:1.94986875rem;top:9.4618062973025rem;left:4.1872830986977rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7 { display:block; }#I3HzEPuMhEz7cTm6PgJT3KuFqDCSMWW7 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZX2474g2mMr6OTvn6XEGFmAf4IvxTnkG { width:20rem;height:1.5996125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm2JcTkxdkCJyp4l3mgxm7irp5tvi7iR { width:20rem;height:1.5996125rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGlSPtryJlGe2uTTLVHUFeS456BPXt4x { width:5.5625rem;height:3.125rem;top:2.625rem;left:7.21875rem;display:block; }
 }