.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:11,72,164;--color-primary-1:29,58,102;--color-primary-2:28,57,102;--color-primary-3:22,43,79;--color-primary-4:11,32,63;--color-secondary-0:249,239,217;--color-secondary-1:237,200,128;--color-secondary-2:218,145,0;--color-secondary-3:109,73,0;--color-secondary-4:33,22,0;--color-tertiary-0:255,255,255;--color-tertiary-1:232,247,255;--color-tertiary-2:11,72,164;--color-tertiary-3:44,52,89;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-2),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); }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/018b8fa7-9495-4365-a2b0-249a49ab4cff/Header_LP_processo2602.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ.adaptive-delivery-prevent-bg, #uq3CHUCNqegQld148gx51oHbvGX0dyxJ.lazyload, #uq3CHUCNqegQld148gx51oHbvGX0dyxJ.lazyloading { background-image: none; }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row .container { background-color: transparent; background-image: none; }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row .container > .video-iframe-container { display: none; }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row > .video-iframe-container { display: none; }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .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); }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row .container { border-width: 0; border-radius: 0; }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#ShooW7pR0nU9oEM7qcS9TAnXlahnawCn { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #be7d00);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #be7d00);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #be7d00);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #be7d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#be7d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#be7d00' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), #be7d00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1230625rem;height:3.999025rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30rem;left:0.875rem;display:block; }
#T79TxZBEZuTkFQzGCOLgkihXUbGATfuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MiAx5TFvwUDE7oyGW31PmDSZpBamiJZ6 { color:#e6e8e5;display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.9375rem;left:0.875rem;height:3.25rem;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; }
#tSHoF5eyQ0L5BSdExtuh7blTM62CQlyA { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:5.0625rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#QlgATqusUS7uESNyTk2CGufT4ZdkWz7X { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.0625rem;width:14.375rem;top:9.4375rem;left:0.9375rem;display:block; }
#cb8tIhColGAyxfUAlTKP0ZBxuJ0m2QAe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:9.625rem;left:2.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlpgbkGCMgic6BX0MOyFAtRoumTVN7qs { color:#e6e8e5;display:block;width:42.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:12.5rem;left:0.9375rem;height:7rem;font-style:normal;display:block; }
#TqbCsDmQB8EmbSZiNKxCrgDySr8sdWTD { color:#d99000;display:block;width:32.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:21rem;left:0.875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DzF122SrooUU1uEuCCSRtW01HuCoolHe { position:relative;display:none; }#DzF122SrooUU1uEuCCSRtW01HuCoolHe { border-width: 0; border-radius: 0; }#DzF122SrooUU1uEuCCSRtW01HuCoolHe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DzF122SrooUU1uEuCCSRtW01HuCoolHe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c3960;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; }#xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7 > .row .container { background-color: transparent; background-image: none; }#xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7 > .row .container > .video-iframe-container { display: none; }#xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7 > .row > .video-iframe-container { display: none; }#xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7 > .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); }#xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7 > .row .container { border-width: 0; border-radius: 0; }#xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7 > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#AxLWsTtF5x9X3CLXCLorCfHitlTa2dR1 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.125rem;left:0rem; }
#s4srBH5GIypiHTUq4TCdbWTJWoClRc68 { color:#e6e8e5;display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15021;line-height:.8;letter-spacing:0;top:1.8125rem;left:23.5625rem;height:4.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hBmzcS5UN8l5I3bdZriS5HGFvfZGWy6B { color:#e6e8e5;display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:4.25rem;left:23.625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oulgv923PvqQSBQNf0AqV7tI4pb8x76H { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.125rem;left:4.125rem; }
#xLUeVC3moeygBQfaFP8oi2dt7X2d2UXU { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.125rem;left:8.4375rem; }
#SBUD3ulOIei06AyBePwiuJpPpLVeZQno { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:1.125rem;left:12.5625rem; }
#SgCETDiiTkXEZMUO3kQi3e47ILVC1002 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:1.125rem;left:16.6875rem; }
#ROPTINoVenKB0hn9d32RW4LbVEzQhSWB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8e5;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; }#ROPTINoVenKB0hn9d32RW4LbVEzQhSWB > .row .container { background-color: transparent; background-image: none; }#ROPTINoVenKB0hn9d32RW4LbVEzQhSWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROPTINoVenKB0hn9d32RW4LbVEzQhSWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROPTINoVenKB0hn9d32RW4LbVEzQhSWB > .row .container > .video-iframe-container { display: none; }#ROPTINoVenKB0hn9d32RW4LbVEzQhSWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROPTINoVenKB0hn9d32RW4LbVEzQhSWB > .row > .video-iframe-container { display: none; }#ROPTINoVenKB0hn9d32RW4LbVEzQhSWB > .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); }#ROPTINoVenKB0hn9d32RW4LbVEzQhSWB > .row .container { border-width: 0; border-radius: 0; }#ROPTINoVenKB0hn9d32RW4LbVEzQhSWB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ROPTINoVenKB0hn9d32RW4LbVEzQhSWB > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:block; }#i7k1FF21bUwws746obnIXkN3HSr95Oqh { position:absolute;display:block;z-index:15033;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:22.25rem;width:49.375rem;top:2.90625rem;left:5.3125rem;display:block; }
#SVw8T23HaRCI6ixE4MN1NhG5ogTuw51R { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:20.625rem;top:1.40625rem;left:5.86328125rem;overflow:hidden;display:block; }
#t0wgEFCTphXzIJ7aqkUr7iXHtogUsxTl { color:rgba(var(--color-primary-2),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:5.1875rem;left:25.48828125rem;height:2rem;font-style:normal;display:block; }
#ylEEDLKyITTZhggUTEPiNKuVfbSJncTM { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.25rem;width:11.6875rem;top:2.90625rem;left:5.3125rem;overflow:hidden;display:block; }
#c9usqXuPaGWyeQvBdDOxUHRHITPQTxIa { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:9.09375rem;left:25.48828125rem; }
#viWRpHFrx2rBCe0dc5G549zRRkhmgXeU { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:9.6875rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#w2oDDZ6hM3wl0bhzCWlMdBelyVTKcTpp { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:9.09375rem;left:37.6875rem; }
#dnN2h8Qlby4wBTpuANlRs09pgV1Sb41J { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:9.6875rem;left:41.4375rem;text-align:left;text-align-last:left;display:block; }
#RXdG6vofyTWI8oS6LUxgJuCKIZm9JTKh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:13.40625rem;left:25.11328125rem; }
#RqJ0DfxP5cRpHCOAd9K6kdLhWg0po8uw { color:#717171;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:13.09375rem;left:28.55078125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q4mQWhmgZCgkFKs4v8nenJnhHEhfei5D { color:rgba(var(--color-primary-2),1);display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;height:2.2744125rem;top:14.15625rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#JvlqncNfiITJGMiwXVHrvoDpSDPSGkNF { color:rgba(var(--color-primary-2),1);display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:13.60546875rem;left:37.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SR7Zspfa8GnnDCXhgTvIUnCu6kaFfG3n { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4296875rem;left:28.55078125rem;display:block; }
#bIdwWOQae6HJw0wKacrxHizTkk3S3gGO { color:rgba(var(--color-secondary-2),1);display:block;width:25.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:17.1875rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#FZMRW9WR7iumzuseo1af68KugPwl8wpW { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:20.15625rem;left:28.25rem;display:block; }
#yN7P5lzm5TF8bRt1aeJ1mobVTv2WMgDM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l1bTShJhvV6tqhno58TyTeN2QUWKZlJ5 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:60rem;display:none; }
#GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8e5;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; }#GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V > .row .container { background-color: transparent; background-image: none; }#GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V > .row .container > .video-iframe-container { display: none; }#GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V > .row > .video-iframe-container { display: none; }#GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V > .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); }#GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V > .row .container { border-width: 0; border-radius: 0; }#GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:block; }#dTqZIdrQ3GuTcves8dQU3OVIg4fo1C7K { position:absolute;display:block;z-index:15033;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:22.25rem;width:49.375rem;top:2.90625rem;left:5.3125rem;display:block; }
#GwioFdAI50tbAE4AvCB3xAN4knDW9OTC { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:16.375rem;top:1.40625rem;left:6.73828125rem;overflow:hidden;display:block; }
#qpnLlx5LBtH8kZ0zM1ey1KzW9FTDWTNK { color:rgba(var(--color-primary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:4.1875rem;left:25.48828125rem;height:4rem;font-style:normal;display:block; }
#SqLGiDUeDm8MlgVNJD0HrHlZtlSmPETn { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.25rem;width:11.6875rem;top:2.90625rem;left:5.3125rem;overflow:hidden;display:block; }
#aZBJr9DCIks4DinnPGcGhnNFFftEEgVe { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:9.59375rem;left:25.48828125rem; }
#zrmExRgV0q1SgPqtRh1NwiNPqsWNl79h { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:10.1875rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#FmU2qaAta2Uy0cLrQyOvWCkt3lwGDhhZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:9.59375rem;left:37.6875rem; }
#pZTHFXNTJAzMHSTbtvcypvceva3KI0GN { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;height:2.923825rem;top:9.5625rem;left:41.4375rem;text-align:left;text-align-last:left;display:block; }
#U4U8utGCnmskxGVniB91tAHnEUyI9gSA { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:13.90625rem;left:25.11328125rem; }
#BQOABl6SgPwvtpdqkVUNdO3vlmz7XyzT { color:#717171;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:13.59375rem;left:28.55078125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ObZ3AUbwg83ANakaSShmqtKxwTTA31oe { color:rgba(var(--color-primary-2),1);display:block;width:10.4375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;height:2.2744125rem;top:14.65625rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#COazsP0436prlXinTVhy7UfZtTPgfKoT { color:rgba(var(--color-primary-2),1);display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:14.10546875rem;left:38.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tUcWQU736nztylinL1NTTykUkqV2HTm3 { box-sizing:content-box;height:0.0625rem;width:22.5rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9296875rem;left:28.55078125rem;display:block; }
#XtpTlZoZ9686uD8eLT1UvB8MIJR0l8MT { color:rgba(var(--color-secondary-2),1);display:block;width:25.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:17.6875rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#HAUdL0a8baMZILdnqPpFurAJMqELWdui { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:20.53125rem;left:28.25rem;display:block; }
#vTIIre7zs7AMCDKN9Hpwzfv70BLnD7qH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qVOVGpp739LfqTFBKgT6MC0cZlAmn6LJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:60rem;display:none; }
#iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8e5;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; }#iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot > .row .container { background-color: transparent; background-image: none; }#iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot > .row .container > .video-iframe-container { display: none; }#iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot > .row > .video-iframe-container { display: none; }#iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot > .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); }#iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot > .row .container { border-width: 0; border-radius: 0; }#iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:block; }#XuSkToif3QLH9IuJ2T1uL0xzTXxQgikA { position:absolute;display:block;z-index:15033;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:22.25rem;width:49.375rem;top:2.90625rem;left:5.3125rem;display:block; }
#nfLRXkv2VHCQNAf78TaZRm8ua4bO6sz4 { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:16.625rem;top:1.40625rem;left:6.86328125rem;overflow:hidden;display:block; }
#nXbMDw0M8scNLlgdLsg9xPFihdTppQ1A { color:rgba(var(--color-primary-2),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:5.1875rem;left:25.48828125rem;height:2rem;font-style:normal;display:block; }
#e6X520VTibkXnoN6fkGVTN3O5JD2nkr2 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.25rem;width:11.6875rem;top:2.90625rem;left:5.3125rem;overflow:hidden;display:block; }
#OPVTCJ24yPN6ZK0KerUFKOHfOuhtWTF9 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:9.09375rem;left:25.48828125rem; }
#gbQfuqPcyUg8ZzI7hiUXFT7m7ce8OkHt { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:9.6875rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#r7ykgcweVM4JxCJMnhMk2d9fHyDJ5BUe { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:9.09375rem;left:37.6875rem; }
#lwCDRQJEH1f1Av6twTqKGSXCmDZ4FoXv { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;height:2.923825rem;top:9rem;left:41.4375rem;text-align:left;text-align-last:left;display:block; }
#X4PfBVUDt9AXItwpS3G51XXLNfPZI6IJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:13.40625rem;left:25.11328125rem; }
#ERK0zes6x1XWFIJWisFTfyJRN5r0i0wh { color:#717171;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:13.09375rem;left:28.55078125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XF8K3COu4kfSQ1SwnnoSwTXUC7q8duGi { color:rgba(var(--color-primary-2),1);display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;height:2.2744125rem;top:14.15625rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#wXLimgPJEiIOUzPKH9fX8hWPe14ZUr2m { color:rgba(var(--color-primary-2),1);display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:13.60546875rem;left:37.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MqEvq2SKyJvyPCA4n3Ties9QFINrTMB8 { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4296875rem;left:28.55078125rem;display:block; }
#iqhl8SX7CWI2T6C62mlTixi7aqPqx4zd { color:rgba(var(--color-secondary-2),1);display:block;width:25.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:17.1875rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#z4imrfI9OqCARvgOp3uBMh0lW0LBI9Jk { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:20.15625rem;left:28.25rem;display:block; }
#eqGUTKtK4bMc31m341NelMO9WcBCNoUp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vclhHaUSzd8UmQwwxMfPm4FH7KQpN6Uo { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:60rem;display:none; }
#rodwvuqeUJDDvy80digAtPLegILH121S { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:22rem;display:none; }
#A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8e5;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; }#A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr > .row .container { background-color: transparent; background-image: none; }#A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr > .row .container > .video-iframe-container { display: none; }#A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr > .row > .video-iframe-container { display: none; }#A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr > .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); }#A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr > .row .container { border-width: 0; border-radius: 0; }#A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:block; }#v3AUKDKicImkOPcGrx15p4SdiPS5Bddo { position:absolute;display:block;z-index:15033;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:22.25rem;width:49.375rem;top:2.90625rem;left:5.3125rem;display:block; }
#MKQw1GdG2839QhPPf3faHNHWHdgzMUHZ { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:18.9375rem;top:1.40625rem;left:6.61328125rem;overflow:hidden;display:block; }
#hrRfBViORx6mBADxczETTUgf9ZcVdneT { color:rgba(var(--color-primary-2),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:5.1875rem;left:25.48828125rem;height:2rem;font-style:normal;display:block; }
#NCnqU9iJqHMwstAeAUa90FFAcwe2NFtA { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.25rem;width:11.6875rem;top:2.90625rem;left:5.3125rem;overflow:hidden;display:block; }
#qw8wloMntoLi21k6IiinzX3my2r5e3FG { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:9.09375rem;left:25.48828125rem; }
#T6Bux1Iyn5N5Me3lHHPardKiVoB96nt1 { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:9.6875rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#gh6QahTVzBvOqyfHnGzAyV7pcFlnlrCZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:9.09375rem;left:37.6875rem; }
#pfX3hck3HSXvrrukUxaNbngVlepC5dpN { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:9.6875rem;left:41.4375rem;text-align:left;text-align-last:left;display:block; }
#WRB7U2O0fQOWxRsHwDxLx0irTKcKCsDP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:13.40625rem;left:25.11328125rem; }
#RZ4QEaz4JRtqf0UA4KGGt2N3X3gCWeo3 { color:#717171;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:13.09375rem;left:28.55078125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UncoaG9KTb4N4iqB7bapwwtkNWCSmhS1 { color:rgba(var(--color-primary-2),1);display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;height:2.2744125rem;top:14.15625rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#UTmfRc4v3nMgcdnwvZoXQ6LZ5IyskZik { color:rgba(var(--color-primary-2),1);display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:13.60546875rem;left:37.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xQbFri30yWu0FN6AONtHDJeFnuzNiBfX { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4296875rem;left:28.55078125rem;display:block; }
#yJ4vvo0yWSno5iuZv6RV72yInH3JXRWa { color:rgba(var(--color-secondary-2),1);display:block;width:25.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:17.1875rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#dxhFkItS2ahFIQt39hdoS60iHXKCEXOx { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:20.15625rem;left:28.25rem;display:block; }
#rNkVbNCRW8UIhMmOQVFkub1mcbSqiFdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hDnk2LyrmcFNt9W4bi956zTqoxvTWlpR { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:60rem;display:none; }
#UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8e5;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; }#UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU > .row .container { background-color: transparent; background-image: none; }#UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU > .row .container > .video-iframe-container { display: none; }#UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU > .row > .video-iframe-container { display: none; }#UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU > .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); }#UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU > .row .container { border-width: 0; border-radius: 0; }#UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:block; }#EFCAzxbXTqxny6xTJ4iQhdJLEezwUb6R { position:absolute;display:block;z-index:15033;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:22.25rem;width:49.375rem;top:2.90625rem;left:5.3125rem;display:block; }
#svuyxf3Ke6FSMc5wmoAo45v4fxXzi3rw { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:19.8125rem;top:1.40625rem;left:5.86328125rem;overflow:hidden;display:block; }
#liDvV9IgZesNEBVI3LJLA8kZXTrdcHh6 { color:rgba(var(--color-primary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:5.1875rem;left:25.48828125rem;height:2rem;font-style:normal;display:block; }
#zJ1MsqeuSUwNiyL76J5BM1sMIgyGrtky { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.25rem;width:11.6875rem;top:2.90625rem;left:5.3125rem;overflow:hidden;display:block; }
#mEoHPT4zM6DytdwPNtApnUD1VMJfrdfx { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:9.09375rem;left:25.48828125rem; }
#MWR3xBvJqSHOyq70IxC6N9V2eWIBXnnM { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;height:;top:9.6875rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#F66PF0VTTCy9Bw7HBJsyR8k6hPRWI5Ur { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:9.09375rem;left:37.6875rem; }
#ACCyIsCSSfgbgRiRRJLV0OKc5vrLVsyL { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;height:1.4619125rem;top:9.6875rem;left:41.4375rem;text-align:left;text-align-last:left;display:block; }
#adhSEaLtn7RvERrbslRvdrFWCZHfm0yk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:13.40625rem;left:25.11328125rem; }
#E22TEODVKwhGJwn9XqiVTtHgW5pA81Nu { color:#717171;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:13.09375rem;left:28.55078125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WJpd8vfbT9sOo3tC5DTJs7IWc0yqtvX9 { color:rgba(var(--color-primary-2),1);display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;height:2.2744125rem;top:14.15625rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#iJChJJbabTrD17HbKftyugQ8x6QNmAT3 { color:rgba(var(--color-primary-2),1);display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:13.60546875rem;left:37.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JwoAqI5PbtbIZLJTxZazJzvZE0xxD06O { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4296875rem;left:28.55078125rem;display:block; }
#Q9pZSEUeTppWxlRD2W3Mr1C007VEesJQ { color:rgba(var(--color-secondary-2),1);display:block;width:25.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:17.1875rem;left:28.55078125rem;text-align:left;text-align-last:left;display:block; }
#GfPXCU5QZL5OWOafDU9RQ4XGlJE1ZveL { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:20.15625rem;left:28.25rem;display:block; }
#q595ZhUv80fXddyuJhcw25GtdFCNtdx3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hANfmEpE66HSR5Ezh5leqk0eXIBF5ZfW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:60rem;display:none; }
#nEEa59CWPzpt9vBHMv6AWxQ04oMzQkrP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:26.0625rem;display:none; }
#PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8e5;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; }#PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK > .row .container { background-color: transparent; background-image: none; }#PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK > .row .container > .video-iframe-container { display: none; }#PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK > .row > .video-iframe-container { display: none; }#PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK > .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); }#PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK > .row .container { border-width: 0; border-radius: 0; }#PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:60rem;position:relative;display:block; }#U9z4zmydyAVopkmKHbkNceSqIqUgvTWM { color:rgba(var(--color-primary-2),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZbTQMySRSaUAgQ1171zob2gmCImnfmNO { display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:12.1416015625rem;left:3.25rem;height:;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }#ZbTQMySRSaUAgQ1171zob2gmCImnfmNO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZbTQMySRSaUAgQ1171zob2gmCImnfmNO li:before{  }
#SUrrrp0UlTkK6Da3fdZJBc1cFUL3goqm { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.121125rem;height:3.999025rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:45.2509765625rem;left:21.25rem;display:block; }
#n09PQhZmsJ8bwg3p2bEIf1e5L3lwP2B0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wzoevqB1IkBh7EniJIWewDXhdAb4bdwZ { display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:9.1259765625rem;left:3.25rem;height:33.171875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:none; }#wzoevqB1IkBh7EniJIWewDXhdAb4bdwZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wzoevqB1IkBh7EniJIWewDXhdAb4bdwZ li:before{  }
#MT1sDb6T8yry4K8Ec2H58EA26o4hvpAA { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:7.25rem;left:1.625rem;display:block; }
#IZd8g0JXh5Imv8mcmXZwaqZ12kFntT7I { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),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.0625rem;width:56.875rem;top:7.3125rem;left:1.625rem;display:block; }
#mM3ncuU7WEfo67Dvu4TC20UEhoCGWy39 { display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:9.1259765625rem;left:3.25rem;height:2.0244125rem;color:rgba(var(--color-secondary-2),1);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; }
#hyMl3xPqdgIdgdznTTVH0nFBicz4Ey9e { display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:9.125rem;left:33.25rem;height:2.0244125rem;color:rgba(var(--color-secondary-2),1);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; }
#pUP2ahxxdTptdFKscKTLWKRrZTnI3Z80 { display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.125rem;left:33.25rem;height:;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }#pUP2ahxxdTptdFKscKTLWKRrZTnI3Z80 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pUP2ahxxdTptdFKscKTLWKRrZTnI3Z80 li:before{  }
#QD4zGnCmgVcikJXnRtXLcRJU27QUBIrs { display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:31.4375rem;left:3.25rem;height:2.0244125rem;color:rgba(var(--color-secondary-2),1);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; }
#HpyeXfbH6QyfIkZUdbTqakidg0qMiGmg { display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:34.4375rem;left:3.25rem;height:9.121125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }#HpyeXfbH6QyfIkZUdbTqakidg0qMiGmg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HpyeXfbH6QyfIkZUdbTqakidg0qMiGmg li:before{  }
#pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c3960;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; }#pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS > .row .container { background-color: transparent; background-image: none; }#pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS > .row .container > .video-iframe-container { display: none; }#pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS > .row > .video-iframe-container { display: none; }#pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS > .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); }#pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS > .row .container { border-width: 0; border-radius: 0; }#pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:60rem;position:relative;display:block; }#ZM29S8ExeE7FDV9UxokdFQd6Nfnnodh5 { color:#e6e8e5;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15019;line-height:.8;letter-spacing:0;top:6.9375rem;left:2.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hpG1BV2KbB8UkHF9tTeS9eVvt17JevKF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.75rem;left:8.4375rem; }
#APSmcLs7sgexJpJlr2kcahILZDBBzTXm { color:#e6e8e5;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:9.0625rem;left:3.25rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h6qBPqT86aa7kBLphXJ4vL25W0EzQr2T { color:#e6e8e5;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:.8;letter-spacing:0;top:7rem;left:23.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTBEgi2goJbWxHFzDHZnwzmwSy7T5rcv { color:#e6e8e5;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:9.125rem;left:22.125rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WLIQ6m5OerOctsMeftsnhy9zQU9hZKAu { color:#e6e8e5;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:.8;letter-spacing:0;top:6.8125rem;left:45.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GGoqUtvHuoLthpggD0U4u6Aqrw4vU1Eg { color:#e6e8e5;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:8.9375rem;left:42.875rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OcCHIMJ96sIDg6eBIkLUtz229IOnl7kf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2.9375rem;left:48.8125rem; }
#CMyCWmuo0ne4DqVZbyy3Jvq2wKLl3P8G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2.75rem;left:28.4375rem; }
#Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8e5;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; }#Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79 > .row .container { background-color: transparent; background-image: none; }#Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79 > .row .container > .video-iframe-container { display: none; }#Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79 > .row > .video-iframe-container { display: none; }#Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79 > .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); }#Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79 > .row .container { border-width: 0; border-radius: 0; }#Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79 > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#Ncr8TkQEgTrXEo5ILri1EJ9Zw8bGvS1s { color:#474747;display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:15.9375rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cDZSKork3TlmWsAu5gRz1uqNoBoarpvR { color:#474747;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:16.0625rem;left:15.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tsw22Hr8uyP8avJFlz2zWZzzWWw4eciO { color:#474747;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:15.9375rem;left:47.8125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBZ6LPMzvwUqBGqTTN0AwMof1BxHbPME { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),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.0625rem;width:56.875rem;top:8rem;left:1.5625rem;display:block; }
#FTTcTG5eqB8oxtJ4xb1UKP2963C1yOiA { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:7.9375rem;left:1.5625rem;display:block; }
#RGAqfRTOhPkudTcOeBOIZ5vTlPtEm6eZ { color:#474747;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:16.3125rem;left:31.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFFmTtV1u3pFLqxPl9G4TORWLlyPQQoh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:11.875rem;left:4.25rem; }
#ctXhbQelfdVgh0aqLtRWAuMTha27blaQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.874025rem;width:2.874025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:11.875rem;left:19.8125rem; }
#dHTp7qLlTZlUrW8Py6lKIRR8uHyFsOOV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:12.125rem;left:36.1875rem; }
#S7OizouR56t87oP1wotHkV7x7HEPZb8q { color:#474747;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:19.8125rem;left:0.4375rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qRVtIGintsyiwBeQIBCMHrX18fHDwlRW { color:#474747;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:19.8125rem;left:15.5rem;height:4.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgSA1SoOweZbcnZIKWb4hQdrgf92hNcO { color:#474747;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:20.0625rem;left:31rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zzzIiEqTAh9iLXb37aVztIbdss3TAeOA { color:#474747;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:20.0625rem;left:47.3125rem;height:6.597625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2hJH7c5t73lWVlcQcvLdQcyofWoMXHk { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.121125rem;height:3.999025rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:28.375rem;left:21.4375rem;display:block; }
#CvFkOOOlILZOq2dMmN3QVGx7NAxAlJmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M0GLAgLXSpGwfgVU6ohKZSmB6vMAd90R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:12rem;left:52.3125rem; }
#yqiVcZ4qDBFSRtoi0Wme5KReAtO4FH4R { color:rgba(var(--color-primary-2),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RUBR29ysIfdLQT286CNzlSSrXH1evePW { position:relative;display:block; }#RUBR29ysIfdLQT286CNzlSSrXH1evePW { background-color: transparent; background-image: none; }#RUBR29ysIfdLQT286CNzlSSrXH1evePW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row .container > .video-iframe-container { display: none; }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row > .video-iframe-container { display: none; }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .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); }#RUBR29ysIfdLQT286CNzlSSrXH1evePW { border-width: 0; border-radius: 0; }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OnS2hbynNJ0kqWegDn3Vms7Q4s3wOGSW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:6.625rem;top:2.34375rem;left:0rem;overflow:hidden;display:block; }
#cPKbnuFhZTNFV4aKkg3oco72wJNwdtzl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.1875rem;top:1.15625rem;left:8.625rem;overflow:hidden;display:block; }
#SkIs4qLPomKBmFl3v8141xBNmmpJxNig { box-sizing:content-box;height:5.9375rem;width:0.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:3.28125rem;left:7.8125rem;display:block; }
#qRhFI4QoFHkStxFzqwBz3NvuuSnJpdKk { color:rgba(var(--color-tertiary-1),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4562492370606rem;left:34.375rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#ARUpZIkTx04oylCgbiwLmuqcb4pi0eWa { color:rgba(var(--color-tertiary-1),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:34.375rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#zgno7uC9LDzWVP2Gi2MlHKR4GMGk6h6N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.1875rem;left:57.875rem; }
#zgno7uC9LDzWVP2Gi2MlHKR4GMGk6h6N > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#uO4TVwqAWtI5WBB9Nw7pkURaUodIhdGF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.1875rem;left:54.6875rem; }
#uO4TVwqAWtI5WBB9Nw7pkURaUodIhdGF > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uq3CHUCNqegQld148gx51oHbvGX0dyxJ { display:block; }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShooW7pR0nU9oEM7qcS9TAnXlahnawCn { width:17.0625rem;height:3.9375rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T79TxZBEZuTkFQzGCOLgkihXUbGATfuT { display:block; }
 }@media only screen and (max-width: 763px) { #MiAx5TFvwUDE7oyGW31PmDSZpBamiJZ6 { top:24.9375rem;left:0rem;width:20.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSHoF5eyQ0L5BSdExtuh7blTM62CQlyA { top:1.875rem;left:0rem;width:5.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlgATqusUS7uESNyTk2CGufT4ZdkWz7X { top:9.4375rem;left:0rem;width:14.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb8tIhColGAyxfUAlTKP0ZBxuJ0m2QAe { top:9.625rem;left:0rem;width:12.125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlpgbkGCMgic6BX0MOyFAtRoumTVN7qs { top:12.5rem;left:0rem;width:42.1875rem;height:7rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqbCsDmQB8EmbSZiNKxCrgDySr8sdWTD { top:21rem;left:0rem;width:32.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzF122SrooUU1uEuCCSRtW01HuCoolHe { display:none; }#DzF122SrooUU1uEuCCSRtW01HuCoolHe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7 { display:block; }#xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxLWsTtF5x9X3CLXCLorCfHitlTa2dR1 { top:1.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4srBH5GIypiHTUq4TCdbWTJWoClRc68 { top:1.8125rem;left:17.4375rem;width:30.3125rem;height:2.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBmzcS5UN8l5I3bdZriS5HGFvfZGWy6B { top:4.1875rem;left:11.9375rem;width:35.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oulgv923PvqQSBQNf0AqV7tI4pb8x76H { top:1.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLUeVC3moeygBQfaFP8oi2dt7X2d2UXU { top:1.125rem;left:2.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBUD3ulOIei06AyBePwiuJpPpLVeZQno { top:1.125rem;left:6.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgCETDiiTkXEZMUO3kQi3e47ILVC1002 { top:1.125rem;left:10.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROPTINoVenKB0hn9d32RW4LbVEzQhSWB { display:block; }#ROPTINoVenKB0hn9d32RW4LbVEzQhSWB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7k1FF21bUwws746obnIXkN3HSr95Oqh { width:47.75rem;height:22.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVw8T23HaRCI6ixE4MN1NhG5ogTuw51R { top:1.375rem;left:0rem;width:20.625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0wgEFCTphXzIJ7aqkUr7iXHtogUsxTl { top:5.1875rem;left:19.36328125rem;width:26.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylEEDLKyITTZhggUTEPiNKuVfbSJncTM { top:2.875rem;left:0rem;width:11.6875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9usqXuPaGWyeQvBdDOxUHRHITPQTxIa { top:9.0625rem;left:19.36328125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #viWRpHFrx2rBCe0dc5G549zRRkhmgXeU { top:9.6875rem;left:22.42578125rem;width:8.1875rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2oDDZ6hM3wl0bhzCWlMdBelyVTKcTpp { top:9.0625rem;left:31.5625rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnN2h8Qlby4wBTpuANlRs09pgV1Sb41J { top:9.6875rem;left:35.3125rem;width:8.1875rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXdG6vofyTWI8oS6LUxgJuCKIZm9JTKh { top:13.375rem;left:18.98828125rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqJ0DfxP5cRpHCOAd9K6kdLhWg0po8uw { top:13.0625rem;left:22.42578125rem;width:8.1875rem;height:1.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4mQWhmgZCgkFKs4v8nenJnhHEhfei5D { top:14.125rem;left:22.42578125rem;width:9.5rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvlqncNfiITJGMiwXVHrvoDpSDPSGkNF { top:13.5625rem;left:31.375rem;width:13.1875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SR7Zspfa8GnnDCXhgTvIUnCu6kaFfG3n { top:16.375rem;left:22.42578125rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIdwWOQae6HJw0wKacrxHizTkk3S3gGO { top:17.1875rem;left:22.42578125rem;width:25.1875rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZMRW9WR7iumzuseo1af68KugPwl8wpW { width:24.5625rem;height:3rem;top:20.1875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN7P5lzm5TF8bRt1aeJ1mobVTv2WMgDM { display:block; }
 }@media only screen and (max-width: 763px) { #l1bTShJhvV6tqhno58TyTeN2QUWKZlJ5 { width:47.75rem;height:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V { display:block; }#GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTqZIdrQ3GuTcves8dQU3OVIg4fo1C7K { width:47.75rem;height:22.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwioFdAI50tbAE4AvCB3xAN4knDW9OTC { top:1.375rem;left:0.61328125rem;width:16.375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpnLlx5LBtH8kZ0zM1ey1KzW9FTDWTNK { top:4.1875rem;left:19.36328125rem;width:20.9375rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqLGiDUeDm8MlgVNJD0HrHlZtlSmPETn { top:2.875rem;left:0rem;width:11.6875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZBJr9DCIks4DinnPGcGhnNFFftEEgVe { top:9.5625rem;left:19.36328125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrmExRgV0q1SgPqtRh1NwiNPqsWNl79h { top:10.1875rem;left:22.42578125rem;width:8.1875rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmU2qaAta2Uy0cLrQyOvWCkt3lwGDhhZ { top:9.5625rem;left:31.5625rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZTHFXNTJAzMHSTbtvcypvceva3KI0GN { top:9.5625rem;left:35.3125rem;width:8.1875rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4U8utGCnmskxGVniB91tAHnEUyI9gSA { top:13.875rem;left:18.98828125rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQOABl6SgPwvtpdqkVUNdO3vlmz7XyzT { top:13.5625rem;left:22.42578125rem;width:8.1875rem;height:;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObZ3AUbwg83ANakaSShmqtKxwTTA31oe { top:14.625rem;left:22.42578125rem;width:10.4375rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #COazsP0436prlXinTVhy7UfZtTPgfKoT { top:14.0625rem;left:32.5625rem;width:13.1875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUcWQU736nztylinL1NTTykUkqV2HTm3 { top:16.875rem;left:22.42578125rem;width:22.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtpTlZoZ9686uD8eLT1UvB8MIJR0l8MT { top:17.6875rem;left:22.42578125rem;width:25.1875rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAUdL0a8baMZILdnqPpFurAJMqELWdui { width:24.5625rem;height:3rem;top:20.5625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTIIre7zs7AMCDKN9Hpwzfv70BLnD7qH { display:block; }
 }@media only screen and (max-width: 763px) { #qVOVGpp739LfqTFBKgT6MC0cZlAmn6LJ { width:47.75rem;height:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot { display:block; }#iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuSkToif3QLH9IuJ2T1uL0xzTXxQgikA { width:47.75rem;height:22.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfLRXkv2VHCQNAf78TaZRm8ua4bO6sz4 { top:1.375rem;left:0.73828125rem;width:16.625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXbMDw0M8scNLlgdLsg9xPFihdTppQ1A { top:5.1875rem;left:19.36328125rem;width:26.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6X520VTibkXnoN6fkGVTN3O5JD2nkr2 { top:2.875rem;left:0rem;width:11.6875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPVTCJ24yPN6ZK0KerUFKOHfOuhtWTF9 { top:9.0625rem;left:19.36328125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbQfuqPcyUg8ZzI7hiUXFT7m7ce8OkHt { top:9.6875rem;left:22.42578125rem;width:8.1875rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7ykgcweVM4JxCJMnhMk2d9fHyDJ5BUe { top:9.0625rem;left:31.5625rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwCDRQJEH1f1Av6twTqKGSXCmDZ4FoXv { top:9rem;left:35.3125rem;width:8.1875rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4PfBVUDt9AXItwpS3G51XXLNfPZI6IJ { top:13.375rem;left:18.98828125rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERK0zes6x1XWFIJWisFTfyJRN5r0i0wh { top:13.0625rem;left:22.42578125rem;width:8.1875rem;height:1.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XF8K3COu4kfSQ1SwnnoSwTXUC7q8duGi { top:14.125rem;left:22.42578125rem;width:9.5rem;height:2.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXLimgPJEiIOUzPKH9fX8hWPe14ZUr2m { top:13.5625rem;left:31.375rem;width:13.1875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqEvq2SKyJvyPCA4n3Ties9QFINrTMB8 { top:16.375rem;left:22.42578125rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqhl8SX7CWI2T6C62mlTixi7aqPqx4zd { top:17.1875rem;left:22.42578125rem;width:25.1875rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4imrfI9OqCARvgOp3uBMh0lW0LBI9Jk { width:24.5625rem;height:3rem;top:20.1875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqGUTKtK4bMc31m341NelMO9WcBCNoUp { display:block; }
 }@media only screen and (max-width: 763px) { #vclhHaUSzd8UmQwwxMfPm4FH7KQpN6Uo { width:47.75rem;height:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rodwvuqeUJDDvy80digAtPLegILH121S { width:22rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr { display:block; }#A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3AUKDKicImkOPcGrx15p4SdiPS5Bddo { width:47.75rem;height:22.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKQw1GdG2839QhPPf3faHNHWHdgzMUHZ { top:1.375rem;left:0.48828125rem;width:18.9375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrRfBViORx6mBADxczETTUgf9ZcVdneT { top:5.1875rem;left:19.36328125rem;width:26.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCnqU9iJqHMwstAeAUa90FFAcwe2NFtA { top:2.875rem;left:0rem;width:11.6875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw8wloMntoLi21k6IiinzX3my2r5e3FG { top:9.0625rem;left:19.36328125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6Bux1Iyn5N5Me3lHHPardKiVoB96nt1 { top:9.6875rem;left:22.42578125rem;width:8.1875rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gh6QahTVzBvOqyfHnGzAyV7pcFlnlrCZ { top:9.0625rem;left:31.5625rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfX3hck3HSXvrrukUxaNbngVlepC5dpN { top:9.6875rem;left:35.3125rem;width:8.1875rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRB7U2O0fQOWxRsHwDxLx0irTKcKCsDP { top:13.375rem;left:18.98828125rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZ4QEaz4JRtqf0UA4KGGt2N3X3gCWeo3 { top:13.0625rem;left:22.42578125rem;width:8.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UncoaG9KTb4N4iqB7bapwwtkNWCSmhS1 { top:14.125rem;left:22.42578125rem;width:9.5rem;height:2.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTmfRc4v3nMgcdnwvZoXQ6LZ5IyskZik { top:13.5625rem;left:31.375rem;width:13.1875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQbFri30yWu0FN6AONtHDJeFnuzNiBfX { top:16.375rem;left:22.42578125rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ4vvo0yWSno5iuZv6RV72yInH3JXRWa { top:17.1875rem;left:22.42578125rem;width:25.1875rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxhFkItS2ahFIQt39hdoS60iHXKCEXOx { width:24.5625rem;height:3rem;top:20.1875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNkVbNCRW8UIhMmOQVFkub1mcbSqiFdq { display:block; }
 }@media only screen and (max-width: 763px) { #hDnk2LyrmcFNt9W4bi956zTqoxvTWlpR { width:47.75rem;height:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU { display:block; }#UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFCAzxbXTqxny6xTJ4iQhdJLEezwUb6R { width:47.75rem;height:22.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svuyxf3Ke6FSMc5wmoAo45v4fxXzi3rw { top:1.375rem;left:0rem;width:19.8125rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liDvV9IgZesNEBVI3LJLA8kZXTrdcHh6 { top:5.1875rem;left:19.36328125rem;width:27.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ1MsqeuSUwNiyL76J5BM1sMIgyGrtky { top:2.875rem;left:0rem;width:11.6875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEoHPT4zM6DytdwPNtApnUD1VMJfrdfx { top:9.0625rem;left:19.36328125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWR3xBvJqSHOyq70IxC6N9V2eWIBXnnM { top:9.6875rem;left:22.42578125rem;width:8.1875rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F66PF0VTTCy9Bw7HBJsyR8k6hPRWI5Ur { top:9.0625rem;left:31.5625rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACCyIsCSSfgbgRiRRJLV0OKc5vrLVsyL { top:9.6875rem;left:35.3125rem;width:8.1875rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #adhSEaLtn7RvERrbslRvdrFWCZHfm0yk { top:13.375rem;left:18.98828125rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E22TEODVKwhGJwn9XqiVTtHgW5pA81Nu { top:13.0625rem;left:22.42578125rem;width:8.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJpd8vfbT9sOo3tC5DTJs7IWc0yqtvX9 { top:14.125rem;left:22.42578125rem;width:9.5rem;height:2.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJChJJbabTrD17HbKftyugQ8x6QNmAT3 { top:13.5625rem;left:31.375rem;width:13.1875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwoAqI5PbtbIZLJTxZazJzvZE0xxD06O { top:16.375rem;left:22.42578125rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9pZSEUeTppWxlRD2W3Mr1C007VEesJQ { top:17.1875rem;left:22.42578125rem;width:25.1875rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GfPXCU5QZL5OWOafDU9RQ4XGlJE1ZveL { width:24.5625rem;height:3rem;top:20.1875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q595ZhUv80fXddyuJhcw25GtdFCNtdx3 { display:block; }
 }@media only screen and (max-width: 763px) { #hANfmEpE66HSR5Ezh5leqk0eXIBF5ZfW { width:47.75rem;height:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEEa59CWPzpt9vBHMv6AWxQ04oMzQkrP { width:26.0625rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK { display:block; }#PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9z4zmydyAVopkmKHbkNceSqIqUgvTWM { width:34.4375rem;height:2.875rem;top:3.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbTQMySRSaUAgQ1171zob2gmCImnfmNO { width:23.5rem;height:;top:12.125rem;left:0.1875rem;font-size:0.875rem;display:block; }#ZbTQMySRSaUAgQ1171zob2gmCImnfmNO li:before{  }
 }@media only screen and (max-width: 763px) { #SUrrrp0UlTkK6Da3fdZJBc1cFUL3goqm { width:17.0625rem;height:3.9375rem;top:45.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n09PQhZmsJ8bwg3p2bEIf1e5L3lwP2B0 { display:block; }
 }@media only screen and (max-width: 763px) { #wzoevqB1IkBh7EniJIWewDXhdAb4bdwZ { width:20rem;height:;top:7.0625rem;left:0rem;font-size:1rem;display:none; }#wzoevqB1IkBh7EniJIWewDXhdAb4bdwZ li:before{  }
 }@media only screen and (max-width: 763px) { #MT1sDb6T8yry4K8Ec2H58EA26o4hvpAA { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZd8g0JXh5Imv8mcmXZwaqZ12kFntT7I { width:47.75rem;height:0.0625rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM3ncuU7WEfo67Dvu4TC20UEhoCGWy39 { width:23.5rem;height:0;top:9.125rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyMl3xPqdgIdgdznTTVH0nFBicz4Ey9e { width:23.5rem;height:2rem;top:9.125rem;left:24.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUP2ahxxdTptdFKscKTLWKRrZTnI3Z80 { width:23.5rem;height:;top:12.125rem;left:24.0625rem;font-size:0.875rem;display:block; }#pUP2ahxxdTptdFKscKTLWKRrZTnI3Z80 li:before{  }
 }@media only screen and (max-width: 763px) { #QD4zGnCmgVcikJXnRtXLcRJU27QUBIrs { width:23.5rem;height:2rem;top:31.4375rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpyeXfbH6QyfIkZUdbTqakidg0qMiGmg { width:23.5rem;height:;top:34.4375rem;left:0.1875rem;font-size:0.875rem;display:block; }#HpyeXfbH6QyfIkZUdbTqakidg0qMiGmg li:before{  }
 }@media only screen and (max-width: 763px) { #pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS { display:block; }#pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZM29S8ExeE7FDV9UxokdFQd6Nfnnodh5 { top:6.9375rem;left:0.5625rem;width:14.75rem;height:1.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpG1BV2KbB8UkHF9tTeS9eVvt17JevKF { top:2.75rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APSmcLs7sgexJpJlr2kcahILZDBBzTXm { top:9.0625rem;left:1.1875rem;width:13.5625rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6qBPqT86aa7kBLphXJ4vL25W0EzQr2T { top:7rem;left:17.375rem;width:12.0625rem;height:1.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTBEgi2goJbWxHFzDHZnwzmwSy7T5rcv { top:9.125rem;left:15.9375rem;width:15.75rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLIQ6m5OerOctsMeftsnhy9zQU9hZKAu { top:6.8125rem;left:34.8125rem;width:9.75rem;height:1.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGoqUtvHuoLthpggD0U4u6Aqrw4vU1Eg { top:8.9375rem;left:32.5625rem;width:14.25rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcCHIMJ96sIDg6eBIkLUtz229IOnl7kf { top:2.9375rem;left:38.5rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMyCWmuo0ne4DqVZbyy3Jvq2wKLl3P8G { top:2.75rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79 { display:block; }#Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ncr8TkQEgTrXEo5ILri1EJ9Zw8bGvS1s { width:11.4375rem;height:3rem;top:15.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDZSKork3TlmWsAu5gRz1uqNoBoarpvR { width:10.9375rem;height:3rem;top:16.0625rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsw22Hr8uyP8avJFlz2zWZzzWWw4eciO { width:11.6875rem;height:3rem;top:15.9375rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBZ6LPMzvwUqBGqTTN0AwMof1BxHbPME { width:47.75rem;height:0.0625rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTcTG5eqB8oxtJ4xb1UKP2963C1yOiA { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGAqfRTOhPkudTcOeBOIZ5vTlPtEm6eZ { width:11.3125rem;height:3rem;top:16.3125rem;left:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFFmTtV1u3pFLqxPl9G4TORWLlyPQQoh { width:2.9375rem;height:2.9375rem;top:11.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctXhbQelfdVgh0aqLtRWAuMTha27blaQ { width:2.8125rem;height:2.8125rem;top:11.875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHTp7qLlTZlUrW8Py6lKIRR8uHyFsOOV { width:2.5rem;height:2.5rem;top:12.125rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7OizouR56t87oP1wotHkV7x7HEPZb8q { top:19.8125rem;left:0rem;width:10.5625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRVtIGintsyiwBeQIBCMHrX18fHDwlRW { top:19.8125rem;left:4.375rem;width:11.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgSA1SoOweZbcnZIKWb4hQdrgf92hNcO { top:20.0625rem;left:18.9375rem;width:12.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzzIiEqTAh9iLXb37aVztIbdss3TAeOA { top:20.0625rem;left:34.9375rem;width:12.6875rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2hJH7c5t73lWVlcQcvLdQcyofWoMXHk { width:17.0625rem;height:3.9375rem;top:28.375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvFkOOOlILZOq2dMmN3QVGx7NAxAlJmQ { display:block; }
 }@media only screen and (max-width: 763px) { #M0GLAgLXSpGwfgVU6ohKZSmB6vMAd90R { width:2.6875rem;height:2.6875rem;top:12rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqiVcZ4qDBFSRtoi0Wme5KReAtO4FH4R { width:34.4375rem;height:2.875rem;top:3.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUBR29ysIfdLQT286CNzlSSrXH1evePW { display:block; }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnS2hbynNJ0kqWegDn3Vms7Q4s3wOGSW { top:2.3125rem;left:0rem;width:6.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPKbnuFhZTNFV4aKkg3oco72wJNwdtzl { top:1.125rem;left:2.5rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkIs4qLPomKBmFl3v8141xBNmmpJxNig { top:3.25rem;left:1.6875rem;width:0.0625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRhFI4QoFHkStxFzqwBz3NvuuSnJpdKk { top:8.4375rem;left:22.125rem;width:25.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARUpZIkTx04oylCgbiwLmuqcb4pi0eWa { top:3.5625rem;left:22.125rem;width:25.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgno7uC9LDzWVP2Gi2MlHKR4GMGk6h6N { top:5.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
#zgno7uC9LDzWVP2Gi2MlHKR4GMGk6h6N > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #uO4TVwqAWtI5WBB9Nw7pkURaUodIhdGF { top:5.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
#uO4TVwqAWtI5WBB9Nw7pkURaUodIhdGF > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uq3CHUCNqegQld148gx51oHbvGX0dyxJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1c66e3a7-fc7b-4545-8448-d2bf137a178f/Header_LP_processo26_mobile2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ.adaptive-delivery-prevent-bg, #uq3CHUCNqegQld148gx51oHbvGX0dyxJ.lazyload, #uq3CHUCNqegQld148gx51oHbvGX0dyxJ.lazyloading { background-image: none; }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row .container { background-color: transparent; background-image: none; }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row .container > .video-iframe-container { display: none; }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row > .video-iframe-container { display: none; }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .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); }#uq3CHUCNqegQld148gx51oHbvGX0dyxJ > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShooW7pR0nU9oEM7qcS9TAnXlahnawCn { width:15.8105625rem;height:3.31055rem;top:38.375rem;left:2.09375rem;font-size:1.0625rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #T79TxZBEZuTkFQzGCOLgkihXUbGATfuT { display:block; }
 }@media only screen and (max-width: 763px) { #MiAx5TFvwUDE7oyGW31PmDSZpBamiJZ6 { width:16.125rem;height:0;top:16.85546875rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tSHoF5eyQ0L5BSdExtuh7blTM62CQlyA { width:4.375rem;height:5.1875rem;top:0.841796875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlgATqusUS7uESNyTk2CGufT4ZdkWz7X { width:10.125rem;height:1.5625rem;top:7.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb8tIhColGAyxfUAlTKP0ZBxuJ0m2QAe { width:9.5625rem;height:1.3125rem;top:7.5rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlpgbkGCMgic6BX0MOyFAtRoumTVN7qs { width:20rem;height:5.4375rem;top:9.998046875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TqbCsDmQB8EmbSZiNKxCrgDySr8sdWTD { width:20rem;height:1.3125rem;top:16rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzF122SrooUU1uEuCCSRtW01HuCoolHe { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d80fd70-e3ca-4503-a860-6499544f90a9/Header_LP_processo26_mobile_faixa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DzF122SrooUU1uEuCCSRtW01HuCoolHe.adaptive-delivery-prevent-bg, #DzF122SrooUU1uEuCCSRtW01HuCoolHe.lazyload, #DzF122SrooUU1uEuCCSRtW01HuCoolHe.lazyloading { background-image: none; }#DzF122SrooUU1uEuCCSRtW01HuCoolHe > .row .container { background-color: transparent; background-image: none; }#DzF122SrooUU1uEuCCSRtW01HuCoolHe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzF122SrooUU1uEuCCSRtW01HuCoolHe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzF122SrooUU1uEuCCSRtW01HuCoolHe > .row .container > .video-iframe-container { display: none; }#DzF122SrooUU1uEuCCSRtW01HuCoolHe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzF122SrooUU1uEuCCSRtW01HuCoolHe > .row > .video-iframe-container { display: none; }#DzF122SrooUU1uEuCCSRtW01HuCoolHe > .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); }#DzF122SrooUU1uEuCCSRtW01HuCoolHe > .row .container { border-width: 0; border-radius: 0; }#DzF122SrooUU1uEuCCSRtW01HuCoolHe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DzF122SrooUU1uEuCCSRtW01HuCoolHe > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7 { display:block; }#xvOVrTPUTxHEkVihATaig5UFTv1Dwtd7 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxLWsTtF5x9X3CLXCLorCfHitlTa2dR1 { display:flex;width:4.0625rem;height:4.0625rem;top:0.9375rem;left:2.0625rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #s4srBH5GIypiHTUq4TCdbWTJWoClRc68 { width:20rem;height:1.81274375rem;top:5rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hBmzcS5UN8l5I3bdZriS5HGFvfZGWy6B { width:19.43725rem;height:5.95rem;top:7.9345703125rem;left:0.279541015625rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #oulgv923PvqQSBQNf0AqV7tI4pb8x76H { display:flex;width:4.0625rem;height:4.0625rem;top:0.9375rem;left:5.1875rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #xLUeVC3moeygBQfaFP8oi2dt7X2d2UXU { display:flex;width:4.0625rem;height:4.0625rem;top:0.9375rem;left:8.125rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #SBUD3ulOIei06AyBePwiuJpPpLVeZQno { display:flex;width:4.0625rem;height:4.0625rem;top:0.9375rem;left:11.0625rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #SgCETDiiTkXEZMUO3kQi3e47ILVC1002 { display:flex;width:4.0625rem;height:4.0625rem;top:0.9375rem;left:13.875rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #ROPTINoVenKB0hn9d32RW4LbVEzQhSWB { display:block; }#ROPTINoVenKB0hn9d32RW4LbVEzQhSWB > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7k1FF21bUwws746obnIXkN3HSr95Oqh { width:18.75rem;height:24.125rem;top:2.125rem;left:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SVw8T23HaRCI6ixE4MN1NhG5ogTuw51R { width:13.625rem;height:15.6875rem;top:10.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0wgEFCTphXzIJ7aqkUr7iXHtogUsxTl { width:12.5625rem;height:2.8125rem;top:3.53125rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #ylEEDLKyITTZhggUTEPiNKuVfbSJncTM { width:11.6875rem;height:22.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9usqXuPaGWyeQvBdDOxUHRHITPQTxIa { display:flex;top:8.125rem;left:1.5625rem;width:1.5625rem;height:1.5625rem;z-index:15010;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #viWRpHFrx2rBCe0dc5G549zRRkhmgXeU { top:8.3125rem;left:3.75rem;width:8.1875rem;height:1.13671875rem;z-index:15007;font-size:0.875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w2oDDZ6hM3wl0bhzCWlMdBelyVTKcTpp { display:flex;top:8.0625rem;left:9.75rem;width:1.6875rem;height:1.6875rem;z-index:15011;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #dnN2h8Qlby4wBTpuANlRs09pgV1Sb41J { top:8.3125rem;left:12.25rem;width:6.875rem;height:1.13671875rem;z-index:15007;font-size:0.875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RXdG6vofyTWI8oS6LUxgJuCKIZm9JTKh { display:flex;top:11.0625rem;left:1.5rem;width:1.6875rem;height:1.6875rem;z-index:15010;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #RqJ0DfxP5cRpHCOAd9K6kdLhWg0po8uw { top:10.75rem;left:3.75rem;width:8.1875rem;height:0.89355625rem;z-index:15007;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:#717171;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q4mQWhmgZCgkFKs4v8nenJnhHEhfei5D { top:11.75rem;left:3.6875rem;width:9.5rem;height:2.03125rem;z-index:15007;font-size:1.5625rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JvlqncNfiITJGMiwXVHrvoDpSDPSGkNF { top:13.75rem;left:1.5625rem;width:8.9375rem;height:1.7871125rem;z-index:15007;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:#474747;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SR7Zspfa8GnnDCXhgTvIUnCu6kaFfG3n { width:9.375rem;height:0.0625rem;top:16rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIdwWOQae6HJw0wKacrxHizTkk3S3gGO { top:16.4375rem;left:1.5625rem;width:6.4375rem;height:3.16699375rem;z-index:15007;font-size:0.8125rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-secondary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FZMRW9WR7iumzuseo1af68KugPwl8wpW { width:13.75rem;height:3rem;top:28.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN7P5lzm5TF8bRt1aeJ1mobVTv2WMgDM { display:block; }
 }@media only screen and (max-width: 763px) { #l1bTShJhvV6tqhno58TyTeN2QUWKZlJ5 { top:20.125rem;left:0.625rem;width:18.75rem;height:6.1875rem;z-index:15012;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V { display:block; }#GPw7zBNwXOOKN0ZEyTdVSfgt6TV2an4V > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTqZIdrQ3GuTcves8dQU3OVIg4fo1C7K { width:18.75rem;height:24.125rem;top:2.125rem;left:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #GwioFdAI50tbAE4AvCB3xAN4knDW9OTC { width:10.75rem;height:15.6875rem;top:10.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpnLlx5LBtH8kZ0zM1ey1KzW9FTDWTNK { width:15.125rem;height:2.8125rem;top:3.5625rem;left:2.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #SqLGiDUeDm8MlgVNJD0HrHlZtlSmPETn { width:11.6875rem;height:22.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZBJr9DCIks4DinnPGcGhnNFFftEEgVe { display:flex;top:8.125rem;left:1.5625rem;width:1.5625rem;height:1.5625rem;z-index:15010;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #zrmExRgV0q1SgPqtRh1NwiNPqsWNl79h { top:8.3125rem;left:3.75rem;width:8.1875rem;height:1.13671875rem;z-index:15007;font-size:0.875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FmU2qaAta2Uy0cLrQyOvWCkt3lwGDhhZ { display:flex;top:8.0625rem;left:9.75rem;width:1.6875rem;height:1.6875rem;z-index:15011;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #pZTHFXNTJAzMHSTbtvcypvceva3KI0GN { top:7.8125rem;left:12.25rem;width:6.875rem;height:2.2734375rem;z-index:15007;font-size:0.875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U4U8utGCnmskxGVniB91tAHnEUyI9gSA { display:flex;top:11.0625rem;left:1.5rem;width:1.6875rem;height:1.6875rem;z-index:15010;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #BQOABl6SgPwvtpdqkVUNdO3vlmz7XyzT { top:10.75rem;left:3.75rem;width:8.1875rem;height:0.89355625rem;z-index:15007;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:#717171;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ObZ3AUbwg83ANakaSShmqtKxwTTA31oe { top:11.75rem;left:3.6875rem;width:10.4375rem;height:2.03125rem;z-index:15007;font-size:1.5625rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #COazsP0436prlXinTVhy7UfZtTPgfKoT { top:13.75rem;left:1.5625rem;width:8.9375rem;height:1.7871125rem;z-index:15007;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:#474747;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tUcWQU736nztylinL1NTTykUkqV2HTm3 { width:9.375rem;height:0.0625rem;top:16rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtpTlZoZ9686uD8eLT1UvB8MIJR0l8MT { top:16.4375rem;left:1.5625rem;width:7.125rem;height:3.16699375rem;z-index:15007;font-size:0.8125rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-secondary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HAUdL0a8baMZILdnqPpFurAJMqELWdui { width:13.75rem;height:3rem;top:28.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTIIre7zs7AMCDKN9Hpwzfv70BLnD7qH { display:block; }
 }@media only screen and (max-width: 763px) { #qVOVGpp739LfqTFBKgT6MC0cZlAmn6LJ { top:20.125rem;left:0.625rem;width:18.75rem;height:6.1875rem;z-index:15011;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot { display:block; }#iASvSraP3RRU5T6IXx8guTW2XBrRI3Ot > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuSkToif3QLH9IuJ2T1uL0xzTXxQgikA { width:18.75rem;height:24.125rem;top:2.125rem;left:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #nfLRXkv2VHCQNAf78TaZRm8ua4bO6sz4 { width:10.9375rem;height:15.5625rem;top:10.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXbMDw0M8scNLlgdLsg9xPFihdTppQ1A { width:12.5625rem;height:2.8125rem;top:3.53125rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #e6X520VTibkXnoN6fkGVTN3O5JD2nkr2 { width:11.6875rem;height:22.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPVTCJ24yPN6ZK0KerUFKOHfOuhtWTF9 { display:flex;top:8.125rem;left:1.5625rem;width:1.5625rem;height:1.5625rem;z-index:15010;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #gbQfuqPcyUg8ZzI7hiUXFT7m7ce8OkHt { top:8.3125rem;left:3.75rem;width:6.6875rem;height:1.13671875rem;z-index:15007;font-size:0.875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r7ykgcweVM4JxCJMnhMk2d9fHyDJ5BUe { display:flex;top:8.0625rem;left:9.75rem;width:1.6875rem;height:1.6875rem;z-index:15011;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #lwCDRQJEH1f1Av6twTqKGSXCmDZ4FoXv { top:7.8125rem;left:12.25rem;width:6.875rem;height:2.2734375rem;z-index:15007;font-size:0.875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X4PfBVUDt9AXItwpS3G51XXLNfPZI6IJ { display:flex;top:11.0625rem;left:1.5rem;width:1.6875rem;height:1.6875rem;z-index:15010;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #ERK0zes6x1XWFIJWisFTfyJRN5r0i0wh { top:10.75rem;left:3.75rem;width:8.1875rem;height:0.89355625rem;z-index:15007;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:#717171;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XF8K3COu4kfSQ1SwnnoSwTXUC7q8duGi { top:11.75rem;left:3.6875rem;width:9.5rem;height:1.7871125rem;z-index:15007;font-size:1.375rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wXLimgPJEiIOUzPKH9fX8hWPe14ZUr2m { top:13.75rem;left:1.5625rem;width:8.9375rem;height:1.7871125rem;z-index:15007;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:#474747;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MqEvq2SKyJvyPCA4n3Ties9QFINrTMB8 { width:9.375rem;height:0.0625rem;top:16rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqhl8SX7CWI2T6C62mlTixi7aqPqx4zd { top:16.4375rem;left:1.5625rem;width:7.125rem;height:3.16699375rem;z-index:15007;font-size:0.8125rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-secondary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z4imrfI9OqCARvgOp3uBMh0lW0LBI9Jk { width:13.75rem;height:3rem;top:28.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqGUTKtK4bMc31m341NelMO9WcBCNoUp { display:block; }
 }@media only screen and (max-width: 763px) { #vclhHaUSzd8UmQwwxMfPm4FH7KQpN6Uo { top:20.125rem;left:0.625rem;width:18.75rem;height:6.1875rem;z-index:15009;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rodwvuqeUJDDvy80digAtPLegILH121S { top:10.625rem;left:9.0625rem;width:10.9375rem;height:15.5625rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr { display:block; }#A5bzWsTDLCg16sbQykIzlVEKQH6Tuzqr > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3AUKDKicImkOPcGrx15p4SdiPS5Bddo { width:18.75rem;height:24.125rem;top:2.125rem;left:0.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #MKQw1GdG2839QhPPf3faHNHWHdgzMUHZ { width:12.4375rem;height:15.6875rem;top:10.625rem;left:7.5625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #hrRfBViORx6mBADxczETTUgf9ZcVdneT { width:12.5625rem;height:2.8125rem;top:3.53125rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #NCnqU9iJqHMwstAeAUa90FFAcwe2NFtA { width:11.6875rem;height:22.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qw8wloMntoLi21k6IiinzX3my2r5e3FG { display:flex;top:8.125rem;left:1.5625rem;width:1.5625rem;height:1.5625rem;z-index:15010;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #T6Bux1Iyn5N5Me3lHHPardKiVoB96nt1 { top:8.3125rem;left:3.75rem;width:6.0625rem;height:1.13671875rem;z-index:15007;font-size:0.875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gh6QahTVzBvOqyfHnGzAyV7pcFlnlrCZ { display:flex;top:8.0625rem;left:9.75rem;width:1.6875rem;height:1.6875rem;z-index:15011;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #pfX3hck3HSXvrrukUxaNbngVlepC5dpN { top:8.3125rem;left:12.25rem;width:6.875rem;height:1.13671875rem;z-index:15007;font-size:0.875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WRB7U2O0fQOWxRsHwDxLx0irTKcKCsDP { display:flex;top:11.0625rem;left:1.5rem;width:1.6875rem;height:1.6875rem;z-index:15010;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #RZ4QEaz4JRtqf0UA4KGGt2N3X3gCWeo3 { top:10.75rem;left:3.75rem;width:8.1875rem;height:1.13671875rem;z-index:15007;font-size:0.875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:#717171;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UncoaG9KTb4N4iqB7bapwwtkNWCSmhS1 { top:11.75rem;left:3.6875rem;width:9.5rem;height:1.7871125rem;z-index:15007;font-size:1.375rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UTmfRc4v3nMgcdnwvZoXQ6LZ5IyskZik { top:13.75rem;left:1.5625rem;width:8.9375rem;height:1.7871125rem;z-index:15007;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:#474747;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xQbFri30yWu0FN6AONtHDJeFnuzNiBfX { width:9.375rem;height:0.0625rem;top:16rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ4vvo0yWSno5iuZv6RV72yInH3JXRWa { top:16.4375rem;left:1.5625rem;width:7.125rem;height:3.16699375rem;z-index:15007;font-size:0.8125rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-secondary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dxhFkItS2ahFIQt39hdoS60iHXKCEXOx { width:13.75rem;height:3rem;top:28.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNkVbNCRW8UIhMmOQVFkub1mcbSqiFdq { display:block; }
 }@media only screen and (max-width: 763px) { #hDnk2LyrmcFNt9W4bi956zTqoxvTWlpR { top:20.125rem;left:0.625rem;width:18.75rem;height:6.1875rem;z-index:15006;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU { display:block; }#UTp8ese3VWBXTl04eHnLXhbbZTeqQ9mU > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFCAzxbXTqxny6xTJ4iQhdJLEezwUb6R { width:18.75rem;height:24.125rem;top:2.125rem;left:0.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #svuyxf3Ke6FSMc5wmoAo45v4fxXzi3rw { width:10.9375rem;height:13.1875rem;top:13.125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #liDvV9IgZesNEBVI3LJLA8kZXTrdcHh6 { width:12.5625rem;height:2.8125rem;top:3.53125rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #zJ1MsqeuSUwNiyL76J5BM1sMIgyGrtky { width:11.6875rem;height:22.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEoHPT4zM6DytdwPNtApnUD1VMJfrdfx { display:flex;top:8.125rem;left:1.5625rem;width:1.5625rem;height:1.5625rem;z-index:15010;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #MWR3xBvJqSHOyq70IxC6N9V2eWIBXnnM { top:8.3125rem;left:3.75rem;width:6.0625rem;height:1.13671875rem;z-index:15007;font-size:0.875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F66PF0VTTCy9Bw7HBJsyR8k6hPRWI5Ur { display:flex;top:8.0625rem;left:9.75rem;width:1.6875rem;height:1.6875rem;z-index:15011;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #ACCyIsCSSfgbgRiRRJLV0OKc5vrLVsyL { top:8.3125rem;left:12.25rem;width:6.875rem;height:1.13671875rem;z-index:15007;font-size:0.875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #adhSEaLtn7RvERrbslRvdrFWCZHfm0yk { display:flex;top:11.0625rem;left:1.5rem;width:1.6875rem;height:1.6875rem;z-index:15010;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #E22TEODVKwhGJwn9XqiVTtHgW5pA81Nu { top:10.75rem;left:3.75rem;width:8.1875rem;height:1.13671875rem;z-index:15007;font-size:0.875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:#717171;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WJpd8vfbT9sOo3tC5DTJs7IWc0yqtvX9 { top:11.75rem;left:3.6875rem;width:9.5rem;height:1.7871125rem;z-index:15007;font-size:1.375rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iJChJJbabTrD17HbKftyugQ8x6QNmAT3 { top:13.75rem;left:1.5625rem;width:8.9375rem;height:1.7871125rem;z-index:15007;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:#474747;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JwoAqI5PbtbIZLJTxZazJzvZE0xxD06O { width:9.375rem;height:0.0625rem;top:16rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9pZSEUeTppWxlRD2W3Mr1C007VEesJQ { top:16.4375rem;left:1.5625rem;width:7.125rem;height:3.16699375rem;z-index:15007;font-size:0.8125rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.3;color:rgba(var(--color-secondary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GfPXCU5QZL5OWOafDU9RQ4XGlJE1ZveL { width:13.75rem;height:3rem;top:28.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q595ZhUv80fXddyuJhcw25GtdFCNtdx3 { display:block; }
 }@media only screen and (max-width: 763px) { #hANfmEpE66HSR5Ezh5leqk0eXIBF5ZfW { top:20.125rem;left:0.625rem;width:18.75rem;height:6.1875rem;z-index:15005;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEEa59CWPzpt9vBHMv6AWxQ04oMzQkrP { top:10.625rem;left:7.9375rem;width:13.0625rem;height:15.6875rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK { display:block; }#PK5E9vRHVmL7cavLeCGPtgy3D3xJ5kUK > .row .container { width:20rem;height:101.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9z4zmydyAVopkmKHbkNceSqIqUgvTWM { width:20rem;height:4.798825rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZbTQMySRSaUAgQ1171zob2gmCImnfmNO { width:20rem;height:19.121125rem;top:14.921875rem;left:0rem;font-size:0.875rem;line-height:1.9;display:block; }#ZbTQMySRSaUAgQ1171zob2gmCImnfmNO li:before{  }
 }@media only screen and (max-width: 763px) { #SUrrrp0UlTkK6Da3fdZJBc1cFUL3goqm { width:17.0625rem;height:3.9375rem;top:93.8125rem;left:1.5625rem;font-size:1.0625rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #n09PQhZmsJ8bwg3p2bEIf1e5L3lwP2B0 { display:block; }
 }@media only screen and (max-width: 763px) { #wzoevqB1IkBh7EniJIWewDXhdAb4bdwZ { width:20rem;height:0;top:10.6875rem;left:0rem;font-size:1rem;line-height:1.9;z-index:15005;display:none; }#wzoevqB1IkBh7EniJIWewDXhdAb4bdwZ li:before{  }
 }@media only screen and (max-width: 763px) { #MT1sDb6T8yry4K8Ec2H58EA26o4hvpAA { width:3.75rem;height:0.1875rem;top:8.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZd8g0JXh5Imv8mcmXZwaqZ12kFntT7I { width:20rem;height:0.0625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM3ncuU7WEfo67Dvu4TC20UEhoCGWy39 { width:20rem;height:2.13671875rem;top:11.5rem;left:0rem;font-size:1.125rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyMl3xPqdgIdgdznTTVH0nFBicz4Ey9e { width:20rem;height:2.13671875rem;top:35.625rem;left:0rem;font-size:1.125rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUP2ahxxdTptdFKscKTLWKRrZTnI3Z80 { width:20rem;height:36.2675625rem;top:39.625rem;left:0rem;font-size:0.875rem;line-height:1.9;display:block; }#pUP2ahxxdTptdFKscKTLWKRrZTnI3Z80 li:before{  }
 }@media only screen and (max-width: 763px) { #QD4zGnCmgVcikJXnRtXLcRJU27QUBIrs { width:20rem;height:2.13671875rem;top:77.3125rem;left:0rem;font-size:1.125rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HpyeXfbH6QyfIkZUdbTqakidg0qMiGmg { width:20rem;height:9.5605625rem;top:81rem;left:0rem;font-size:0.875rem;line-height:1.9;display:block; }#HpyeXfbH6QyfIkZUdbTqakidg0qMiGmg li:before{  }
 }@media only screen and (max-width: 763px) { #pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS { display:block; }#pBalUeZPU5D1ocwxzhSZI9c37ba6zKNS > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZM29S8ExeE7FDV9UxokdFQd6Nfnnodh5 { width:13.75rem;height:1.5rem;top:5.4990234375rem;left:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpG1BV2KbB8UkHF9tTeS9eVvt17JevKF { display:flex;width:3.125rem;height:3.125rem;top:1.8115234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #APSmcLs7sgexJpJlr2kcahILZDBBzTXm { width:12.9375rem;height:2.3984375rem;top:7.2490234375rem;left:3.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6qBPqT86aa7kBLphXJ4vL25W0EzQr2T { width:12.8125rem;height:1.5rem;top:14.9375rem;left:3.5927734375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTBEgi2goJbWxHFzDHZnwzmwSy7T5rcv { width:18.25rem;height:2.3984375rem;top:16.9375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLIQ6m5OerOctsMeftsnhy9zQU9hZKAu { width:20rem;height:1.5rem;top:24.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGoqUtvHuoLthpggD0U4u6Aqrw4vU1Eg { width:15.5625rem;height:2.3984375rem;top:26.125rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcCHIMJ96sIDg6eBIkLUtz229IOnl7kf { display:flex;width:2.375rem;height:2.375rem;top:20.75rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #CMyCWmuo0ne4DqVZbyy3Jvq2wKLl3P8G { display:flex;width:3.125rem;height:3.125rem;top:10.94921875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79 { display:block; }#Vnt99CZAsgvVELCtZBfW4sCW4MUqnL79 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ncr8TkQEgTrXEo5ILri1EJ9Zw8bGvS1s { width:14.0625rem;height:1.4619125rem;top:11.4375rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cDZSKork3TlmWsAu5gRz1uqNoBoarpvR { width:13.6875rem;height:1.4619125rem;top:18.875rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tsw22Hr8uyP8avJFlz2zWZzzWWw4eciO { width:13.4375rem;height:1.4619125rem;top:28rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MBZ6LPMzvwUqBGqTTN0AwMof1BxHbPME { width:20rem;height:0.0625rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTcTG5eqB8oxtJ4xb1UKP2963C1yOiA { width:3.75rem;height:0.1875rem;top:8.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGAqfRTOhPkudTcOeBOIZ5vTlPtEm6eZ { width:11.9995rem;height:1.23730625rem;top:35.8125rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EFFmTtV1u3pFLqxPl9G4TORWLlyPQQoh { width:2.5rem;height:2.5rem;top:12.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctXhbQelfdVgh0aqLtRWAuMTha27blaQ { width:2.25rem;height:2.25rem;top:21.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHTp7qLlTZlUrW8Py6lKIRR8uHyFsOOV { width:2.1875rem;height:2.1875rem;top:29.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7OizouR56t87oP1wotHkV7x7HEPZb8q { width:12.9375rem;height:3.59765625rem;top:12.875rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qRVtIGintsyiwBeQIBCMHrX18fHDwlRW { width:12.375rem;height:4.796875rem;top:20.625rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tgSA1SoOweZbcnZIKWb4hQdrgf92hNcO { width:14.9375rem;height:3.59765625rem;top:29.6875rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zzzIiEqTAh9iLXb37aVztIbdss3TAeOA { width:14.625rem;height:5.99609375rem;top:37.375rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;font-family:roboto;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v2hJH7c5t73lWVlcQcvLdQcyofWoMXHk { width:17.0625rem;height:3.9375rem;top:46.125rem;left:1.5rem;font-size:1.0625rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #CvFkOOOlILZOq2dMmN3QVGx7NAxAlJmQ { display:block; }
 }@media only screen and (max-width: 763px) { #M0GLAgLXSpGwfgVU6ohKZSmB6vMAd90R { width:2.1875rem;height:2.1875rem;top:38.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqiVcZ4qDBFSRtoi0Wme5KReAtO4FH4R { width:17.5625rem;height:4.798825rem;top:2.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RUBR29ysIfdLQT286CNzlSSrXH1evePW { background-color:#1c3960;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:block; }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row .container { background-color: transparent; background-image: none; }#RUBR29ysIfdLQT286CNzlSSrXH1evePW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row .container > .video-iframe-container { display: none; }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row > .video-iframe-container { display: none; }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .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); }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row .container { border-width: 0; border-radius: 0; }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RUBR29ysIfdLQT286CNzlSSrXH1evePW > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnS2hbynNJ0kqWegDn3Vms7Q4s3wOGSW { width:5.875rem;height:6.9375rem;top:1.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPKbnuFhZTNFV4aKkg3oco72wJNwdtzl { width:8.5625rem;height:8.5625rem;top:0.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkIs4qLPomKBmFl3v8141xBNmmpJxNig { width:0.0625rem;height:5.9375rem;top:2.1875rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRhFI4QoFHkStxFzqwBz3NvuuSnJpdKk { width:14.3125rem;height:1.625rem;top:15.9873046875rem;left:2.84375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARUpZIkTx04oylCgbiwLmuqcb4pi0eWa { width:20rem;height:0.975rem;top:10.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zgno7uC9LDzWVP2Gi2MlHKR4GMGk6h6N { display:flex;width:2.125rem;height:2.125rem;top:12.5625rem;left:10.5rem; }
#zgno7uC9LDzWVP2Gi2MlHKR4GMGk6h6N > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #uO4TVwqAWtI5WBB9Nw7pkURaUodIhdGF { display:flex;width:2.125rem;height:2.125rem;top:12.5625rem;left:7.375rem; }
#uO4TVwqAWtI5WBB9Nw7pkURaUodIhdGF > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }