.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,160,67;--color-primary-1:255,103,32;--color-primary-2:224,60,49;--color-primary-3:237,171,15;--color-primary-4:178,135,16;--color-secondary-0:214,234,250;--color-secondary-1:133,193,239;--color-secondary-2:51,151,229;--color-secondary-3:0,125,223;--color-secondary-4:0,71,187;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"st ryde";--paragraphs-font-family:"st ryde"; }@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); }#lDt35wDI29aKSKpMWwB271n98L1Nb6LH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#lDt35wDI29aKSKpMWwB271n98L1Nb6LH > .row .container { background-color: transparent; background-image: none; }#lDt35wDI29aKSKpMWwB271n98L1Nb6LH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDt35wDI29aKSKpMWwB271n98L1Nb6LH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDt35wDI29aKSKpMWwB271n98L1Nb6LH > .row .container > .video-iframe-container { display: none; }#lDt35wDI29aKSKpMWwB271n98L1Nb6LH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDt35wDI29aKSKpMWwB271n98L1Nb6LH > .row > .video-iframe-container { display: none; }#lDt35wDI29aKSKpMWwB271n98L1Nb6LH > .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); }#lDt35wDI29aKSKpMWwB271n98L1Nb6LH > .row .container { border-width: 0; border-radius: 0; }#lDt35wDI29aKSKpMWwB271n98L1Nb6LH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDt35wDI29aKSKpMWwB271n98L1Nb6LH > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#QsvhHLgQO74yaHssml0rFfxFJCnzqqZI { 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:4.93706875rem;width:13.0620625rem;top:1.3812934160232rem;left:1.25rem;overflow:hidden;display:block; }
#TNa8DqixT0UGKVH6vF74pH1w0ZuT2seg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:15rem;height:3.89941875rem;display:block; }
#UA3LoNfKX4cTA3E8fhwUx8N6lSrCzfiw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:36.5625rem;overflow:hidden;display:block; }
#gCJcMMDA2a05RbTM3nrrnXviKNlm8tlT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:39.09375rem;overflow:hidden;display:block; }
#mFgudcf0S6HoVx1Meown8N1gBMNQs7Nz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:41.59375rem;overflow:hidden;display:block; }
#STUTIT4xxemgh91qF78tlHgtKx9UZNCN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:44.09375rem;overflow:hidden;display:block; }
#Ts2I6bwgBb2ISQ3efU6dqfo1J8qk5tWs { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:1.8125rem;width:1.875rem;top:4.0625rem;left:46.5625rem;overflow:hidden;display:block; }
#P9JmoRT9fd5zS07EcvsDWPfW5k0dBENa { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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;overflow:hidden;position:absolute;width:8.125rem;height:2.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.96875rem;left:50.6875rem;display:block; }
#MwI3Nhfgl7u9zO6xldnm8CkIr4t0a2up { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RbGR7XqTtsQ5nOtRNkMZyZxhNcpWffIb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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;overflow:hidden;position:absolute;width:13.375rem;height:2.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.96875rem;left:60.375rem;display:block; }
#Sp05XSOBA7gS2rT8CZVfHbEShaRunwzB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmnnMTv9qa0IPHC0ZtkTotWIAC2b0ERN { 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: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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.68725rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.190673828125rem;left:0rem;display:block; }
#ZRDPPffTcIeP0pLCePS9XUPZJ5qBUB2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cPLECu3kXOxHot7bxWNOZecUQq72tUEh { 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: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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:9.1904296875rem;left:10.685546875rem;display:block; }
#sbvxKa6uwQwV8MqNQMydCpRSOvO9mP26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ng4XoRA7ocrhZrTtSTK39eDWTELOAMQt { 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: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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:9.1904296875rem;left:20.685546875rem;display:block; }
#sSWCTl0nQ5f5lXMJfD36Q6JrJo0lH2ui { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JCVWTDGnfnu1AKTe3iQGKntXkUk2aTFR { 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: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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:9.1901044845581rem;left:30.684896469116rem;display:block; }
#mh4hOzRPqdrWk5CEWEGbhF3ggPw25VPQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w9we1tS8F4miFSktnH9LL419a5hMg1lv { 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: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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:9.1901044845581rem;left:55.083337783814rem;display:block; }
#mHK2B8A51DeNVLkDG3zRycRc9od4OAeO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QU758zHqM5AW9K5kusocOss74rs48XTM { 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: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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:9.1901044845581rem;left:65.00000190735rem;display:block; }
#tFNvXeB2nAKgyt0zwnv8r0DgdTsZZkFH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATdO8Ttm6xzMGTrAFBVHTeLvglDL7duk { 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: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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3111875rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:9.1901044845581rem;left:42.559900283814rem;display:block; }
#zlzMUmEv3NtTSSnn2aTPlltQlgM1SXau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E { 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; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container { background-color: transparent; background-image: none; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container > .video-iframe-container { display: none; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row > .video-iframe-container { display: none; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .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); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container { border-width: 0; border-radius: 0; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#mnsI6TKAoUBdikkX1PstJ0HSRxH7PIPl { color:#440099;display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:1.25rem;height:7.7988125rem;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; }
#lCS9hlSrot16QtgbwTUasozbpVzVTplC { color:#202020;display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.3125rem;left:1.25rem;height:2.92480625rem;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; }
#KT87h4r1HTmiPNhrDbZm1J7lrgSdbg6G { color:#202020;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.5rem;left:1.25rem;height:7.796875rem;display:block; }
#z9zhCCLAfmGUuTRX1RkifKqwrSsA5T5N { 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:32.8125rem;width:32.8125rem;top:5rem;left:37.875rem;overflow:hidden;display:block; }
#uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt { 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; }#uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt > .row .container { background-color: transparent; background-image: none; }#uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt > .row .container > .video-iframe-container { display: none; }#uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt > .row > .video-iframe-container { display: none; }#uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt > .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); }#uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt > .row .container { border-width: 0; border-radius: 0; }#uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#sbaB7b2y5JWKbA0HHO2BwM3qakuBxhGF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:7.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.9716796875rem;left:1.25rem;display:block; }
#MXxM61H6icRT8TTqRlwMPtmXMyQoi6F8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ddAQsZxxWyv5RDTzPXC8GIFBgIS8iXx1 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:17.2470703125rem;left:7rem;height:2.88671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q1fuTCVARaqLQ8iUN4Me6Bf5KZZTAfSI { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3rem;top:17.2529296875rem;left:2.71875rem;overflow:hidden;display:block; }
#yO0IddUgMKmPz8vyELT0lqEeUqeoDTvi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #984acd, #5f249f);background-image: -moz-linear-gradient(180deg, #984acd, #5f249f);background-image: -ms-linear-gradient(180deg, #984acd, #5f249f);background-image: -o-linear-gradient(180deg, #984acd, #5f249f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#984acd', endColorstr='#5f249f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#984acd', endColorstr='#5f249f' );";background-image: linear-gradient(180deg, #984acd, #5f249f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:7.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.9716796875rem;left:20rem;display:block; }
#tlxk9pkoNnxk8vM42cR8w4wx1iqIdBTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2Ipsl3Bkbvh0Ky8MduWXlRDT43V1N5e { color:rgba(var(--color-tertiary-0),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:17.2470703125rem;left:25.75rem;height:2.88671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OD7NT7mwEVJqpyuRrQkSKvsuNCOcK0zH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.0625rem;top:17.2529296875rem;left:21.34375rem;overflow:hidden;display:block; }
#Forrw2o92VGnDXBvD8TzZWAnKDDrl4Fb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c940c8, #981e97);background-image: -moz-linear-gradient(180deg, #c940c8, #981e97);background-image: -ms-linear-gradient(180deg, #c940c8, #981e97);background-image: -o-linear-gradient(180deg, #c940c8, #981e97);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c940c8', endColorstr='#981e97' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c940c8', endColorstr='#981e97' );";background-image: linear-gradient(180deg, #c940c8, #981e97);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:7.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:25.005859375rem;left:1.25rem;display:block; }
#hpd5TUxTOcixTN4UJln01GmDUgqmWDlO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SyJQLsoAK67d921dAGmduLkqJhsOlhzK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:27.3125rem;left:7rem;height:2.88671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JlaBL5vWuD4dStVDWFQ7bqhSQTKrkWPg { 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.0625rem;width:3rem;top:27.224609375rem;left:2.71875rem;overflow:hidden;display:block; }
#up7WEdWdt4IymKvQRsFnWfiR8WbafKON { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:7.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:14.9716796875rem;left:39.5rem;display:block; }
#y3cymWQuFgOuf5krzIcwfctRLFk7c1gu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X5XxWhzZsOX61hI8mFbLSE1LMHHibKZD { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:17.2783203125rem;left:45.25rem;height:2.886725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iNLEwHT62itVJJSVrbFRKx3bcVi0MPzm { color:rgba(var(--color-tertiary-0),1);display:block;width:48.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:5.125rem;left:13.0625rem;height:;text-align:center;text-align-last:center;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; }
#wvutlxCqbprrSrMHiAu7SkDsmV2TqiTC { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:27.380859375rem;left:21.5rem;overflow:hidden;display:block; }
#Hfw96BD2sTPtUDRZeLJUmvsKRxPNk10y { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:7.5rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:25.005859375rem;left:20rem;display:block; }
#WQ0cEx5HTSmUlwZKix8pMwuvOrs8R3iA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dK4kcnnafz7Lhyuhnb1ZGNoUOhGtTZ3B { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff5757, #ca5b81);background-image: -moz-linear-gradient(180deg, #ff5757, #ca5b81);background-image: -ms-linear-gradient(180deg, #ff5757, #ca5b81);background-image: -o-linear-gradient(180deg, #ff5757, #ca5b81);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5757', endColorstr='#ca5b81' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5757', endColorstr='#ca5b81' );";background-image: linear-gradient(180deg, #ff5757, #ca5b81);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:7.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:24.5rem;left:39.5rem;display:block; }
#iTIZieEionFBmHSTeRtAAMIHArC38Cdd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#acmadXkkGPX3M6trwmCnXG3TwaLTo1q4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f26f5f, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #f26f5f, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #f26f5f, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #f26f5f, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26f5f', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26f5f', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #f26f5f, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:7.5rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:15.0341796875rem;left:58.25rem;display:block; }
#sP5d3y6v7tObRCFteKGemPPoUlL9nmeA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qu3M9tqgMVoWT9Bbw2hWM8vk3gdn4kVz { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:17.2470703125rem;left:64.0625rem;height:2.88671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t6kDk9ksSyL6bFWE26trdos4kV1KNlcm { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:27.3125rem;left:44.625rem;height:2.886725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oouh7k9ZBraPaVAzHuBu2B3M2PPNLFew { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:27.443359375rem;left:41.15625rem;overflow:hidden;display:block; }
#aR4S0Xo7sPdrOmegzI262n19k0gLWK3t { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.25rem;top:17.1279296875rem;left:40.84375rem;overflow:hidden;display:block; }
#RxdTdTO2pGuS9C0ZgwWenl8MZKCsP0Qs { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-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:3rem;width:3.25rem;top:17.2216796875rem;left:59.46875rem;overflow:hidden;display:block; }
#dT33ApwUw5nrLtZIrbt4GOEEcmsm2XVL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #97c940, #99d72f);background-image: -moz-linear-gradient(180deg, #97c940, #99d72f);background-image: -ms-linear-gradient(180deg, #97c940, #99d72f);background-image: -o-linear-gradient(180deg, #97c940, #99d72f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c940', endColorstr='#99d72f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c940', endColorstr='#99d72f' );";background-image: linear-gradient(180deg, #97c940, #99d72f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:7.5rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:25rem;left:58.3125rem;display:block; }
#NETH0SozK41CdWodBxavDVNE8tTGItep { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTTeudmvV5dMk13rOrTtzpbkzz1FEOSH { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-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.25rem;width:2.625rem;top:27.125rem;left:59.875rem;overflow:hidden;display:block; }
#I68xblCqgIK9z4DRmsRXrZd05aEGXh3Q { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:27.3125rem;left:25.75rem;height:2.886725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f7JMWH1wahVASdouw606r0Af6pqxgPXc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:28.033203125rem;left:63.25rem;height:1.4433625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LgdQ3bPqP3CCJ8TLncBL23fwAxOS3bOW { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:27.3125rem;left:25.75rem;height:2.886725rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E { 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/RFXdxB1M/boletin_y_redes_sociales_3x.png");background-position:top 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; }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E.adaptive-delivery-prevent-bg, #dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E.lazyload, #dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E.lazyloading { background-image: none; }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row .container { background-color: transparent; background-image: none; }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row .container > .video-iframe-container { display: none; }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row > .video-iframe-container { display: none; }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .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); }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row .container { border-width: 0; border-radius: 0; }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#g7OnbsVv64oX9OecduMTVfBXJWwnzOiX { color:rgba(var(--color-tertiary-0),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.375rem;left:11.1875rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#twoMRpVGsn7i6M3vxEzSss63O6D1MZ3g { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.875rem;left:23.71875rem;height:2.92480625rem;font-style:normal;display:block; }
#nuPRo9ymvAzzTTozodmi0oWabBJ6isas { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5390625rem;left:16.34375rem;height:3.8994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IMkbOO0QpKLWXWbWudKfyluk965LTcpn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,251,251,0.8);background-image:url("https://images.assets-landingi.com/DydQtXUi/bgm_footer_circles.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn.adaptive-delivery-prevent-bg, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyload, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyloading { background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { background-color: transparent; background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .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); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { border-width: 0; border-radius: 0; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { color:#202020;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:4.0625rem;left:18.0625rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lDt35wDI29aKSKpMWwB271n98L1Nb6LH { display:block; }#lDt35wDI29aKSKpMWwB271n98L1Nb6LH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsvhHLgQO74yaHssml0rFfxFJCnzqqZI { top:1.375rem;left:0rem;width:13rem;height:4.913610982186rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNa8DqixT0UGKVH6vF74pH1w0ZuT2seg { top:3.75rem;left:1.375rem;width:20.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA3LoNfKX4cTA3E8fhwUx8N6lSrCzfiw { top:4.0625rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCJcMMDA2a05RbTM3nrrnXviKNlm8tlT { top:4.0625rem;left:25.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFgudcf0S6HoVx1Meown8N1gBMNQs7Nz { top:4.0625rem;left:27.96875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STUTIT4xxemgh91qF78tlHgtKx9UZNCN { top:4.0625rem;left:30.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts2I6bwgBb2ISQ3efU6dqfo1J8qk5tWs { top:4.0625rem;left:32.9375rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9JmoRT9fd5zS07EcvsDWPfW5k0dBENa { width:8.125rem;height:2.125rem;top:3.9375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwI3Nhfgl7u9zO6xldnm8CkIr4t0a2up { display:block; }
 }@media only screen and (max-width: 763px) { #RbGR7XqTtsQ5nOtRNkMZyZxhNcpWffIb { width:13.375rem;height:2.125rem;top:3.9375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp05XSOBA7gS2rT8CZVfHbEShaRunwzB { display:block; }
 }@media only screen and (max-width: 763px) { #HmnnMTv9qa0IPHC0ZtkTotWIAC2b0ERN { width:10.625rem;height:2.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRDPPffTcIeP0pLCePS9XUPZJ5qBUB2P { display:block; }
 }@media only screen and (max-width: 763px) { #cPLECu3kXOxHot7bxWNOZecUQq72tUEh { width:10rem;height:2.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbvxKa6uwQwV8MqNQMydCpRSOvO9mP26 { display:block; }
 }@media only screen and (max-width: 763px) { #Ng4XoRA7ocrhZrTtSTK39eDWTELOAMQt { width:10rem;height:2.5rem;top:9.1875rem;left:7.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSWCTl0nQ5f5lXMJfD36Q6JrJo0lH2ui { display:block; }
 }@media only screen and (max-width: 763px) { #JCVWTDGnfnu1AKTe3iQGKntXkUk2aTFR { width:11.875rem;height:2.5rem;top:9.1875rem;left:17.059896469116rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh4hOzRPqdrWk5CEWEGbhF3ggPw25VPQ { display:block; }
 }@media only screen and (max-width: 763px) { #w9we1tS8F4miFSktnH9LL419a5hMg1lv { width:10rem;height:2.5rem;top:9.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHK2B8A51DeNVLkDG3zRycRc9od4OAeO { display:block; }
 }@media only screen and (max-width: 763px) { #QU758zHqM5AW9K5kusocOss74rs48XTM { width:10rem;height:2.5rem;top:9.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFNvXeB2nAKgyt0zwnv8r0DgdTsZZkFH { display:block; }
 }@media only screen and (max-width: 763px) { #ATdO8Ttm6xzMGTrAFBVHTeLvglDL7duk { width:11.25rem;height:2.5rem;top:9.1875rem;left:28.934900283814rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlzMUmEv3NtTSSnn2aTPlltQlgM1SXau { display:block; }
 }@media only screen and (max-width: 763px) { #Jwkq6PoZsF1bHrPADeAattEgS0wUML7E { display:block; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnsI6TKAoUBdikkX1PstJ0HSRxH7PIPl { top:6.25rem;left:0rem;width:17.625rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCS9hlSrot16QtgbwTUasozbpVzVTplC { top:15.3125rem;left:0rem;width:23.3125rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT87h4r1HTmiPNhrDbZm1J7lrgSdbg6G { top:21.5rem;left:0rem;width:32.8125rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9zhCCLAfmGUuTRX1RkifKqwrSsA5T5N { top:5rem;left:14.9375rem;width:32.8125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt { display:block; }#uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbaB7b2y5JWKbA0HHO2BwM3qakuBxhGF { width:15.5rem;height:7.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXxM61H6icRT8TTqRlwMPtmXMyQoi6F8 { display:block; }
 }@media only screen and (max-width: 763px) { #ddAQsZxxWyv5RDTzPXC8GIFBgIS8iXx1 { top:17.1875rem;left:0rem;width:8.125rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1fuTCVARaqLQ8iUN4Me6Bf5KZZTAfSI { top:17.25rem;left:0rem;width:3rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO0IddUgMKmPz8vyELT0lqEeUqeoDTvi { width:15.5rem;height:7.5rem;top:14.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlxk9pkoNnxk8vM42cR8w4wx1iqIdBTz { display:block; }
 }@media only screen and (max-width: 763px) { #A2Ipsl3Bkbvh0Ky8MduWXlRDT43V1N5e { top:17.1875rem;left:12.125rem;width:6.3125rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD7NT7mwEVJqpyuRrQkSKvsuNCOcK0zH { top:17.25rem;left:7.71875rem;width:3.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Forrw2o92VGnDXBvD8TzZWAnKDDrl4Fb { width:15.5rem;height:7.5rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpd5TUxTOcixTN4UJln01GmDUgqmWDlO { display:block; }
 }@media only screen and (max-width: 763px) { #SyJQLsoAK67d921dAGmduLkqJhsOlhzK { top:27.3125rem;left:0rem;width:8.125rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlaBL5vWuD4dStVDWFQ7bqhSQTKrkWPg { top:27.1875rem;left:0rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #up7WEdWdt4IymKvQRsFnWfiR8WbafKON { width:15.5rem;height:7.5rem;top:14.9375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3cymWQuFgOuf5krzIcwfctRLFk7c1gu { display:block; }
 }@media only screen and (max-width: 763px) { #X5XxWhzZsOX61hI8mFbLSE1LMHHibKZD { top:17.25rem;left:31.625rem;width:6.875rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNLEwHT62itVJJSVrbFRKx3bcVi0MPzm { top:5.125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvutlxCqbprrSrMHiAu7SkDsmV2TqiTC { top:27.375rem;left:7.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfw96BD2sTPtUDRZeLJUmvsKRxPNk10y { width:15.5rem;height:7.5rem;top:25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ0cEx5HTSmUlwZKix8pMwuvOrs8R3iA { display:block; }
 }@media only screen and (max-width: 763px) { #dK4kcnnafz7Lhyuhnb1ZGNoUOhGtTZ3B { width:15.5rem;height:7.5rem;top:24.5rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTIZieEionFBmHSTeRtAAMIHArC38Cdd { display:block; }
 }@media only screen and (max-width: 763px) { #acmadXkkGPX3M6trwmCnXG3TwaLTo1q4 { width:15.5rem;height:7.5rem;top:15rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP5d3y6v7tObRCFteKGemPPoUlL9nmeA { display:block; }
 }@media only screen and (max-width: 763px) { #qu3M9tqgMVoWT9Bbw2hWM8vk3gdn4kVz { top:17.1875rem;left:39.625rem;width:8.125rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6kDk9ksSyL6bFWE26trdos4kV1KNlcm { top:27.3125rem;left:31rem;width:8.125rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oouh7k9ZBraPaVAzHuBu2B3M2PPNLFew { top:27.4375rem;left:27.53125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR4S0Xo7sPdrOmegzI262n19k0gLWK3t { top:17.125rem;left:27.21875rem;width:3.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxdTdTO2pGuS9C0ZgwWenl8MZKCsP0Qs { top:17.1875rem;left:44.5rem;width:3.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT33ApwUw5nrLtZIrbt4GOEEcmsm2XVL { width:15.5rem;height:7.5rem;top:25rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NETH0SozK41CdWodBxavDVNE8tTGItep { display:block; }
 }@media only screen and (max-width: 763px) { #KTTeudmvV5dMk13rOrTtzpbkzz1FEOSH { top:27.125rem;left:44.9375rem;width:2.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I68xblCqgIK9z4DRmsRXrZd05aEGXh3Q { top:27.3125rem;left:12.125rem;width:8.125rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7JMWH1wahVASdouw606r0Af6pqxgPXc { top:28rem;left:39.625rem;width:8.125rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgdQ3bPqP3CCJ8TLncBL23fwAxOS3bOW { top:69.875rem;left:0rem;width:8.125rem;height:1.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E { display:block; }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7OnbsVv64oX9OecduMTVfBXJWwnzOiX { top:10.375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twoMRpVGsn7i6M3vxEzSss63O6D1MZ3g { top:16.875rem;left:10.09375rem;width:27.5625rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuPRo9ymvAzzTTozodmi0oWabBJ6isas { top:6.5rem;left:2.71875rem;width:42.3125rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkbOO0QpKLWXWbWudKfyluk965LTcpn { display:block; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { top:4.0625rem;left:4.4375rem;width:38.875rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lDt35wDI29aKSKpMWwB271n98L1Nb6LH { position:relative;z-index:auto;display:block; }#lDt35wDI29aKSKpMWwB271n98L1Nb6LH > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsvhHLgQO74yaHssml0rFfxFJCnzqqZI { width:10.625rem;height:3.93676875rem;top:0.8740234375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNa8DqixT0UGKVH6vF74pH1w0ZuT2seg { width:20rem;height:3.14941875rem;top:11.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UA3LoNfKX4cTA3E8fhwUx8N6lSrCzfiw { width:1.875rem;height:1.875rem;top:17.8125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCJcMMDA2a05RbTM3nrrnXviKNlm8tlT { width:1.875rem;height:1.875rem;top:17.8125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFgudcf0S6HoVx1Meown8N1gBMNQs7Nz { width:1.875rem;height:1.875rem;top:17.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #STUTIT4xxemgh91qF78tlHgtKx9UZNCN { width:1.875rem;height:1.875rem;top:17.8125rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ts2I6bwgBb2ISQ3efU6dqfo1J8qk5tWs { width:1.875rem;height:1.8125rem;top:17.8125rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9JmoRT9fd5zS07EcvsDWPfW5k0dBENa { width:7.5rem;height:2.5rem;top:15.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwI3Nhfgl7u9zO6xldnm8CkIr4t0a2up { display:block; }
 }@media only screen and (max-width: 763px) { #RbGR7XqTtsQ5nOtRNkMZyZxhNcpWffIb { width:10rem;height:2.5rem;top:15.25rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp05XSOBA7gS2rT8CZVfHbEShaRunwzB { display:block; }
 }@media only screen and (max-width: 763px) { #HmnnMTv9qa0IPHC0ZtkTotWIAC2b0ERN { width:7.1875rem;height:1.5rem;top:5.82763671875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRDPPffTcIeP0pLCePS9XUPZJ5qBUB2P { display:block; }
 }@media only screen and (max-width: 763px) { #cPLECu3kXOxHot7bxWNOZecUQq72tUEh { width:6.5625rem;height:1.43676875rem;top:5.858154296875rem;left:7.15625rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbvxKa6uwQwV8MqNQMydCpRSOvO9mP26 { display:block; }
 }@media only screen and (max-width: 763px) { #Ng4XoRA7ocrhZrTtSTK39eDWTELOAMQt { width:5.625rem;height:1.25rem;top:5.9521484375rem;left:14.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSWCTl0nQ5f5lXMJfD36Q6JrJo0lH2ui { display:block; }
 }@media only screen and (max-width: 763px) { #JCVWTDGnfnu1AKTe3iQGKntXkUk2aTFR { width:7.8125rem;height:1.43676875rem;top:7.32666015625rem;left:2.265625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mh4hOzRPqdrWk5CEWEGbhF3ggPw25VPQ { display:block; }
 }@media only screen and (max-width: 763px) { #w9we1tS8F4miFSktnH9LL419a5hMg1lv { width:6.8103125rem;height:1.186525rem;top:7.451171875rem;left:11.59423828125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHK2B8A51DeNVLkDG3zRycRc9od4OAeO { display:block; }
 }@media only screen and (max-width: 763px) { #QU758zHqM5AW9K5kusocOss74rs48XTM { width:3.999025rem;height:1.186525rem;top:9.405517578125rem;left:11.390380859375rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFNvXeB2nAKgyt0zwnv8r0DgdTsZZkFH { display:block; }
 }@media only screen and (max-width: 763px) { #ATdO8Ttm6xzMGTrAFBVHTeLvglDL7duk { width:7.56225rem;height:2.5rem;top:8.75rem;left:2.51708984375rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlzMUmEv3NtTSSnn2aTPlltQlgM1SXau { display:block; }
 }@media only screen and (max-width: 763px) { #Jwkq6PoZsF1bHrPADeAattEgS0wUML7E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JrT2iQKY/fondo.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E.adaptive-delivery-prevent-bg, #Jwkq6PoZsF1bHrPADeAattEgS0wUML7E.lazyload, #Jwkq6PoZsF1bHrPADeAattEgS0wUML7E.lazyloading { background-image: none; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container { background-color: transparent; background-image: none; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container > .video-iframe-container { display: none; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row > .video-iframe-container { display: none; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .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); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnsI6TKAoUBdikkX1PstJ0HSRxH7PIPl { width:17.5rem;height:5.19921875rem;top:1.25rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lCS9hlSrot16QtgbwTUasozbpVzVTplC { width:20rem;height:2.2744125rem;top:7.69921875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KT87h4r1HTmiPNhrDbZm1J7lrgSdbg6G { width:17.5rem;height:8.7715rem;top:11.28515625rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z9zhCCLAfmGUuTRX1RkifKqwrSsA5T5N { width:20rem;height:20rem;top:36.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt { display:block; }#uK9COmCx1FmcTvGxrI2vsdgnnWVrZAzt > .row .container { width:20rem;height:97.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbaB7b2y5JWKbA0HHO2BwM3qakuBxhGF { width:15.5rem;height:7.5rem;top:7.69921875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXxM61H6icRT8TTqRlwMPtmXMyQoi6F8 { display:block; }
 }@media only screen and (max-width: 763px) { #ddAQsZxxWyv5RDTzPXC8GIFBgIS8iXx1 { width:8.125rem;height:2.88671875rem;top:10.005859375rem;left:8.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1fuTCVARaqLQ8iUN4Me6Bf5KZZTAfSI { width:3rem;height:2.9375rem;top:9.98046875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO0IddUgMKmPz8vyELT0lqEeUqeoDTvi { width:15.5rem;height:7.5rem;top:16.2734375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlxk9pkoNnxk8vM42cR8w4wx1iqIdBTz { display:block; }
 }@media only screen and (max-width: 763px) { #A2Ipsl3Bkbvh0Ky8MduWXlRDT43V1N5e { width:8.125rem;height:2.88671875rem;top:18.548828125rem;left:8.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD7NT7mwEVJqpyuRrQkSKvsuNCOcK0zH { width:3.0625rem;height:2.9375rem;top:18.5546875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Forrw2o92VGnDXBvD8TzZWAnKDDrl4Fb { width:15.5rem;height:7.5rem;top:41.93359375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpd5TUxTOcixTN4UJln01GmDUgqmWDlO { display:block; }
 }@media only screen and (max-width: 763px) { #SyJQLsoAK67d921dAGmduLkqJhsOlhzK { width:8.125rem;height:2.88671875rem;top:44.240234375rem;left:7.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlaBL5vWuD4dStVDWFQ7bqhSQTKrkWPg { width:3rem;height:3.0625rem;top:44.15234375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #up7WEdWdt4IymKvQRsFnWfiR8WbafKON { width:15.5rem;height:7.5rem;top:24.78515625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3cymWQuFgOuf5krzIcwfctRLFk7c1gu { display:block; }
 }@media only screen and (max-width: 763px) { #X5XxWhzZsOX61hI8mFbLSE1LMHHibKZD { width:8.125rem;height:2.886725rem;top:27.091796875rem;left:8.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNLEwHT62itVJJSVrbFRKx3bcVi0MPzm { width:17.5rem;height:5.19921875rem;top:1.25rem;left:1.25rem;font-size:2rem;color:#440099;display:block; }
 }@media only screen and (max-width: 763px) { #wvutlxCqbprrSrMHiAu7SkDsmV2TqiTC { width:2.75rem;height:2.75rem;top:52.8828125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfw96BD2sTPtUDRZeLJUmvsKRxPNk10y { width:15.5rem;height:7.5rem;top:50.5078125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ0cEx5HTSmUlwZKix8pMwuvOrs8R3iA { display:block; }
 }@media only screen and (max-width: 763px) { #dK4kcnnafz7Lhyuhnb1ZGNoUOhGtTZ3B { width:15.5rem;height:7.5rem;top:58.83203125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTIZieEionFBmHSTeRtAAMIHArC38Cdd { display:block; }
 }@media only screen and (max-width: 763px) { #acmadXkkGPX3M6trwmCnXG3TwaLTo1q4 { width:15.5rem;height:7.5rem;top:33.421875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP5d3y6v7tObRCFteKGemPPoUlL9nmeA { display:block; }
 }@media only screen and (max-width: 763px) { #qu3M9tqgMVoWT9Bbw2hWM8vk3gdn4kVz { width:8.125rem;height:2.88671875rem;top:35.728515625rem;left:7.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6kDk9ksSyL6bFWE26trdos4kV1KNlcm { width:8.125rem;height:2.886725rem;top:61.107421875rem;left:7.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oouh7k9ZBraPaVAzHuBu2B3M2PPNLFew { width:2.5625rem;height:2.5625rem;top:61.30078125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR4S0Xo7sPdrOmegzI262n19k0gLWK3t { width:3.25rem;height:3.1875rem;top:26.94140625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxdTdTO2pGuS9C0ZgwWenl8MZKCsP0Qs { width:3.25rem;height:3rem;top:35.671875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT33ApwUw5nrLtZIrbt4GOEEcmsm2XVL { width:15.5rem;height:7.5rem;top:67.5966796875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NETH0SozK41CdWodBxavDVNE8tTGItep { display:block; }
 }@media only screen and (max-width: 763px) { #KTTeudmvV5dMk13rOrTtzpbkzz1FEOSH { width:2.625rem;height:3.25rem;top:69.7216796875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #I68xblCqgIK9z4DRmsRXrZd05aEGXh3Q { width:8.125rem;height:2.886725rem;top:52.814453125rem;left:7.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7JMWH1wahVASdouw606r0Af6pqxgPXc { width:8.125rem;height:1.4433625rem;top:76.3466796875rem;left:5.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgdQ3bPqP3CCJ8TLncBL23fwAxOS3bOW { width:8.125rem;height:1.4433625rem;top:70.59375rem;left:7.375rem;font-size:1.3125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E { background-color:#6715ea;background-image:none;display:block; }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row .container { background-color: transparent; background-image: none; }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row .container > .video-iframe-container { display: none; }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row > .video-iframe-container { display: none; }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .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); }#dBxJmNPKUITIIPVFb7HLAJ2Cs2h7W26E > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7OnbsVv64oX9OecduMTVfBXJWwnzOiX { width:17.5rem;height:7.796875rem;top:6.875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twoMRpVGsn7i6M3vxEzSss63O6D1MZ3g { width:15.6875rem;height:1.625rem;top:15.484375rem;left:2.15625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nuPRo9ymvAzzTTozodmi0oWabBJ6isas { width:17.5rem;height:4.548825rem;top:1.34375rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkbOO0QpKLWXWbWudKfyluk965LTcpn { background-color:rgba(251,251,251,0.8);background-image:url("https://images.assets-landingi.com/DydQtXUi/bgm_footer_circles.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn.adaptive-delivery-prevent-bg, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyload, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyloading { background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { background-color: transparent; background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .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); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { width:17.5rem;height:4.1982375rem;top:1.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }