.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:249,209,227;--color-secondary-1:238,118,170;--color-secondary-2:226,27,114;--color-secondary-3:143,20,66;--color-secondary-4:45,5,23;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:63,63,63;--color-tertiary-3:42,42,42;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { background-color: transparent; background-image: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container > .video-iframe-container { display: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row > .video-iframe-container { display: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .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); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { border-width: 0; border-radius: 0; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10.75rem;top:1.1875rem;left:13.625rem;overflow:hidden;display:block; }
#VXA7EpywCnETrMcUNIamVUARaW520W0D { box-sizing:content-box;color:#6e227d;font-size:1.625rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.9375rem;left:52.125rem;display:none; }
#z03r7986UK2kldG49E6df9F7hWib7hDM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.0625rem;left:47.5615234375rem;display:none; }
#n9mQamf0qVgIHQJSi8Jz3GPpzoC5OVeO { color:#450571;display:block;width:12.5rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.443359375rem;left:50.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row .container { background-color: transparent; background-image: none; }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row .container > .video-iframe-container { display: none; }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row > .video-iframe-container { display: none; }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .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); }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row .container { border-width: 0; border-radius: 0; }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c41180bb-905e-4f8f-977b-1eb4913ab085/_GSC_land_coras_banner_01.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4355625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0rem 0rem 1.875rem #231b1b;top:10.1875rem;left:11.1240234375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-tertiary-4),0.52) ;height:26.875rem;width:21.125rem;top:7.0625rem;left:43.6875rem;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:bold;color:#909090;width:14.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.9375rem;box-sizing:border-box;height:2.5625rem;color:#3a2772;font-size:0.875rem;overflow:hidden;font-family:tahoma, arial, sans-serif;vertical-align:top;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;line-height:1.9;text-align:center;text-align-last:center; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.9375rem;box-sizing:border-box;height:4.375rem;color:#3a2772;font-size:0.875rem;overflow:hidden;font-family:tahoma, arial, sans-serif;vertical-align:top;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;line-height:1.9;text-align:center;text-align-last:center; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.9375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#2da766;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#f2f9ff;width:14.9375rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;box-shadow: 0.25rem 0.375rem 1.125rem rgba(var(--color-tertiary-4),0.27) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#3a2772;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#3a2772;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#3a2772;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#3a2772;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:13.75rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:45.530893325806rem;top:16.924715995789rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.9375rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:45.530893325806rem;top:16.924715995789rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fTNoG8R2JoIex2nDWoqSVpA3fIuzBRyH { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #U8n0NSXyVNvyArREAmBHrSdGgI7DZVyT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #dtXlHGIewMm2rOiL44aynW31Us4zvTeu { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#cIz37Iua70Qx6MDpbQ8XpEDNHRL2vaIH { position:relative;display:block; }
#NnnyJLJtAMghGAtfc1GPOOTKkZWzPPl3 { position:relative;display:block; }
#cxr7a3zo9AeBrvqyhDNTEFmFr7ChevWK { position:relative;display:block; }
#KgVzmdUT6GiwCOca8DEHdNt4HCieFKgg { position:relative;display:block; }
#PFKW43hd5cTT9gegXc282vdzBOlOnsFy { position:relative;display:block; }
#khLun9bOddZwBVcpH0zbwAXQdfMLlnBs { position:relative;display:block; }
#oIFheU6BZrTDq4h6XBoHKWuMXCsOWO7V { position:relative;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#rb7RcEfnKXyynSGgRCigPTfkpQ3MBT6w { color:rgba(var(--color-tertiary-3),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.1875rem;left:45.34375rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TLzn31G1K51qIn3fSD0T0HCkhepWaJ79 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.433625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 1.875rem #231b1b;top:25.2998046875rem;left:11.1240234375rem;height:5.7747375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a2772;background-image:url("https://images.assets-landingi.com/uc/b18dd016-0675-4c45-be91-256fc572ab5e/Disenosintitulo13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL.adaptive-delivery-prevent-bg, #NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL.lazyload, #NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL.lazyloading { background-image: none; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row .container { background-color: transparent; background-image: none; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row .container > .video-iframe-container { display: none; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row > .video-iframe-container { display: none; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .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); }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row .container { border-width: 0; border-radius: 0; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#kRZRzPVBO1a4R3kzOiN2BZch9DMkadeK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:6.873779296875rem;left:42.061157226562rem;display:block; }
#yCBFe3DyrFFS618LKhvNa64c4g4TlwOO { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.1750030517575rem;left:41.52890586853rem;height:19.694rem;display:block; }
#Jgz9LlFuhLbn0nIWT0GBOfCoG3KO114B { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8734375rem;height:3.12421875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.632032632827rem;left:52.02968788147rem;display:block; }
#drqwN3SW7w6ZGcTui45Jlz6SAxqezJ4P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wGEV5ZM7hybFMwGBFoiknE13XM4F6M0u { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"istok web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:1.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:12.625rem;left:44.3125rem;display:block; }
#kTV1C2cqrQpH2ZVlTKRbgivQwFW11E7J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSO7xuELiuaE1IEEJnNJrNynTkO5C5FQ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"istok web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:1.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:12.625rem;left:44.3125rem;display:none; }
#TpmwcwdMdBunVWL5MCAbqlUSgoHiEEUI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UWmkAP5NaE0159nJUFEuIl93Spl1nX2n { color:#ec6736;display:block;width:31.812125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.0601806640625rem;left:42.061157226562rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yUb2LOodlHXsaWxGrg3gUzgTDReC5ka1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.25rem;width:75rem;display:none; }
#QIhUr4sFzrxONUgs7TZxNTks9MwVLals { position:relative;display:block; }#QIhUr4sFzrxONUgs7TZxNTks9MwVLals { background-color: transparent; background-image: none; }#QIhUr4sFzrxONUgs7TZxNTks9MwVLals::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIhUr4sFzrxONUgs7TZxNTks9MwVLals > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIhUr4sFzrxONUgs7TZxNTks9MwVLals > .row .container > .video-iframe-container { display: none; }#QIhUr4sFzrxONUgs7TZxNTks9MwVLals > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIhUr4sFzrxONUgs7TZxNTks9MwVLals > .row > .video-iframe-container { display: none; }#QIhUr4sFzrxONUgs7TZxNTks9MwVLals > .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); }#QIhUr4sFzrxONUgs7TZxNTks9MwVLals { border-width: 0; border-radius: 0; }#QIhUr4sFzrxONUgs7TZxNTks9MwVLals > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QIhUr4sFzrxONUgs7TZxNTks9MwVLals > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pUpQK8Gud7fHRcNpxVqufgZRqZcuxp2T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:36.1245rem;width:52.2495rem;top:1.811279296875rem;left:10.468505859375rem;display:block; }
#eFl6ESpaAMTw2vWQyWt6ZZyp5DX8oIr4 { position:relative;display:none; }#eFl6ESpaAMTw2vWQyWt6ZZyp5DX8oIr4 { border-width: 0; border-radius: 0; }#eFl6ESpaAMTw2vWQyWt6ZZyp5DX8oIr4 > .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; }#eFl6ESpaAMTw2vWQyWt6ZZyp5DX8oIr4 > .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:30.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lOrtTTSB61MQ7CEB7ccDaOsMdJRMQ2Az { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:34.6875rem;top:2.25rem;left:2.1875rem;overflow:hidden;display:block; }
#cMVzs2k9JSe6fIxGseb21hRw1WdfLw1f { 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:25.8125rem;width:34.6875rem;top:2.3125rem;left:38.1875rem;overflow:hidden;display:block; }
#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e6bc295d-c1c7-4b85-a2ac-37d5659484e5/_GSC_land_coras_banner_02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.adaptive-delivery-prevent-bg, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.lazyload, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.lazyloading { background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { background-color: transparent; background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { border-width: 0; border-radius: 0; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e6bc295d-c1c7-4b85-a2ac-37d5659484e5/_GSC_land_coras_banner_02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa.adaptive-delivery-prevent-bg, #M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa.lazyload, #M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa.lazyloading { background-image: none; }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa > .row .container { border-width: 0; border-radius: 0; }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:none; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e4636c4e-16e3-40a3-809a-0426959351d6/IMG_1200.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b.adaptive-delivery-prevent-bg, #CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b.lazyload, #CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b.lazyloading { background-image: none; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row .container { background-color: transparent; background-image: none; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row .container > .video-iframe-container { display: none; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row > .video-iframe-container { display: none; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .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); }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row .container { border-width: 0; border-radius: 0; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#RHZGqXJU8HNkqWpPTGDfeHVBibR6FeMd { color:#3a2772;display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1083984375rem;left:0rem;height:7.3111875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WZloRmDkKCvLLHW0ssfcrqxHs5X7Sz3L { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"istok web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:1.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:12.625rem;left:44.3125rem;display:none; }
#KGa2gSNxHUPCxERchTwqSDNN04yz8tBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDMQPufdvHn8gdLKqZ9OXnT2xe7rWDXs { color:#6e227d;display:block;width:23.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:23.4375rem;left:37.25rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#EWkIeHeqQy8kfalsZd6DpbXTAx0dhFNM { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.87475rem;height:3.1245125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.590087890625rem;left:50.25rem;display:none; }
#nbviqpTeLLSSUg0Ue983iSl4FVTMc1zp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zg8vd79UOJkqsqTFWu99HQ4g6IKoNIkd { position:absolute;display:block;z-index:14999;background-color:#3a2772;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:22.56225rem;top:28.25rem;left:37.25rem;display:none; }
#MTSGPRVV2mqEtMLTzkruGk3SWyTB1qbi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.25rem;width:75rem;display:none; }
#PHq1E1xTRs4HUSz2k5cqLSVvLQmTna3d { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:"istok web";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.4375rem;left:13.0625rem;display:none; }
#aQTJhF69J9Qd0mm62pODayFiEpsIOFR0 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#cvOswOP5A163g4zl4lKQfSclslbMoocd { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:11.15625rem;left:2.03125rem;height:7.877625rem;display:block; }
#BT1kgK9G7aK78k2x9hgegIVCzfHwrOzZ { position:absolute;display:block;z-index:15010;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:4.3125rem;width:18.75rem;top:20.4375rem;left:9.375rem;overflow:hidden;display:block; }
#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f9acb68-5e22-4055-9290-1bc3206fcde5/3Terraza.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.adaptive-delivery-prevent-bg, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyload, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyloading { background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { background-color: transparent; background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,39,114,0.73); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,39,114,0.73); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .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); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { border-width: 0; border-radius: 0; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56225625rem;width:4.56225625rem;top:12.21826171875rem;left:38.6875rem;overflow:hidden;display:block; }
#ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:12.25rem;left:15.4375rem;overflow:hidden;display:block; }
#PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0620125rem;width:4.0620125rem;top:17.687255859375rem;left:38.9375rem;overflow:hidden;display:block; }
#yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { 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:4.25rem;width:4.25rem;top:8rem;left:15.4375rem;overflow:hidden;display:block; }
#fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { color:rgba(var(--color-tertiary-1),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.37451171875rem;left:43.75rem;height:1.2999125rem;display:block; }
#TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.375rem;left:20rem;height:1.2999125rem;display:block; }
#HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.418212890625rem;left:43.24951171875rem;height:2.599825rem;display:block; }
#UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.4375rem;left:19.6875rem;height:1.2999125rem;display:block; }
#IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { color:#fafafa;display:block;width:35.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:32.312255859375rem;left:19.6875rem;height:5.52300625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { color:#afb587;display:block;width:34.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.0611577033997rem;left:20.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RyD9OlBleKIaPKTg78z8QwfUSmkNa6hl { z-index:15003;top:38.5625rem;left:31.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BNEx5HsCz2MdXO46uN5Bq0q0s7AWb8qo { color:rgba(var(--color-tertiary-0),1);display:block;width:13.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.75rem;left:43.375rem;height:1.2999125rem;display:block; }
#z7BV5qEcoIZTEiPF1MtzfW4EnxtRfVmp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.6875rem;left:19.9375rem;height:2.599825rem;display:block; }
#BhnJaI7lksDVzkev32LC6heE2bzvNf3Z { color:rgba(var(--color-tertiary-1),1);display:block;width:13.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.011962890625rem;left:43.25rem;height:2.599825rem;display:block; }
#LQMTVXdFOF81VHJgQ9T0VKOinT5oQucO { color:rgba(var(--color-tertiary-1),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.5625rem;left:20.4375rem;height:2.599825rem;display:block; }
#tFmThf8x7AW9FQgHlE87kHovphOvsbUh { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:8.125rem;left:39.5rem;overflow:hidden;display:block; }
#Fu1QcSflHbPTl1bV0OztBWe48wRrqDw9 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:17.125rem;left:15.4375rem;overflow:hidden;display:block; }
#FGOPy7JsNFS1GTJfzrtoGIALqiGDxvhx { position:absolute;display:block;z-index:15022;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.4995125rem;width:3.4995125rem;top:22.562255859375rem;left:39.25rem;overflow:hidden;display:block; }
#tO1czBmiUUAPBxsFQTlPfSWUsGElDlZG { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:21.749267578125rem;left:15.5rem;overflow:hidden;display:block; }
#WF7P4T1Gioan4WCw6p53JwxPzNXCX11L { 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:none; }#WF7P4T1Gioan4WCw6p53JwxPzNXCX11L > .row .container { border-width: 0; border-radius: 0; }#WF7P4T1Gioan4WCw6p53JwxPzNXCX11L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WF7P4T1Gioan4WCw6p53JwxPzNXCX11L > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:none; }#DQgIc0U4O9lypoUuDQtBqzEcqCMxsBfr { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11rem;left:6.8125rem;height:19.49650625rem;display:block; }
#ngOc3KbOlIAlORqmlyfkTTX8tmClGg5R { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:19.4375rem;height:9.74825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Oc544ECcvcTyJrxbZrqXKSEVkTyts5OQ { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:14.9375rem;left:6.8125rem;display:block; }
#nPu5PTZ9uzk2QmkX1dT9i7Dtl8itAdUK { position:absolute;display:block;z-index:15005;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:17.3125rem;left:6.8125rem;display:block; }
#VdM6QK3U6oqk46e3r5ZGDhXaTnkFAt0T { position:absolute;display:block;z-index:15006;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:19.6875rem;left:6.8125rem;display:block; }
#T3eyE1qMxniLfDEgTkHwqMvRTQll4SEH { position:absolute;display:block;z-index:15007;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:22.0625rem;left:6.8125rem;display:block; }
#a7M7dS903FK1hNkBFbIuMlMAkXXBpJ3V { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:24.4375rem;left:6.8125rem;display:block; }
#cR97ACVa4F1y4AVX9b691kpprB08nVlk { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:12.4375rem;left:6.8125rem;display:block; }
#V1e2P5rQx8BmXfBgwFu2A2TtQG5ZHhKm { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:17.3125rem;left:6.8125rem;display:none; }
#uw9odAtaCWicEUrRXRZEewT6DQgeQ12F { position:absolute;display:block;z-index:15010;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:10.1875rem;left:6.8125rem;display:block; }
#FNHbftrMcne5qCnGKgdxx197XXrixLeD { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4375rem;left:6.8125rem;height:2.4370625rem;display:block; }
#ZfwDlTUQC7fb3Oaqx9qemE2nalnloM9I { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4375rem;left:19.4375rem;height:2.4370625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BB61h6zbT8Ida3ah68Si1VM7BDrvcHiL { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:17.3125rem;left:6.8125rem;display:none; }
#ArxV4XFixh7dlLxQkBMb2JGLcqrrRDwC { position:absolute;display:block;z-index:15010;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:27.125rem;left:6.8125rem;display:block; }
#tBxIfHLSAKZDyKqX502MIpVNSf6lqXeT { position:absolute;display:block;z-index:15011;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:31.125rem;left:6.8125rem;display:block; }
#srQkRs54yHbBDR14AcNUb5NB3MruLlBe { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.75rem;width:22.625rem;top:0.718017546875rem;left:45.3125rem;overflow:hidden;display:block; }
#pa6MfkJD6UKVIIS6607cJEBp0LKx2hv8 { color:#6e227d;display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.345947265625rem;left:6.8125rem;height:3.7380625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q8ZorUH91kJ7PlkTtclyZin8csBuPHAA { z-index:15003;top:33.1240234375rem;left:19.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6e227d;border-left:0.125rem solid #6e227d;border-right:0.125rem solid #6e227d;border-bottom:0.125rem solid #6e227d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6e227d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uTw25sUA8bBuu4uh445PlMAyGrv6k9Io { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gSaxTXXoBgtEBZqlxSOrfgAWQKh2vMvN { z-index:15020;top:33.0625rem;left:7.15625rem;background-color:#e8e8e8;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CotRmlewuXM52Vzy0NkR2HHMtvJ5sfk9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh { 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; }#B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh > .row .container { background-color: transparent; background-image: none; }#B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh > .row .container > .video-iframe-container { display: none; }#B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh > .row > .video-iframe-container { display: none; }#B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh > .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); }#B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh > .row .container { border-width: 0; border-radius: 0; }#B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#blbeXbBwoIuz0WZagSDUTM7LMKqS7HPQ { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5625rem;left:44.6875rem;height:18.27796875rem;display:block; }
#NlbKs8VAEqTlQqMTfCnUQfAko6qJf3pa { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5625rem;left:56.9375rem;height:9.74825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lhAFMzceTkfW9otAZoUOQCIBiieweUkV { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:15.5rem;left:44.3125rem;display:block; }
#VLLSR5n9I3Fw0CzwsXicl4sgsTUSR10J { position:absolute;display:block;z-index:15005;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:17.875rem;left:44.3125rem;display:block; }
#DZVrWhZywwtGpk2oKCgfTJO597vSoK9N { position:absolute;display:block;z-index:15006;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:20.25rem;left:44.3125rem;display:block; }
#XvJOQOMy7tPJTZRfKd5PyKy1PO7la4d3 { position:absolute;display:block;z-index:15007;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:22.625rem;left:44.3125rem;display:block; }
#TanTxDA5sveIx7PV2usmwPB0mhaVTdN2 { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:25rem;left:44.3125rem;display:block; }
#ZHuo9rTsngB6C0ZMH7Ux0REPpEaZzkDT { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:13rem;left:44.3125rem;display:block; }
#Vq35BQzAA9sgr2o1nI935kTUkBtIzI3e { z-index:15002;top:33.6875rem;left:51.0625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6e227d;border-left:0.125rem solid #6e227d;border-right:0.125rem solid #6e227d;border-bottom:0.125rem solid #6e227d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6e227d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75072625rem;height:2.68847625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PT3SDO1mGiu6wBGDVvK0xRSX7QinSPxu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sHuZitzh0lFABSL1dVgZT4FTe6lrom7r { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:17.3125rem;left:6.8125rem;display:none; }
#pbhpXuSnbFcyR0KKRqGTDz2JnPvRFAUp { position:absolute;display:block;z-index:15010;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:10.75rem;left:44.3125rem;display:block; }
#S2av8wpulPpS6AL48ETqJCsQczOGyQuz { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9rem;left:44.6875rem;height:2.4370625rem;display:block; }
#WERC8McJElNcgbLksN8i4KM7VHn1ZXfN { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9rem;left:56.9375rem;height:2.4370625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tlFhRA0PINiPN6cNwLruwGVvv23gUtGS { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:17.3125rem;left:6.8125rem;display:none; }
#ICs7p93UovraBHEbdS1zSccu15NWsqUW { position:absolute;display:block;z-index:15010;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:27.6875rem;left:44.3125rem;display:block; }
#HGt1RmwlfqkCTJ1DZvPTN9ZMB6QoDehU { position:absolute;display:block;z-index:15011;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:31.6875rem;left:44.3125rem;display:block; }
#sUSSeEcPCD7MgbOdHCtZ5bunxmFcMCTy { color:#6e227d;display:block;width:21.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.999267578125rem;left:44.625rem;height:3.7380625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HHxalNAwtrH9KIam44DPZr2TyKhZQ5T4 { position:absolute;display:block;z-index:15022;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:36.375rem;width:23.875rem;top:1.529296875rem;left:6.8125rem;overflow:hidden;display:block; }
#mtlfO7fbQuVMJINgQmuZ9kFmHBFile4m { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:"istok web";font-size:2.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:74.75rem;left:11.875rem;display:none; }
#wRv6oFPkfCEcbqUHKhcShtvVyng1NaN4 { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:17.3125rem;left:6.8125rem;display:none; }
#l7bpAUOaSRgBBULphTm39iSG0XC1TQRs { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:17.3125rem;left:6.8125rem;display:none; }
#aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7 { 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; }#aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7 > .row .container { background-color: transparent; background-image: none; }#aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7 > .row .container > .video-iframe-container { display: none; }#aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7 > .row > .video-iframe-container { display: none; }#aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7 > .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); }#aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7 > .row .container { border-width: 0; border-radius: 0; }#aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7 > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#UIQ9EJRybzT3g26WA40RGdd4rO2oMFRt { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.75rem;left:6.8125rem;height:18.27796875rem;display:block; }
#wsoxIyaz2Qc1rLgkACdRgQEBkeLIKXPK { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:19.4375rem;height:9.74825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DxQ4r5TaNWMt6TfQPOqiwm57Smv1POWv { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:16.6875rem;left:6.8125rem;display:block; }
#uVcbJugqb5cxfbF1aDkmKlerToci3KXB { position:absolute;display:block;z-index:15005;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:19.0625rem;left:6.8125rem;display:block; }
#oOliI6zg6yQBF1SSySgQaPDXeAUCwzTh { position:absolute;display:block;z-index:15006;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:21.4375rem;left:6.8125rem;display:block; }
#XUSHG283USl3RECT52c4earNNJKWgSt3 { position:absolute;display:block;z-index:15007;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:23.8125rem;left:6.8125rem;display:block; }
#lMzUu9vzATpy8LHSmBu6Zl0Pkp6SlzTp { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:26.1875rem;left:6.8125rem;display:block; }
#oTvS61Sy7KgfpO32fyamnhe221oGsmwZ { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:14.1875rem;left:6.8125rem;display:block; }
#CyRir5tVeM8fotseCX45a3WSluap6L1D { z-index:15002;top:34.875rem;left:12.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6e227d;border-left:0.125rem solid #6e227d;border-right:0.125rem solid #6e227d;border-bottom:0.125rem solid #6e227d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6e227d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75072625rem;height:2.68847625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bWMcxv260pteFbwEmXCEtAa1cqDDFKtM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i5sNkaafV2frABubQOHaRuTmO1y5slnP { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:17.3125rem;left:6.8125rem;display:none; }
#P3gg89sJNnwJ0J43yqs8Oguo9ZoT7lrX { position:absolute;display:block;z-index:15010;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:11.9375rem;left:6.8125rem;display:block; }
#AFeln0cHcl8sdtNEb7dK9z1d3U8KMwA0 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:6.8125rem;height:2.4375rem;display:none; }
#hiCKrZfAUS1kVkBAGTuGdRX7hyCBODS9 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:19.4375rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#oHOgxaWByVykvnioT5MH99HPNvOw3Ogv { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:17.3125rem;left:6.8125rem;display:none; }
#bZhdb46ew7C3BxDJf0D5mz8tki3846ky { position:absolute;display:block;z-index:15010;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:28.875rem;left:6.8125rem;display:block; }
#xFoGRRLllTw2z41Zx7ZEgL4W48qfFNPp { position:absolute;display:block;z-index:15011;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:32.875rem;left:6.8125rem;display:block; }
#v8Wv72be4WIMLFfkitPtknEdgBDTrTtn { color:#6e227d;display:block;width:21.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:1.374755859375rem;left:6.8125rem;height:7.476125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T1i5a1Zxu3SXfpV4nNBlbLK5Z0y4DGGr { position:absolute;display:block;z-index:15022;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:36.06225rem;width:23.875rem;top:1.56298828125rem;left:44.3125rem;overflow:hidden;display:block; }
#f4Xs69knQprSA023lQwy2pHDD8ViZGhw { 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:none; }#f4Xs69knQprSA023lQwy2pHDD8ViZGhw > .row .container { border-width: 0; border-radius: 0; }#f4Xs69knQprSA023lQwy2pHDD8ViZGhw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4Xs69knQprSA023lQwy2pHDD8ViZGhw > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;position:relative;display:none; }#NGxacNvvw5XfMiQEN3vGpmcfNumRvqBZ { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5625rem;left:44.6875rem;height:24.36075rem;display:block; }
#e9VGdLzH0gBzC4G1O5r1wDmQyhBZ6e0q { color:rgba(var(--color-tertiary-2),1);display:block;width:13.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.56201171875rem;left:54.5rem;height:15.8344875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UyR4wc7QC87wFT714mL35KO9vSQAQpUH { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:15.5rem;left:44.3125rem;display:block; }
#KtyLIBqHTUXzpFvzCE9EhnuhEPJAAJyW { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:21.999755859375rem;left:44.3125rem;display:block; }
#hGxPvhOyPtBdcDZQRAPONZkD9b5Ttlwd { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:13rem;left:44.3125rem;display:block; }
#ySCaqzVIz4263TX3GItLG6gTMw8N8d9R { z-index:15002;top:48.873779296875rem;left:50.375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6e227d;border-left:0.125rem solid #6e227d;border-right:0.125rem solid #6e227d;border-bottom:0.125rem solid #6e227d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6e227d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.50172625rem;height:2.43945125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lvZQxmAz8HyxV812d6i18dt1u8xyGwbT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D1gqTaC3KdTT2gO60El4ieOU0ADXf36E { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:17.3125rem;left:6.8125rem;display:none; }
#h7E9LQ3QEAtNTtzzkZmW8s4eAesANFk8 { position:absolute;display:block;z-index:15010;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:10.75rem;left:44.3125rem;display:block; }
#iw1mS4VpsXsqKI15iRJcEdET7SqWMhyF { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9rem;left:44.6875rem;height:2.436075rem;display:block; }
#Q9N8xAMzstccCaifaXPVXFxUbZWFKEki { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9rem;left:56.9375rem;height:2.436075rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kGdTuqRyJFNS2OC65Q2RB0sSyblHngiN { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.875rem;top:17.3125rem;left:6.8125rem;display:none; }
#MlMOU5zwtnetThiUZMwPiy2kziyDSRhI { position:absolute;display:block;z-index:15010;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:26.8740234375rem;left:44.3125rem;display:block; }
#M8h8JRoRkkTfz6txydHpyAGFOCEKxslN { color:#6e227d;display:block;width:21.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.999267578125rem;left:44.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pXQUMTS8iMRT7GUlUgPmvAc8pkcili47 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:39.0625rem;left:44.6875rem;height:7.308225rem;display:block; }
#E3ulmXtuzVQvwg9h7ZrwHoMlotyoPMcG { position:absolute;display:block;z-index:15010;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:24.374267578125rem;left:44.3125rem;display:block; }
#BCDrDhTwifZ0P3Pg6S6VvXPbUyVk3X7G { position:absolute;display:block;z-index:15011;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:29.43603515625rem;left:44.3125rem;display:block; }
#lNLLHcz3N4TUaScMoo0wTvW7xn0N3szA { position:absolute;display:block;z-index:15012;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:31.748291015625rem;left:44.3125rem;display:block; }
#FIHQhrPHZRTroqfOBSyW3c6DyfAoOT1r { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:34.248046875rem;left:44.3125rem;display:block; }
#geT3yXly4eoTTsV1OZR12SZOhwueXXTs { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:36.560302734375rem;left:44.3125rem;display:block; }
#mIMJJNt2CXIE9O2iaTtzLqFgT6DkbE7L { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:42.6875rem;left:44.3125rem;display:block; }
#Nh56MJCKMXtWL4Ffaz4VSg65IsWsA1uC { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:45.875rem;left:44.3125rem;display:block; }
#s0FfpWTUEmGIfGLR9E3GBn9qC14bd2qv { position:absolute;display:block;z-index:15023;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:27.687rem;width:17.8125rem;top:28.874267578125rem;left:9.8125rem;overflow:hidden;display:block; }
#Gf7kBiROQNeTvqhn49ebR9f3iC5ANon1 { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:21.999755859375rem;left:44.3125rem;display:none; }
#efZqbo2Vwg03Lnnpe1QoJblT8oA72o7I { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:21.999755859375rem;left:44.3125rem;display:none; }
#Rs6wlVJ9RNbWATi65hAwlWK8buLNxkNU { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:21.999755859375rem;left:44.3125rem;display:none; }
#o09n5JgZc2oaNzm29qtOyXgqmMzhwIfy { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:21.999755859375rem;left:44.3125rem;display:none; }
#VTWPTqVSFX14sKnEfcM6ZD6QdZtQmQaA { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:21.999755859375rem;left:44.3125rem;display:none; }
#w1pGXG3RULWg7phCg9ckFyfOr54nSpCd { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:21.999755859375rem;left:44.3125rem;display:none; }
#uHmuCuNqMqM6TSdNh6UfeohuUUGMiKTG { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:21.999755859375rem;left:44.3125rem;display:none; }
#xl2MI3ZiVdyTHyEmZfp2I82KTxwT1bPX { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:23.875rem;top:21.999755859375rem;left:44.3125rem;display:none; }
#H8645LPLZ36MU0a96mEhtQFVGO91pEJo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.9375rem;width:23.875rem;display:none; }
#pn6hZTN3Da7rytxp17Qd2mRgKs6Rh88P { position:absolute;display:block;z-index:15024;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:27.375rem;width:17.8125rem;top:1.686767578125rem;left:9.8125rem;overflow:hidden;display:block; }
#ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV { 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; }#ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV > .row .container { background-color: transparent; background-image: none; }#ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV > .row .container > .video-iframe-container { display: none; }#ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV > .row > .video-iframe-container { display: none; }#ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV > .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); }#ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV > .row .container { border-width: 0; border-radius: 0; }#ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:block; }#vNP4uENauy5Si47O8eNlnC40I3S3AHA4 { color:rgba(var(--color-tertiary-3),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7rem;left:26.3125rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gS1N5uBSuvA0vyhiplvd8FblFwWxQpdi { position:absolute;display:block;z-index:15022;height:27.375rem;width:52.625rem;top:10.499267578125rem;left:18.936767578125rem;display:block; }
#lyFG58BTH7aZKDx0KlCENGyvq53fBDiM { background-color:#2da766;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.1245125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:41.810302734375rem;left:32.15625rem;display:block; }
#Vbm46wcW6P9T544gGudCkybNCEkTEfwL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qIzLeEfOlbQxwdNBpluE8vA2e7Kwo5mE { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"istok web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:1.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:42.625rem;left:13.625rem;display:none; }
#ELRCHGZZBtu1zKTSKTOlGpgvBJoxTd7m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gJPTtiymNpHvx843HugIsghnXygotFwg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"istok web";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:48.749267578125rem;left:0rem;height:2.11155rem;display:block; }
#PncIEGokFmrx4JJ0Thf0woNQasUrqThV { color:#6e227d;display:block;width:13.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:11.841796875rem;left:1.9365234375rem;height:;font-style:normal;display:block; }#PncIEGokFmrx4JJ0Thf0woNQasUrqThV li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#PncIEGokFmrx4JJ0Thf0woNQasUrqThV li:before{  }
#uSQJQHC54odimmPIpeQJpylu50dUP6B9 { color:#6e227d;display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.7195281982422rem;left:17.5rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kOMUk5aqhHvLI6lXlIHeJ8B2oWBF1qMu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kOMUk5aqhHvLI6lXlIHeJ8B2oWBF1qMu > .row .container { border-width: 0; border-radius: 0; }#kOMUk5aqhHvLI6lXlIHeJ8B2oWBF1qMu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOMUk5aqhHvLI6lXlIHeJ8B2oWBF1qMu > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:none; }#JhBNSxBlU9vKwOMCeq9MD2BQGF61Uc1f { color:#6e227d;display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.72021484375rem;left:17.5rem;height:3.41235625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e9JGsK6WwWRlX5q0s0z3SurIZs8EgGVW { color:rgba(var(--color-tertiary-3),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7rem;left:26.3125rem;height:2.59863125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VNwvpUA5HErH1KIWgTh75Ef0orEreAzA { background-color:#2da766;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.6865234375rem;left:31.375rem;display:none; }
#lbcqqauTIQXRM3uT5SXdlbnn3soCh4aQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tX2uwiTSyUOhwbbiWPkNwNqo5LzLIlMT { position:absolute;display:block;z-index:15022;height:18.75rem;width:43.75rem;top:11.967231750488rem;left:15.625rem;display:none; }
#spHWpdfMbP2T6egCHHt4i1So98FDL6ml { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a2772;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; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { background-color: transparent; background-image: none; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container > .video-iframe-container { display: none; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row > .video-iframe-container { display: none; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .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); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { border-width: 0; border-radius: 0; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { color:rgba(var(--color-tertiary-0),1);display:block;width:31.936875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:2.7376098632812rem;left:29.5rem;height:3.41145rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ucWZEaDVHEZKss1zIxlmDJg2f8XLHtT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:"istok web";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:14.3125rem;left:13.625rem;display:none; }
#RSoDs9lQHr6lJh0AkrKFlDTGJ6VwAXfV { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:13.8125rem;top:2.1875rem;left:5.6875rem;overflow:hidden;display:block; }
#nbcBoRUSilnUw76JqvbV0eFsDKrvXFir { position:relative;z-index:auto;display:none; }#nbcBoRUSilnUw76JqvbV0eFsDKrvXFir { border-width: 0; border-radius: 0; }#nbcBoRUSilnUw76JqvbV0eFsDKrvXFir > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nbcBoRUSilnUw76JqvbV0eFsDKrvXFir > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#cSeWiIG51Eyb7UJ5GCTz5euoZILZZEFb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:0rem;left:62rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz { display:block; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:1.1875rem;left:0rem;width:10.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXA7EpywCnETrMcUNIamVUARaW520W0D { top:1.875rem;left:38.5rem;width:2.25rem;height:2.3098684726228rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z03r7986UK2kldG49E6df9F7hWib7hDM { top:2.0625rem;left:33.9365234375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9mQamf0qVgIHQJSi8Jz3GPpzoC5OVeO { top:2.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S { display:block; }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { top:10.1875rem;left:0rem;width:31.375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { top:7.0625rem;left:26.625rem;width:21.125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:14.9375rem;height:auto;top:16.875rem;left:30.3125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:14.9375rem;height:auto;top:16.875rem;left:30.3125rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fTNoG8R2JoIex2nDWoqSVpA3fIuzBRyH {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #U8n0NSXyVNvyArREAmBHrSdGgI7DZVyT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #dtXlHGIewMm2rOiL44aynW31Us4zvTeu {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #cIz37Iua70Qx6MDpbQ8XpEDNHRL2vaIH { display:block; }
 }@media only screen and (max-width: 763px) { #NnnyJLJtAMghGAtfc1GPOOTKkZWzPPl3 { display:block; }
 }@media only screen and (max-width: 763px) { #cxr7a3zo9AeBrvqyhDNTEFmFr7ChevWK { display:block; }
 }@media only screen and (max-width: 763px) { #KgVzmdUT6GiwCOca8DEHdNt4HCieFKgg { display:block; }
 }@media only screen and (max-width: 763px) { #PFKW43hd5cTT9gegXc282vdzBOlOnsFy { display:block; }
 }@media only screen and (max-width: 763px) { #khLun9bOddZwBVcpH0zbwAXQdfMLlnBs { display:block; }
 }@media only screen and (max-width: 763px) { #oIFheU6BZrTDq4h6XBoHKWuMXCsOWO7V { display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #rb7RcEfnKXyynSGgRCigPTfkpQ3MBT6w { top:10.1875rem;left:29.9375rem;width:17.8125rem;height:6.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLzn31G1K51qIn3fSD0T0HCkhepWaJ79 { top:25.25rem;left:0rem;width:27.375rem;height:5.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL { display:block; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRZRzPVBO1a4R3kzOiN2BZch9DMkadeK { top:6.8125rem;left:23.875rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCBFe3DyrFFS618LKhvNa64c4g4TlwOO { top:9.125rem;left:14.3125rem;width:33.4375rem;height:19.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgz9LlFuhLbn0nIWT0GBOfCoG3KO114B { width:11.8125rem;height:3.0625rem;top:30.625rem;left:31.59218788147rem;display:block; }
 }@media only screen and (max-width: 763px) { #drqwN3SW7w6ZGcTui45Jlz6SAxqezJ4P { display:block; }
 }@media only screen and (max-width: 763px) { #wGEV5ZM7hybFMwGBFoiknE13XM4F6M0u { width:17.125rem;height:1.25rem;top:12.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTV1C2cqrQpH2ZVlTKRbgivQwFW11E7J { display:block; }
 }@media only screen and (max-width: 763px) { #MSO7xuELiuaE1IEEJnNJrNynTkO5C5FQ { width:17.125rem;height:1.25rem;top:12.625rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpmwcwdMdBunVWL5MCAbqlUSgoHiEEUI { display:block; }
 }@media only screen and (max-width: 763px) { #UWmkAP5NaE0159nJUFEuIl93Spl1nX2n { top:1rem;left:16rem;width:31.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUb2LOodlHXsaWxGrg3gUzgTDReC5ka1 { width:47.75rem;height:35.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIhUr4sFzrxONUgs7TZxNTks9MwVLals { display:block; }#QIhUr4sFzrxONUgs7TZxNTks9MwVLals > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUpQK8Gud7fHRcNpxVqufgZRqZcuxp2T { top:1.75rem;left:0rem;width:47.75rem;height:33.013614962823rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFl6ESpaAMTw2vWQyWt6ZZyp5DX8oIr4 { display:block; }#eFl6ESpaAMTw2vWQyWt6ZZyp5DX8oIr4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOrtTTSB61MQ7CEB7ccDaOsMdJRMQ2Az { top:2.25rem;left:0rem;width:34.6875rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMVzs2k9JSe6fIxGseb21hRw1WdfLw1f { top:2.3125rem;left:13.0625rem;width:34.6875rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa { display:block; }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b { display:block; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHZGqXJU8HNkqWpPTGDfeHVBibR6FeMd { top:3.0625rem;left:0rem;width:37.625rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZloRmDkKCvLLHW0ssfcrqxHs5X7Sz3L { width:17.125rem;height:1.25rem;top:12.625rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGa2gSNxHUPCxERchTwqSDNN04yz8tBb { display:block; }
 }@media only screen and (max-width: 763px) { #ZDMQPufdvHn8gdLKqZ9OXnT2xe7rWDXs { top:23.4375rem;left:0.0625rem;width:23.8125rem;height:2.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWkIeHeqQy8kfalsZd6DpbXTAx0dhFNM { width:11.8125rem;height:3.0625rem;top:25.5625rem;left:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbviqpTeLLSSUg0Ue983iSl4FVTMc1zp { display:block; }
 }@media only screen and (max-width: 763px) { #Zg8vd79UOJkqsqTFWu99HQ4g6IKoNIkd { top:28.25rem;left:1.375rem;width:22.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTSGPRVV2mqEtMLTzkruGk3SWyTB1qbi { width:47.75rem;height:35.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHq1E1xTRs4HUSz2k5cqLSVvLQmTna3d { top:2.4375rem;left:6.25rem;width:12.4375rem;height:1.25rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQTJhF69J9Qd0mm62pODayFiEpsIOFR0 { top:0rem;left:0rem;width:37.5625rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvOswOP5A163g4zl4lKQfSclslbMoocd { top:11.125rem;left:0rem;width:33.4375rem;height:7.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT1kgK9G7aK78k2x9hgegIVCzfHwrOzZ { top:20.4375rem;left:2.5625rem;width:18.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { top:12.1875rem;left:25.0625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { top:12.1875rem;left:1.8125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { top:17.625rem;left:25.3125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { top:7.9375rem;left:1.8125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { top:14.3125rem;left:30.125001907349rem;width:10.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { top:14.3125rem;left:6.375rem;width:10.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { top:18.375rem;left:28.25rem;width:19.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { top:9.375rem;left:6.0625rem;width:9.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { top:32.25rem;left:6.0625rem;width:35.4375rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { top:3rem;left:6.75rem;width:34.25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyD9OlBleKIaPKTg78z8QwfUSmkNa6hl { top:38.5rem;left:18.25rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { display:block; }
 }@media only screen and (max-width: 763px) { #BNEx5HsCz2MdXO46uN5Bq0q0s7AWb8qo { top:9.75rem;left:29.75rem;width:13.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7BV5qEcoIZTEiPF1MtzfW4EnxtRfVmp { top:17.625rem;left:6.3125rem;width:10.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhnJaI7lksDVzkev32LC6heE2bzvNf3Z { top:23rem;left:29.625001907349rem;width:13rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQMTVXdFOF81VHJgQ9T0VKOinT5oQucO { top:22.5rem;left:6.8125rem;width:16.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFmThf8x7AW9FQgHlE87kHovphOvsbUh { top:8.0625rem;left:25.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu1QcSflHbPTl1bV0OztBWe48wRrqDw9 { top:17.0625rem;left:1.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGOPy7JsNFS1GTJfzrtoGIALqiGDxvhx { top:22.5rem;left:25.625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO1czBmiUUAPBxsFQTlPfSWUsGElDlZG { top:21.6875rem;left:1.875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF7P4T1Gioan4WCw6p53JwxPzNXCX11L { display:block; }#WF7P4T1Gioan4WCw6p53JwxPzNXCX11L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQgIc0U4O9lypoUuDQtBqzEcqCMxsBfr { top:10.9375rem;left:0rem;width:22.3125rem;height:19.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngOc3KbOlIAlORqmlyfkTTX8tmClGg5R { top:10.9375rem;left:12.625rem;width:11.25rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc544ECcvcTyJrxbZrqXKSEVkTyts5OQ { top:14.875rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #nPu5PTZ9uzk2QmkX1dT9i7Dtl8itAdUK { top:17.25rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VdM6QK3U6oqk46e3r5ZGDhXaTnkFAt0T { top:19.6875rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #T3eyE1qMxniLfDEgTkHwqMvRTQll4SEH { top:22rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #a7M7dS903FK1hNkBFbIuMlMAkXXBpJ3V { top:24.375rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #cR97ACVa4F1y4AVX9b691kpprB08nVlk { top:12.375rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #V1e2P5rQx8BmXfBgwFu2A2TtQG5ZHhKm { top:17.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uw9odAtaCWicEUrRXRZEewT6DQgeQ12F { top:10.125rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #FNHbftrMcne5qCnGKgdxx197XXrixLeD { top:8.4375rem;left:0rem;width:22.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfwDlTUQC7fb3Oaqx9qemE2nalnloM9I { top:8.4375rem;left:12.625rem;width:11.25rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB61h6zbT8Ida3ah68Si1VM7BDrvcHiL { top:17.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArxV4XFixh7dlLxQkBMb2JGLcqrrRDwC { top:27.0625rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #tBxIfHLSAKZDyKqX502MIpVNSf6lqXeT { top:31.125rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #srQkRs54yHbBDR14AcNUb5NB3MruLlBe { top:0.6875rem;left:24.875rem;width:22.625rem;height:39.750878472452rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa6MfkJD6UKVIIS6607cJEBp0LKx2hv8 { top:2.3125rem;left:0rem;width:21.875rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8ZorUH91kJ7PlkTtclyZin8csBuPHAA { top:33.0625rem;left:12.125rem;width:11.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTw25sUA8bBuu4uh445PlMAyGrv6k9Io { display:block; }
 }@media only screen and (max-width: 763px) { #gSaxTXXoBgtEBZqlxSOrfgAWQKh2vMvN { top:33.0625rem;left:0.34375rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CotRmlewuXM52Vzy0NkR2HHMtvJ5sfk9 { display:block; }
 }@media only screen and (max-width: 763px) { #B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh { display:block; }#B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blbeXbBwoIuz0WZagSDUTM7LMKqS7HPQ { top:11.5rem;left:24.25rem;width:22.3125rem;height:18.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlbKs8VAEqTlQqMTfCnUQfAko6qJf3pa { top:11.5rem;left:36.5rem;width:11.25rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhAFMzceTkfW9otAZoUOQCIBiieweUkV { top:15.4375rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VLLSR5n9I3Fw0CzwsXicl4sgsTUSR10J { top:17.8125rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #DZVrWhZywwtGpk2oKCgfTJO597vSoK9N { top:20.25rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #XvJOQOMy7tPJTZRfKd5PyKy1PO7la4d3 { top:22.5625rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TanTxDA5sveIx7PV2usmwPB0mhaVTdN2 { top:24.9375rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZHuo9rTsngB6C0ZMH7Ux0REPpEaZzkDT { top:12.9375rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Vq35BQzAA9sgr2o1nI935kTUkBtIzI3e { top:33.625rem;left:30.625rem;width:11.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT3SDO1mGiu6wBGDVvK0xRSX7QinSPxu { display:block; }
 }@media only screen and (max-width: 763px) { #sHuZitzh0lFABSL1dVgZT4FTe6lrom7r { top:17.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbhpXuSnbFcyR0KKRqGTDz2JnPvRFAUp { top:10.6875rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #S2av8wpulPpS6AL48ETqJCsQczOGyQuz { top:9rem;left:24.25rem;width:22.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WERC8McJElNcgbLksN8i4KM7VHn1ZXfN { top:8.9375rem;left:36.499351501465rem;width:11.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlFhRA0PINiPN6cNwLruwGVvv23gUtGS { top:17.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICs7p93UovraBHEbdS1zSccu15NWsqUW { top:27.625rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HGt1RmwlfqkCTJ1DZvPTN9ZMB6QoDehU { top:31.6875rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #sUSSeEcPCD7MgbOdHCtZ5bunxmFcMCTy { top:2.9375rem;left:24.1875rem;width:21.8125rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHxalNAwtrH9KIam44DPZr2TyKhZQ5T4 { top:1.5rem;left:0rem;width:25.125rem;height:38.27945026178rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtlfO7fbQuVMJINgQmuZ9kFmHBFile4m { top:74.75rem;left:5.0625rem;width:12.4375rem;height:2.5625rem;font-size:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRv6oFPkfCEcbqUHKhcShtvVyng1NaN4 { top:17.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7bpAUOaSRgBBULphTm39iSG0XC1TQRs { top:17.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7 { display:block; }#aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIQ9EJRybzT3g26WA40RGdd4rO2oMFRt { top:12.75rem;left:0rem;width:22.3125rem;height:18.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsoxIyaz2Qc1rLgkACdRgQEBkeLIKXPK { top:12.75rem;left:12.625rem;width:11.25rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxQ4r5TaNWMt6TfQPOqiwm57Smv1POWv { top:16.6875rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #uVcbJugqb5cxfbF1aDkmKlerToci3KXB { top:19rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #oOliI6zg6yQBF1SSySgQaPDXeAUCwzTh { top:21.375rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #XUSHG283USl3RECT52c4earNNJKWgSt3 { top:23.8125rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #lMzUu9vzATpy8LHSmBu6Zl0Pkp6SlzTp { top:26.125rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #oTvS61Sy7KgfpO32fyamnhe221oGsmwZ { top:14.125rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #CyRir5tVeM8fotseCX45a3WSluap6L1D { top:34.875rem;left:6.0625rem;width:11.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWMcxv260pteFbwEmXCEtAa1cqDDFKtM { display:block; }
 }@media only screen and (max-width: 763px) { #i5sNkaafV2frABubQOHaRuTmO1y5slnP { top:17.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3gg89sJNnwJ0J43yqs8Oguo9ZoT7lrX { top:11.875rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #AFeln0cHcl8sdtNEb7dK9z1d3U8KMwA0 { top:10.125rem;left:0rem;width:22.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiCKrZfAUS1kVkBAGTuGdRX7hyCBODS9 { top:10.125rem;left:12.624643325806rem;width:11.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHOgxaWByVykvnioT5MH99HPNvOw3Ogv { top:17.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZhdb46ew7C3BxDJf0D5mz8tki3846ky { top:28.875rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xFoGRRLllTw2z41Zx7ZEgL4W48qfFNPp { top:32.8125rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #v8Wv72be4WIMLFfkitPtknEdgBDTrTtn { top:1.3125rem;left:0rem;width:21.8125rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1i5a1Zxu3SXfpV4nNBlbLK5Z0y4DGGr { top:1.5625rem;left:23.75rem;width:24rem;height:36.250303664921rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4Xs69knQprSA023lQwy2pHDD8ViZGhw { display:block; }#f4Xs69knQprSA023lQwy2pHDD8ViZGhw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGxacNvvw5XfMiQEN3vGpmcfNumRvqBZ { top:11.5rem;left:24.25rem;width:22.3125rem;height:24.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9VGdLzH0gBzC4G1O5r1wDmQyhBZ6e0q { top:11.5rem;left:34.0625rem;width:13.6875rem;height:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyR4wc7QC87wFT714mL35KO9vSQAQpUH { top:15.4375rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #KtyLIBqHTUXzpFvzCE9EhnuhEPJAAJyW { top:21.9375rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #hGxPvhOyPtBdcDZQRAPONZkD9b5Ttlwd { top:12.9375rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ySCaqzVIz4263TX3GItLG6gTMw8N8d9R { top:48.8125rem;left:29.9375rem;width:11.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvZQxmAz8HyxV812d6i18dt1u8xyGwbT { display:block; }
 }@media only screen and (max-width: 763px) { #D1gqTaC3KdTT2gO60El4ieOU0ADXf36E { top:17.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7E9LQ3QEAtNTtzzkZmW8s4eAesANFk8 { top:10.6875rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #iw1mS4VpsXsqKI15iRJcEdET7SqWMhyF { top:9rem;left:24.25rem;width:22.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9N8xAMzstccCaifaXPVXFxUbZWFKEki { top:8.9375rem;left:36.499355316162rem;width:11.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGdTuqRyJFNS2OC65Q2RB0sSyblHngiN { top:17.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlMOU5zwtnetThiUZMwPiy2kziyDSRhI { top:26.8125rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #M8h8JRoRkkTfz6txydHpyAGFOCEKxslN { top:2.9375rem;left:24.1875rem;width:21.8125rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXQUMTS8iMRT7GUlUgPmvAc8pkcili47 { top:39rem;left:24.25rem;width:22.3125rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3ulmXtuzVQvwg9h7ZrwHoMlotyoPMcG { top:24.3125rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #BCDrDhTwifZ0P3Pg6S6VvXPbUyVk3X7G { top:29.375rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #lNLLHcz3N4TUaScMoo0wTvW7xn0N3szA { top:31.6875rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #FIHQhrPHZRTroqfOBSyW3c6DyfAoOT1r { top:34.1875rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #geT3yXly4eoTTsV1OZR12SZOhwueXXTs { top:36.5rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #mIMJJNt2CXIE9O2iaTtzLqFgT6DkbE7L { top:42.625rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Nh56MJCKMXtWL4Ffaz4VSg65IsWsA1uC { top:45.8125rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #s0FfpWTUEmGIfGLR9E3GBn9qC14bd2qv { top:28.8125rem;left:3rem;width:17.8125rem;height:27.68625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf7kBiROQNeTvqhn49ebR9f3iC5ANon1 { top:21.9375rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #efZqbo2Vwg03Lnnpe1QoJblT8oA72o7I { top:21.9375rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Rs6wlVJ9RNbWATi65hAwlWK8buLNxkNU { top:21.9375rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #o09n5JgZc2oaNzm29qtOyXgqmMzhwIfy { top:21.9375rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #VTWPTqVSFX14sKnEfcM6ZD6QdZtQmQaA { top:21.9375rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #w1pGXG3RULWg7phCg9ckFyfOr54nSpCd { top:21.9375rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #uHmuCuNqMqM6TSdNh6UfeohuUUGMiKTG { top:21.9375rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #xl2MI3ZiVdyTHyEmZfp2I82KTxwT1bPX { top:21.9375rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #H8645LPLZ36MU0a96mEhtQFVGO91pEJo { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pn6hZTN3Da7rytxp17Qd2mRgKs6Rh88P { top:1.625rem;left:3rem;width:17.8125rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV { display:block; }#ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNP4uENauy5Si47O8eNlnC40I3S3AHA4 { top:6.9375rem;left:12.6875rem;width:22.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS1N5uBSuvA0vyhiplvd8FblFwWxQpdi { top:10.4375rem;left:0rem;width:47.75rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyFG58BTH7aZKDx0KlCENGyvq53fBDiM { width:12.1875rem;height:3.0625rem;top:41.75rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbm46wcW6P9T544gGudCkybNCEkTEfwL { display:block; }
 }@media only screen and (max-width: 763px) { #qIzLeEfOlbQxwdNBpluE8vA2e7Kwo5mE { width:17.125rem;height:1.25rem;top:43.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELRCHGZZBtu1zKTSKTOlGpgvBJoxTd7m { display:block; }
 }@media only screen and (max-width: 763px) { #gJPTtiymNpHvx843HugIsghnXygotFwg { top:48.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PncIEGokFmrx4JJ0Thf0woNQasUrqThV { top:11.8125rem;left:0rem;width:13.9375rem;height:;font-size:1.0625rem;display:block; }#PncIEGokFmrx4JJ0Thf0woNQasUrqThV li:before{  }
 }@media only screen and (max-width: 763px) { #uSQJQHC54odimmPIpeQJpylu50dUP6B9 { top:2.6875rem;left:3.875rem;width:42.875rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOMUk5aqhHvLI6lXlIHeJ8B2oWBF1qMu { display:block; }#kOMUk5aqhHvLI6lXlIHeJ8B2oWBF1qMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhBNSxBlU9vKwOMCeq9MD2BQGF61Uc1f { top:0.75rem;left:0rem;width:19.9375rem;height:7.75rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9JGsK6WwWRlX5q0s0z3SurIZs8EgGVW { top:6.9375rem;left:12.6875rem;width:22.3125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNwvpUA5HErH1KIWgTh75Ef0orEreAzA { width:12.1875rem;height:3.125rem;top:33.625rem;left:17.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbcqqauTIQXRM3uT5SXdlbnn3soCh4aQ { display:block; }
 }@media only screen and (max-width: 763px) { #tX2uwiTSyUOhwbbiWPkNwNqo5LzLIlMT { top:11.9375rem;left:2rem;width:43.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #spHWpdfMbP2T6egCHHt4i1So98FDL6ml { display:block; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { top:2.6875rem;left:15.875rem;width:31.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucWZEaDVHEZKss1zIxlmDJg2f8XLHtT8 { top:14.3125rem;left:0rem;width:19.0625rem;height:3.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSoDs9lQHr6lJh0AkrKFlDTGJ6VwAXfV { top:2.1875rem;left:0rem;width:13.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbcBoRUSilnUw76JqvbV0eFsDKrvXFir { display:block; }#nbcBoRUSilnUw76JqvbV0eFsDKrvXFir > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSeWiIG51Eyb7UJ5GCTz5euoZILZZEFb { top:0rem;left:42.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;display:block; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { background-color: transparent; background-image: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container > .video-iframe-container { display: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row > .video-iframe-container { display: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .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); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:10.75rem;height:3.75rem;top:0rem;left:4.593017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXA7EpywCnETrMcUNIamVUARaW520W0D { width:2.249025rem;height:2.30859375rem;top:4.23681640625rem;left:2.40576171875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z03r7986UK2kldG49E6df9F7hWib7hDM { width:2.0625rem;height:2.0625rem;top:7.68359375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9mQamf0qVgIHQJSi8Jz3GPpzoC5OVeO { width:12.5rem;height:1.29980625rem;top:4.7412109375rem;left:4.5927734375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;display:block; }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row .container { background-color: transparent; background-image: none; }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row .container > .video-iframe-container { display: none; }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row > .video-iframe-container { display: none; }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .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); }#ydr2ugJNLPka9gHQ7ZXPTTFoATyKTJ8S > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/20de0e6f-ae9f-4244-a93b-04b265c58915/_GSC_land_coras_banner_01_movil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { width:19.875rem;height:6rem;top:7.869140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { width:18.75rem;height:21.625rem;top:18.875rem;left:0.625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:14.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { background-color:#3a2772;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { background-color:#3a2772;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.3125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#2da766;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:14.3125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.125rem;overflow:hidden;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:#e21b72;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:1.59375rem;top:31.4375rem;z-index:15002; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.3125rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:#e21b72;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:1.625rem;top:24.9375rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fTNoG8R2JoIex2nDWoqSVpA3fIuzBRyH {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #U8n0NSXyVNvyArREAmBHrSdGgI7DZVyT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #dtXlHGIewMm2rOiL44aynW31Us4zvTeu {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #cIz37Iua70Qx6MDpbQ8XpEDNHRL2vaIH { display:block; }
 }@media only screen and (max-width: 763px) { #NnnyJLJtAMghGAtfc1GPOOTKkZWzPPl3 { display:block; }
 }@media only screen and (max-width: 763px) { #cxr7a3zo9AeBrvqyhDNTEFmFr7ChevWK { display:block; }
 }@media only screen and (max-width: 763px) { #KgVzmdUT6GiwCOca8DEHdNt4HCieFKgg { display:block; }
 }@media only screen and (max-width: 763px) { #PFKW43hd5cTT9gegXc282vdzBOlOnsFy { display:block; }
 }@media only screen and (max-width: 763px) { #khLun9bOddZwBVcpH0zbwAXQdfMLlnBs { display:block; }
 }@media only screen and (max-width: 763px) { #oIFheU6BZrTDq4h6XBoHKWuMXCsOWO7V { display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #rb7RcEfnKXyynSGgRCigPTfkpQ3MBT6w { width:15.4985625rem;height:4.7431625rem;top:20.25rem;left:2.25rem;font-size:1.4375rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TLzn31G1K51qIn3fSD0T0HCkhepWaJ79 { width:19.8125rem;height:1.3125rem;top:15.306640625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL { background-color:transparent;background-image:url("https://images.assets-landingi.com/zBzKZ4RR/landing_san_rafael_2021_04.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL.adaptive-delivery-prevent-bg, #NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL.lazyload, #NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL.lazyloading { background-image: none; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row .container { background-color: transparent; background-image: none; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #3a2772; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row .container > .video-iframe-container { display: none; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #3a2772; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row > .video-iframe-container { display: none; }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .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); }#NwCUR7XZQXpvWGgMk3CVvzzhNskfFRQL > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRZRzPVBO1a4R3kzOiN2BZch9DMkadeK { width:4.6875rem;height:0.24829125rem;top:8.6865234375rem;left:7.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCBFe3DyrFFS618LKhvNa64c4g4TlwOO { width:17.9985625rem;height:16.875rem;top:10.18505859375rem;left:0.999755859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jgz9LlFuhLbn0nIWT0GBOfCoG3KO114B { width:11.87425rem;height:2.8125rem;top:28.187500762753rem;left:4.0624998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drqwN3SW7w6ZGcTui45Jlz6SAxqezJ4P { display:block; }
 }@media only screen and (max-width: 763px) { #wGEV5ZM7hybFMwGBFoiknE13XM4F6M0u { width:11.5rem;height:1.25rem;top:27.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTV1C2cqrQpH2ZVlTKRbgivQwFW11E7J { display:block; }
 }@media only screen and (max-width: 763px) { #MSO7xuELiuaE1IEEJnNJrNynTkO5C5FQ { width:5.3125rem;height:1.25rem;top:9.498046875rem;left:13.5rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TpmwcwdMdBunVWL5MCAbqlUSgoHiEEUI { display:block; }
 }@media only screen and (max-width: 763px) { #UWmkAP5NaE0159nJUFEuIl93Spl1nX2n { width:20rem;height:5.625rem;top:1.9367198944092rem;left:-0.21875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yUb2LOodlHXsaWxGrg3gUzgTDReC5ka1 { top:32.3740234375rem;left:0rem;width:20rem;height:14.9375rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QIhUr4sFzrxONUgs7TZxNTks9MwVLals { display:block; }#QIhUr4sFzrxONUgs7TZxNTks9MwVLals > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUpQK8Gud7fHRcNpxVqufgZRqZcuxp2T { height:27.8125rem;width:15.1875rem;top:0.46875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFl6ESpaAMTw2vWQyWt6ZZyp5DX8oIr4 { display:none; }#eFl6ESpaAMTw2vWQyWt6ZZyp5DX8oIr4 > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lOrtTTSB61MQ7CEB7ccDaOsMdJRMQ2Az { width:20rem;height:14.954954954955rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMVzs2k9JSe6fIxGseb21hRw1WdfLw1f { width:20rem;height:14.882882882883rem;top:17.454125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { border-width: 0; border-radius: 0; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:20rem;height:13.125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7782210b-6661-42ec-816a-e272fde4f064/2Ingreso.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container.adaptive-delivery-prevent-bg, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container.lazyload, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/626d42a8-fabe-46bc-8e6f-8d96dd7c51bf/_GSC_land_coras_banner_02_movil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa.adaptive-delivery-prevent-bg, #M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa.lazyload, #M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa.lazyloading { background-image: none; }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa > .row .container { background-color: transparent; background-image: none; }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa > .row .container > .video-iframe-container { display: none; }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa > .row > .video-iframe-container { display: none; }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa > .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); }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa > .row .container { border-width: 0; border-radius: 0; }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M7n0VoVFZuemSTUfHHMZTfnK1TzlD6Pa > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b { background-color:transparent;background-image:url("https://images.assets-landingi.com/zBzKZ4RR/landing_san_rafael_2021_04.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b.adaptive-delivery-prevent-bg, #CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b.lazyload, #CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b.lazyloading { background-image: none; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row .container { background-color: transparent; background-image: none; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row .container > .video-iframe-container { display: none; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row > .video-iframe-container { display: none; }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .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); }#CO7CFvtZq1iPOULCaNT5H1fMNrEPNg1b > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHZGqXJU8HNkqWpPTGDfeHVBibR6FeMd { width:17.9980625rem;height:3.57421875rem;top:1.71875rem;left:1.00048828125rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#2f2929;display:block; }
 }@media only screen and (max-width: 763px) { #WZloRmDkKCvLLHW0ssfcrqxHs5X7Sz3L { width:5.3125rem;height:1.25rem;top:9.498046875rem;left:13.5rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #KGa2gSNxHUPCxERchTwqSDNN04yz8tBb { display:block; }
 }@media only screen and (max-width: 763px) { #ZDMQPufdvHn8gdLKqZ9OXnT2xe7rWDXs { width:18.0603125rem;height:0;top:0.733642578125rem;left:0.96923828125rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#6e227d;display:none; }
 }@media only screen and (max-width: 763px) { #EWkIeHeqQy8kfalsZd6DpbXTAx0dhFNM { width:11.8730625rem;height:2.8125rem;top:22.9990234375rem;left:4.06298828125rem;font-size:1.0625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #nbviqpTeLLSSUg0Ue983iSl4FVTMc1zp { display:block; }
 }@media only screen and (max-width: 763px) { #Zg8vd79UOJkqsqTFWu99HQ4g6IKoNIkd { width:20rem;height:3.75rem;top:9.9981689453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTSGPRVV2mqEtMLTzkruGk3SWyTB1qbi { top:3.6865234375rem;left:0rem;width:20rem;height:15rem;z-index:15011;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #PHq1E1xTRs4HUSz2k5cqLSVvLQmTna3d { top:0.811767578125rem;left:0rem;width:18.0615rem;height:0;z-index:15010;font-family:"open sans";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.4375rem;color:#6e227d;display:none; }
 }@media only screen and (max-width: 763px) { #aQTJhF69J9Qd0mm62pODayFiEpsIOFR0 { width:20rem;height:10.4375rem;top:32.2958984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvOswOP5A163g4zl4lKQfSclslbMoocd { width:20rem;height:7.03125rem;top:6.607421875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BT1kgK9G7aK78k2x9hgegIVCzfHwrOzZ { width:15.125rem;height:3.3125rem;top:15.7177734375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f9acb68-5e22-4055-9290-1bc3206fcde5/3Terraza.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.adaptive-delivery-prevent-bg, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyload, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyloading { background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { background-color: transparent; background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,39,114,0.79); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,39,114,0.79); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .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); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { border-width: 0; border-radius: 0; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { width:4.6875rem;height:4.6875rem;top:5.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { width:4.6875rem;height:4.6875rem;top:9.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { width:4.6875rem;height:4.6875rem;top:39.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { width:4.6875rem;height:4.6875rem;top:19.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { width:10.6875rem;height:1.13606875rem;top:7.5625rem;left:5.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { width:6.5625rem;height:1.13606875rem;top:12.0625rem;left:5.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { width:12.4995rem;height:3.4082rem;top:40.375rem;left:5.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { width:7.6875rem;height:1.13606875rem;top:21.5625rem;left:6.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { width:19.3734375rem;height:1.3808625rem;top:46.374219417572rem;left:0.31328129768372rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { width:19.9995rem;height:1.75021875rem;top:2.139404296875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RyD9OlBleKIaPKTg78z8QwfUSmkNa6hl { top:50.0625rem;left:3.9375rem;width:12.06347625rem;height:2.68847625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { display:block; }
 }@media only screen and (max-width: 763px) { #BNEx5HsCz2MdXO46uN5Bq0q0s7AWb8qo { width:12.1245rem;height:1.13606875rem;top:16.625rem;left:5.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7BV5qEcoIZTEiPF1MtzfW4EnxtRfVmp { width:10.875rem;height:2.2721375rem;top:26.0625rem;left:6.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BhnJaI7lksDVzkev32LC6heE2bzvNf3Z { width:10.875rem;height:2.2721375rem;top:31.4375rem;left:5.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQMTVXdFOF81VHJgQ9T0VKOinT5oQucO { width:11.937rem;height:3.4082rem;top:35.75rem;left:5.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFmThf8x7AW9FQgHlE87kHovphOvsbUh { width:3.1875rem;height:3.1875rem;top:15.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu1QcSflHbPTl1bV0OztBWe48wRrqDw9 { width:3.9375rem;height:3.9375rem;top:25.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGOPy7JsNFS1GTJfzrtoGIALqiGDxvhx { width:3.43725625rem;height:3.43725625rem;top:30.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO1czBmiUUAPBxsFQTlPfSWUsGElDlZG { width:4.3125rem;height:4.3125rem;top:34.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF7P4T1Gioan4WCw6p53JwxPzNXCX11L { display:none; }#WF7P4T1Gioan4WCw6p53JwxPzNXCX11L > .row .container { width:20rem;height:76.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DQgIc0U4O9lypoUuDQtBqzEcqCMxsBfr { width:13.499375rem;height:19.31316875rem;top:7.1875rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngOc3KbOlIAlORqmlyfkTTX8tmClGg5R { width:9.2480625rem;height:10.22461875rem;top:7.1875rem;left:9.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oc544ECcvcTyJrxbZrqXKSEVkTyts5OQ { width:18.125rem;height:0.0618489375rem;top:11.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPu5PTZ9uzk2QmkX1dT9i7Dtl8itAdUK { width:18.125rem;height:0.0625rem;top:15.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdM6QK3U6oqk46e3r5ZGDhXaTnkFAt0T { width:18.125rem;height:0.0618489375rem;top:17.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3eyE1qMxniLfDEgTkHwqMvRTQll4SEH { width:18.125rem;height:0.0618489375rem;top:19.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7M7dS903FK1hNkBFbIuMlMAkXXBpJ3V { width:18.125rem;height:0.0618489375rem;top:13.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR97ACVa4F1y4AVX9b691kpprB08nVlk { width:18.125rem;height:0.124783125rem;top:24.5rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1e2P5rQx8BmXfBgwFu2A2TtQG5ZHhKm { width:18.125rem;height:0.060763875rem;top:9.0625rem;left:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uw9odAtaCWicEUrRXRZEewT6DQgeQ12F { width:20rem;height:0;top:10.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNHbftrMcne5qCnGKgdxx197XXrixLeD { width:13.4375rem;height:2.2721375rem;top:5rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfwDlTUQC7fb3Oaqx9qemE2nalnloM9I { width:11.25rem;height:2.2721375rem;top:5rem;left:7.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BB61h6zbT8Ida3ah68Si1VM7BDrvcHiL { width:18.125rem;height:0.060546875rem;top:6.25rem;left:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ArxV4XFixh7dlLxQkBMb2JGLcqrrRDwC { width:20rem;height:0;top:62.16235625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBxIfHLSAKZDyKqX502MIpVNSf6lqXeT { width:20rem;height:0;top:63.41235625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQkRs54yHbBDR14AcNUb5NB3MruLlBe { width:19.99875rem;height:35.1386875rem;top:32.411865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa6MfkJD6UKVIIS6607cJEBp0LKx2hv8 { width:19.9980625rem;height:2.59874375rem;top:1.5615234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8ZorUH91kJ7PlkTtclyZin8csBuPHAA { top:72.8623203125rem;left:4.125rem;width:11.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTw25sUA8bBuu4uh445PlMAyGrv6k9Io { display:block; }
 }@media only screen and (max-width: 763px) { #gSaxTXXoBgtEBZqlxSOrfgAWQKh2vMvN { top:68.7998203125rem;left:4.0625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CotRmlewuXM52Vzy0NkR2HHMtvJ5sfk9 { display:block; }
 }@media only screen and (max-width: 763px) { #B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh { display:block; }#B9aTVToLHwXh0cHQAnTPIi6vZ1lMNWZh > .row .container { width:20rem;height:93.546010017395rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blbeXbBwoIuz0WZagSDUTM7LMKqS7HPQ { width:13.499375rem;height:19.31316875rem;top:7.6875rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NlbKs8VAEqTlQqMTfCnUQfAko6qJf3pa { width:9.2480625rem;height:9.08855rem;top:7.6875rem;left:9.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhAFMzceTkfW9otAZoUOQCIBiieweUkV { width:18.125rem;height:0.0618489375rem;top:11.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLLSR5n9I3Fw0CzwsXicl4sgsTUSR10J { width:18.125rem;height:0.0625rem;top:16.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZVrWhZywwtGpk2oKCgfTJO597vSoK9N { width:18.125rem;height:0.0618489375rem;top:18.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvJOQOMy7tPJTZRfKd5PyKy1PO7la4d3 { width:18.125rem;height:0.0618489375rem;top:20.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TanTxDA5sveIx7PV2usmwPB0mhaVTdN2 { width:18.125rem;height:0.0618489375rem;top:13.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHuo9rTsngB6C0ZMH7Ux0REPpEaZzkDT { width:18.125rem;height:0.124783125rem;top:24.5rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vq35BQzAA9sgr2o1nI935kTUkBtIzI3e { top:58.155029296875rem;left:3.967529296875rem;width:12.06347625rem;height:2.68847625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT3SDO1mGiu6wBGDVvK0xRSX7QinSPxu { display:block; }
 }@media only screen and (max-width: 763px) { #sHuZitzh0lFABSL1dVgZT4FTe6lrom7r { width:18.125rem;height:0.060763875rem;top:9.5625rem;left:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #pbhpXuSnbFcyR0KKRqGTDz2JnPvRFAUp { width:20rem;height:0;top:10.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2av8wpulPpS6AL48ETqJCsQczOGyQuz { width:13.4375rem;height:2.2721375rem;top:5.5rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WERC8McJElNcgbLksN8i4KM7VHn1ZXfN { width:11.25rem;height:2.2721375rem;top:5.5rem;left:7.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlFhRA0PINiPN6cNwLruwGVvv23gUtGS { width:18.125rem;height:0.060546875rem;top:6.75rem;left:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ICs7p93UovraBHEbdS1zSccu15NWsqUW { width:20rem;height:0;top:92.29685625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGt1RmwlfqkCTJ1DZvPTN9ZMB6QoDehU { width:20rem;height:0;top:93.54685625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUSSeEcPCD7MgbOdHCtZ5bunxmFcMCTy { width:19.99875rem;height:2.5996125rem;top:1.63330078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHxalNAwtrH9KIam44DPZr2TyKhZQ5T4 { width:19.9995rem;height:28.8845rem;top:28.144775390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtlfO7fbQuVMJINgQmuZ9kFmHBFile4m { top:68.15478515625rem;left:2.4052734375rem;width:15.1875rem;height:14.95225rem;z-index:15023;text-align:center;text-align-last:center;font-family:"open sans";font-weight:700;font-style:normal;font-size:2.875rem;color:#3a2772;display:block; }
 }@media only screen and (max-width: 763px) { #wRv6oFPkfCEcbqUHKhcShtvVyng1NaN4 { width:18.1245rem;height:0.060058625rem;top:84.478271484375rem;left:0.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #l7bpAUOaSRgBBULphTm39iSG0XC1TQRs { width:18.12375rem;height:0.060058625rem;top:67.406982421875rem;left:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7 { display:block; }#aRremwZTUh9UAplrJ8z5T1yZ8sTUcaq7 > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIQ9EJRybzT3g26WA40RGdd4rO2oMFRt { width:13.499375rem;height:19.31316875rem;top:7.9375rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsoxIyaz2Qc1rLgkACdRgQEBkeLIKXPK { width:9.2480625rem;height:9.08855rem;top:7.9375rem;left:9.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxQ4r5TaNWMt6TfQPOqiwm57Smv1POWv { width:18.125rem;height:0.0618489375rem;top:11.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVcbJugqb5cxfbF1aDkmKlerToci3KXB { width:18.125rem;height:0.0625rem;top:16.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOliI6zg6yQBF1SSySgQaPDXeAUCwzTh { width:18.125rem;height:0.0618489375rem;top:18.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUSHG283USl3RECT52c4earNNJKWgSt3 { width:18.125rem;height:0.0618489375rem;top:20.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMzUu9vzATpy8LHSmBu6Zl0Pkp6SlzTp { width:18.125rem;height:0.0618489375rem;top:14.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTvS61Sy7KgfpO32fyamnhe221oGsmwZ { width:18.125rem;height:0.124783125rem;top:24.5rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyRir5tVeM8fotseCX45a3WSluap6L1D { top:59.536376953125rem;left:3.967529296875rem;width:12.06347625rem;height:2.68847625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWMcxv260pteFbwEmXCEtAa1cqDDFKtM { display:block; }
 }@media only screen and (max-width: 763px) { #i5sNkaafV2frABubQOHaRuTmO1y5slnP { width:18.125rem;height:0.060763875rem;top:9.8125rem;left:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #P3gg89sJNnwJ0J43yqs8Oguo9ZoT7lrX { width:20rem;height:0;top:11.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFeln0cHcl8sdtNEb7dK9z1d3U8KMwA0 { width:13.4375rem;height:2.2734375rem;top:5.75rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hiCKrZfAUS1kVkBAGTuGdRX7hyCBODS9 { width:11.25rem;height:2.2734375rem;top:5.75rem;left:7.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oHOgxaWByVykvnioT5MH99HPNvOw3Ogv { width:18.125rem;height:0.060546875rem;top:7rem;left:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #bZhdb46ew7C3BxDJf0D5mz8tki3846ky { width:20rem;height:0;top:62.16235625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFoGRRLllTw2z41Zx7ZEgL4W48qfFNPp { width:20rem;height:0;top:63.41235625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Wv72be4WIMLFfkitPtknEdgBDTrTtn { width:19.99875rem;height:2.5996125rem;top:1.686767578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1i5a1Zxu3SXfpV4nNBlbLK5Z0y4DGGr { width:19.9995rem;height:29.974375rem;top:28.27294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4Xs69knQprSA023lQwy2pHDD8ViZGhw { display:none; }#f4Xs69knQprSA023lQwy2pHDD8ViZGhw > .row .container { width:20rem;height:110.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NGxacNvvw5XfMiQEN3vGpmcfNumRvqBZ { width:13.4985625rem;height:25.0195rem;top:9.183837890625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9VGdLzH0gBzC4G1O5r1wDmQyhBZ6e0q { width:13.0625rem;height:14.78425rem;top:9.183837890625rem;left:5.87451171875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UyR4wc7QC87wFT714mL35KO9vSQAQpUH { width:18.12375rem;height:0.0615234375rem;top:13.02099609375rem;left:0.936767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtyLIBqHTUXzpFvzCE9EhnuhEPJAAJyW { width:18.12375rem;height:0.0615234375rem;top:18.89501953125rem;left:0.936767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGxPvhOyPtBdcDZQRAPONZkD9b5Ttlwd { width:18.125rem;height:0.124783125rem;top:12.9375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySCaqzVIz4263TX3GItLG6gTMw8N8d9R { top:106.81420898438rem;left:4.02978515625rem;width:11.93897625rem;height:2.56396375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvZQxmAz8HyxV812d6i18dt1u8xyGwbT { display:block; }
 }@media only screen and (max-width: 763px) { #D1gqTaC3KdTT2gO60El4ieOU0ADXf36E { width:18.12375rem;height:0.060058625rem;top:10.99951171875rem;left:0.936767578125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #h7E9LQ3QEAtNTtzzkZmW8s4eAesANFk8 { width:20rem;height:0;top:10.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iw1mS4VpsXsqKI15iRJcEdET7SqWMhyF { width:13.43625rem;height:2.2745rem;top:6.910400390625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9N8xAMzstccCaifaXPVXFxUbZWFKEki { width:11.25rem;height:2.2745rem;top:6.971923828125rem;left:7.872802734375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGdTuqRyJFNS2OC65Q2RB0sSyblHngiN { width:18.12375rem;height:0.060058625rem;top:8.624267578125rem;left:0.936767578125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #MlMOU5zwtnetThiUZMwPiy2kziyDSRhI { width:19.9995rem;height:0;top:47.582046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8h8JRoRkkTfz6txydHpyAGFOCEKxslN { width:19.9980625rem;height:2.5996125rem;top:1.310302734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pXQUMTS8iMRT7GUlUgPmvAc8pkcili47 { width:17.25rem;height:7.96075rem;top:36.4775390625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3ulmXtuzVQvwg9h7ZrwHoMlotyoPMcG { width:19.9995rem;height:0;top:46.332046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCDrDhTwifZ0P3Pg6S6VvXPbUyVk3X7G { width:19.9995rem;height:0;top:67.143109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNLLHcz3N4TUaScMoo0wTvW7xn0N3szA { width:19.9995rem;height:0;top:94.666296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIHQhrPHZRTroqfOBSyW3c6DyfAoOT1r { width:19.9995rem;height:0;top:95.916296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #geT3yXly4eoTTsV1OZR12SZOhwueXXTs { width:19.9995rem;height:0;top:97.166296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIMJJNt2CXIE9O2iaTtzLqFgT6DkbE7L { width:19.9995rem;height:0;top:98.416296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh56MJCKMXtWL4Ffaz4VSg65IsWsA1uC { width:19.9995rem;height:0;top:99.666296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0FfpWTUEmGIfGLR9E3GBn9qC14bd2qv { width:19.2495rem;height:30rem;top:76.23486328125rem;left:0.750732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf7kBiROQNeTvqhn49ebR9f3iC5ANon1 { width:18.1230625rem;height:0.0615234375rem;top:20.956787109375rem;left:0.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #efZqbo2Vwg03Lnnpe1QoJblT8oA72o7I { width:18.1230625rem;height:0.0615234375rem;top:23.331298828125rem;left:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Rs6wlVJ9RNbWATi65hAwlWK8buLNxkNU { width:18.1230625rem;height:0.0615234375rem;top:25.76806640625rem;left:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #o09n5JgZc2oaNzm29qtOyXgqmMzhwIfy { width:18.1230625rem;height:0.0615234375rem;top:29.205322265625rem;left:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #VTWPTqVSFX14sKnEfcM6ZD6QdZtQmQaA { width:18.1230625rem;height:0.0615234375rem;top:31.517578125rem;left:0.9375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #w1pGXG3RULWg7phCg9ckFyfOr54nSpCd { width:18.1230625rem;height:0.0615234375rem;top:34.20703125rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #uHmuCuNqMqM6TSdNh6UfeohuUUGMiKTG { width:18.1230625rem;height:0.0615234375rem;top:40.427490234375rem;left:0.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xl2MI3ZiVdyTHyEmZfp2I82KTxwT1bPX { width:18.1230625rem;height:0.0615234375rem;top:43.67724609375rem;left:0.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #H8645LPLZ36MU0a96mEhtQFVGO91pEJo { top:45.48486328125rem;left:0rem;width:20rem;height:30.75rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pn6hZTN3Da7rytxp17Qd2mRgKs6Rh88P { width:17.8125rem;height:27.5625rem;top:46.85986328125rem;left:1.248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV { display:none; }#ZuCwO7ECJFHoN3vcGigsBuB6zJv8paiV > .row .container { width:20rem;height:61.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vNP4uENauy5Si47O8eNlnC40I3S3AHA4 { width:15.0615rem;height:3.89795rem;top:8.600830078125rem;left:2.46826171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gS1N5uBSuvA0vyhiplvd8FblFwWxQpdi { width:20rem;height:18.75rem;top:13.72705078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyFG58BTH7aZKDx0KlCENGyvq53fBDiM { width:12.1875rem;height:3.125rem;top:47.66455078125rem;left:3.9052734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbm46wcW6P9T544gGudCkybNCEkTEfwL { display:block; }
 }@media only screen and (max-width: 763px) { #qIzLeEfOlbQxwdNBpluE8vA2e7Kwo5mE { width:11.5rem;height:1.25rem;top:59.602294921875rem;left:4.248046875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ELRCHGZZBtu1zKTSKTOlGpgvBJoxTd7m { display:block; }
 }@media only screen and (max-width: 763px) { #gJPTtiymNpHvx843HugIsghnXygotFwg { width:20rem;height:4.225rem;top:52.726318359375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PncIEGokFmrx4JJ0Thf0woNQasUrqThV { width:16.74975rem;height:15.39375rem;top:32.47705078125rem;left:1.62451171875rem;font-size:1.0625rem;display:block; }#PncIEGokFmrx4JJ0Thf0woNQasUrqThV li:before{  }
 }@media only screen and (max-width: 763px) { #uSQJQHC54odimmPIpeQJpylu50dUP6B9 { width:20rem;height:7.8rem;top:1.91455078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kOMUk5aqhHvLI6lXlIHeJ8B2oWBF1qMu { display:block; }#kOMUk5aqhHvLI6lXlIHeJ8B2oWBF1qMu > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhBNSxBlU9vKwOMCeq9MD2BQGF61Uc1f { width:19.9995rem;height:5.0371125rem;top:0.791015625rem;left:0rem;font-size:1.9375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9JGsK6WwWRlX5q0s0z3SurIZs8EgGVW { width:15.0608125rem;height:3.8997375rem;top:6.640869140625rem;left:2.468994140625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #VNwvpUA5HErH1KIWgTh75Ef0orEreAzA { width:12.1875rem;height:3.1245125rem;top:32.539306640625rem;left:3.9052734375rem;font-size:1.0625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #lbcqqauTIQXRM3uT5SXdlbnn3soCh4aQ { display:block; }
 }@media only screen and (max-width: 763px) { #tX2uwiTSyUOhwbbiWPkNwNqo5LzLIlMT { width:18.75rem;height:19.9995rem;top:10.5rem;left:0.6240234375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #spHWpdfMbP2T6egCHHt4i1So98FDL6ml { display:block; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { width:17.999125rem;height:4.19705rem;top:2.125rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ucWZEaDVHEZKss1zIxlmDJg2f8XLHtT8 { top:9.1250009536744rem;left:0.46875rem;width:19.0625rem;height:3.246525rem;z-index:15022;color:#f6ecec;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSoDs9lQHr6lJh0AkrKFlDTGJ6VwAXfV { width:13.8125rem;height:4.375rem;top:14.937500953674rem;left:3.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbcBoRUSilnUw76JqvbV0eFsDKrvXFir { position:relative;z-index:auto;display:none; }#nbcBoRUSilnUw76JqvbV0eFsDKrvXFir > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cSeWiIG51Eyb7UJ5GCTz5euoZILZZEFb { width:3.75rem;height:3.75rem;top:0rem;left:15.6875rem;display:block; }
 }