.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:208,217,255;--color-primary-1:113,141,255;--color-primary-2:19,65,255;--color-primary-3:0,113,206;--color-primary-4:4,13,51;--color-secondary-0:255,255,255;--color-secondary-1:242,242,242;--color-secondary-2:235,235,235;--color-secondary-3:227,227,227;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:176,177,181;--color-tertiary-2:124,125,131;--color-tertiary-3:91,93,100;--color-tertiary-4:0,0,0;--headlines-font-family:"Fira Sans";--paragraphs-font-family:"Fira 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 *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e { 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;z-index:auto;display:block; }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row .container { background-color: transparent; background-image: none; }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row .container > .video-iframe-container { display: none; }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row > .video-iframe-container { display: none; }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .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); }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row .container { border-width: 0; border-radius: 0; }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#SX1Vroq1mKxyaRm512L2r99wzz094nqG { z-index:15005;top:2.125rem;left:63.40625rem;background-color:transparent;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.6875rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#s76HsQPGVVs8weaamVM5C0sAPwseoJRA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iif2drWeET3JmmIr6BrwqTVO1zlxTTPB { z-index:15006;top:2.125rem;left:54.78125rem;background-color:transparent;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#bebebe;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:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fzseixgVPuneC5WBe4KhkdXemy57IAFE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTEU8EGF6rfsaFlfxaAuUWynr4hrD9mp { z-index:15007;top:2.125rem;left:46.90625rem;background-color:transparent;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z6bGuPP6syRAfhkkhueVdENpiOa61Blg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#brHC56tXVsCuVz2F8VxSbsWmVDxrBgBs { 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:2.6875rem;width:12.5625rem;top:1.71875rem;left:2.375rem;overflow:hidden;display:block; }
#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row .container { background-color: transparent; background-image: none; }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.15); }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row .container > .video-iframe-container { display: none; }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.15); }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row > .video-iframe-container { display: block; }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .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); }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row .container { border-width: 0; border-radius: 0; }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1::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; }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#FOqugR9CAUqS03mcqDdaZi0Jw8mgsGiy { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.35);top:14.734375rem;left:21.71875rem;height:;font-style:normal;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;display:block; }
#MhV8mbhOiTcRZCRvIvqhHDefdBztcz96 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:26.125rem;left:35.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.35)); }
#MhV8mbhOiTcRZCRvIvqhHDefdBztcz96 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL { 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; }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row .container { background-color: transparent; background-image: none; }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row .container > .video-iframe-container { display: none; }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row > .video-iframe-container { display: none; }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .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); }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row .container { border-width: 0; border-radius: 0; }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#yzfL0qkHZCvBRNJxfLIaxlDtmZZKIX4Q { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:12.0625rem;left:10rem;display:block; }
#L9f9SXg37bL4TLB68yKImqAPaXmyS5bm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:15.0341796875rem;left:11.71875rem;height:5.3994125rem;font-style:normal;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;display:block; }
#bR54Sq5SR2l45Cf3k8kQ7DwRo7sXs5R8 { z-index:15005;top:22.96875rem;left:12.34375rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#g0cWos4WNlsOtgNs5DyIczcOFI6Hg4TF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCmIMlglTp111OxHiymdm2C2SJImVn6g { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:12.0625rem;left:29.6875rem;display:block; }
#uD9l3aTofarZSuRanAzHREJRlqdi0Wye { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:15.9345703125rem;left:31.59375rem;height:3.5996125rem;font-style:normal;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;display:block; }
#TvOuTdlzFDF4Nmmxe7k73mlGHWoRcbyw { z-index:15009;top:23rem;left:32.09375rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aBkwI7ZyEN920LOvWuZ0FBMhTCzWqHE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OukD5250wO24c1JURugtJJse1i1UvfXo { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:12.0625rem;left:49.375rem;display:block; }
#J0fPaTETtMaZRlJt8AT8nd5USZhmzXbb { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:14.07421875rem;left:52.25rem;height:7.19925rem;font-style:normal;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;display:block; }
#TvRoaVsVHnZW44dR7nKc8i1mq9mKLGKL { z-index:15013;top:23rem;left:51.71875rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Toc1KDZN5Q35ts68l1Zwn14ayPHp7pCX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#grqghgV29u0NnWWoi09Tov2JIs3FSM69 { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:5.75rem;left:21rem;height:2.8870625rem;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; }
#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row .container { background-color: transparent; background-image: none; }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row .container > .video-iframe-container { display: none; }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row > .video-iframe-container { display: none; }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .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); }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row .container { border-width: 0; border-radius: 0; }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#GAqUx4EkTcTImpa27eUEZhHImF08CmDV { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.25rem;left:2.375rem;height:2.5996125rem;font-style:normal;display:block; }
#AcLmAi6aW1M1eGVfEDrTZkGCehTlWKo7 { color:rgba(var(--color-primary-3),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:26.1875rem;left:2.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;display:block; }
#HAz3Ha4zGpccpVMTo71eocw2TSuIKsWu { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:28.25rem;left:26.625rem;height:2.5996125rem;font-style:normal;display:block; }
#vTcNtLkI7V4Bimd57zFI4Wl57R1kanGX { color:rgba(var(--color-primary-3),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:26.1875rem;left:26.625rem;height:1.5rem;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; }
#lg5TQeifvaHPTVvAC7RdKTHxyKr8VvKD { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.26953125rem;left:50.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#pUm6K5cyhyd2S7Ni8MFSX8GhzNhhfsu9 { color:rgba(var(--color-primary-3),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:26.1875rem;left:50.9375rem;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; }
#CFWpT0r47NGzgewh3OIzgAVShBm09ox5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:5.6875rem;left:21rem;height:2.8870625rem;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; }
#TXhTc28vz01OAMe0Z5GTKxJyGFxLWGD0 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-secondary-4),0.1) ;height:12.8125rem;width:21.6875rem;top:11.96875rem;left:2.375rem;overflow:hidden;display:block; }
#KJc797WMgQ4EJx1tkTnPLrfZRUcLJbHG { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.8125rem;width:21.6875rem;top:11.96875rem;left:26.6875rem;overflow:hidden;display:block; }
#IaklDL37gPxg1nDLcD0sWGS5KF8FxTku { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.8125rem;width:21.6875rem;top:11.96875rem;left:50.9375rem;overflow:hidden;display:block; }
#SVBzvcI6LFxCWIq37TuRAUVIQnLiSFmH { 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; }#SVBzvcI6LFxCWIq37TuRAUVIQnLiSFmH > .row .container { border-width: 0; border-radius: 0; }#SVBzvcI6LFxCWIq37TuRAUVIQnLiSFmH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVBzvcI6LFxCWIq37TuRAUVIQnLiSFmH > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:none; }#C04TMxdGw9B3DPsCIMZomQM4o21Ckqb8 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:10.9375rem;left:12.875rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#r2hmswWtPlHPCGn6CBE56haWDbZzv8ro { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:25rem;top:24.25rem;left:27.625rem;display:none; }
#Ac76L0JGR09iOOGgAVEQrlm0ybh4ld11 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:8.3125rem;left:12.875rem;height:2.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VXuNvxq10fXvmP2C59hVKmkUXzDNuBe2 { z-index:15006;top:9.96875rem;left:50.5625rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#upKoQ98yF9vVa2pmTt3K0olXvH2eX9y8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEv0uQJoMx3DIrALkOzT7Qn7mfWghnBT { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.875rem;width:55rem;top:6.3125rem;left:10rem;display:block; }
#XQXP06bGg16MHtHKVU5srCI5k4INJee7 { color:rgba(var(--color-primary-3),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:14986;line-height:1;letter-spacing:0;top:21.5625rem;left:12.875rem;height:4.375rem;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; }
#D9xlme66HdfMU1gn3SuVJzZt3xvrEiyu { position:absolute;display:block;z-index:14985;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.875rem;width:55rem;top:18.875rem;left:10rem;display:block; }
#Efq1EI83TUE743Mm0NnkhO47khcm0BSb { z-index:15026;top:22.5rem;left:50.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#G4U21rWqoCzqz2iQBok0uxmSNvNoAZ9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl { 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; }#bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl > .row .container { background-color: transparent; background-image: none; }#bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl > .row .container > .video-iframe-container { display: none; }#bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl > .row > .video-iframe-container { display: none; }#bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl > .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); }#bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl > .row .container { border-width: 0; border-radius: 0; }#bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#VmyFT2WooF0xiqyqpUnk3nDQlqJ4o9E2 { color:rgba(var(--color-primary-3),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:14986;line-height:1;letter-spacing:0;top:9.125rem;left:12.875rem;height:4.375rem;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; }
#fTxBDlqUTM3P1GtxIlcKmEK27ymrsOR3 { position:absolute;display:block;z-index:14985;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.875rem;width:55rem;top:6.375rem;left:10rem;display:block; }
#vhTQmksHf1i5xGpZpATeS8wpW6RZrsHm { z-index:15026;top:10.0625rem;left:50.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#usBlguvFuGIcKoE7NgLVP6wXbDT7nmMd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHOA1fZLvONHSnEFM69on3x3QD4tKpfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#cHOA1fZLvONHSnEFM69on3x3QD4tKpfp > .row .container { background-color: transparent; background-image: none; }#cHOA1fZLvONHSnEFM69on3x3QD4tKpfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHOA1fZLvONHSnEFM69on3x3QD4tKpfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHOA1fZLvONHSnEFM69on3x3QD4tKpfp > .row .container > .video-iframe-container { display: none; }#cHOA1fZLvONHSnEFM69on3x3QD4tKpfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHOA1fZLvONHSnEFM69on3x3QD4tKpfp > .row > .video-iframe-container { display: none; }#cHOA1fZLvONHSnEFM69on3x3QD4tKpfp > .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); }#cHOA1fZLvONHSnEFM69on3x3QD4tKpfp > .row .container { border-width: 0; border-radius: 0; }#cHOA1fZLvONHSnEFM69on3x3QD4tKpfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHOA1fZLvONHSnEFM69on3x3QD4tKpfp > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#qKH4MBD7vAd2e9ln8fDGdkUmgQbEaf1H { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:2.3125rem;left:2.3125rem;display:block; }
#uXEvK6TI2OWWc5e8SVe8V0AA0dmhJ1Ay { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:4.375rem;left:2.3125rem;display:block; }
#WLKgeTSfM4uDHFOu4zUWIm0FPbrhwVfK { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:6.3125rem;left:2.375rem;display:block; }
#LnUX9lqOCsqa731tzxlAs82ggV0pCTTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.9375rem;left:4.8125rem;height:0.9619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JogEaTCWTpibfmazZa1ik7IQhWQ5Ff3v { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:4.875rem;left:4.8125rem;height:0.9619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iyp9xb1OQDKXv33LH1Xd1AewRkTfPnKK { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:6.75rem;left:4.8125rem;height:0.9619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZCKbmPT3uUNMHTBrqeNwAPBPvK4GwJty { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#iDoLCUp3Iq7ZscUlGPN4BETfaNa3mCW3 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:5.375rem;left:71rem;display:block; }
#C42FhFCIrwqT8wX6nw066RtC6fTchxcB { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:5.375rem;left:68.4375rem;display:block; }
#SwZWUBxfQuL71aFkO0a9nuuyO2eX4fGk { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:5.75rem;left:66.25rem; }
#SwZWUBxfQuL71aFkO0a9nuuyO2eX4fGk > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; }#KRp7c44gcB0T4NgQUm8EHsXSsv1Wvo7P { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:57.1875rem;height:1.137rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GevveAVyfgoX8wTuhyXInZBhZEaMcPZ8 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:5.375rem;left:63.4375rem;display:block; }
#rEsdtrVPVXZtT8bv59hZVb78Rt9V5OIf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.6875rem;left:61.1875rem; }
#rEsdtrVPVXZtT8bv59hZVb78Rt9V5OIf > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#WTbVyRZcUxaf4HbJaxK9WU00IsNba3U6 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:5.375rem;left:58.4375rem;display:block; }
#s8QXVaT7T7M1GxmucXZiXetsus7QM4rO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#s8QXVaT7T7M1GxmucXZiXetsus7QM4rO > .row .container { background-color: transparent; background-image: none; }#s8QXVaT7T7M1GxmucXZiXetsus7QM4rO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8QXVaT7T7M1GxmucXZiXetsus7QM4rO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8QXVaT7T7M1GxmucXZiXetsus7QM4rO > .row .container > .video-iframe-container { display: none; }#s8QXVaT7T7M1GxmucXZiXetsus7QM4rO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8QXVaT7T7M1GxmucXZiXetsus7QM4rO > .row > .video-iframe-container { display: none; }#s8QXVaT7T7M1GxmucXZiXetsus7QM4rO > .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); }#s8QXVaT7T7M1GxmucXZiXetsus7QM4rO > .row .container { border-width: 0; border-radius: 0; }#s8QXVaT7T7M1GxmucXZiXetsus7QM4rO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8QXVaT7T7M1GxmucXZiXetsus7QM4rO > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#UIDC0AuvGZAPIMfhqsKhVCn2rHhcEhEQ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.54296875rem;left:57.3125rem;height:0.9750125rem;text-align:right;text-align-last:right;display:block; }
#qhNbIJXtkXUMQL8SLpBVdR285RtxWClG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.6875rem;top:1.28125rem;left:2.46875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K8VDnCCDEB705FtqPiF3rP9glWulbN9e { display:block; }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SX1Vroq1mKxyaRm512L2r99wzz094nqG { top:2.125rem;left:37.0625rem;width:10.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s76HsQPGVVs8weaamVM5C0sAPwseoJRA { display:block; }
 }@media only screen and (max-width: 763px) { #iif2drWeET3JmmIr6BrwqTVO1zlxTTPB { top:2.125rem;left:39.75rem;width:8rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzseixgVPuneC5WBe4KhkdXemy57IAFE { display:block; }
 }@media only screen and (max-width: 763px) { #RTEU8EGF6rfsaFlfxaAuUWynr4hrD9mp { top:2.125rem;left:33.28125rem;width:7.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6bGuPP6syRAfhkkhueVdENpiOa61Blg { display:block; }
 }@media only screen and (max-width: 763px) { #brHC56tXVsCuVz2F8VxSbsWmVDxrBgBs { top:1.75rem;left:0rem;width:12.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 { display:block; }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOqugR9CAUqS03mcqDdaZi0Jw8mgsGiy { top:14.6875rem;left:8.09375rem;width:31.5625rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhV8mbhOiTcRZCRvIvqhHDefdBztcz96 { top:26.125rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
#MhV8mbhOiTcRZCRvIvqhHDefdBztcz96 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #TXZTtEM1aS14d9enrD01yXltl2JkTKHL { display:block; }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzfL0qkHZCvBRNJxfLIaxlDtmZZKIX4Q { top:12.0625rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9f9SXg37bL4TLB68yKImqAPaXmyS5bm { top:15rem;left:0rem;width:12.1875rem;height:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR54Sq5SR2l45Cf3k8kQ7DwRo7sXs5R8 { top:22.9375rem;left:0rem;width:10.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0cWos4WNlsOtgNs5DyIczcOFI6Hg4TF { display:block; }
 }@media only screen and (max-width: 763px) { #BCmIMlglTp111OxHiymdm2C2SJImVn6g { top:12.0625rem;left:16.0625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD9l3aTofarZSuRanAzHREJRlqdi0Wye { top:15.875rem;left:17.96875rem;width:11.8125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvOuTdlzFDF4Nmmxe7k73mlGHWoRcbyw { top:23rem;left:18.46875rem;width:10.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBkwI7ZyEN920LOvWuZ0FBMhTCzWqHE2 { display:block; }
 }@media only screen and (max-width: 763px) { #OukD5250wO24c1JURugtJJse1i1UvfXo { top:12.0625rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0fPaTETtMaZRlJt8AT8nd5USZhmzXbb { top:14.0625rem;left:37.875rem;width:9.875rem;height:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvRoaVsVHnZW44dR7nKc8i1mq9mKLGKL { top:23rem;left:36.8125rem;width:10.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toc1KDZN5Q35ts68l1Zwn14ayPHp7pCX { display:block; }
 }@media only screen and (max-width: 763px) { #grqghgV29u0NnWWoi09Tov2JIs3FSM69 { top:5.75rem;left:7.375rem;width:33rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU { display:block; }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAqUx4EkTcTImpa27eUEZhHImF08CmDV { top:28.25rem;left:0rem;width:21.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcLmAi6aW1M1eGVfEDrTZkGCehTlWKo7 { top:26.1875rem;left:0rem;width:21.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAz3Ha4zGpccpVMTo71eocw2TSuIKsWu { top:28.25rem;left:13rem;width:21.4375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTcNtLkI7V4Bimd57zFI4Wl57R1kanGX { top:26.1875rem;left:13rem;width:21.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg5TQeifvaHPTVvAC7RdKTHxyKr8VvKD { top:28.25rem;left:25.5rem;width:22.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUm6K5cyhyd2S7Ni8MFSX8GhzNhhfsu9 { top:26.1875rem;left:25.3125rem;width:22.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFWpT0r47NGzgewh3OIzgAVShBm09ox5 { top:5.6875rem;left:7.375rem;width:33rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXhTc28vz01OAMe0Z5GTKxJyGFxLWGD0 { top:11.9375rem;left:0rem;width:21.6875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJc797WMgQ4EJx1tkTnPLrfZRUcLJbHG { top:11.9375rem;left:13.0625rem;width:21.6875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaklDL37gPxg1nDLcD0sWGS5KF8FxTku { top:11.9375rem;left:26.0625rem;width:21.6875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVBzvcI6LFxCWIq37TuRAUVIQnLiSFmH { display:block; }#SVBzvcI6LFxCWIq37TuRAUVIQnLiSFmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C04TMxdGw9B3DPsCIMZomQM4o21Ckqb8 { top:10.9375rem;left:0rem;width:35.375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2hmswWtPlHPCGn6CBE56haWDbZzv8ro { top:24.25rem;left:14rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac76L0JGR09iOOGgAVEQrlm0ybh4ld11 { top:8.3125rem;left:0rem;width:32.25rem;height:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXuNvxq10fXvmP2C59hVKmkUXzDNuBe2 { top:9.9375rem;left:36.25rem;width:11.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upKoQ98yF9vVa2pmTt3K0olXvH2eX9y8 { display:block; }
 }@media only screen and (max-width: 763px) { #eEv0uQJoMx3DIrALkOzT7Qn7mfWghnBT { top:6.3125rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQXP06bGg16MHtHKVU5srCI5k4INJee7 { top:21.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9xlme66HdfMU1gn3SuVJzZt3xvrEiyu { top:18.875rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efq1EI83TUE743Mm0NnkhO47khcm0BSb { top:22.5rem;left:36.25rem;width:11.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4U21rWqoCzqz2iQBok0uxmSNvNoAZ9u { display:block; }
 }@media only screen and (max-width: 763px) { #bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl { display:block; }#bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmyFT2WooF0xiqyqpUnk3nDQlqJ4o9E2 { top:9.125rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTxBDlqUTM3P1GtxIlcKmEK27ymrsOR3 { top:6.375rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhTQmksHf1i5xGpZpATeS8wpW6RZrsHm { top:10.0625rem;left:36.25rem;width:11.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usBlguvFuGIcKoE7NgLVP6wXbDT7nmMd { display:block; }
 }@media only screen and (max-width: 763px) { #cHOA1fZLvONHSnEFM69on3x3QD4tKpfp { display:block; }#cHOA1fZLvONHSnEFM69on3x3QD4tKpfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKH4MBD7vAd2e9ln8fDGdkUmgQbEaf1H { top:2.3125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXEvK6TI2OWWc5e8SVe8V0AA0dmhJ1Ay { top:4.375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLKgeTSfM4uDHFOu4zUWIm0FPbrhwVfK { top:6.3125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnUX9lqOCsqa731tzxlAs82ggV0pCTTJ { top:2.9375rem;left:0rem;width:21.6875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JogEaTCWTpibfmazZa1ik7IQhWQ5Ff3v { top:4.875rem;left:0rem;width:12.75rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyp9xb1OQDKXv33LH1Xd1AewRkTfPnKK { top:6.75rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCKbmPT3uUNMHTBrqeNwAPBPvK4GwJty { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #iDoLCUp3Iq7ZscUlGPN4BETfaNa3mCW3 { top:5.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C42FhFCIrwqT8wX6nw066RtC6fTchxcB { top:5.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwZWUBxfQuL71aFkO0a9nuuyO2eX4fGk { top:5.75rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
#SwZWUBxfQuL71aFkO0a9nuuyO2eX4fGk > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #KRp7c44gcB0T4NgQUm8EHsXSsv1Wvo7P { top:3.5625rem;left:32.4375rem;width:15.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GevveAVyfgoX8wTuhyXInZBhZEaMcPZ8 { top:5.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEsdtrVPVXZtT8bv59hZVb78Rt9V5OIf { top:5.6875rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
#rEsdtrVPVXZtT8bv59hZVb78Rt9V5OIf > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #WTbVyRZcUxaf4HbJaxK9WU00IsNba3U6 { top:5.375rem;left:44.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8QXVaT7T7M1GxmucXZiXetsus7QM4rO { display:block; }#s8QXVaT7T7M1GxmucXZiXetsus7QM4rO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIDC0AuvGZAPIMfhqsKhVCn2rHhcEhEQ { top:1.5rem;left:32.5rem;width:15.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhNbIJXtkXUMQL8SLpBVdR285RtxWClG { top:1.25rem;left:0rem;width:10.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K8VDnCCDEB705FtqPiF3rP9glWulbN9e { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row .container { background-color: transparent; background-image: none; }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row .container > .video-iframe-container { display: none; }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row > .video-iframe-container { display: none; }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .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); }#K8VDnCCDEB705FtqPiF3rP9glWulbN9e > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SX1Vroq1mKxyaRm512L2r99wzz094nqG { top:8.0625rem;left:5.5625rem;width:8.875rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s76HsQPGVVs8weaamVM5C0sAPwseoJRA { display:block; }
 }@media only screen and (max-width: 763px) { #iif2drWeET3JmmIr6BrwqTVO1zlxTTPB { top:11.0625rem;left:7.375rem;width:5.1875rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fzseixgVPuneC5WBe4KhkdXemy57IAFE { display:block; }
 }@media only screen and (max-width: 763px) { #RTEU8EGF6rfsaFlfxaAuUWynr4hrD9mp { top:14.0625rem;left:5.125rem;width:9.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6bGuPP6syRAfhkkhueVdENpiOa61Blg { display:block; }
 }@media only screen and (max-width: 763px) { #brHC56tXVsCuVz2F8VxSbsWmVDxrBgBs { width:12.5625rem;height:2.6875rem;top:1rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3dedd92e-b3ef-4ec4-9c5c-88daadecdd3c/EdificioPortadaMobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1.adaptive-delivery-prevent-bg, #gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1.lazyload, #gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1.lazyloading { background-image: none; }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row .container { background-color: transparent; background-image: none; }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row .container > .video-iframe-container { display: none; }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row > .video-iframe-container { display: none; }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .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); }#gKKXh0m2cP9piLKCVfu9gZDfvlprDeM1 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOqugR9CAUqS03mcqDdaZi0Jw8mgsGiy { width:17.9375rem;height:2.8125rem;top:5.5625rem;left:1.0625rem;font-size:2.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MhV8mbhOiTcRZCRvIvqhHDefdBztcz96 { display:flex;width:3.125rem;height:3.125rem;top:10.4375rem;left:8.4375rem;font-size:2.1875rem; }
#MhV8mbhOiTcRZCRvIvqhHDefdBztcz96 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TXZTtEM1aS14d9enrD01yXltl2JkTKHL { background-color:#ffffff;background-image:none;display:block; }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row .container { background-color: transparent; background-image: none; }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row .container > .video-iframe-container { display: none; }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row > .video-iframe-container { display: none; }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .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); }#TXZTtEM1aS14d9enrD01yXltl2JkTKHL > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzfL0qkHZCvBRNJxfLIaxlDtmZZKIX4Q { width:12.5rem;height:12.5rem;top:7.9375rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #L9f9SXg37bL4TLB68yKImqAPaXmyS5bm { width:9.8125rem;height:4.5rem;top:10.037109375rem;left:5.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bR54Sq5SR2l45Cf3k8kQ7DwRo7sXs5R8 { top:16.4375rem;left:5.34375rem;width:9.3125rem;height:2.5625rem;z-index:15020;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g0cWos4WNlsOtgNs5DyIczcOFI6Hg4TF { display:block; }
 }@media only screen and (max-width: 763px) { #BCmIMlglTp111OxHiymdm2C2SJImVn6g { width:12.5rem;height:12.5rem;top:22.625rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #uD9l3aTofarZSuRanAzHREJRlqdi0Wye { width:9.125rem;height:3rem;top:25.525390625rem;left:5.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TvOuTdlzFDF4Nmmxe7k73mlGHWoRcbyw { top:31.1875rem;left:5.375rem;width:9.3125rem;height:2.5625rem;z-index:15020;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aBkwI7ZyEN920LOvWuZ0FBMhTCzWqHE2 { display:block; }
 }@media only screen and (max-width: 763px) { #OukD5250wO24c1JURugtJJse1i1UvfXo { width:12.5rem;height:12.5rem;top:37.3125rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #J0fPaTETtMaZRlJt8AT8nd5USZhmzXbb { width:8.375rem;height:6rem;top:38.65625rem;left:5.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TvRoaVsVHnZW44dR7nKc8i1mq9mKLGKL { top:45.9375rem;left:5.34375rem;width:9.3125rem;height:2.5625rem;z-index:15020;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Toc1KDZN5Q35ts68l1Zwn14ayPHp7pCX { display:block; }
 }@media only screen and (max-width: 763px) { #grqghgV29u0NnWWoi09Tov2JIs3FSM69 { width:16.9375rem;height:1.875rem;top:3.8125rem;left:1.53125rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU { background-color:#f2f2f2;background-image:none;display:block; }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row .container { background-color: transparent; background-image: none; }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row .container > .video-iframe-container { display: none; }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row > .video-iframe-container { display: none; }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .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); }#q1Ek6QQ9gQopSBAXBR15a68LxAeLV6qU > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAqUx4EkTcTImpa27eUEZhHImF08CmDV { width:13.375rem;height:3.41015625rem;top:20.4375rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AcLmAi6aW1M1eGVfEDrTZkGCehTlWKo7 { width:16.1875rem;height:1.3808625rem;top:18.6875rem;left:2rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HAz3Ha4zGpccpVMTo71eocw2TSuIKsWu { width:13.9375rem;height:3.41015625rem;top:37.4375rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vTcNtLkI7V4Bimd57zFI4Wl57R1kanGX { width:15.5rem;height:1.16796875rem;top:35.75rem;left:2rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lg5TQeifvaHPTVvAC7RdKTHxyKr8VvKD { width:14.3125rem;height:3.41015625rem;top:56.875rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pUm6K5cyhyd2S7Ni8MFSX8GhzNhhfsu9 { width:10.75rem;height:2.3359375rem;top:53.875rem;left:2rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CFWpT0r47NGzgewh3OIzgAVShBm09ox5 { width:17.375rem;height:1.875rem;top:3.875rem;left:1.3125rem;font-size:1.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXhTc28vz01OAMe0Z5GTKxJyGFxLWGD0 { width:16.0625rem;height:9.4375rem;top:8rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJc797WMgQ4EJx1tkTnPLrfZRUcLJbHG { width:16.0625rem;height:9.4375rem;top:24.9130859375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaklDL37gPxg1nDLcD0sWGS5KF8FxTku { width:16.0625rem;height:9.4375rem;top:43.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVBzvcI6LFxCWIq37TuRAUVIQnLiSFmH { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SVBzvcI6LFxCWIq37TuRAUVIQnLiSFmH > .row .container { border-width: 0; border-radius: 0; }#SVBzvcI6LFxCWIq37TuRAUVIQnLiSFmH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVBzvcI6LFxCWIq37TuRAUVIQnLiSFmH > .row .container { width:20rem;height:39.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C04TMxdGw9B3DPsCIMZomQM4o21Ckqb8 { width:13rem;height:4.8984375rem;top:10.51953125rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r2hmswWtPlHPCGn6CBE56haWDbZzv8ro { width:6.25rem;height:0.125rem;top:17.750001907349rem;left:13.75rem;background-color:#1341ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Ac76L0JGR09iOOGgAVEQrlm0ybh4ld11 { width:13.375rem;height:3.0234375rem;top:6.18359375rem;left:3.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXuNvxq10fXvmP2C59hVKmkUXzDNuBe2 { top:16.84375rem;left:4.96875rem;width:10.0625rem;height:2.5625rem;z-index:15020;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #upKoQ98yF9vVa2pmTt3K0olXvH2eX9y8 { display:block; }
 }@media only screen and (max-width: 763px) { #eEv0uQJoMx3DIrALkOzT7Qn7mfWghnBT { width:16.0625rem;height:17.375rem;top:4.1875rem;left:1.96875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #XQXP06bGg16MHtHKVU5srCI5k4INJee7 { width:11.3125rem;height:3.75rem;top:25.65625rem;left:4.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;color:#0071ce;display:block; }
 }@media only screen and (max-width: 763px) { #D9xlme66HdfMU1gn3SuVJzZt3xvrEiyu { width:16.0625rem;height:12.0625rem;top:23.625rem;left:1.96875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Efq1EI83TUE743Mm0NnkhO47khcm0BSb { top:31rem;left:4.96875rem;width:10.0625rem;height:2.5625rem;z-index:15020;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #G4U21rWqoCzqz2iQBok0uxmSNvNoAZ9u { display:block; }
 }@media only screen and (max-width: 763px) { #bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl { display:block; }#bc7nCt6m8OhGzpB3DQQhE4SVWA3n5bRl > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmyFT2WooF0xiqyqpUnk3nDQlqJ4o9E2 { width:13.9375rem;height:4.3125rem;top:6.125rem;left:3rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fTxBDlqUTM3P1GtxIlcKmEK27ymrsOR3 { width:16.0625rem;height:12.3125rem;top:4.1875rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #vhTQmksHf1i5xGpZpATeS8wpW6RZrsHm { top:11.8125rem;left:5rem;width:10.0625rem;height:2.5625rem;z-index:15020;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #usBlguvFuGIcKoE7NgLVP6wXbDT7nmMd { display:block; }
 }@media only screen and (max-width: 763px) { #cHOA1fZLvONHSnEFM69on3x3QD4tKpfp { display:block; }#cHOA1fZLvONHSnEFM69on3x3QD4tKpfp > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKH4MBD7vAd2e9ln8fDGdkUmgQbEaf1H { width:2.1875rem;height:2.1875rem;top:2rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXEvK6TI2OWWc5e8SVe8V0AA0dmhJ1Ay { width:2.1875rem;height:2.1875rem;top:5.8125rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLKgeTSfM4uDHFOu4zUWIm0FPbrhwVfK { width:2.1875rem;height:2.1875rem;top:9.4375rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnUX9lqOCsqa731tzxlAs82ggV0pCTTJ { width:16.0625rem;height:0.7558625rem;top:4.625rem;left:2rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JogEaTCWTpibfmazZa1ik7IQhWQ5Ff3v { width:12.75rem;height:0.7558625rem;top:8.125rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iyp9xb1OQDKXv33LH1Xd1AewRkTfPnKK { width:14.75rem;height:0.7558625rem;top:11.875rem;left:2.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCKbmPT3uUNMHTBrqeNwAPBPvK4GwJty { top:14.3125rem;left:3.75rem;width:12.5rem;height:0.0625rem;z-index:15042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iDoLCUp3Iq7ZscUlGPN4BETfaNa3mCW3 { width:2rem;height:2rem;top:18.0625rem;left:15.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C42FhFCIrwqT8wX6nw066RtC6fTchxcB { width:2rem;height:2rem;top:18.0625rem;left:12.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwZWUBxfQuL71aFkO0a9nuuyO2eX4fGk { display:flex;width:1.375rem;height:1.375rem;top:18.375rem;left:10.6875rem;font-size:0.9375rem; }
#SwZWUBxfQuL71aFkO0a9nuuyO2eX4fGk > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #KRp7c44gcB0T4NgQUm8EHsXSsv1Wvo7P { width:16.5rem;height:1.0559875rem;top:15.9375rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #GevveAVyfgoX8wTuhyXInZBhZEaMcPZ8 { width:1.875rem;height:1.875rem;top:18.125rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEsdtrVPVXZtT8bv59hZVb78Rt9V5OIf { display:flex;width:1.4375rem;height:1.4375rem;top:18.375rem;left:5.8125rem;font-size:1rem; }
#rEsdtrVPVXZtT8bv59hZVb78Rt9V5OIf > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #WTbVyRZcUxaf4HbJaxK9WU00IsNba3U6 { width:1.875rem;height:1.875rem;top:18.125rem;left:3.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8QXVaT7T7M1GxmucXZiXetsus7QM4rO { display:block; }#s8QXVaT7T7M1GxmucXZiXetsus7QM4rO > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIDC0AuvGZAPIMfhqsKhVCn2rHhcEhEQ { width:15.25rem;height:auto;top:1.5rem;left:2.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhNbIJXtkXUMQL8SLpBVdR285RtxWClG { width:10.6875rem;height:1.5rem;top:0.8125rem;left:4.65625rem;display:block; }
 }