.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:212,248,227;--color-primary-1:118,251,155;--color-primary-2:39,218,113;--color-primary-3:23,131,68;--color-primary-4:8,44,23;--color-secondary-0:220,218,239;--color-secondary-1:149,145,207;--color-secondary-2:78,71,175;--color-secondary-3:34,25,155;--color-secondary-4:22,6,44;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat up";--paragraphs-font-family:"montserrat up"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xc8cQZoiuTqkPOvesC6PhJwMd027lZV9 { background-color:#1e271e;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xc8cQZoiuTqkPOvesC6PhJwMd027lZV9 > .row .container { background-color: transparent; background-image: none; }#xc8cQZoiuTqkPOvesC6PhJwMd027lZV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xc8cQZoiuTqkPOvesC6PhJwMd027lZV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xc8cQZoiuTqkPOvesC6PhJwMd027lZV9 > .row .container > .video-iframe-container { display: none; }#xc8cQZoiuTqkPOvesC6PhJwMd027lZV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xc8cQZoiuTqkPOvesC6PhJwMd027lZV9 > .row > .video-iframe-container { display: none; }#xc8cQZoiuTqkPOvesC6PhJwMd027lZV9 > .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); }#xc8cQZoiuTqkPOvesC6PhJwMd027lZV9 > .row .container { border-width: 0; border-radius: 0; }#xc8cQZoiuTqkPOvesC6PhJwMd027lZV9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xc8cQZoiuTqkPOvesC6PhJwMd027lZV9 > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;overflow:visible;position:relative;display:block; }#WSGIT4yEw8aSFf1Hx31VxRzBz2Qho4Ab { color:#ff0000;display:block;width:55.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:5.5rem;left:9.875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rDEaxBWCIQdVg5cv1paQ42PdEkud61hU { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:9.375rem;left:19.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#La6FnyWoKBPepnQOnU0ttvoSqXRROXAr { color:#5cf453;display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:1.98828125rem;left:15.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O34tECdRtegPyetRDT4oOlntsteVy7DU { color:#ff0000;display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:38.6875rem;left:20.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TOA8CnaUNEsOUaMOnS6eEZxIAerx2o7c { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:40.7744140625rem;left:20.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#fXSvC09VRkoUgCaF7BTL5LUQkTgitkHq { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4375rem;height:4.8125rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:43.5rem;left:22.46875rem;display:block; }
#SNTbLV2As6Qd8lXwuzK6Gzq3vf9NhpPO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IyJyqd1FqAXa6rZDnbckQ7VSrqQtVMxD { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.1875rem;width:43.1875rem;top:13.5rem;left:15.90625rem;display:block; }
#lHTyzaAE2pXT23io7dBXo5oTVJSRQ1aq { box-sizing:content-box;height:2.75rem;width:29rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #5cf453;border-left:0.0625rem solid #5cf453;border-right:0.0625rem solid #5cf453;border-bottom:0.0625rem solid #5cf453;top:1.171875rem;left:21.96875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P { 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; }#mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P > .row .container { background-color: transparent; background-image: none; }#mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P > .row .container > .video-iframe-container { display: none; }#mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P > .row > .video-iframe-container { display: none; }#mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P > .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); }#mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P > .row .container { border-width: 0; border-radius: 0; }#mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#CZT6Sw64ciaZh3z7gmg8XftLHz990X23 { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4375rem;height:4.8125rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:40.25rem;left:23.28125rem;display:block; }
#hLd5h2xCABlp9mS3CCT6rzpURDWOLC4n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VyWhSVvivTFWh5SiRyJFtHb5v5azk3H2 { color:#3e3046;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:9.625rem;left:15.78125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SBQmXk9K9g1MhMui3wm04HKTRuHDte1c { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:17.375rem;left:2.34375rem;height:19.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ri1zsL8tp4AHHBSMQUfGNvQGilZRarPP { position:absolute;display:block;z-index:15092;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:6rem;width:12.75rem;top:2.4375rem;left:29.65625rem;overflow:hidden;display:block; }
#J86LlbwI9kUk5GAmKSVZxn5lTAHH0A8S { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:38.75rem;top:17.34375rem;left:34.125rem;overflow:hidden;display:block; }
#ZBqKITGADroK2SZU4EdhTTZfMOifgtqF { 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; }#ZBqKITGADroK2SZU4EdhTTZfMOifgtqF > .row .container { background-color: transparent; background-image: none; }#ZBqKITGADroK2SZU4EdhTTZfMOifgtqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBqKITGADroK2SZU4EdhTTZfMOifgtqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBqKITGADroK2SZU4EdhTTZfMOifgtqF > .row .container > .video-iframe-container { display: none; }#ZBqKITGADroK2SZU4EdhTTZfMOifgtqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBqKITGADroK2SZU4EdhTTZfMOifgtqF > .row > .video-iframe-container { display: none; }#ZBqKITGADroK2SZU4EdhTTZfMOifgtqF > .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); }#ZBqKITGADroK2SZU4EdhTTZfMOifgtqF > .row .container { border-width: 0; border-radius: 0; }#ZBqKITGADroK2SZU4EdhTTZfMOifgtqF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBqKITGADroK2SZU4EdhTTZfMOifgtqF > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;position:relative;display:block; }#dFXy4D6vnexPwLQnggfifUPywTpNHmg5 { color:#3e3046;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:1.3125rem;left:16.65625rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#slQSllt8ZHlZaTd5hDSbp0N7TDk6yTwO { color:rgba(var(--color-tertiary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:6.5625rem;left:13.59375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JnPdJE4drMKkyvaEXZcbxqSqDJ3d5uoC { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top: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:22.6875rem;width:15.625rem;top:10.125rem;left:4.4375rem;overflow:hidden;display:block; }
#eFxb93dSPtAP1RalLFVTqfMTrUav6dTy { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top: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:22.6875rem;width:15.5rem;top:10.0625rem;left:21.0625rem;overflow:hidden;display:block; }
#kVs6NpNpOFolbvOAsVZQQHw4uNFKdZGI { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top: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:22.6875rem;width:15.5rem;top:10.0625rem;left:37.5rem;overflow:hidden;display:block; }
#Af3vwb10y2DCyJt2dOycUcPk9gLcIWQ8 { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top: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:22.5625rem;width:15.4375rem;top:10.125rem;left:53.9375rem;overflow:hidden;display:block; }
#lV3nWt7szkpwzdGs3mR8a59NBScfmTK8 { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top: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:22.6875rem;width:15.625rem;top:33.875rem;left:4.4375rem;overflow:hidden;display:block; }
#e99g1tnmveD0TedvN0UL8XiCUXhImM6L { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top: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:22.6875rem;width:15.625rem;top:33.875rem;left:21rem;overflow:hidden;display:block; }
#L6TpfPPc9EwyqGG2DdJffH9Szm1g1H8P { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top: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:22.5625rem;width:15.5625rem;top:33.875rem;left:53.875rem;overflow:hidden;display:block; }
#gVaogHzrb4fv8uy295JKZFTpKHKmwuiW { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top: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:22.5625rem;width:15.5625rem;top:33.875rem;left:37.4375rem;overflow:hidden;display:block; }
#xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg { 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; }#xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg > .row .container { background-color: transparent; background-image: none; }#xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg > .row .container > .video-iframe-container { display: none; }#xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg > .row > .video-iframe-container { display: none; }#xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg > .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); }#xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg > .row .container { border-width: 0; border-radius: 0; }#xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#uVgQfph1Fh4vFsRsOANZxhztEwfanrZc { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4375rem;height:4.8125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:0.59375rem;left:23.28125rem;display:block; }
#usig6I5q1A0nwVdpxAklCD9kh3EHHoTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gUvSeaifx4xFf4301dB42GwFfhJxaGaX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e271e;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; }#gUvSeaifx4xFf4301dB42GwFfhJxaGaX > .row .container { background-color: transparent; background-image: none; }#gUvSeaifx4xFf4301dB42GwFfhJxaGaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUvSeaifx4xFf4301dB42GwFfhJxaGaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUvSeaifx4xFf4301dB42GwFfhJxaGaX > .row .container > .video-iframe-container { display: none; }#gUvSeaifx4xFf4301dB42GwFfhJxaGaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUvSeaifx4xFf4301dB42GwFfhJxaGaX > .row > .video-iframe-container { display: none; }#gUvSeaifx4xFf4301dB42GwFfhJxaGaX > .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); }#gUvSeaifx4xFf4301dB42GwFfhJxaGaX > .row .container { border-width: 0; border-radius: 0; }#gUvSeaifx4xFf4301dB42GwFfhJxaGaX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUvSeaifx4xFf4301dB42GwFfhJxaGaX > .row .container { font-size:0.875rem;font-family:arial;height:60.5625rem;width:75rem;position:relative;display:block; }#Mk1lV5zdG0girTe0CAAvMgFu6K9DkuZc { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.462890625rem;left:16.59375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#Xt4XMoWnbp3P16R3tirOHXF8FFIlQbfd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:10.0625rem;left:36.5rem; }
#uVwtHqRATCIVa0ELm6Apx4wrJAfC3P7F { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.29) ;height:45.3125rem;width:32.625rem;top:14rem;left:3.9375rem;display:block; }
#BX1SgzIJq7ylZ1coJ9bo3X7hHpPN4Btd { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:48.1875rem;left:10.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#QSGR0MFb5yBIrumCzDZozhXlX7NTfMzZ { color:#16b61f;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:50.5625rem;left:11.4375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#PCQFZcguRs3sFoDqiTXC3S9azuIDzo9v { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.0625rem solid #16b61f;border-left:0.0625rem solid #16b61f;border-right:0.0625rem solid #16b61f;border-bottom:0.0625rem solid #16b61f;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:1.75rem;width:23.375rem;top:50.1875rem;left:9.125rem;display:block; }
#pwIHEg2BN5miXTEgATPRqWqoXuPZpIAt { z-index:15104;top:53.5rem;left:12.46875rem;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.88);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gwWmTudVZxU9a9txTmXnIQdca7aoTo01 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t0fHnd4DKbUK0kIKBzKRaZT9GMmE3x5e { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:28.125rem;top:20.35107421875rem;left:6.03125rem;overflow:hidden;display:block; }
#eeTwEI8tdublXvWlah6IbRdXgzb9oQz8 { color:#333333;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:16.03857421875rem;left:10.875rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RM4SAECbO9SPDeU6qnhOXXiy6741MFcu { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:41.33154296875rem;left:7.78125rem;height:4.798825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#CQtggq2nHDJzGq9bWKsZiDfsUzMUTeTg { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.29) ;height:45.3125rem;width:32.625rem;top:14rem;left:38.5rem;display:block; }
#W6rx4O2nxgNVJVkZ8wCOFK8WBbh2mhpG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:26.6875rem;top:20.35107421875rem;left:41.46875rem;overflow:hidden;display:block; }
#k4tCWKXZrL7Bi4aXRQrdqNHmI1ySt7W1 { color:#333333;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:16.0625rem;left:45.4375rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n1g60V4OPXawG6KVL128BBaWRNbG08x8 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:41.3125rem;left:42.375rem;height:4.798825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#PkOpqhTg61RoabJG43ybimMilQKmAEEk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:48.1875rem;left:45.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#vPT9JBrwd2KONQNNWCCZCz38yEoftUCg { color:#16b61f;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:50.5625rem;left:46rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#FJiG4loIeDkerOwTZS4mtCb5CBm5NZeJ { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.0625rem solid #16b61f;border-left:0.0625rem solid #16b61f;border-right:0.0625rem solid #16b61f;border-bottom:0.0625rem solid #16b61f;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:1.75rem;width:23.375rem;top:50.1875rem;left:43.6875rem;display:block; }
#wEIAPTw7KX5BVTW1EUFnu8RMlL6Lu2Tk { z-index:15112;top:53.5rem;left:47.0625rem;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.88);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pq2IX69od4U0cPXH2TvFNPLqb4aATPpo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KwFF3BCRO7WPT0U9fanoSn7nauqBWEWS { color:rgba(var(--color-tertiary-0),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:7.625rem;left:14.1875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e271e;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; }#sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA > .row .container { background-color: transparent; background-image: none; }#sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA > .row .container > .video-iframe-container { display: none; }#sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA > .row > .video-iframe-container { display: none; }#sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA > .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); }#sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA > .row .container { border-width: 0; border-radius: 0; }#sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#otOPGOc3tn5UWeUGOKTpOzhZF3XlgsMv { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.29) ;height:45.3125rem;width:32.625rem;top:0.8125rem;left:3.9375rem;display:block; }
#rVDR1le4h4GEqExyQdPO3rqlKqkr0uEy { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:35.3125rem;left:10.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#uw3thtp9UqC8XJs67cdUgoRIXM0byWGa { color:#16b61f;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.6875rem;left:11.4375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#J7dNgW5ForM9EqXuimNDJChNFNmBM29q { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.0625rem solid #16b61f;border-left:0.0625rem solid #16b61f;border-right:0.0625rem solid #16b61f;border-bottom:0.0625rem solid #16b61f;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:1.75rem;width:23.375rem;top:37.3125rem;left:9.125rem;display:block; }
#Kfi5AbiRwIZQFS4vgQixhsCkFiIiwZcd { z-index:15104;top:40.9375rem;left:12.4375rem;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.88);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oQiUKbtB3acz3Wo2EX7VMSyRR3kTTKeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QtOw3yeJ5QD7D39sTq2wEDHCg4x1EkTJ { color:#333333;display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.875rem;left:9.6875rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nb2cM1gr7WLaa05S0W2qWGFae1ezZEvN { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:29.18701171875rem;left:7.8125rem;height:4.798825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#Psu3EbPuB1Dv3Xgmi9VXHtTwBFw5IFC2 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.29) ;height:45.3125rem;width:32.625rem;top:0.8125rem;left:38.5rem;display:block; }
#u3dETfTxQ91b7UxTAke28zLxTNoe8x2w { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:26.375rem;top:7.875rem;left:41.625rem;overflow:hidden;display:block; }
#VTI1gJa8ls99LT5uq2nhNNnyU2wul6Xv { color:#333333;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:2.875rem;left:44.375rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KIsRoiuvEQ9iefXEylnPNgq957TSinv4 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:29.1875rem;left:41.65625rem;height:4.798825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#NZbCaLaNUXItVp9ZCQq1dZams78DnuET { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:35.3125rem;left:45.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#c0pGXqoEUFk9eZkxAFN0W8n2V8Lcz35Q { color:#16b61f;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.6875rem;left:46rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#LuSCpMLR9LTM1UUHQQBiTotMGDJIRyCL { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.0625rem solid #16b61f;border-left:0.0625rem solid #16b61f;border-right:0.0625rem solid #16b61f;border-bottom:0.0625rem solid #16b61f;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:1.75rem;width:23.375rem;top:37.3125rem;left:43.6875rem;display:block; }
#oHB6paR4TQrZD7MJeKIlkkTmXKV6p4XJ { z-index:15112;top:40.9375rem;left:47.0625rem;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.88);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hwlSSlkLGkZM6m3VLd5fLsE9K4WGZTea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E9KUomFBT5Gsm3mRiiMkTKibiP8FNk82 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:26.25rem;top:7.875rem;left:7.0625rem;overflow:hidden;display:block; }
#k530JrXRockyAwprpwlidbyFsrWuMG6N { 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; }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row .container { background-color: transparent; background-image: none; }#k530JrXRockyAwprpwlidbyFsrWuMG6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row .container > .video-iframe-container { display: none; }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row > .video-iframe-container { display: none; }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .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); }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row .container { border-width: 0; border-radius: 0; }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#XdFTUdDd3z4kM9yCmPiS6IFzShrHa1Kt { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #5596dc);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #5596dc);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #5596dc);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #5596dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#5596dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#5596dc' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), #5596dc);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: none;height:33.375rem;width:19.875rem;top:322.7500038147rem;left:5.3125rem;display:none; }
#pyUfzNcvToTicm0DiscFhhb8HFVitHRm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:15.625rem;top:313.22397232056rem;left:7.4354190826419rem;overflow:hidden;display:none; }
#KVE5dPUZc2Px4dg7Pm2ShnGVqxRnGlRt { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:336.33508300781rem;left:26.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oAkcvaU7N3nqImwO08D9y52IV5SCmTQQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.8;letter-spacing:0;top:336.33649063111rem;left:6.436460494995rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NbzVRP7iVyF90a6ldzvcr4f3MqJsiTT0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#CZF2tHqA9cxt3gSTeJd9zbUBrWDUUgih { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#t13ohw70s7Nz1usTiTyfra3aFmuQ6r5a { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#c5tztAQgVA9X3cvX3Gv9vGVNuoaS4TsR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#eWMXGh7xxVziZBJZJngNPhdiN45wNAyZ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ldtmCoqw8t2SWop1BXQf0NXmJ6dbfSPF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#iwAyGxHHXnkQHJaTBWkbTOZBEyQ5TOmO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#E75l9N5iCiT2Ss6IA3bgck2nA8OIyZnk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#sm2Tb99Pn1tdQGR4clDPlTh953szpgW0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#wV4qLFt5wL35gxXEAKUdxOmcq7fiWUFR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#T0fw0vJ9WDtyLffDI4D2XKDRkT3b3ndr { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:21.4375rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvUTCHxMnQDX932cFZlEHtiRRKQx29EQ { color:#333333;display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10rem;left:27.625rem;height:4.14355625rem;text-align:center;text-align-last:center;display:block; }
#LMgpuQBCwt6S4sg0PTR00hJ9Butz0SQM { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:21.625rem;top:10.29052734375rem;left:27.28125rem;overflow:hidden;display:block; }
#sESCC9aW0OSJygfCHVFeFB26OvSL3o9S { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5625rem;left:21.625rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP > .row .container { background-color: transparent; background-image: none; }#n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP > .row .container > .video-iframe-container { display: none; }#n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP > .row > .video-iframe-container { display: none; }#n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP > .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); }#n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP > .row .container { border-width: 0; border-radius: 0; }#n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#o0mTMwkmo1bna3m463AUa4rwOVl38owS { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(95,95,95,0.5) ;height:48.25rem;width:40.625rem;top:1.125rem;left:17.125rem;display:block; }
#gp8wuTwZvwDUuzD9i8Hyyz9yXAkIIuMC { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:13.8125rem;left:22rem;height:3.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EGqyWM3Ce6dMKVBLMkUuJNvU2WoKXXTF { color:#ca0707;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:17.6875rem;left:26.8125rem;height:2.3374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iN3sxBQKIN41kJgou91Xtue8Gy3UG60W { color:#3aa503;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:9.1875rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:21.1875rem;left:29.625rem;height:11.943375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cW17xcE403566I93SDwU2gE4WSwNfINM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:20.125rem;left:32.5625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F79Dd28gNrnLr2KE1mgn6OUEZEA5erXi { color:#3aa503;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:25.75rem;left:43rem;height:2.51855625rem;font-style:normal;display:block; }
#rS94CdBfGIXW6BFA0IlgDIwu4INIkIGy { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #bebebe;border-left:0.0625rem solid #bebebe;border-right:0.0625rem solid #bebebe;border-bottom:0.0625rem solid #bebebe;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: none;height:2.5rem;width:17.6875rem;top:32.125rem;left:28.625rem;display:block; }
#vG4QirxIhQIlvl0oRqry1MVKu6mKOihc { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:32.75rem;left:28.625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LuT3Z4inyMzlD9KIDmm3WhwE2xl7SMgP { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:42.5rem;left:47.1875rem;height:2.6rem;font-style:italic;display:block; }
#Q22cA5ENG5k5sNr8Us2mTuKda4CixOT8 { box-sizing:content-box;color:#ffa410;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:42.4375rem;left:44.5rem;display:block; }
#StPhp78B9UPm4r3TDc9uuXAffigmahzt { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:42.5rem;left:33.0625rem;height:2.5996125rem;font-style:italic;display:block; }
#bMlEXJAwqrwAmBuM46a9m7d3CBtGiAqJ { box-sizing:content-box;color:#ffa410;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:42.4375rem;left:30.25rem;display:block; }
#uNRFohhSATNVIO9U1TASh5XZ8LS6ICDN { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:42.5rem;left:25.5rem;height:2.6rem;font-style:italic;display:block; }
#m55N1HRtIsqAcnaCLTtDnmuMboHptd4H { box-sizing:content-box;color:#ffa410;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:42.4375rem;left:22.625rem;display:block; }
#mQVRGwm7kmFUU8qUAz3PUAK1mHIoRTU9 { color:rgba(var(--color-tertiary-4),1);display:block;width:3rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:27.3125rem;left:28.625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LyFhJgK190dZJOGavSRbpHfnzzuIiafP { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:17.5625rem;top:2.9375rem;left:28.71875rem;overflow:hidden;display:block; }
#saO6tRwR3m5RV6cPRhizzURWHnK6vWvs { color:rgba(var(--color-tertiary-4),1);display:block;width:3rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:25.6875rem;left:28.5625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a9hWDxr5TkOIMq2r4bRwwXcI5HGMmgcq { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4375rem;height:4.8125rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:36rem;left:23.28125rem;display:block; }
#eU7HMfpRCdIHgUZQuk1mc6bNpTJmAMWo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gIhr9m34umMDme2JuxWLgBgpREqQ5xVF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#gIhr9m34umMDme2JuxWLgBgpREqQ5xVF > .row .container { background-color: transparent; background-image: none; }#gIhr9m34umMDme2JuxWLgBgpREqQ5xVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIhr9m34umMDme2JuxWLgBgpREqQ5xVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIhr9m34umMDme2JuxWLgBgpREqQ5xVF > .row .container > .video-iframe-container { display: none; }#gIhr9m34umMDme2JuxWLgBgpREqQ5xVF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIhr9m34umMDme2JuxWLgBgpREqQ5xVF > .row > .video-iframe-container { display: none; }#gIhr9m34umMDme2JuxWLgBgpREqQ5xVF > .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); }#gIhr9m34umMDme2JuxWLgBgpREqQ5xVF > .row .container { border-width: 0; border-radius: 0; }#gIhr9m34umMDme2JuxWLgBgpREqQ5xVF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIhr9m34umMDme2JuxWLgBgpREqQ5xVF > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#do0QzUwBFLGG2eCJmEtFTeHkW7esv4Nc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:12.125rem;top:4.25rem;left:12.6875rem;overflow:hidden;display:block; }
#ETmUHkmLUgR0w49MykK7bJLiUQozDauv { color:#228cab;display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:27.75rem;height:4.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F0F2yxpvBzWyetXVAfoTGfaEUcgtAcyU { color:#131313;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:10.5rem;left:27.75rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kt38hScGasbZQDTsxMPBkMThzBx8g9gV { position:relative;display:block; }#Kt38hScGasbZQDTsxMPBkMThzBx8g9gV { background-color: transparent; background-image: none; }#Kt38hScGasbZQDTsxMPBkMThzBx8g9gV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kt38hScGasbZQDTsxMPBkMThzBx8g9gV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kt38hScGasbZQDTsxMPBkMThzBx8g9gV > .row .container > .video-iframe-container { display: none; }#Kt38hScGasbZQDTsxMPBkMThzBx8g9gV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kt38hScGasbZQDTsxMPBkMThzBx8g9gV > .row > .video-iframe-container { display: none; }#Kt38hScGasbZQDTsxMPBkMThzBx8g9gV > .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); }#Kt38hScGasbZQDTsxMPBkMThzBx8g9gV { border-width: 0; border-radius: 0; }#Kt38hScGasbZQDTsxMPBkMThzBx8g9gV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Kt38hScGasbZQDTsxMPBkMThzBx8g9gV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BS3NAaVHsqtphhGeaHRrTxh8otOW1trK { color:#2e394b;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:5.6748046875rem;left:20.15625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xlcdpybZocQSLUoq2FJm3Tq6rZntP4Fu { color:#2e394b;display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:2.8125rem;left:8rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D { position:relative;display:block; }#AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D { background-color: transparent; background-image: none; }#AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D > .row .container > .video-iframe-container { display: none; }#AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D > .row > .video-iframe-container { display: none; }#AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D > .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); }#AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D { border-width: 0; border-radius: 0; }#AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wS2AfalqiJ73VpD4tAU0mLdHwZalrbe2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14rem;width:25rem;top:1.3125rem;left:8.6875rem;display:block; }
#dngc9XWfkIiKJBNzKfubxUBdBS8OGeML { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14rem;width:25rem;top:1.3125rem;left:41.75rem;display:block; }
#xBWRFDlhaIMBzUw5LP1weVT4TiOrxWol { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5625rem;left:41.625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#BSSGGMlE0HmeuGfwuKEnCZo8fVBQGHTB { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.5625rem;left:8.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ { 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; }#n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ > .row .container { background-color: transparent; background-image: none; }#n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ > .row .container > .video-iframe-container { display: none; }#n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ > .row > .video-iframe-container { display: none; }#n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ > .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); }#n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ > .row .container { border-width: 0; border-radius: 0; }#n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#qKknkLy8IEkE12OJUXlkBrRoMUDLvoW8 { color:#333333;display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.1005859375rem;left:23.59375rem;height:4.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oZFNhAZT2TCvEtW15fZ8rtqqtQscTv3a { color:#333333;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:7.01171875rem;left:24.75rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DbVeW6eMMBczhubQoIDVCg7DHKduMk9m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:10.0625rem;left:36.28125rem; }
#GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ { 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; }#GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ > .row .container { background-color: transparent; background-image: none; }#GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ > .row .container > .video-iframe-container { display: none; }#GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ > .row > .video-iframe-container { display: none; }#GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ > .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); }#GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ > .row .container { border-width: 0; border-radius: 0; }#GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#MKWJkMhnfbu9htQMv320a7IexpnmcQFB { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:16.125rem;height:1.4624rem;font-style:normal;display:block; }
#eCpEs6f40hlmeO0z5dCEIZc5Usosa3SO { box-sizing:content-box;color:#ff5f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0rem;left:13.25rem;display:block; }
#n905RX77Kxbi486U8lUHJc1T25WVDaiT { 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; }#n905RX77Kxbi486U8lUHJc1T25WVDaiT > .row .container { background-color: transparent; background-image: none; }#n905RX77Kxbi486U8lUHJc1T25WVDaiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n905RX77Kxbi486U8lUHJc1T25WVDaiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n905RX77Kxbi486U8lUHJc1T25WVDaiT > .row .container > .video-iframe-container { display: none; }#n905RX77Kxbi486U8lUHJc1T25WVDaiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n905RX77Kxbi486U8lUHJc1T25WVDaiT > .row > .video-iframe-container { display: none; }#n905RX77Kxbi486U8lUHJc1T25WVDaiT > .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); }#n905RX77Kxbi486U8lUHJc1T25WVDaiT > .row .container { border-width: 0; border-radius: 0; }#n905RX77Kxbi486U8lUHJc1T25WVDaiT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n905RX77Kxbi486U8lUHJc1T25WVDaiT > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#hLa9UbT9LexT4sLvtesl14z4TAM4upeV { color:#637084;display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0693359375rem;left:16.125rem;height:3.8994125rem;display:block; }
#sL030L7v7wR34PPv84xBazQmi3O2SCOa { 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; }#sL030L7v7wR34PPv84xBazQmi3O2SCOa > .row .container { background-color: transparent; background-image: none; }#sL030L7v7wR34PPv84xBazQmi3O2SCOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL030L7v7wR34PPv84xBazQmi3O2SCOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL030L7v7wR34PPv84xBazQmi3O2SCOa > .row .container > .video-iframe-container { display: none; }#sL030L7v7wR34PPv84xBazQmi3O2SCOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL030L7v7wR34PPv84xBazQmi3O2SCOa > .row > .video-iframe-container { display: none; }#sL030L7v7wR34PPv84xBazQmi3O2SCOa > .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); }#sL030L7v7wR34PPv84xBazQmi3O2SCOa > .row .container { border-width: 0; border-radius: 0; }#sL030L7v7wR34PPv84xBazQmi3O2SCOa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sL030L7v7wR34PPv84xBazQmi3O2SCOa > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#aA53ZbgGQ3ULmZ3kQAvFFibNoSZA3tym { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:16.25rem;height:1.4624rem;font-style:normal;display:block; }
#VHtdOybAl5JSLzqhasgSRzocOMySf3DW { box-sizing:content-box;color:#ff5f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0rem;left:13.375rem;display:block; }
#fANceOf4DwmnuqPpssrNGW6TTWvJ00GP { 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; }#fANceOf4DwmnuqPpssrNGW6TTWvJ00GP > .row .container { background-color: transparent; background-image: none; }#fANceOf4DwmnuqPpssrNGW6TTWvJ00GP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fANceOf4DwmnuqPpssrNGW6TTWvJ00GP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fANceOf4DwmnuqPpssrNGW6TTWvJ00GP > .row .container > .video-iframe-container { display: none; }#fANceOf4DwmnuqPpssrNGW6TTWvJ00GP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fANceOf4DwmnuqPpssrNGW6TTWvJ00GP > .row > .video-iframe-container { display: none; }#fANceOf4DwmnuqPpssrNGW6TTWvJ00GP > .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); }#fANceOf4DwmnuqPpssrNGW6TTWvJ00GP > .row .container { border-width: 0; border-radius: 0; }#fANceOf4DwmnuqPpssrNGW6TTWvJ00GP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fANceOf4DwmnuqPpssrNGW6TTWvJ00GP > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#upfHhDG1cFw1h9khhWpwPm22LCJyIXGV { color:#637084;display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1943359375rem;left:16.125rem;height:3.8994125rem;display:block; }
#suSOtNhTyWTfvrZam0AQROUz7LPJyzLc { 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; }#suSOtNhTyWTfvrZam0AQROUz7LPJyzLc > .row .container { background-color: transparent; background-image: none; }#suSOtNhTyWTfvrZam0AQROUz7LPJyzLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suSOtNhTyWTfvrZam0AQROUz7LPJyzLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suSOtNhTyWTfvrZam0AQROUz7LPJyzLc > .row .container > .video-iframe-container { display: none; }#suSOtNhTyWTfvrZam0AQROUz7LPJyzLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suSOtNhTyWTfvrZam0AQROUz7LPJyzLc > .row > .video-iframe-container { display: none; }#suSOtNhTyWTfvrZam0AQROUz7LPJyzLc > .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); }#suSOtNhTyWTfvrZam0AQROUz7LPJyzLc > .row .container { border-width: 0; border-radius: 0; }#suSOtNhTyWTfvrZam0AQROUz7LPJyzLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#suSOtNhTyWTfvrZam0AQROUz7LPJyzLc > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#hGzJxTPU9s85dUz5ztr5LtivpH423CFA { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:16.25rem;height:1.4624rem;font-style:normal;display:block; }
#aOxOfbmp7TktiHQtn5hn9hmyWVb87XDG { box-sizing:content-box;color:#ff5f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0rem;left:13.375rem;display:block; }
#P6Kut2Dli3oI4xgv4irt33JtspU592pT { 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; }#P6Kut2Dli3oI4xgv4irt33JtspU592pT > .row .container { background-color: transparent; background-image: none; }#P6Kut2Dli3oI4xgv4irt33JtspU592pT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6Kut2Dli3oI4xgv4irt33JtspU592pT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6Kut2Dli3oI4xgv4irt33JtspU592pT > .row .container > .video-iframe-container { display: none; }#P6Kut2Dli3oI4xgv4irt33JtspU592pT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6Kut2Dli3oI4xgv4irt33JtspU592pT > .row > .video-iframe-container { display: none; }#P6Kut2Dli3oI4xgv4irt33JtspU592pT > .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); }#P6Kut2Dli3oI4xgv4irt33JtspU592pT > .row .container { border-width: 0; border-radius: 0; }#P6Kut2Dli3oI4xgv4irt33JtspU592pT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6Kut2Dli3oI4xgv4irt33JtspU592pT > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#BOu6wMaif3EVkboTIWtwZZhFrS7UcpR4 { color:#637084;display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1318359375rem;left:16.125rem;height:2.5996125rem;display:block; }
#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { background-color: transparent; background-image: none; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container > .video-iframe-container { display: none; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row > .video-iframe-container { display: none; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .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); }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { border-width: 0; border-radius: 0; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#lNpQAxOB8gdrSevpiIUaGEcoHqvku9An { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:20.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vzOA9uia4oo0JM1u9zVNtfCzQXtgkV04 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.88720703125rem;left:20.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xc8cQZoiuTqkPOvesC6PhJwMd027lZV9 { display:block; }#xc8cQZoiuTqkPOvesC6PhJwMd027lZV9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSGIT4yEw8aSFf1Hx31VxRzBz2Qho4Ab { top:5.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDEaxBWCIQdVg5cv1paQ42PdEkud61hU { top:9.375rem;left:5.5625rem;width:35.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #La6FnyWoKBPepnQOnU0ttvoSqXRROXAr { top:1.9375rem;left:1.75rem;width:42.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O34tECdRtegPyetRDT4oOlntsteVy7DU { top:38.6875rem;left:6.9375rem;width:32.25rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOA8CnaUNEsOUaMOnS6eEZxIAerx2o7c { top:40.75rem;left:6.9375rem;width:32.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXSvC09VRkoUgCaF7BTL5LUQkTgitkHq { width:28.4375rem;height:4.8125rem;top:43.5rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNTbLV2As6Qd8lXwuzK6Gzq3vf9NhpPO { display:block; }
 }@media only screen and (max-width: 763px) { #IyJyqd1FqAXa6rZDnbckQ7VSrqQtVMxD { top:13.5rem;left:2.28125rem;width:43.1875rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHTyzaAE2pXT23io7dBXo5oTVJSRQ1aq { top:1.125rem;left:8.34375rem;width:29rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P { display:block; }#mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZT6Sw64ciaZh3z7gmg8XftLHz990X23 { width:28.4375rem;height:4.8125rem;top:40.25rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLd5h2xCABlp9mS3CCT6rzpURDWOLC4n { display:block; }
 }@media only screen and (max-width: 763px) { #VyWhSVvivTFWh5SiRyJFtHb5v5azk3H2 { width:40.5rem;height:4.5rem;top:9.625rem;left:2.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBQmXk9K9g1MhMui3wm04HKTRuHDte1c { width:28.0625rem;height:19.5rem;top:17.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri1zsL8tp4AHHBSMQUfGNvQGilZRarPP { top:2.4375rem;left:16.03125rem;width:12.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #J86LlbwI9kUk5GAmKSVZxn5lTAHH0A8S { top:17.3125rem;left:9rem;width:38.75rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBqKITGADroK2SZU4EdhTTZfMOifgtqF { display:block; }#ZBqKITGADroK2SZU4EdhTTZfMOifgtqF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFXy4D6vnexPwLQnggfifUPywTpNHmg5 { width:40.5rem;height:4.5rem;top:1.3125rem;left:3.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slQSllt8ZHlZaTd5hDSbp0N7TDk6yTwO { width:46.625rem;height:1.5rem;top:6.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnPdJE4drMKkyvaEXZcbxqSqDJ3d5uoC { top:10.125rem;left:0rem;width:15.625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFxb93dSPtAP1RalLFVTqfMTrUav6dTy { top:10.0625rem;left:7.4375rem;width:15.5rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVs6NpNpOFolbvOAsVZQQHw4uNFKdZGI { top:10.0625rem;left:23.875rem;width:15.5rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af3vwb10y2DCyJt2dOycUcPk9gLcIWQ8 { top:10.125rem;left:32.3125rem;width:15.4375rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3nWt7szkpwzdGs3mR8a59NBScfmTK8 { top:33.875rem;left:0rem;width:15.625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e99g1tnmveD0TedvN0UL8XiCUXhImM6L { top:33.875rem;left:7.375rem;width:15.625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6TpfPPc9EwyqGG2DdJffH9Szm1g1H8P { top:33.875rem;left:32.1875rem;width:15.5625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVaogHzrb4fv8uy295JKZFTpKHKmwuiW { top:33.875rem;left:23.8125rem;width:15.5625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg { display:block; }#xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVgQfph1Fh4vFsRsOANZxhztEwfanrZc { width:28.4375rem;height:4.8125rem;top:0.5625rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usig6I5q1A0nwVdpxAklCD9kh3EHHoTl { display:block; }
 }@media only screen and (max-width: 763px) { #gUvSeaifx4xFf4301dB42GwFfhJxaGaX { display:block; }#gUvSeaifx4xFf4301dB42GwFfhJxaGaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mk1lV5zdG0girTe0CAAvMgFu6K9DkuZc { top:1.4375rem;left:2.96875rem;width:41.8125rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt4XMoWnbp3P16R3tirOHXF8FFIlQbfd { top:10.0625rem;left:22.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVwtHqRATCIVa0ELm6Apx4wrJAfC3P7F { top:14rem;left:0rem;width:32.625rem;height:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX1SgzIJq7ylZ1coJ9bo3X7hHpPN4Btd { top:48.1875rem;left:0rem;width:20.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSGR0MFb5yBIrumCzDZozhXlX7NTfMzZ { top:50.5625rem;left:0rem;width:19.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCQFZcguRs3sFoDqiTXC3S9azuIDzo9v { top:50.1875rem;left:0rem;width:23.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwIHEg2BN5miXTEgATPRqWqoXuPZpIAt { top:53.5rem;left:0rem;width:17.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwWmTudVZxU9a9txTmXnIQdca7aoTo01 { display:block; }
 }@media only screen and (max-width: 763px) { #t0fHnd4DKbUK0kIKBzKRaZT9GMmE3x5e { width:28.125rem;height:21.5625rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeTwEI8tdublXvWlah6IbRdXgzb9oQz8 { top:16rem;left:0rem;width:18.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM4SAECbO9SPDeU6qnhOXXiy6741MFcu { top:41.3125rem;left:0rem;width:26.3125rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQtggq2nHDJzGq9bWKsZiDfsUzMUTeTg { top:14rem;left:15.125rem;width:32.625rem;height:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6rx4O2nxgNVJVkZ8wCOFK8WBbh2mhpG { width:26.6875rem;height:20.4375rem;top:20.3125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4tCWKXZrL7Bi4aXRQrdqNHmI1ySt7W1 { top:16.0625rem;left:29rem;width:18.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1g60V4OPXawG6KVL128BBaWRNbG08x8 { top:41.3125rem;left:21.4375rem;width:26.3125rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkOpqhTg61RoabJG43ybimMilQKmAEEk { top:48.1875rem;left:26.8125rem;width:20.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPT9JBrwd2KONQNNWCCZCz38yEoftUCg { top:50.5625rem;left:28.625rem;width:19.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJiG4loIeDkerOwTZS4mtCb5CBm5NZeJ { top:50.1875rem;left:24.25rem;width:23.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEIAPTw7KX5BVTW1EUFnu8RMlL6Lu2Tk { top:53.5rem;left:30.5625rem;width:17.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq2IX69od4U0cPXH2TvFNPLqb4aATPpo { display:block; }
 }@media only screen and (max-width: 763px) { #KwFF3BCRO7WPT0U9fanoSn7nauqBWEWS { width:46.625rem;height:1.5rem;top:7.625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA { display:block; }#sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otOPGOc3tn5UWeUGOKTpOzhZF3XlgsMv { top:0.8125rem;left:0rem;width:32.625rem;height:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVDR1le4h4GEqExyQdPO3rqlKqkr0uEy { top:35.3125rem;left:0rem;width:20.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw3thtp9UqC8XJs67cdUgoRIXM0byWGa { top:37.6875rem;left:0rem;width:19.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7dNgW5ForM9EqXuimNDJChNFNmBM29q { top:37.3125rem;left:0rem;width:23.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfi5AbiRwIZQFS4vgQixhsCkFiIiwZcd { top:40.9375rem;left:0rem;width:17.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQiUKbtB3acz3Wo2EX7VMSyRR3kTTKeF { display:block; }
 }@media only screen and (max-width: 763px) { #QtOw3yeJ5QD7D39sTq2wEDHCg4x1EkTJ { top:2.875rem;left:0rem;width:21.3125rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb2cM1gr7WLaa05S0W2qWGFae1ezZEvN { top:29.125rem;left:0rem;width:26.3125rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psu3EbPuB1Dv3Xgmi9VXHtTwBFw5IFC2 { top:0.8125rem;left:15.125rem;width:32.625rem;height:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3dETfTxQ91b7UxTAke28zLxTNoe8x2w { width:26.375rem;height:20.1875rem;top:7.875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTI1gJa8ls99LT5uq2nhNNnyU2wul6Xv { top:2.875rem;left:25.4375rem;width:22.3125rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIsRoiuvEQ9iefXEylnPNgq957TSinv4 { top:29.1875rem;left:21.4375rem;width:26.3125rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZbCaLaNUXItVp9ZCQq1dZams78DnuET { top:35.3125rem;left:26.8125rem;width:20.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0pGXqoEUFk9eZkxAFN0W8n2V8Lcz35Q { top:37.6875rem;left:28.625rem;width:19.125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuSCpMLR9LTM1UUHQQBiTotMGDJIRyCL { top:37.3125rem;left:24.25rem;width:23.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHB6paR4TQrZD7MJeKIlkkTmXKV6p4XJ { top:40.9375rem;left:30.5625rem;width:17.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwlSSlkLGkZM6m3VLd5fLsE9K4WGZTea { display:block; }
 }@media only screen and (max-width: 763px) { #E9KUomFBT5Gsm3mRiiMkTKibiP8FNk82 { width:26.25rem;height:20.1875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k530JrXRockyAwprpwlidbyFsrWuMG6N { display:block; }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdFTUdDd3z4kM9yCmPiS6IFzShrHa1Kt { width:19.875rem;height:33.375rem;top:322.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pyUfzNcvToTicm0DiscFhhb8HFVitHRm { width:15.625rem;height:17.8125rem;top:313.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVE5dPUZc2Px4dg7Pm2ShnGVqxRnGlRt { width:17.625rem;height:2.875rem;top:336.3125rem;left:12.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAkcvaU7N3nqImwO08D9y52IV5SCmTQQ { width:17.625rem;height:15.75rem;top:336.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NbzVRP7iVyF90a6ldzvcr4f3MqJsiTT0 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZF2tHqA9cxt3gSTeJd9zbUBrWDUUgih { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t13ohw70s7Nz1usTiTyfra3aFmuQ6r5a { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5tztAQgVA9X3cvX3Gv9vGVNuoaS4TsR { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWMXGh7xxVziZBJZJngNPhdiN45wNAyZ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldtmCoqw8t2SWop1BXQf0NXmJ6dbfSPF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iwAyGxHHXnkQHJaTBWkbTOZBEyQ5TOmO { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E75l9N5iCiT2Ss6IA3bgck2nA8OIyZnk { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sm2Tb99Pn1tdQGR4clDPlTh953szpgW0 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wV4qLFt5wL35gxXEAKUdxOmcq7fiWUFR { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0fw0vJ9WDtyLffDI4D2XKDRkT3b3ndr { top:3.125rem;left:7.8125rem;width:32.125rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvUTCHxMnQDX932cFZlEHtiRRKQx29EQ { top:10rem;left:14rem;width:20.9375rem;height:4.125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMgpuQBCwt6S4sg0PTR00hJ9Butz0SQM { top:10.25rem;left:13.65625rem;width:21.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sESCC9aW0OSJygfCHVFeFB26OvSL3o9S { top:15.5625rem;left:8rem;width:31.75rem;height:4.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP { display:block; }#n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0mTMwkmo1bna3m463AUa4rwOVl38owS { width:40.625rem;height:48.25rem;top:1.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp8wuTwZvwDUuzD9i8Hyyz9yXAkIIuMC { width:31rem;height:3.25rem;top:13.8125rem;left:8.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGqyWM3Ce6dMKVBLMkUuJNvU2WoKXXTF { width:21.4375rem;height:2.3125rem;top:17.6875rem;left:13.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN3sxBQKIN41kJgou91Xtue8Gy3UG60W { width:15.8125rem;height:11.9375rem;top:21.1875rem;left:16rem;font-size:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW17xcE403566I93SDwU2gE4WSwNfINM { width:10.25rem;height:1.9375rem;top:20.125rem;left:18.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F79Dd28gNrnLr2KE1mgn6OUEZEA5erXi { width:3.1875rem;height:2.5rem;top:25.75rem;left:29.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS94CdBfGIXW6BFA0IlgDIwu4INIkIGy { width:17.6875rem;height:2.5rem;top:32.125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG4QirxIhQIlvl0oRqry1MVKu6mKOihc { width:17.8125rem;height:1.4375rem;top:32.75rem;left:15rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuT3Z4inyMzlD9KIDmm3WhwE2xl7SMgP { width:5.5625rem;height:2.5625rem;top:42.5rem;left:33.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q22cA5ENG5k5sNr8Us2mTuKda4CixOT8 { width:2.75rem;height:2.75rem;top:42.4375rem;left:30.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StPhp78B9UPm4r3TDc9uuXAffigmahzt { width:10.6875rem;height:2.5625rem;top:42.5rem;left:19.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMlEXJAwqrwAmBuM46a9m7d3CBtGiAqJ { width:2.75rem;height:2.75rem;top:42.4375rem;left:16.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNRFohhSATNVIO9U1TASh5XZ8LS6ICDN { width:4.0625rem;height:2.5625rem;top:42.5rem;left:11.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m55N1HRtIsqAcnaCLTtDnmuMboHptd4H { width:2.75rem;height:2.75rem;top:42.4375rem;left:9rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQVRGwm7kmFUU8qUAz3PUAK1mHIoRTU9 { width:3rem;height:1.9375rem;top:27.3125rem;left:15rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyFhJgK190dZJOGavSRbpHfnzzuIiafP { width:17.5625rem;height:10.8125rem;top:2.9375rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saO6tRwR3m5RV6cPRhizzURWHnK6vWvs { width:3rem;height:1.9375rem;top:25.6875rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9hWDxr5TkOIMq2r4bRwwXcI5HGMmgcq { width:28.4375rem;height:4.8125rem;top:36rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU7HMfpRCdIHgUZQuk1mc6bNpTJmAMWo { display:block; }
 }@media only screen and (max-width: 763px) { #gIhr9m34umMDme2JuxWLgBgpREqQ5xVF { display:block; }#gIhr9m34umMDme2JuxWLgBgpREqQ5xVF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do0QzUwBFLGG2eCJmEtFTeHkW7esv4Nc { width:12.125rem;height:12.625rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETmUHkmLUgR0w49MykK7bJLiUQozDauv { width:34rem;height:4.375rem;top:4.6875rem;left:13.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0F2yxpvBzWyetXVAfoTGfaEUcgtAcyU { width:34rem;height:6rem;top:10.5rem;left:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt38hScGasbZQDTsxMPBkMThzBx8g9gV { display:block; }#Kt38hScGasbZQDTsxMPBkMThzBx8g9gV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BS3NAaVHsqtphhGeaHRrTxh8otOW1trK { width:34.6875rem;height:2.75rem;top:5.625rem;left:6.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlcdpybZocQSLUoq2FJm3Tq6rZntP4Fu { width:47.75rem;height:1.875rem;top:2.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D { display:block; }#AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wS2AfalqiJ73VpD4tAU0mLdHwZalrbe2 { top:1.3125rem;left:0rem;width:25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #dngc9XWfkIiKJBNzKfubxUBdBS8OGeML { top:1.3125rem;left:22.75rem;width:25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBWRFDlhaIMBzUw5LP1weVT4TiOrxWol { top:16.5625rem;left:23rem;width:24.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSSGGMlE0HmeuGfwuKEnCZo8fVBQGHTB { top:16.5625rem;left:0rem;width:24.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ { display:block; }#n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKknkLy8IEkE12OJUXlkBrRoMUDLvoW8 { width:27.8125rem;height:4.375rem;top:2.0625rem;left:9.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZFNhAZT2TCvEtW15fZ8rtqqtQscTv3a { width:25.5rem;height:2.4375rem;top:7rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbVeW6eMMBczhubQoIDVCg7DHKduMk9m { top:10.0625rem;left:22.65625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ { display:block; }#GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKWJkMhnfbu9htQMv320a7IexpnmcQFB { width:27.3125rem;height:1.4375rem;top:0.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCpEs6f40hlmeO0z5dCEIZc5Usosa3SO { width:2.9375rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n905RX77Kxbi486U8lUHJc1T25WVDaiT { display:block; }#n905RX77Kxbi486U8lUHJc1T25WVDaiT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLa9UbT9LexT4sLvtesl14z4TAM4upeV { width:42.75rem;height:3.875rem;top:1.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL030L7v7wR34PPv84xBazQmi3O2SCOa { display:block; }#sL030L7v7wR34PPv84xBazQmi3O2SCOa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aA53ZbgGQ3ULmZ3kQAvFFibNoSZA3tym { width:27.0625rem;height:1.4375rem;top:0.8125rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHtdOybAl5JSLzqhasgSRzocOMySf3DW { width:2.9375rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fANceOf4DwmnuqPpssrNGW6TTWvJ00GP { display:block; }#fANceOf4DwmnuqPpssrNGW6TTWvJ00GP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upfHhDG1cFw1h9khhWpwPm22LCJyIXGV { width:42.75rem;height:3.875rem;top:1.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suSOtNhTyWTfvrZam0AQROUz7LPJyzLc { display:block; }#suSOtNhTyWTfvrZam0AQROUz7LPJyzLc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGzJxTPU9s85dUz5ztr5LtivpH423CFA { width:27.0625rem;height:1.4375rem;top:0.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOxOfbmp7TktiHQtn5hn9hmyWVb87XDG { width:2.9375rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6Kut2Dli3oI4xgv4irt33JtspU592pT { display:block; }#P6Kut2Dli3oI4xgv4irt33JtspU592pT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOu6wMaif3EVkboTIWtwZZhFrS7UcpR4 { width:42.75rem;height:2.5625rem;top:1.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfL09H2XZBrznlTXQwERnVaPk6tLOVyE { display:block; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNpQAxOB8gdrSevpiIUaGEcoHqvku9An { top:2.125rem;left:7rem;width:35.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzOA9uia4oo0JM1u9zVNtfCzQXtgkV04 { top:3.875rem;left:7rem;width:35.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #xc8cQZoiuTqkPOvesC6PhJwMd027lZV9 { display:block; }#xc8cQZoiuTqkPOvesC6PhJwMd027lZV9 > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSGIT4yEw8aSFf1Hx31VxRzBz2Qho4Ab { width:20rem;height:4.0625rem;top:4.6259765625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDEaxBWCIQdVg5cv1paQ42PdEkud61hU { width:20rem;height:3.41161875rem;top:9.623046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #La6FnyWoKBPepnQOnU0ttvoSqXRROXAr { width:20rem;height:0.89355625rem;top:1.9384765625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O34tECdRtegPyetRDT4oOlntsteVy7DU { width:20rem;height:1.05615rem;top:26.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOA8CnaUNEsOUaMOnS6eEZxIAerx2o7c { width:16.875rem;height:2.2744125rem;top:29rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXSvC09VRkoUgCaF7BTL5LUQkTgitkHq { width:20rem;height:4.25rem;top:32.39892578125rem;left:0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNTbLV2As6Qd8lXwuzK6Gzq3vf9NhpPO { display:block; }
 }@media only screen and (max-width: 763px) { #IyJyqd1FqAXa6rZDnbckQ7VSrqQtVMxD { height:11.2006875rem;width:20rem;top:13.89892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHTyzaAE2pXT23io7dBXo5oTVJSRQ1aq { width:19.875rem;height:1.9375rem;top:1.3134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P { display:block; }#mDRGeKlKTPD5O2iZd0AlZtyFxTIDiC3P > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZT6Sw64ciaZh3z7gmg8XftLHz990X23 { width:20rem;height:3.9375rem;top:46.37109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLd5h2xCABlp9mS3CCT6rzpURDWOLC4n { display:block; }
 }@media only screen and (max-width: 763px) { #VyWhSVvivTFWh5SiRyJFtHb5v5azk3H2 { width:20rem;height:4.875rem;top:8.15771484375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBQmXk9K9g1MhMui3wm04HKTRuHDte1c { width:19.75rem;height:19.5937875rem;top:26.03271484375rem;left:0.25rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ri1zsL8tp4AHHBSMQUfGNvQGilZRarPP { width:11rem;height:5.125rem;top:1.84521484375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J86LlbwI9kUk5GAmKSVZxn5lTAHH0A8S { width:20rem;height:10.096774193548rem;top:14.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBqKITGADroK2SZU4EdhTTZfMOifgtqF { display:block; }#ZBqKITGADroK2SZU4EdhTTZfMOifgtqF > .row .container { width:20rem;height:202.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFXy4D6vnexPwLQnggfifUPywTpNHmg5 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slQSllt8ZHlZaTd5hDSbp0N7TDk6yTwO { width:17.75rem;height:2.44921875rem;top:7.86328125rem;left:1.125rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JnPdJE4drMKkyvaEXZcbxqSqDJ3d5uoC { width:15.625rem;height:22.6875rem;top:11.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFxb93dSPtAP1RalLFVTqfMTrUav6dTy { width:15.5rem;height:22.6875rem;top:35.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVs6NpNpOFolbvOAsVZQQHw4uNFKdZGI { width:15.5rem;height:22.6875rem;top:59.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af3vwb10y2DCyJt2dOycUcPk9gLcIWQ8 { width:15.4375rem;height:22.5625rem;top:83.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3nWt7szkpwzdGs3mR8a59NBScfmTK8 { width:15.625rem;height:22.6875rem;top:107.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e99g1tnmveD0TedvN0UL8XiCUXhImM6L { width:15.625rem;height:22.6875rem;top:131.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6TpfPPc9EwyqGG2DdJffH9Szm1g1H8P { width:15.5625rem;height:22.5625rem;top:178.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVaogHzrb4fv8uy295JKZFTpKHKmwuiW { width:15.5625rem;height:22.5625rem;top:155.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg { display:block; }#xRwlOk9NtdFto2i3LWKu1ylNW1gqnTgg > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVgQfph1Fh4vFsRsOANZxhztEwfanrZc { width:19rem;height:4.8125rem;top:1.3125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usig6I5q1A0nwVdpxAklCD9kh3EHHoTl { display:block; }
 }@media only screen and (max-width: 763px) { #gUvSeaifx4xFf4301dB42GwFfhJxaGaX { display:block; }#gUvSeaifx4xFf4301dB42GwFfhJxaGaX > .row .container { width:20rem;height:95.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mk1lV5zdG0girTe0CAAvMgFu6K9DkuZc { width:20rem;height:5.361325rem;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt4XMoWnbp3P16R3tirOHXF8FFIlQbfd { display:flex;width:2rem;height:2rem;top:11.935546875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #uVwtHqRATCIVa0ELm6Apx4wrJAfC3P7F { width:20rem;height:38.25rem;top:15.3125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #BX1SgzIJq7ylZ1coJ9bo3X7hHpPN4Btd { width:20rem;height:1.29980625rem;top:42.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSGR0MFb5yBIrumCzDZozhXlX7NTfMzZ { width:19.125rem;height:0.9746125rem;top:45.1240234375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCQFZcguRs3sFoDqiTXC3S9azuIDzo9v { width:18.625rem;height:1.75rem;top:44.611328125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwIHEg2BN5miXTEgATPRqWqoXuPZpIAt { top:48.25rem;left:2.71875rem;width:14.5625rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwWmTudVZxU9a9txTmXnIQdca7aoTo01 { display:block; }
 }@media only screen and (max-width: 763px) { #t0fHnd4DKbUK0kIKBzKRaZT9GMmE3x5e { width:20rem;height:15.3125rem;top:20.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeTwEI8tdublXvWlah6IbRdXgzb9oQz8 { width:16.875rem;height:3.0244125rem;top:17.0625rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#3e3046;display:block; }
 }@media only screen and (max-width: 763px) { #RM4SAECbO9SPDeU6qnhOXXiy6741MFcu { width:18.5rem;height:5.25rem;top:35.5rem;left:0.75rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CQtggq2nHDJzGq9bWKsZiDfsUzMUTeTg { width:20rem;height:38.875rem;top:54.9375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #W6rx4O2nxgNVJVkZ8wCOFK8WBbh2mhpG { width:19rem;height:14.625rem;top:60.625rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4tCWKXZrL7Bi4aXRQrdqNHmI1ySt7W1 { width:18.75rem;height:3.0244125rem;top:56.5625rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#3e3046;display:block; }
 }@media only screen and (max-width: 763px) { #n1g60V4OPXawG6KVL128BBaWRNbG08x8 { width:18.25rem;height:5.25rem;top:75.95703125rem;left:0.875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PkOpqhTg61RoabJG43ybimMilQKmAEEk { width:20rem;height:1.29980625rem;top:83rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPT9JBrwd2KONQNNWCCZCz38yEoftUCg { width:19.125rem;height:0.9746125rem;top:85.25rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJiG4loIeDkerOwTZS4mtCb5CBm5NZeJ { width:18.6875rem;height:1.75rem;top:84.7373046875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEIAPTw7KX5BVTW1EUFnu8RMlL6Lu2Tk { top:88.25rem;left:1.40625rem;width:17.1875rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq2IX69od4U0cPXH2TvFNPLqb4aATPpo { display:block; }
 }@media only screen and (max-width: 763px) { #KwFF3BCRO7WPT0U9fanoSn7nauqBWEWS { width:20rem;height:2.44921875rem;top:8.2978515625rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA { display:block; }#sfwvN4NxdsLXGTLmFidKOBdVpwTzCweA > .row .container { width:20rem;height:86.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otOPGOc3tn5UWeUGOKTpOzhZF3XlgsMv { width:20rem;height:41.625rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rVDR1le4h4GEqExyQdPO3rqlKqkr0uEy { width:20rem;height:1.29980625rem;top:30.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw3thtp9UqC8XJs67cdUgoRIXM0byWGa { width:19.125rem;height:0.9746125rem;top:32.6865234375rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7dNgW5ForM9EqXuimNDJChNFNmBM29q { width:18.625rem;height:1.75rem;top:32.173828125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfi5AbiRwIZQFS4vgQixhsCkFiIiwZcd { top:35.9375rem;left:2.71875rem;width:14.5625rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQiUKbtB3acz3Wo2EX7VMSyRR3kTTKeF { display:block; }
 }@media only screen and (max-width: 763px) { #QtOw3yeJ5QD7D39sTq2wEDHCg4x1EkTJ { width:17.5625rem;height:4.53661875rem;top:1.25rem;left:1.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#3e3046;display:block; }
 }@media only screen and (max-width: 763px) { #nb2cM1gr7WLaa05S0W2qWGFae1ezZEvN { width:18.5rem;height:5.25rem;top:23.125rem;left:0.75rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Psu3EbPuB1Dv3Xgmi9VXHtTwBFw5IFC2 { width:20rem;height:42.25rem;top:42.818359375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #u3dETfTxQ91b7UxTAke28zLxTNoe8x2w { width:18.9375rem;height:14.4375rem;top:50.3134765625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTI1gJa8ls99LT5uq2nhNNnyU2wul6Xv { width:18.5rem;height:4.53661875rem;top:44.443359375rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#3e3046;display:block; }
 }@media only screen and (max-width: 763px) { #KIsRoiuvEQ9iefXEylnPNgq957TSinv4 { width:18.5rem;height:5.25rem;top:66.318359375rem;left:0.8125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NZbCaLaNUXItVp9ZCQq1dZams78DnuET { width:20rem;height:1.29980625rem;top:73.443359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0pGXqoEUFk9eZkxAFN0W8n2V8Lcz35Q { width:19.125rem;height:1.05615rem;top:75.630859375rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuSCpMLR9LTM1UUHQQBiTotMGDJIRyCL { width:18.875rem;height:1.75rem;top:75.15869140625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHB6paR4TQrZD7MJeKIlkkTmXKV6p4XJ { top:79.5615234375rem;left:1.40625rem;width:17.1875rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwlSSlkLGkZM6m3VLd5fLsE9K4WGZTea { display:block; }
 }@media only screen and (max-width: 763px) { #E9KUomFBT5Gsm3mRiiMkTKibiP8FNk82 { width:19.0625rem;height:14.625rem;top:7.22314453125rem;left:0.43369511335797rem;display:block; }
 }@media only screen and (max-width: 763px) { #k530JrXRockyAwprpwlidbyFsrWuMG6N { background-color:transparent;background-image:url("https://images.assets-landingi.com/QIUFvBgA/Modelo_50.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#k530JrXRockyAwprpwlidbyFsrWuMG6N.adaptive-delivery-prevent-bg, #k530JrXRockyAwprpwlidbyFsrWuMG6N.lazyload, #k530JrXRockyAwprpwlidbyFsrWuMG6N.lazyloading { background-image: none; }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row .container { background-color: transparent; background-image: none; }#k530JrXRockyAwprpwlidbyFsrWuMG6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.94); }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row .container > .video-iframe-container { display: none; }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.94); }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row > .video-iframe-container { display: none; }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .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); }#k530JrXRockyAwprpwlidbyFsrWuMG6N > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdFTUdDd3z4kM9yCmPiS6IFzShrHa1Kt { width:19.875rem;height:26.5rem;top:491.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pyUfzNcvToTicm0DiscFhhb8HFVitHRm { width:10.9375rem;height:12.5rem;top:484.6875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVE5dPUZc2Px4dg7Pm2ShnGVqxRnGlRt { width:16.125rem;height:2.75rem;top:499.625rem;left:1.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAkcvaU7N3nqImwO08D9y52IV5SCmTQQ { width:17.625rem;height:11.875rem;top:503.5625rem;left:1.1875rem;font-size:0.8125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #NbzVRP7iVyF90a6ldzvcr4f3MqJsiTT0 { top:210.625rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15056;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CZF2tHqA9cxt3gSTeJd9zbUBrWDUUgih { top:207.5rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15057;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #t13ohw70s7Nz1usTiTyfra3aFmuQ6r5a { top:204.375rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15058;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #c5tztAQgVA9X3cvX3Gv9vGVNuoaS4TsR { top:201.25rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15059;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #eWMXGh7xxVziZBJZJngNPhdiN45wNAyZ { top:198.125rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15060;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ldtmCoqw8t2SWop1BXQf0NXmJ6dbfSPF { top:195rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15061;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #iwAyGxHHXnkQHJaTBWkbTOZBEyQ5TOmO { top:191.875rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15062;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #E75l9N5iCiT2Ss6IA3bgck2nA8OIyZnk { top:188.75rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15063;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #sm2Tb99Pn1tdQGR4clDPlTh953szpgW0 { top:185.625rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15064;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #wV4qLFt5wL35gxXEAKUdxOmcq7fiWUFR { top:182.5rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15065;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #T0fw0vJ9WDtyLffDI4D2XKDRkT3b3ndr { width:18.625rem;height:6.5rem;top:2.5625rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvUTCHxMnQDX932cFZlEHtiRRKQx29EQ { width:20rem;height:3.8183625rem;top:10.6875rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMgpuQBCwt6S4sg0PTR00hJ9Butz0SQM { width:20rem;height:3.29443125rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sESCC9aW0OSJygfCHVFeFB26OvSL3o9S { width:20rem;height:4.63036875rem;top:15.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP { display:block; }#n4QZJyPTqtIUmK9gHAlS1weaIuOBi9pP > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0mTMwkmo1bna3m463AUa4rwOVl38owS { width:19.875rem;height:33.5rem;top:0.8125rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #gp8wuTwZvwDUuzD9i8Hyyz9yXAkIIuMC { width:17.5rem;height:2.4746125rem;top:12.3125rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGqyWM3Ce6dMKVBLMkUuJNvU2WoKXXTF { width:19.0625rem;height:1.51220625rem;top:16.9375rem;left:0.4375rem;font-size:1.375rem;color:#ef000a;display:block; }
 }@media only screen and (max-width: 763px) { #iN3sxBQKIN41kJgou91Xtue8Gy3UG60W { width:16.875rem;height:8.6123125rem;top:19.0625rem;left:1.5rem;font-size:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW17xcE403566I93SDwU2gE4WSwNfINM { width:10.25rem;height:1.4624rem;top:18.5rem;left:4.8125rem;font-size:1.125rem;font-family:montserrat;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F79Dd28gNrnLr2KE1mgn6OUEZEA5erXi { width:3.1875rem;height:2.11230625rem;top:20.375rem;left:13.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS94CdBfGIXW6BFA0IlgDIwu4INIkIGy { width:17.25rem;height:2.125rem;top:26.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG4QirxIhQIlvl0oRqry1MVKu6mKOihc { width:16.0625rem;height:1.4624rem;top:26.875rem;left:1.9375rem;font-size:1.125rem;font-family:montserrat;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuT3Z4inyMzlD9KIDmm3WhwE2xl7SMgP { width:5.5625rem;height:1.7871125rem;top:30.54296875rem;left:11.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Q22cA5ENG5k5sNr8Us2mTuKda4CixOT8 { width:2.75rem;height:2.75rem;top:30.18701171875rem;left:9.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StPhp78B9UPm4r3TDc9uuXAffigmahzt { width:7.625rem;height:0;top:29.4375rem;left:3.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #bMlEXJAwqrwAmBuM46a9m7d3CBtGiAqJ { width:2.75rem;height:2.75rem;top:29.125rem;left:0.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNRFohhSATNVIO9U1TASh5XZ8LS6ICDN { width:3.625rem;height:1.7871125rem;top:30.54345703125rem;left:5.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m55N1HRtIsqAcnaCLTtDnmuMboHptd4H { width:2.75rem;height:2.75rem;top:30.1875rem;left:2.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQVRGwm7kmFUU8qUAz3PUAK1mHIoRTU9 { width:2.4375rem;height:1.4624rem;top:22.6376953125rem;left:3.4375rem;font-size:1.125rem;font-family:montserrat;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LyFhJgK190dZJOGavSRbpHfnzzuIiafP { width:13.875rem;height:8.5625rem;top:3.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saO6tRwR3m5RV6cPRhizzURWHnK6vWvs { width:3rem;height:1.4624rem;top:21.3515625rem;left:2.875rem;font-size:1.125rem;font-family:montserrat;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9hWDxr5TkOIMq2r4bRwwXcI5HGMmgcq { width:20rem;height:4.1875rem;top:36.7109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU7HMfpRCdIHgUZQuk1mc6bNpTJmAMWo { display:block; }
 }@media only screen and (max-width: 763px) { #gIhr9m34umMDme2JuxWLgBgpREqQ5xVF { display:block; }#gIhr9m34umMDme2JuxWLgBgpREqQ5xVF > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do0QzUwBFLGG2eCJmEtFTeHkW7esv4Nc { width:11.0625rem;height:11.5625rem;top:1.5625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETmUHkmLUgR0w49MykK7bJLiUQozDauv { width:17.625rem;height:4.53661875rem;top:14.1875rem;left:1.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:"montserrat up";color:#3e3046;display:block; }
 }@media only screen and (max-width: 763px) { #F0F2yxpvBzWyetXVAfoTGfaEUcgtAcyU { width:17.875rem;height:7.7988125rem;top:20.326171875rem;left:1.0625rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;font-family:"montserrat upada";display:block; }
 }@media only screen and (max-width: 763px) { #Kt38hScGasbZQDTsxMPBkMThzBx8g9gV { display:block; }#Kt38hScGasbZQDTsxMPBkMThzBx8g9gV > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BS3NAaVHsqtphhGeaHRrTxh8otOW1trK { width:17.75rem;height:3.375rem;top:5.75rem;left:1.1875rem;font-size:1.125rem;line-height:1;font-family:"montserrat upada";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xlcdpybZocQSLUoq2FJm3Tq6rZntP4Fu { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1;font-family:"montserrat upada";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D { display:block; }#AJRT8oSeK9vv7kGQ0vAg51vokADKXo2D > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wS2AfalqiJ73VpD4tAU0mLdHwZalrbe2 { height:11.2rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dngc9XWfkIiKJBNzKfubxUBdBS8OGeML { height:11.2rem;width:20rem;top:20.14890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBWRFDlhaIMBzUw5LP1weVT4TiOrxWol { width:20rem;height:5.19921875rem;top:31.97314453125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSSGGMlE0HmeuGfwuKEnCZo8fVBQGHTB { width:20rem;height:5.19921875rem;top:13.01171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ { display:block; }#n8byJ6catW5HK0TEh3zcDkZqXJHdvxkJ > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKknkLy8IEkE12OJUXlkBrRoMUDLvoW8 { width:20rem;height:3.29980625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:"montserrat up";display:block; }
 }@media only screen and (max-width: 763px) { #oZFNhAZT2TCvEtW15fZ8rtqqtQscTv3a { width:20rem;height:2.19921875rem;top:5.171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"montserrat up";display:block; }
 }@media only screen and (max-width: 763px) { #DbVeW6eMMBczhubQoIDVCg7DHKduMk9m { display:flex;width:1.5625rem;height:1.625rem;top:8.28125rem;left:9.3929924242425rem; }
 }@media only screen and (max-width: 763px) { #GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ { display:block; }#GGWX7UyT4kbrpLm1TyDzxsJA39496GdJ > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKWJkMhnfbu9htQMv320a7IexpnmcQFB { width:17.125rem;height:2rem;top:0.9375rem;left:2.875rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eCpEs6f40hlmeO0z5dCEIZc5Usosa3SO { width:2.9375rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n905RX77Kxbi486U8lUHJc1T25WVDaiT { display:block; }#n905RX77Kxbi486U8lUHJc1T25WVDaiT > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLa9UbT9LexT4sLvtesl14z4TAM4upeV { width:18.0625rem;height:7.347625rem;top:0.953125rem;left:0.96875rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sL030L7v7wR34PPv84xBazQmi3O2SCOa { display:block; }#sL030L7v7wR34PPv84xBazQmi3O2SCOa > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aA53ZbgGQ3ULmZ3kQAvFFibNoSZA3tym { width:15.375rem;height:2.125rem;top:0.875rem;left:2.875rem;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VHtdOybAl5JSLzqhasgSRzocOMySf3DW { width:2.9375rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fANceOf4DwmnuqPpssrNGW6TTWvJ00GP { display:block; }#fANceOf4DwmnuqPpssrNGW6TTWvJ00GP > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upfHhDG1cFw1h9khhWpwPm22LCJyIXGV { width:17.6875rem;height:7.347625rem;top:0.515625rem;left:1.1875rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #suSOtNhTyWTfvrZam0AQROUz7LPJyzLc { display:block; }#suSOtNhTyWTfvrZam0AQROUz7LPJyzLc > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGzJxTPU9s85dUz5ztr5LtivpH423CFA { width:17.125rem;height:1rem;top:1.0625rem;left:2.875rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aOxOfbmp7TktiHQtn5hn9hmyWVb87XDG { width:2.9375rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6Kut2Dli3oI4xgv4irt33JtspU592pT { display:block; }#P6Kut2Dli3oI4xgv4irt33JtspU592pT > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOu6wMaif3EVkboTIWtwZZhFrS7UcpR4 { width:18rem;height:4.8984375rem;top:0.515625rem;left:1.1875rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JfL09H2XZBrznlTXQwERnVaPk6tLOVyE { display:block; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNpQAxOB8gdrSevpiIUaGEcoHqvku9An { width:17.5rem;height:2.11230625rem;top:1.6875rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzOA9uia4oo0JM1u9zVNtfCzQXtgkV04 { width:20rem;height:1.13720625rem;top:5.287109375rem;left:0rem;font-size:0.875rem;display:block; }
 }