.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:245,246,243;--color-primary-1:222,225,214;--color-primary-2:188,194,173;--color-primary-3:94,97,87;--color-primary-4:28,29,26;--color-secondary-0:255,250,255;--color-secondary-1:255,239,255;--color-secondary-2:255,223,254;--color-secondary-3:128,112,127;--color-secondary-4:38,33,38;--color-tertiary-0:255,255,255;--color-tertiary-1:181,187,190;--color-tertiary-2:9,29,37;--color-tertiary-3:5,15,19;--color-tertiary-4:1,3,4;--headlines-font-family:"Yeseva One";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_b34e55b9933e51d3d4cd3b1b685a619771ee3e7b.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { background-color: transparent; background-image: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container > .video-iframe-container { display: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container { display: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .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); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { border-width: 0; border-radius: 0; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:49.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#uQATyDyyTvwLzlWXHIqyB2aPUbKFHNoM { color:rgba(var(--color-tertiary-4),1);display:block;width:46.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:19.1875rem;left:0rem;height:20.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XMwOsQ1v1xE34RRVEmSKFftTST4AkqdM { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:lato;font-size:5.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:7.4375rem;left:0rem;height:5.875rem;text-align:left;text-align-last:left;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; }
#QSxHPnXGJLe8iQJ4IkcOzLKklTRLHBHc { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:13.6875rem;width:16.375rem;top:5.5625rem;left:56.90625rem;overflow:hidden;display:block; }
#Ey8nZco1tt8VAKnzioACIinlXeFqxKf9 { box-sizing:content-box;height:14.625rem;width:18.625rem;position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.125rem;left:55.4375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#TXmQO3UInTZeEZZT36vNk4Q9TOcTa5VN { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:43.875rem;left:0rem; }
#b187uKVQnyN5rytTHoVsaB8GfcW5DgGL { box-sizing:content-box;height:0.0625rem;width:53.9375rem;position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.5625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TFGAAOZg7Pb6O8daoUNBKGN4ddBToFfX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:27.25rem;left:51.625rem; }
#HuWqklW9pvZEr97X50TppqvKltBG36Dw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:27.75rem;left:54.75rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ux8gI6RFlQOflgePSh9P8D6R2rKycOr9 { color:#0c0c0c;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:30.75rem;left:54.8125rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cekrvvrp4rGZcmCkaTluoUsFgPLKwgn0 { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:1.375rem;font-style:normal;display:block; }
#i42t3pnRENoUZ5z6PSLKlNtZcA8cu1b4 { color:#000000;display:block;width:44.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.5rem;left:0rem;height:1.375rem;font-style:normal;display:block; }
#hrCLdNnChNNMQbEInFOMfzibqNy9hl7X { box-sizing:content-box;height:17.9375rem;width:24.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.6875rem;left:50.0625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#QWpSxSAF7mJUCnbiMLt5rpWQHzCViAXN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:31.0625rem;left:51.375rem; }
#KolBXFp6Ot31390Q4dg3xUBqPu5BxTiX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:34.875rem;left:51.8125rem; }
#FGkGfXqHbSwNUntUT5PD0KVKdfrTqcv3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:38.0625rem;left:51.75rem; }
#mkyDcEtK9i7SBN3gTTJVaiWTgq0WPyIq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:35.0625rem;left:54.8125rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qJpzA59uOBV8s2lKq5rExqfueC7zFcPX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:38.1875rem;left:54.8125rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { position:relative;display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { background-color: transparent; background-image: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .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); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { border-width: 0; border-radius: 0; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:23.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#dSFTgMKVmVypquUhfBxn7ugrAfmsgxoT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:;text-align:left;text-align-last:left;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; }
#il5KGCeTbOeeuRJw9lImukXSZ5t4u6kQ { color:#000000;display:block;width:46.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.25rem;left:1.0625rem;height:13.75rem;display:block; }#il5KGCeTbOeeuRJw9lImukXSZ5t4u6kQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#il5KGCeTbOeeuRJw9lImukXSZ5t4u6kQ li:before{  }
#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { position:relative;display:block; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { background-color: transparent; background-image: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container > .video-iframe-container { display: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row > .video-iframe-container { display: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .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); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { border-width: 0; border-radius: 0; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:25.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fuHXdrI5xrKCd29x5CrXP8VyTAqEiGo7 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;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; }
#ott3zzrfV5TKIHWRWOD5sdhdW0GVG7b3 { color:rgba(var(--color-tertiary-2),1);display:block;width:45.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:12.4375rem;left:19.5625rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FLby56yh7L3gnIoOBPmOkaeh4SGuMDzV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.4375rem;left:19.5625rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cw5okVIn2lDze0GlgAgb1UbCkDLPqnBn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:13.6875rem;width:13.0625rem;top:8.4375rem;left:2.9375rem;overflow:hidden;display:block; }
#AnF2CnDpBpOmkn0qveUNbh66STZfFXSu { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11rem;left:19.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xasbZGUqyzoReJ0RAwVCiFe7Hc4Ql6CK { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.625rem;left:30.75rem; }
#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { z-index:;position:relative;display:block; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { background-color: transparent; background-image: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container > .video-iframe-container { display: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row > .video-iframe-container { display: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .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); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { border-width: 0; border-radius: 0; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--headlines-font-family);height:41.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#dIMnUd3Lep1qCgUSXtcQwCVPmHuAEevx { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:24.8125rem;left:1.5625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ogyppo2UvFslSGO1uWNJrhep5v9DT2tw { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:4.1875rem;left:2.8125rem;height:34.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vd8QdGmFZlZLC3lt9AAeXtUiimXuJiid { box-sizing:content-box;height:2.0625rem;width:31.1875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:1.125rem;left:19.5625rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container { background-color: transparent; background-image: none; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container > .video-iframe-container { display: none; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row > .video-iframe-container { display: none; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .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); }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container { border-width: 0; border-radius: 0; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:32.6875rem;width:75rem;position:relative;display:block; }#NzPl9oprW0lslF5VwtHBMh1xPFyGOOVb { color:rgba(var(--color-tertiary-4),1);display:block;width:48.375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.75rem;left:0rem;height:3rem;text-align:left;text-align-last:left;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; }
#ds42TLZtJsFSnZ7lWRBBN8bbAeDfevmL { box-sizing:content-box;height:6.6875rem;width:6.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.09375rem;left:40.4375rem;display:block; }
#ouNTFGcRuOAXrJ2z2ef9x4Tl1crOBxr1 { box-sizing:content-box;height:6.6875rem;width:6.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.90625rem;left:0rem;display:block; }
#m6wcf84gPv1GZ1BzWgcFIVForrwEx7ou { color:#000000;display:block;width:42.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:7.59375rem;left:1.375rem;height:22.1875rem;display:block; }#m6wcf84gPv1GZ1BzWgcFIVForrwEx7ou li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m6wcf84gPv1GZ1BzWgcFIVForrwEx7ou li:before{  }
#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 { z-index:;position:relative;display:block; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 { background-color: transparent; background-image: none; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row .container > .video-iframe-container { display: none; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row > .video-iframe-container { display: none; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .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); }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 { border-width: 0; border-radius: 0; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--headlines-font-family);height:90.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#CI5FTBeTTGi1hmvAPb8OEZ9DTn2mPMGk { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.5625rem;left:0rem;height:3rem;text-align:left;text-align-last:left;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; }
#WVJWL9WvVLGXTpcrmBoN072Df9hf06Qe { box-sizing:content-box;height:7.375rem;width:52.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.4375rem;left:22.75rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#omRPQPTTvBqXDiTRdP21oXTV3hcoBIHT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.3125rem;left:2.1875rem;height:1.375rem;font-style:normal;display:block; }
#m6zq8LgQbleU89a5ZfF77DODD2MvtGXx { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:10.3125rem;left:24.625rem;height:1.5625rem;font-style:normal;display:block; }
#tzfHReNtQkyqDztszJunQy5fDLHhPi74 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.375rem;left:24.75rem;height:1.5625rem;font-style:normal;display:block; }#tzfHReNtQkyqDztszJunQy5fDLHhPi74 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tzfHReNtQkyqDztszJunQy5fDLHhPi74 li:before{  }
#W5mRFeruPJUs4mzz1nMXeE8QOdrxGxhC { box-sizing:content-box;height:14.0625rem;width:52.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.625rem;left:22.75rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#f9MLREyKHtAAmve6rLEPhTcfN7q43N5c { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.5rem;left:2.1875rem;height:1.375rem;font-style:normal;display:block; }
#ZNztkNbCT0t4fdPLeEMSyGrr6SBlcGOO { box-sizing:content-box;height:16.5625rem;width:52.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:33.25rem;left:22.75rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#SbwzmevBFiJXfr1x1gnTkFyxv7KetA6K { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:37.4375rem;left:24.625rem;height:10.9375rem;font-style:normal;display:block; }#SbwzmevBFiJXfr1x1gnTkFyxv7KetA6K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SbwzmevBFiJXfr1x1gnTkFyxv7KetA6K li:before{  }
#hUxMl5exL090FQ4FX5212Tdi7UHqXe2K { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.0625rem;left:2.1875rem;height:1.375rem;font-style:normal;display:block; }
#hToOMzOFmHJx1iixCZ0wkLrsp2mGFCWs { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.1875rem;left:0rem; }
#FEl2vh0V1znuhza6myn73OZ1kAsU7xzp { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:19.375rem;left:0rem; }
#d7KhGx77Ig0s8oBM38xy45oKTSJNFnUk { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:34.9375rem;left:0rem; }
#a9xfTGse54rbQbXTBMT1mfRwJXbl8pdd { box-sizing:content-box;height:5.5rem;width:52.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:83.4375rem;left:22.75rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#wsnTw296XyktiHf67GBpN3085CTVuSQI { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:85.375rem;left:24.625rem;height:1.5625rem;font-style:normal;display:block; }
#GUrVZBN8ROdwfCmcL8em29D6faMFt1ir { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:85.375rem;left:2.1875rem;height:1.375rem;font-style:normal;display:block; }
#JCvDWaXg6wq9QuTulsiav3HJZJpwiNT4 { box-sizing:content-box;height:10.4375rem;width:52.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:71.1875rem;left:22.75rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#DobW1CaNKQCykeVTKONiRsk3hFBIMFhW { box-sizing:content-box;height:17.875rem;width:52.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:51.5625rem;left:22.75rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#a8TtTM1zZ9lBMeCOP6nFFnMGNyHR29z2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:53.4375rem;left:2.1875rem;height:1.375rem;font-style:normal;display:block; }
#CwlNF31yLeV4zeKHvKLh5CEbCUXQ7GO2 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:53.4375rem;left:24.75rem;height:14.6875rem;font-style:normal;display:block; }#CwlNF31yLeV4zeKHvKLh5CEbCUXQ7GO2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CwlNF31yLeV4zeKHvKLh5CEbCUXQ7GO2 li:before{  }
#eygBha5l5HXi5L2AKZIBHPGffzmM4vXI { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:72.9375rem;left:24.75rem;height:7.1875rem;font-style:normal;display:block; }#eygBha5l5HXi5L2AKZIBHPGffzmM4vXI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eygBha5l5HXi5L2AKZIBHPGffzmM4vXI li:before{  }
#tJ6T74oB5C9Spn8mgWJEI8W2X5wMRQSq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:73.0625rem;left:2.1875rem;height:1.375rem;font-style:normal;display:block; }
#fo4HxI0cfs5CPBhP2zeCNkimqI3MVTJ4 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:53.3125rem;left:0rem; }
#Q3Dmd6sSSC204JALBrNyCEwg9UxJ5WLH { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:72.9375rem;left:0rem; }
#HvCSw41DoDc24qQT4rD1SBf76L0DUF7R { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:85.25rem;left:0rem; }
#eHAqSoW78i56DbicwL627JLzd8ZHTLcd { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:19.5rem;left:24.625rem;height:10.625rem;font-style:normal;display:block; }#eHAqSoW78i56DbicwL627JLzd8ZHTLcd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eHAqSoW78i56DbicwL627JLzd8ZHTLcd li:before{  }
#fzfq6RL3yF9eIZeSVwyNMg1m63KxEHDt { color:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:34.9375rem;left:24.625rem;height:1.5625rem;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; }
#es419fkahOrFE6oN9HvvNkwOuepURUc5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container { background-color: transparent; background-image: none; }#es419fkahOrFE6oN9HvvNkwOuepURUc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container > .video-iframe-container { display: none; }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row > .video-iframe-container { display: none; }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .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); }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container { border-width: 0; border-radius: 0; }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:33.5625rem;width:75rem;position:relative;display:block; }#DuybTppxJWlQF0tVxzBAXXzou9d5EdcP { box-sizing:content-box;height:6.5rem;width:32rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:1.5625rem;left:6.875rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#BhpDQOc60aHPa2rc7zq0kK69ZwxWNCWS { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;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; }
#BI45RtXHPUw85f9219ETC5JXlMwqaXHh { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:13.3125rem;left:18.9375rem;height:10.5rem;font-style:normal;display:block; }
#daAwkwJN8zI18VJOkNQLo52EEWhAC3Oo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:14rem;top:10.09375rem;left:1.75rem;overflow:hidden;display:block; }
#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS { z-index:;position:relative;display:block; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS { background-color: transparent; background-image: none; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row .container > .video-iframe-container { display: none; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row > .video-iframe-container { display: none; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .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); }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS { border-width: 0; border-radius: 0; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--headlines-font-family);height:25.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#kMXoSHxX0hRMJpXmyhUTSPiWAs5GZDTT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.8125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;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; }
#y6Vat1Ies8D4xJC1g1P2JZUvbK7Elkk7 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:17.4375rem;left:10.125rem; }
#GvoCdogDgeu8Pg8zRNMUR1oataav3HvW { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.4375rem;left:11.8125rem; }
#Zzhna7ryFsTp57vfBdmG5c3bw1GoIoxU { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.4375rem;left:13.5rem; }
#h0cSnuyGZumMTnoqipJfx5J1CeSATiX3 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:17.4375rem;left:15.125rem; }
#yV7FcfgmHF7xUX7LkHdMcSlgi46Iqxrl { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17.4375rem;left:16.8125rem; }
#bKzf4O2lwsJvO4lownqheM2uf5zHXFUx { box-sizing:content-box;height:14.5rem;width:20.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.875rem;left:0.625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#M4Rl4SiqJrFgkIWoILKMuQ1P6xX9Q0TG { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.4375rem;left:37.5rem; }
#Q51tLBgUDg1V7PmoOPp4dSo5Veh4QWGy { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.4375rem;left:39.1875rem; }
#w4vA5JP9WQimIE6eJvAh7CHt5NmgOHpm { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:17.4375rem;left:40.8125rem; }
#d1kC4IK5FEmGyUR85N6QKJkMW9UBTn2w { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17.4375rem;left:42.5rem; }
#qaLyaEXGHw7IbJA6rSofU23e9U2G4UP9 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:17.4375rem;left:35.8125rem; }
#tv2x4MnnUTwrbPobL4XN5t7U1RPg5atU { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:lato;font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:12rem;left:5.5rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;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; }
#TwTz2lIspRnAO2dDyFW2dMWutRBu5Nxp { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:lato;font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:12rem;left:31.4375rem;height:3rem;text-align:left;text-align-last:left;font-style:italic;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; }
#ixpVW2J7CoOd8qFVcHXI0uIq4BRtR931 { box-sizing:content-box;height:14.5rem;width:20.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.875rem;left:26.3125rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#o4ThfXQLvQlGoGMcGUKJhc0HC2rpd6ge { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.4375rem;left:8.5625rem; }
#ip5Lt7OJn6ra7eTyyJr47ITfimPcZxHZ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.4375rem;left:7.0625rem; }
#T5Wi519KiTfxi82hcWnkvqTOUnyy1gsG { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.4375rem;left:34.3125rem; }
#IbIwEDk4TPlfJm5J8dPUlr6cLRIQMukJ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.4375rem;left:32.875rem; }
#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { background-color: transparent; background-image: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container > .video-iframe-container { display: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container { display: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .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); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { border-width: 0; border-radius: 0; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:46.1875rem;width:75rem;position:relative;display:block; }#NvCJa5CzKgQfJZvnwbI9LqeT1xrc85Bz { color:#050505;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:7.5rem;left:3.125rem;height:3rem;text-align:left;text-align-last:left;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; }
#NdN43icnsJzeynZnI322LASdEX5sMiXB { color:#0c0c0c;display:block;width:22.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:22rem;left:3.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PvKNGe5IThxhmg3MkT5Uasd65O0z0nr9 { box-sizing:content-box;height:25.8125rem;width:34.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#kXR6p6mfTTfJvcBv63i0UuuTQW47c9ZO { box-sizing:content-box;height:0.0625rem;width:19rem;position:absolute;display:block;z-index:15002;background-color:#070707;background-image:none;top:13.6875rem;left:3.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#R7t79mTCWcBGPeQK8HBFEg4KRrZ2iGqe { box-sizing:content-box;height:39.875rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.625rem;left:37.375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#LcPcvRLTy9Va0XBOM9lQTozxg6ruqxVm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:21.9375rem; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-form-header {  }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:400;color:#0d0d0d;width:27.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.625rem;margin-bottom:0.25rem;margin-left:7.625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:#090908;width:12.375rem;height:3.375rem;font-family:lato;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]:-moz-placeholder { color:rgba(19,19,19,0.6);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]::-moz-placeholder { color:rgba(19,19,19,0.6);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]:-ms-input-placeholder { color:rgba(19,19,19,0.6);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]::-webkit-input-placeholder { color:rgba(19,19,19,0.6);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:26.375rem;overflow:hidden;font-style:normal;float:none; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-container:first-of-type{padding-top:0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-container:last-of-type{padding-bottom:0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:5.875rem;left:41.125rem; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.625rem;display:block;vertical-align:top; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 {display:block;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:5.875rem;left:41.125rem; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #IrBrpgAu2O2lDkKEPsCS3JNMUF0WBSw1 { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #A12zoESRcJrZcUT2BxkSmxEN4tKLWZ9D { position:relative;display:none; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #wecHxqhWK0JQsLkAcmR1DhZg5y4LcHrg { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lMpd3uadIcry5Z1PXwOMtiwVM8f9GanU { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #iqp3o3u0tWy2MRemC1lB6TtHSumNxHLw { position:relative;display:none; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Ofaygf6reT89vHwvTsKyM3KXnyrnrqQK { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #cUML4M45Z82DWCsMXcOWHU6lShBOUq02 { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lwM3mVNmNvvz37gac8dDnL3geS4Xbr2b { position:relative;z-index:2; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #dkr0wx1aDcTFbPxzISOtdDeGzQ1ZSJI6 { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #rMhrTAAUSU2SEx6ctklKMSG1UF3cSuhc { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #J7hTKOzBqq7Td2LprPF1H1vws6TTg3Ea { position:relative;display:block; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #svTAeOeKFJvyoz0BgJOx2qlho133Xl6F { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #SgQlJgU9apDoJoFvp8WIbVTPP9EQb3L6 { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #KPRHVd0NmmZTKrdKJhA5C1xTMMDCfB3x { position:relative;display:block; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #tfz0NecsX6yM2TwcgFPi84vHGA639mBR { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #QFtW4HPPh6NphlIP15X7BakGW4lFtmLl { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #WtCQSqELxrwL0BBPgpflah7nUo99GqsZ { position:relative;display:block; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Krz6QWfTiLb2TPwZVCTbArqBw0l2BbnT { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #mGUS9fqheDx3RtkeQUlFQLbyWfyyt8Vk { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #EaK3oerkxpOpJcEigCqdpUQwVrO8CkNU { position:relative; }
#oSkJmRiFaEmnGdeKwdvNEFGuw00JLmQ4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3rem;left:69.0625rem; }
#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz { z-index:;position:relative;display:block; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz { background-color: transparent; background-image: none; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row .container > .video-iframe-container { display: none; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row > .video-iframe-container { display: none; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .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); }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz { border-width: 0; border-radius: 0; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--headlines-font-family);height:41.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#FEKGS0fkR1ikP6JMJJCqJqecmkMCbapr { color:#050505;display:block;width:29.0625rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:6.0625rem;left:2.5rem;height:3.5625rem;text-align:left;text-align-last:left;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; }
#vOENsuQFioEBfG5AgI9uv5KwGd367AhA { color:#0c0c0b;display:block;width:29.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:18.0625rem;left:2.5rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#myfXC43kP7dPl7Ra70XtKFOLURbvIFOS { box-sizing:content-box;height:26.5625rem;width:34.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.6875rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1); }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:lato;color:rgba(var(--color-tertiary-4),1);height:auto;font-style:normal; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:lato;color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_57ef9556de2452f267df4f0cbc38a1207cd81011.svg");background-size:contain !important; }#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-trigger.adaptive-delivery-prevent-bg, #N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-trigger.lazyload, #N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-trigger.lazyloading { background-image: none; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo { box-sizing:content-box;height:auto;width:31.37475rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:4.8122253417969rem;left:39.6875rem; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #kaPQEpITBTTazWbi2doiwUWuhUznxhJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL { display:block;position:relative; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 { display:block;position:relative; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS { display:none; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE { display:block;position:relative; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #t10kCL5xicfb2aPOowA6xxmUPwel6PBd { display:none; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #GJTORZzWAZHL0acMDZHCx2AABzb3fKUI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #AVwcZhpcyehSopGKZgfLIEuJNbnvDte2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #mCVV57nqzfkvg0ITkOyEaIUAp7nfhH9N { display:block;position:relative; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #ifq1NOB3XXT5sUToQBw93810TaoCWHse {  }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #RUoncVUCqd6IiwSxkNaAoQ7tsKBTyxa8 { display:none; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #IwxF7OdHLQ0CKod8W9iIT5TxlIfJmlux { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #DZ1h1mZ6aqUKfJvJzZQCVbdEIblFqFX0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #bZmQ339Exlim4K0aOSMimmVzUhTOuy6i { display:block;position:relative; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #i11kw98WSdhXBJ5DrcWklEmA0fVm1EvW {  }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #iGE5xmtNT3RcCNKP35xcOf9JJsCT0hE9 { display:none; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #GJKooChprvpgkQAUg7lZnqbzDRmGNLFV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #P4vQsphT2Kb7hgHM60GbB8VrQAWgmh22 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #JoshNa3bZKdiKE8qL5gGEpA7nqXDCopm { display:block;position:relative; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #MqkfhzcukxlPrG8Nz8vqnAJq6XN2yqJb {  }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo #aqhTeRLtC7WP6y5dFsU7bTRxtP8OwdQf { display:none; }
#AI6hkZqtpVUuSf1DcDx0xVs3a7kVvP1F { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.3125rem;left:71rem; }
#y6urCzSk9drhH6a20MScTKbmpoFtcOKG { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.875rem;left:39.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lJJ4iWfbySos3Xc8nrTAst8NvL6pZoMA { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.3125rem;left:38.375rem; }
#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container { background-color: transparent; background-image: none; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container > .video-iframe-container { display: none; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row > .video-iframe-container { display: none; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .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); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container { border-width: 0; border-radius: 0; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:24.625rem;width:75rem;overflow:visible;position:relative;display:block; }#D8e5GBVpoIOLZNTQ8iV9JkefBEUBiEK9 { color:#0a0b0a;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:5.5625rem;left:0rem;height:3rem;text-align:left;text-align-last:left;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; }
#fMD1taCFWS3mxsl0WTZU4GWFrUa5m4GS { color:#080908;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10.3125rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r0r1DysHElnrIRxzNEsshohVvndITWTJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.0625rem;left:23.8125rem; }
#O2lGCtTnfnoD4sXnwA4Kwpy0S4TsCNte { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15012;background-color:#0c0c0c;background-image:none;top:3.625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#J3JF1OIPzBEczJFk3p5BTPpqoIZ3pCsg { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:10.3125rem;left:44.1875rem; }
#V180pMKSO4DcVp4HlzHnzX58WXtOMbbk { color:#020202;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.0625rem;left:48.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G5DoyFDMmvn5pa6VmE5vvlksw6IKVuNF { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:#10100f;background-image:none;top:6.5625rem;left:39.4375rem;display:block; }
#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws { position:relative;display:block; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws { background-color: transparent; background-image: none; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .row .container > .video-iframe-container { display: none; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .row > .video-iframe-container { display: none; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .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); }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws { border-width: 0; border-radius: 0; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .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; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:16rem;top:3.1875rem;left:1.125rem;overflow:hidden;display:block; }
#L03nlgXckNXQQtTV09ykMayLh8dargog { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:61.4375rem;height:1.25rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_b34e55b9933e51d3d4cd3b1b685a619771ee3e7b.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dWTqbmEBfreWIAWSGvogu18S0zXXMeLP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { background-color: transparent; background-image: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container > .video-iframe-container { display: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container { display: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .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); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { border-width: 0; border-radius: 0; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQATyDyyTvwLzlWXHIqyB2aPUbKFHNoM { top:19.1875rem;left:0rem;width:46.25rem;height:20.6875rem;font-size:1.0625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #XMwOsQ1v1xE34RRVEmSKFftTST4AkqdM { top:7.4375rem;left:0rem;width:47.75rem;height:5.875rem;font-size:5.875rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #QSxHPnXGJLe8iQJ4IkcOzLKklTRLHBHc { top:5.5625rem;left:31.375rem;width:16.375rem;height:13.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ey8nZco1tt8VAKnzioACIinlXeFqxKf9 { top:5.125rem;left:29rem;width:18.625rem;height:14.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TXmQO3UInTZeEZZT36vNk4Q9TOcTa5VN { top:43.875rem;left:0rem;width:1.25rem;height:1.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #b187uKVQnyN5rytTHoVsaB8GfcW5DgGL { top:44.5625rem;left:0rem;width:47.75rem;height:0.0625rem;background-color:#bcc2ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TFGAAOZg7Pb6O8daoUNBKGN4ddBToFfX { top:27.25rem;left:38rem;width:2.375rem;height:2.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #HuWqklW9pvZEr97X50TppqvKltBG36Dw { top:27.75rem;left:29.0625rem;width:18.6875rem;height:1.5625rem;font-size:1.0625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #Ux8gI6RFlQOflgePSh9P8D6R2rKycOr9 { top:30.75rem;left:29.5rem;width:18.25rem;height:3.1875rem;font-size:1.0625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #cekrvvrp4rGZcmCkaTluoUsFgPLKwgn0 { top:4.875rem;left:0rem;width:37.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i42t3pnRENoUZ5z6PSLKlNtZcA8cu1b4 { top:15.5rem;left:0rem;width:44.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrCLdNnChNNMQbEInFOMfzibqNy9hl7X { top:24.6875rem;left:23.6875rem;width:24.0625rem;height:17.9375rem;background-color:#bcc2ad;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QWpSxSAF7mJUCnbiMLt5rpWQHzCViAXN { top:31.0625rem;left:37.75rem;width:2.625rem;height:2.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #KolBXFp6Ot31390Q4dg3xUBqPu5BxTiX { top:34.875rem;left:38.1875rem;width:2rem;height:2rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #FGkGfXqHbSwNUntUT5PD0KVKdfrTqcv3 { top:38.0625rem;left:38.125rem;width:2rem;height:2rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #mkyDcEtK9i7SBN3gTTJVaiWTgq0WPyIq { top:35.0625rem;left:31.8125rem;width:15.9375rem;height:1.5625rem;font-size:1.0625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #qJpzA59uOBV8s2lKq5rExqfueC7zFcPX { top:38.1875rem;left:31.8125rem;width:15.9375rem;height:1.5625rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { background-color: transparent; background-image: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .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); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { border-width: 0; border-radius: 0; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSFTgMKVmVypquUhfBxn7ugrAfmsgxoT { top:2.4375rem;left:0rem;width:47.75rem;height:;font-size:3rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #il5KGCeTbOeeuRJw9lImukXSZ5t4u6kQ { top:7.25rem;left:0rem;width:46.375rem;height:14rem;font-size:1.0625rem;display:block; }#il5KGCeTbOeeuRJw9lImukXSZ5t4u6kQ li:before{  }
 }@media only screen and (max-width: 763px) { #UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { display:block; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { background-color: transparent; background-image: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container > .video-iframe-container { display: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row > .video-iframe-container { display: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .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); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { border-width: 0; border-radius: 0; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuHXdrI5xrKCd29x5CrXP8VyTAqEiGo7 { top:2.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;color:#091d25;display:block; }
 }@media only screen and (max-width: 763px) { #ott3zzrfV5TKIHWRWOD5sdhdW0GVG7b3 { top:12.4375rem;left:2.6875rem;width:45.0625rem;height:9.5625rem;font-size:1rem;color:#091d25;display:block; }
 }@media only screen and (max-width: 763px) { #FLby56yh7L3gnIoOBPmOkaeh4SGuMDzV { top:8.4375rem;left:5.9375rem;width:16.875rem;height:1.5625rem;font-size:1.0625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #cw5okVIn2lDze0GlgAgb1UbCkDLPqnBn { top:8.4375rem;left:0rem;width:13.0625rem;height:13.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AnF2CnDpBpOmkn0qveUNbh66STZfFXSu { top:11rem;left:5.9375rem;width:11.25rem;height:0.0625rem;background-color:#bcc2ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xasbZGUqyzoReJ0RAwVCiFe7Hc4Ql6CK { top:10.625rem;left:17.125rem;width:0.8125rem;height:0.8125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { display:block; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { background-color: transparent; background-image: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container > .video-iframe-container { display: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row > .video-iframe-container { display: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .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); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { border-width: 0; border-radius: 0; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIMnUd3Lep1qCgUSXtcQwCVPmHuAEevx { top:24.8125rem;left:0rem;width:30.625rem;height:3rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ogyppo2UvFslSGO1uWNJrhep5v9DT2tw { top:4.1875rem;left:0rem;width:29.4375rem;height:34.375rem;font-size:1.0625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #vd8QdGmFZlZLC3lt9AAeXtUiimXuJiid { top:1.125rem;left:5.9375rem;width:31.1875rem;height:2.0625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container { background-color: transparent; background-image: none; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container > .video-iframe-container { display: none; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row > .video-iframe-container { display: none; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .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); }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container { border-width: 0; border-radius: 0; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzPl9oprW0lslF5VwtHBMh1xPFyGOOVb { top:2.75rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #ds42TLZtJsFSnZ7lWRBBN8bbAeDfevmL { top:25.0625rem;left:26.8125rem;width:6.6875rem;height:6.6875rem;background-color:#fffaff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ouNTFGcRuOAXrJ2z2ef9x4Tl1crOBxr1 { top:0.875rem;left:0rem;width:6.6875rem;height:6.6875rem;background-color:#fffaff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m6wcf84gPv1GZ1BzWgcFIVForrwEx7ou { top:7.5625rem;left:0rem;width:42.625rem;height:22.5625rem;font-size:1.0625rem;display:block; }#m6wcf84gPv1GZ1BzWgcFIVForrwEx7ou li:before{  }
 }@media only screen and (max-width: 763px) { #LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 { display:block; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 { background-color: transparent; background-image: none; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row .container > .video-iframe-container { display: none; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row > .video-iframe-container { display: none; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .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); }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 { border-width: 0; border-radius: 0; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CI5FTBeTTGi1hmvAPb8OEZ9DTn2mPMGk { top:2.5625rem;left:0rem;width:47.75rem;height:;font-size:3rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #WVJWL9WvVLGXTpcrmBoN072Df9hf06Qe { top:8.4375rem;left:0rem;width:47.625rem;height:7.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #omRPQPTTvBqXDiTRdP21oXTV3hcoBIHT { top:10.3125rem;left:0rem;width:12.3125rem;height:1.375rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #m6zq8LgQbleU89a5ZfF77DODD2MvtGXx { top:10.3125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #tzfHReNtQkyqDztszJunQy5fDLHhPi74 { top:12.375rem;left:11.125rem;width:15.25rem;height:1.5625rem;font-size:1rem;color:#010304;display:block; }#tzfHReNtQkyqDztszJunQy5fDLHhPi74 li:before{  }
 }@media only screen and (max-width: 763px) { #W5mRFeruPJUs4mzz1nMXeE8QOdrxGxhC { top:17.625rem;left:0rem;width:47.625rem;height:14.0625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #f9MLREyKHtAAmve6rLEPhTcfN7q43N5c { top:19.5rem;left:0rem;width:14.625rem;height:1.375rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #ZNztkNbCT0t4fdPLeEMSyGrr6SBlcGOO { top:33.25rem;left:0rem;width:47.625rem;height:16.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #SbwzmevBFiJXfr1x1gnTkFyxv7KetA6K { top:37.4375rem;left:11rem;width:36.375rem;height:11.125rem;font-size:1.0625rem;color:#010304;display:block; }#SbwzmevBFiJXfr1x1gnTkFyxv7KetA6K li:before{  }
 }@media only screen and (max-width: 763px) { #hUxMl5exL090FQ4FX5212Tdi7UHqXe2K { top:35.0625rem;left:0rem;width:14.3125rem;height:1.375rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #hToOMzOFmHJx1iixCZ0wkLrsp2mGFCWs { top:10.1875rem;left:0rem;width:1.5rem;height:1.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #FEl2vh0V1znuhza6myn73OZ1kAsU7xzp { top:19.375rem;left:0rem;width:1.5rem;height:1.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #d7KhGx77Ig0s8oBM38xy45oKTSJNFnUk { top:34.9375rem;left:0rem;width:1.5rem;height:1.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #a9xfTGse54rbQbXTBMT1mfRwJXbl8pdd { top:83.4375rem;left:0rem;width:47.625rem;height:5.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #wsnTw296XyktiHf67GBpN3085CTVuSQI { top:85.375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #GUrVZBN8ROdwfCmcL8em29D6faMFt1ir { top:85.375rem;left:0rem;width:10rem;height:1.375rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #JCvDWaXg6wq9QuTulsiav3HJZJpwiNT4 { top:71.1875rem;left:0rem;width:47.625rem;height:10.4375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #DobW1CaNKQCykeVTKONiRsk3hFBIMFhW { top:51.5625rem;left:0rem;width:47.625rem;height:17.875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #a8TtTM1zZ9lBMeCOP6nFFnMGNyHR29z2 { top:53.4375rem;left:0rem;width:14.6875rem;height:1.375rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #CwlNF31yLeV4zeKHvKLh5CEbCUXQ7GO2 { top:53.4375rem;left:11.125rem;width:34.75rem;height:14.9375rem;font-size:1rem;color:#010304;display:block; }#CwlNF31yLeV4zeKHvKLh5CEbCUXQ7GO2 li:before{  }
 }@media only screen and (max-width: 763px) { #eygBha5l5HXi5L2AKZIBHPGffzmM4vXI { top:72.9375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1rem;color:#010304;display:block; }#eygBha5l5HXi5L2AKZIBHPGffzmM4vXI li:before{  }
 }@media only screen and (max-width: 763px) { #tJ6T74oB5C9Spn8mgWJEI8W2X5wMRQSq { top:73.0625rem;left:0rem;width:15.5625rem;height:1.375rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #fo4HxI0cfs5CPBhP2zeCNkimqI3MVTJ4 { top:53.3125rem;left:0rem;width:1.5rem;height:1.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Dmd6sSSC204JALBrNyCEwg9UxJ5WLH { top:72.9375rem;left:0rem;width:1.5rem;height:1.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #HvCSw41DoDc24qQT4rD1SBf76L0DUF7R { top:85.25rem;left:0rem;width:1.5rem;height:1.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #eHAqSoW78i56DbicwL627JLzd8ZHTLcd { top:19.5rem;left:10.75rem;width:37rem;height:10.8125rem;font-size:1rem;color:#010304;display:block; }#eHAqSoW78i56DbicwL627JLzd8ZHTLcd li:before{  }
 }@media only screen and (max-width: 763px) { #fzfq6RL3yF9eIZeSVwyNMg1m63KxEHDt { top:34.9375rem;left:10.625rem;width:37.125rem;height:1.625rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #es419fkahOrFE6oN9HvvNkwOuepURUc5 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container { background-color: transparent; background-image: none; }#es419fkahOrFE6oN9HvvNkwOuepURUc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container > .video-iframe-container { display: none; }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row > .video-iframe-container { display: none; }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .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); }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container { border-width: 0; border-radius: 0; }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuybTppxJWlQF0tVxzBAXXzou9d5EdcP { top:1.5625rem;left:0rem;width:32rem;height:6.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #BhpDQOc60aHPa2rc7zq0kK69ZwxWNCWS { top:3.375rem;left:0rem;width:35.4375rem;height:3rem;font-size:3rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #BI45RtXHPUw85f9219ETC5JXlMwqaXHh { top:13.3125rem;left:0rem;width:47.75rem;height:10.8125rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #daAwkwJN8zI18VJOkNQLo52EEWhAC3Oo { top:10.0625rem;left:0rem;width:14rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS { display:block; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS { background-color: transparent; background-image: none; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row .container > .video-iframe-container { display: none; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row > .video-iframe-container { display: none; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .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); }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS { border-width: 0; border-radius: 0; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMXoSHxX0hRMJpXmyhUTSPiWAs5GZDTT { top:2.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #y6Vat1Ies8D4xJC1g1P2JZUvbK7Elkk7 { top:17.4375rem;left:0rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #GvoCdogDgeu8Pg8zRNMUR1oataav3HvW { top:17.4375rem;left:0rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Zzhna7ryFsTp57vfBdmG5c3bw1GoIoxU { top:17.4375rem;left:0rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #h0cSnuyGZumMTnoqipJfx5J1CeSATiX3 { top:17.4375rem;left:1.5rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #yV7FcfgmHF7xUX7LkHdMcSlgi46Iqxrl { top:17.4375rem;left:3.1875rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #bKzf4O2lwsJvO4lownqheM2uf5zHXFUx { top:7.875rem;left:0rem;width:20.25rem;height:14.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #M4Rl4SiqJrFgkIWoILKMuQ1P6xX9Q0TG { top:17.4375rem;left:23.875rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Q51tLBgUDg1V7PmoOPp4dSo5Veh4QWGy { top:17.4375rem;left:25.5625rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #w4vA5JP9WQimIE6eJvAh7CHt5NmgOHpm { top:17.4375rem;left:27.1875rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #d1kC4IK5FEmGyUR85N6QKJkMW9UBTn2w { top:17.4375rem;left:28.875rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #qaLyaEXGHw7IbJA6rSofU23e9U2G4UP9 { top:17.4375rem;left:22.1875rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #tv2x4MnnUTwrbPobL4XN5t7U1RPg5atU { top:12rem;left:0rem;width:8.0625rem;height:3rem;font-size:3rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #TwTz2lIspRnAO2dDyFW2dMWutRBu5Nxp { top:12rem;left:17.8125rem;width:10.8125rem;height:3rem;font-size:3rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #ixpVW2J7CoOd8qFVcHXI0uIq4BRtR931 { top:7.875rem;left:12.6875rem;width:20.25rem;height:14.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #o4ThfXQLvQlGoGMcGUKJhc0HC2rpd6ge { top:17.4375rem;left:0rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #ip5Lt7OJn6ra7eTyyJr47ITfimPcZxHZ { top:17.4375rem;left:0rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #T5Wi519KiTfxi82hcWnkvqTOUnyy1gsG { top:17.4375rem;left:20.6875rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #IbIwEDk4TPlfJm5J8dPUlr6cLRIQMukJ { top:17.4375rem;left:19.25rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { background-color: transparent; background-image: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container > .video-iframe-container { display: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container { display: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .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); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { border-width: 0; border-radius: 0; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvCJa5CzKgQfJZvnwbI9LqeT1xrc85Bz { top:7.5rem;left:0rem;width:28.125rem;height:3rem;font-size:3rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NdN43icnsJzeynZnI322LASdEX5sMiXB { top:22rem;left:0rem;width:22.0625rem;height:1.5rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PvKNGe5IThxhmg3MkT5Uasd65O0z0nr9 { top:3.625rem;left:0rem;width:34.375rem;height:25.8125rem;background-color:#bcc2ad;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kXR6p6mfTTfJvcBv63i0UuuTQW47c9ZO { top:13.6875rem;left:0rem;width:19rem;height:0.0625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #R7t79mTCWcBGPeQK8HBFEg4KRrZ2iGqe { top:3.625rem;left:10.125rem;width:37.5rem;height:39.875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LcPcvRLTy9Va0XBOM9lQTozxg6ruqxVm { top:13.125rem;left:8.3125rem;width:1.25rem;height:1.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-regular-label { width:27.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#0d0d0d; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bcc2ad;color:#010304; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-textarea { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bcc2ad;color:#010304; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bcc2ad;color:#010304; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7.625rem;background-color:#bcc2ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]:-moz-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]::-moz-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]:-ms-input-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]::-webkit-input-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#091d25; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-radio-label { color:#161616; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46  { width:27.625rem;height:auto;top:5.875rem;left:17.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .radio-container { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-info-text { color:#000000; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 {display:block;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 { width:27.625rem;height:auto;top:5.875rem;left:17.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #IrBrpgAu2O2lDkKEPsCS3JNMUF0WBSw1 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #A12zoESRcJrZcUT2BxkSmxEN4tKLWZ9D {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #wecHxqhWK0JQsLkAcmR1DhZg5y4LcHrg {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lMpd3uadIcry5Z1PXwOMtiwVM8f9GanU {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #iqp3o3u0tWy2MRemC1lB6TtHSumNxHLw {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Ofaygf6reT89vHwvTsKyM3KXnyrnrqQK {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #cUML4M45Z82DWCsMXcOWHU6lShBOUq02 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lwM3mVNmNvvz37gac8dDnL3geS4Xbr2b {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #dkr0wx1aDcTFbPxzISOtdDeGzQ1ZSJI6 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #rMhrTAAUSU2SEx6ctklKMSG1UF3cSuhc {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #J7hTKOzBqq7Td2LprPF1H1vws6TTg3Ea {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #svTAeOeKFJvyoz0BgJOx2qlho133Xl6F {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #SgQlJgU9apDoJoFvp8WIbVTPP9EQb3L6 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #KPRHVd0NmmZTKrdKJhA5C1xTMMDCfB3x {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #tfz0NecsX6yM2TwcgFPi84vHGA639mBR {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #QFtW4HPPh6NphlIP15X7BakGW4lFtmLl {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #WtCQSqELxrwL0BBPgpflah7nUo99GqsZ {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Krz6QWfTiLb2TPwZVCTbArqBw0l2BbnT {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #mGUS9fqheDx3RtkeQUlFQLbyWfyyt8Vk {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #EaK3oerkxpOpJcEigCqdpUQwVrO8CkNU {  }
 }@media only screen and (max-width: 763px) { #oSkJmRiFaEmnGdeKwdvNEFGuw00JLmQ4 { top:3rem;left:46.5rem;width:1.25rem;height:1.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz { display:block; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz { background-color: transparent; background-image: none; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row .container > .video-iframe-container { display: none; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row > .video-iframe-container { display: none; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .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); }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz { border-width: 0; border-radius: 0; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEKGS0fkR1ikP6JMJJCqJqecmkMCbapr { top:6.0625rem;left:0rem;width:29.0625rem;height:3.5625rem;font-size:3rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vOENsuQFioEBfG5AgI9uv5KwGd367AhA { top:18.0625rem;left:0rem;width:29.0625rem;height:1.5625rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #myfXC43kP7dPl7Ra70XtKFOLURbvIFOS { top:1.6875rem;left:0rem;width:34.3125rem;height:26.5625rem;background-color:#bcc2ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-element-container { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-heading-text { color:#010304; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-desc-text { color:#010304; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-trigger { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important; }#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-trigger.adaptive-delivery-prevent-bg, #N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-trigger.lazyload, #N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-trigger.lazyloading { background-image: none; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem;background-color:#ffffff;background-image:none; }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #GJTORZzWAZHL0acMDZHCx2AABzb3fKUI {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #AVwcZhpcyehSopGKZgfLIEuJNbnvDte2 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #mCVV57nqzfkvg0ITkOyEaIUAp7nfhH9N {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #ifq1NOB3XXT5sUToQBw93810TaoCWHse {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #RUoncVUCqd6IiwSxkNaAoQ7tsKBTyxa8 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #IwxF7OdHLQ0CKod8W9iIT5TxlIfJmlux {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #DZ1h1mZ6aqUKfJvJzZQCVbdEIblFqFX0 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #bZmQ339Exlim4K0aOSMimmVzUhTOuy6i {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #i11kw98WSdhXBJ5DrcWklEmA0fVm1EvW {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #iGE5xmtNT3RcCNKP35xcOf9JJsCT0hE9 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #GJKooChprvpgkQAUg7lZnqbzDRmGNLFV {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #P4vQsphT2Kb7hgHM60GbB8VrQAWgmh22 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #JoshNa3bZKdiKE8qL5gGEpA7nqXDCopm {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #MqkfhzcukxlPrG8Nz8vqnAJq6XN2yqJb {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #aqhTeRLtC7WP6y5dFsU7bTRxtP8OwdQf {  }
 }@media only screen and (max-width: 763px) { #AI6hkZqtpVUuSf1DcDx0xVs3a7kVvP1F { top:2.3125rem;left:46.5rem;width:1.25rem;height:1.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #y6urCzSk9drhH6a20MScTKbmpoFtcOKG { top:2.875rem;left:15.25rem;width:32.5rem;height:0.0625rem;background-color:#bcc2ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lJJ4iWfbySos3Xc8nrTAst8NvL6pZoMA { top:2.3125rem;left:24.75rem;width:1.25rem;height:1.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN { background-color:#bcc2ad;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;box-shadow: none;display:block; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container { background-color: transparent; background-image: none; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container > .video-iframe-container { display: none; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row > .video-iframe-container { display: none; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .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); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container { border-width: 0; border-radius: 0; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8e5GBVpoIOLZNTQ8iV9JkefBEUBiEK9 { top:5.5625rem;left:0rem;width:37.5rem;height:3rem;font-size:3rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fMD1taCFWS3mxsl0WTZU4GWFrUa5m4GS { top:10.3125rem;left:0rem;width:37.5rem;height:1.5rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r0r1DysHElnrIRxzNEsshohVvndITWTJ { top:3.0625rem;left:10.1875rem;width:1.25rem;height:1.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #O2lGCtTnfnoD4sXnwA4Kwpy0S4TsCNte { top:3.625rem;left:0rem;width:25rem;height:0.0625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #J3JF1OIPzBEczJFk3p5BTPpqoIZ3pCsg { top:10.3125rem;left:30.5625rem;width:2.75rem;height:2.75rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #V180pMKSO4DcVp4HlzHnzX58WXtOMbbk { top:11.0625rem;left:34.8125rem;width:12.9375rem;height:1.5rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G5DoyFDMmvn5pa6VmE5vvlksw6IKVuNF { top:6.5625rem;left:25.8125rem;width:0.0625rem;height:12.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws { display:block; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { width:16rem;height:14rem;top:3.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #L03nlgXckNXQQtTV09ykMayLh8dargog { top:4.8125rem;left:39.3125rem;width:8.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_b34e55b9933e51d3d4cd3b1b685a619771ee3e7b.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dWTqbmEBfreWIAWSGvogu18S0zXXMeLP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { background-color: transparent; background-image: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container > .video-iframe-container { display: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container { display: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .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); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { border-width: 0; border-radius: 0; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQATyDyyTvwLzlWXHIqyB2aPUbKFHNoM { width:20rem;height:40.5rem;top:15.03125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #XMwOsQ1v1xE34RRVEmSKFftTST4AkqdM { width:20rem;height:2.000175rem;top:6.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #QSxHPnXGJLe8iQJ4IkcOzLKklTRLHBHc { width:6.4375rem;height:5.375rem;top:60.5rem;left:1.9375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ey8nZco1tt8VAKnzioACIinlXeFqxKf9 { width:4.6875rem;height:5.375rem;top:59.375rem;left:11.8125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TXmQO3UInTZeEZZT36vNk4Q9TOcTa5VN { display:flex;width:1.25rem;height:1.25rem;top:1.3125rem;left:9.375rem;z-index:15008;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #b187uKVQnyN5rytTHoVsaB8GfcW5DgGL { width:20rem;height:0.0625rem;top:1.875rem;left:0rem;z-index:14994;background-color:#bcc2ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TFGAAOZg7Pb6O8daoUNBKGN4ddBToFfX { display:flex;width:2.5625rem;height:2.5625rem;top:59.1875rem;left:0.6875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #HuWqklW9pvZEr97X50TppqvKltBG36Dw { width:15.875rem;height:3rem;top:59.75rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #Ux8gI6RFlQOflgePSh9P8D6R2rKycOr9 { width:15.5rem;height:3rem;top:63.3125rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #cekrvvrp4rGZcmCkaTluoUsFgPLKwgn0 { width:20rem;height:2.5rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i42t3pnRENoUZ5z6PSLKlNtZcA8cu1b4 { width:20rem;height:3.75rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrCLdNnChNNMQbEInFOMfzibqNy9hl7X { width:20rem;height:15.8125rem;top:57.625rem;left:0rem;background-color:#bcc2ad;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QWpSxSAF7mJUCnbiMLt5rpWQHzCViAXN { display:flex;width:2.8125rem;height:2.8125rem;top:63.25rem;left:0.625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #KolBXFp6Ot31390Q4dg3xUBqPu5BxTiX { display:flex;width:2rem;height:2rem;top:66.9375rem;left:1.0625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #FGkGfXqHbSwNUntUT5PD0KVKdfrTqcv3 { display:flex;width:2rem;height:2rem;top:70rem;left:1.0625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #mkyDcEtK9i7SBN3gTTJVaiWTgq0WPyIq { width:14.0625rem;height:1.5625rem;top:67.25rem;left:3.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #qJpzA59uOBV8s2lKq5rExqfueC7zFcPX { width:12.4375rem;height:1.5rem;top:70.125rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { background-color: transparent; background-image: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .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); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { border-width: 0; border-radius: 0; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { width:20rem;height:40rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSFTgMKVmVypquUhfBxn7ugrAfmsgxoT { width:20rem;height:4.00035625rem;top:1.5rem;left:0rem;font-size:2rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #il5KGCeTbOeeuRJw9lImukXSZ5t4u6kQ { width:19.6875rem;height:30.9375rem;top:6.75rem;left:0.1875rem;font-size:1.0625rem;display:block; }#il5KGCeTbOeeuRJw9lImukXSZ5t4u6kQ li:before{  }
 }@media only screen and (max-width: 763px) { #UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { display:block; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { background-color: transparent; background-image: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container > .video-iframe-container { display: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row > .video-iframe-container { display: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .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); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { border-width: 0; border-radius: 0; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container { width:20rem;height:43.75rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuHXdrI5xrKCd29x5CrXP8VyTAqEiGo7 { width:20rem;height:2.000175rem;top:1rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15026;color:#091d25;display:block; }
 }@media only screen and (max-width: 763px) { #ott3zzrfV5TKIHWRWOD5sdhdW0GVG7b3 { width:20rem;height:21rem;top:21.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#091d25;display:block; }
 }@media only screen and (max-width: 763px) { #FLby56yh7L3gnIoOBPmOkaeh4SGuMDzV { width:20rem;height:1.5rem;top:18.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #cw5okVIn2lDze0GlgAgb1UbCkDLPqnBn { width:13.0625rem;height:13.6875rem;top:4.1875rem;left:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AnF2CnDpBpOmkn0qveUNbh66STZfFXSu { width:11.25rem;height:0.0625rem;top:20.8125rem;left:4.375rem;background-color:#bcc2ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xasbZGUqyzoReJ0RAwVCiFe7Hc4Ql6CK { display:flex;width:0.8125rem;height:0.8125rem;top:20.4375rem;left:9.625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { display:block; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { background-color: transparent; background-image: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container > .video-iframe-container { display: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row > .video-iframe-container { display: none; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .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); }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl { border-width: 0; border-radius: 0; }#ZT8l3eFmTvFUz0nXMqZCoc3uvIHh6sNl > .row .container { width:20rem;height:41.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIMnUd3Lep1qCgUSXtcQwCVPmHuAEevx { width:17.5rem;height:4.5rem;top:24.375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ogyppo2UvFslSGO1uWNJrhep5v9DT2tw { width:18.75rem;height:39rem;top:1.9375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #vd8QdGmFZlZLC3lt9AAeXtUiimXuJiid { width:12.1875rem;height:0.625rem;top:0.625rem;left:3.84375rem;z-index:14986;background-color:transparent;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container { background-color: transparent; background-image: none; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container > .video-iframe-container { display: none; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row > .video-iframe-container { display: none; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .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); }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container { border-width: 0; border-radius: 0; }#Ksog3i6Eb3xahrpMkJy7MnxKLLrriTOJ > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzPl9oprW0lslF5VwtHBMh1xPFyGOOVb { width:20rem;height:4.00035625rem;top:1.625rem;left:0rem;font-size:2rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #ds42TLZtJsFSnZ7lWRBBN8bbAeDfevmL { width:6.6875rem;height:6.6875rem;top:30.6875rem;left:12.4375rem;z-index:14996;background-color:#fffaff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ouNTFGcRuOAXrJ2z2ef9x4Tl1crOBxr1 { width:6.6875rem;height:6.6875rem;top:0.28125rem;left:0rem;z-index:14997;background-color:#fffaff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m6wcf84gPv1GZ1BzWgcFIVForrwEx7ou { width:20rem;height:28.4375rem;top:6.96875rem;left:0rem;font-size:1.0625rem;display:block; }#m6wcf84gPv1GZ1BzWgcFIVForrwEx7ou li:before{  }
 }@media only screen and (max-width: 763px) { #LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 { display:block; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 { background-color: transparent; background-image: none; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row .container > .video-iframe-container { display: none; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row > .video-iframe-container { display: none; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .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); }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 { border-width: 0; border-radius: 0; }#LLTiMD9amAAuyWfMhkisMZtJ9OsLygW5 > .row .container { width:20rem;height:109.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CI5FTBeTTGi1hmvAPb8OEZ9DTn2mPMGk { width:20rem;height:4.00035625rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #WVJWL9WvVLGXTpcrmBoN072Df9hf06Qe { width:19.875rem;height:14.25rem;top:20.625rem;left:0rem;z-index:14986;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #omRPQPTTvBqXDiTRdP21oXTV3hcoBIHT { width:11.375rem;height:1.25rem;top:7.875rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #m6zq8LgQbleU89a5ZfF77DODD2MvtGXx { width:8.8125rem;height:1.5rem;top:11.8125rem;left:0.9375rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #tzfHReNtQkyqDztszJunQy5fDLHhPi74 { width:18.125rem;height:1.5rem;top:14.3125rem;left:0.9375rem;font-size:1rem;color:#010304;display:block; }#tzfHReNtQkyqDztszJunQy5fDLHhPi74 li:before{  }
 }@media only screen and (max-width: 763px) { #W5mRFeruPJUs4mzz1nMXeE8QOdrxGxhC { width:19.875rem;height:20.1875rem;top:37.75rem;left:0rem;z-index:14985;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #f9MLREyKHtAAmve6rLEPhTcfN7q43N5c { width:13.625rem;height:1.25rem;top:18.5625rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #ZNztkNbCT0t4fdPLeEMSyGrr6SBlcGOO { width:19.875rem;height:13.625rem;top:86.0625rem;left:0rem;z-index:14984;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #SbwzmevBFiJXfr1x1gnTkFyxv7KetA6K { width:18.125rem;height:10.5625rem;top:45rem;left:0.9375rem;font-size:1rem;color:#010304;display:block; }#SbwzmevBFiJXfr1x1gnTkFyxv7KetA6K li:before{  }
 }@media only screen and (max-width: 763px) { #hUxMl5exL090FQ4FX5212Tdi7UHqXe2K { width:13.9375rem;height:1.25rem;top:35.6875rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #hToOMzOFmHJx1iixCZ0wkLrsp2mGFCWs { display:flex;width:1.5rem;height:1.5rem;top:7.75rem;left:0.9375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #FEl2vh0V1znuhza6myn73OZ1kAsU7xzp { display:flex;width:1.5rem;height:1.5rem;top:18.375rem;left:0.9375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #d7KhGx77Ig0s8oBM38xy45oKTSJNFnUk { display:flex;width:1.5rem;height:1.5rem;top:35.75rem;left:0.9375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #a9xfTGse54rbQbXTBMT1mfRwJXbl8pdd { width:19.875rem;height:4.625rem;top:103.3125rem;left:0rem;z-index:14984;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #wsnTw296XyktiHf67GBpN3085CTVuSQI { width:11.4375rem;height:1.5rem;top:104.9375rem;left:2.4375rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #GUrVZBN8ROdwfCmcL8em29D6faMFt1ir { width:7.1875rem;height:1.25rem;top:101rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #JCvDWaXg6wq9QuTulsiav3HJZJpwiNT4 { width:19.875rem;height:21.3125rem;top:61.375rem;left:0rem;z-index:14985;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #DobW1CaNKQCykeVTKONiRsk3hFBIMFhW { width:19.875rem;height:7.375rem;top:10.0625rem;left:0rem;z-index:14986;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #a8TtTM1zZ9lBMeCOP6nFFnMGNyHR29z2 { width:13.625rem;height:1.25rem;top:59.125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #CwlNF31yLeV4zeKHvKLh5CEbCUXQ7GO2 { width:18.125rem;height:18.6875rem;top:62.875rem;left:0.9375rem;font-size:1rem;color:#010304;display:block; }#CwlNF31yLeV4zeKHvKLh5CEbCUXQ7GO2 li:before{  }
 }@media only screen and (max-width: 763px) { #eygBha5l5HXi5L2AKZIBHPGffzmM4vXI { width:18.125rem;height:11.4375rem;top:87.0625rem;left:0.9375rem;font-size:1rem;color:#010304;display:block; }#eygBha5l5HXi5L2AKZIBHPGffzmM4vXI li:before{  }
 }@media only screen and (max-width: 763px) { #tJ6T74oB5C9Spn8mgWJEI8W2X5wMRQSq { width:14.1875rem;height:1.25rem;top:83.875rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #fo4HxI0cfs5CPBhP2zeCNkimqI3MVTJ4 { display:flex;width:1.5rem;height:1.5rem;top:59.1875rem;left:0.875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #Q3Dmd6sSSC204JALBrNyCEwg9UxJ5WLH { display:flex;width:1.5rem;height:1.5rem;top:83.75rem;left:0.5625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #HvCSw41DoDc24qQT4rD1SBf76L0DUF7R { display:flex;width:1.5rem;height:1.5rem;top:100.875rem;left:0.6875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #eHAqSoW78i56DbicwL627JLzd8ZHTLcd { width:19.0625rem;height:10.25rem;top:22.6875rem;left:0.9375rem;font-size:1rem;color:#010304;display:block; }#eHAqSoW78i56DbicwL627JLzd8ZHTLcd li:before{  }
 }@media only screen and (max-width: 763px) { #fzfq6RL3yF9eIZeSVwyNMg1m63KxEHDt { width:17.25rem;height:4.5rem;top:39.375rem;left:0.9375rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #es419fkahOrFE6oN9HvvNkwOuepURUc5 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container { background-color: transparent; background-image: none; }#es419fkahOrFE6oN9HvvNkwOuepURUc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container > .video-iframe-container { display: none; }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row > .video-iframe-container { display: none; }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .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); }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container { border-width: 0; border-radius: 0; }#es419fkahOrFE6oN9HvvNkwOuepURUc5 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuybTppxJWlQF0tVxzBAXXzou9d5EdcP { width:4.0625rem;height:19.5rem;top:7.125rem;left:13.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #BhpDQOc60aHPa2rc7zq0kK69ZwxWNCWS { width:17.375rem;height:4.00035625rem;top:1rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #BI45RtXHPUw85f9219ETC5JXlMwqaXHh { width:20rem;height:16.875rem;top:29rem;left:0rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #daAwkwJN8zI18VJOkNQLo52EEWhAC3Oo { width:14rem;height:21.5rem;top:6.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS { display:block; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS { background-color: transparent; background-image: none; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row .container > .video-iframe-container { display: none; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row > .video-iframe-container { display: none; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .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); }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS { border-width: 0; border-radius: 0; }#dLFPQV6oenz8ZCN82TQV3Lzx2QZpL4ZS > .row .container { width:20rem;height:36.5625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMXoSHxX0hRMJpXmyhUTSPiWAs5GZDTT { width:20rem;height:4.00035625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #y6Vat1Ies8D4xJC1g1P2JZUvbK7Elkk7 { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:6.0625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #GvoCdogDgeu8Pg8zRNMUR1oataav3HvW { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:7.75rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #Zzhna7ryFsTp57vfBdmG5c3bw1GoIoxU { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:9.4375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #h0cSnuyGZumMTnoqipJfx5J1CeSATiX3 { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:11.0625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #yV7FcfgmHF7xUX7LkHdMcSlgi46Iqxrl { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:12.75rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #bKzf4O2lwsJvO4lownqheM2uf5zHXFUx { width:16.4375rem;height:13.6875rem;top:21.3125rem;left:1.75rem;z-index:14986;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #M4Rl4SiqJrFgkIWoILKMuQ1P6xX9Q0TG { display:flex;width:1.5rem;height:1.5rem;top:29.5625rem;left:7.5625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #Q51tLBgUDg1V7PmoOPp4dSo5Veh4QWGy { display:flex;width:1.5rem;height:1.5rem;top:29.5625rem;left:9.25rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #w4vA5JP9WQimIE6eJvAh7CHt5NmgOHpm { display:flex;width:1.5rem;height:1.5rem;top:29.5625rem;left:10.875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #d1kC4IK5FEmGyUR85N6QKJkMW9UBTn2w { display:flex;width:1.5rem;height:1.5rem;top:29.5625rem;left:14.0625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #qaLyaEXGHw7IbJA6rSofU23e9U2G4UP9 { display:flex;width:1.5rem;height:1.5rem;top:29.5625rem;left:5.875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #tv2x4MnnUTwrbPobL4XN5t7U1RPg5atU { width:8.0625rem;height:2.000175rem;top:25.0625rem;left:5.8125rem;font-size:2rem;text-align:center;text-align-last:center;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #TwTz2lIspRnAO2dDyFW2dMWutRBu5Nxp { width:10.8125rem;height:2.000175rem;top:10.6875rem;left:4.625rem;font-size:2rem;text-align:center;text-align-last:center;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #ixpVW2J7CoOd8qFVcHXI0uIq4BRtR931 { width:17.4375rem;height:13.625rem;top:6.4375rem;left:1.25rem;z-index:14986;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;display:block; }
 }@media only screen and (max-width: 763px) { #o4ThfXQLvQlGoGMcGUKJhc0HC2rpd6ge { display:flex;width:1.375rem;height:1.375rem;top:29.625rem;left:12.625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #ip5Lt7OJn6ra7eTyyJr47ITfimPcZxHZ { display:flex;width:1.375rem;height:1.375rem;top:29.625rem;left:4.4375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #T5Wi519KiTfxi82hcWnkvqTOUnyy1gsG { display:flex;width:1.375rem;height:1.375rem;top:15.5rem;left:4.75rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #IbIwEDk4TPlfJm5J8dPUlr6cLRIQMukJ { display:flex;width:1.375rem;height:1.375rem;top:15.5rem;left:14.3125rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { background-color: transparent; background-image: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container > .video-iframe-container { display: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container { display: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .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); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { border-width: 0; border-radius: 0; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvCJa5CzKgQfJZvnwbI9LqeT1xrc85Bz { width:18.75rem;height:2.000175rem;top:2.75rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;color:#0a0b0a;display:block; }
 }@media only screen and (max-width: 763px) { #NdN43icnsJzeynZnI322LASdEX5sMiXB { width:18.75rem;height:3rem;top:9.125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#0a0b0a;display:block; }
 }@media only screen and (max-width: 763px) { #PvKNGe5IThxhmg3MkT5Uasd65O0z0nr9 { width:20rem;height:18.125rem;top:1rem;left:0rem;background-color:#bcc2ad;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kXR6p6mfTTfJvcBv63i0UuuTQW47c9ZO { width:18.75rem;height:0.0625rem;top:7.3125rem;left:0.625rem;background-color:#0a0b0a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #R7t79mTCWcBGPeQK8HBFEg4KRrZ2iGqe { width:19.875rem;height:39rem;top:14.375rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LcPcvRLTy9Va0XBOM9lQTozxg6ruqxVm { display:flex;width:1.25rem;height:1.25rem;top:6.75rem;left:9.375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#0d0d0d; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bcc2ad;color:#010304; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bcc2ad;color:#010304; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bcc2ad;color:#010304; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-button { width:7.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.8125rem;background-color:#bcc2ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#0e0e0d; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]:-moz-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]::-moz-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]:-ms-input-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]::-webkit-input-placeholder { color:rgba(1,3,4,0.6); }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#091d25; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-radio-label { color:#161616; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46  { width:17.5rem;height:auto;top:15.625rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-info-text { color:#000000; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 {display:block;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 { width:17.5rem;height:auto;top:15.625rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #IrBrpgAu2O2lDkKEPsCS3JNMUF0WBSw1 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #A12zoESRcJrZcUT2BxkSmxEN4tKLWZ9D {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #wecHxqhWK0JQsLkAcmR1DhZg5y4LcHrg {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lMpd3uadIcry5Z1PXwOMtiwVM8f9GanU {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #iqp3o3u0tWy2MRemC1lB6TtHSumNxHLw {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Ofaygf6reT89vHwvTsKyM3KXnyrnrqQK {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #cUML4M45Z82DWCsMXcOWHU6lShBOUq02 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lwM3mVNmNvvz37gac8dDnL3geS4Xbr2b {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #dkr0wx1aDcTFbPxzISOtdDeGzQ1ZSJI6 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #rMhrTAAUSU2SEx6ctklKMSG1UF3cSuhc {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #J7hTKOzBqq7Td2LprPF1H1vws6TTg3Ea {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #svTAeOeKFJvyoz0BgJOx2qlho133Xl6F {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #SgQlJgU9apDoJoFvp8WIbVTPP9EQb3L6 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #KPRHVd0NmmZTKrdKJhA5C1xTMMDCfB3x {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #tfz0NecsX6yM2TwcgFPi84vHGA639mBR {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #QFtW4HPPh6NphlIP15X7BakGW4lFtmLl {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #WtCQSqELxrwL0BBPgpflah7nUo99GqsZ {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Krz6QWfTiLb2TPwZVCTbArqBw0l2BbnT {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #mGUS9fqheDx3RtkeQUlFQLbyWfyyt8Vk {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #EaK3oerkxpOpJcEigCqdpUQwVrO8CkNU {  }
 }@media only screen and (max-width: 763px) { #oSkJmRiFaEmnGdeKwdvNEFGuw00JLmQ4 { display:flex;width:1.25rem;height:1.25rem;top:52.8125rem;left:15.9375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz { display:block; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz { background-color: transparent; background-image: none; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row .container > .video-iframe-container { display: none; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row > .video-iframe-container { display: none; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .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); }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz { border-width: 0; border-radius: 0; }#UCFT3BTBOKUdMyidPXK8xvQTF2q9Vyzz > .row .container { width:20rem;height:63.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEKGS0fkR1ikP6JMJJCqJqecmkMCbapr { width:17.5rem;height:2.375rem;top:3.7495498657226rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;color:#0d0d0e;display:block; }
 }@media only screen and (max-width: 763px) { #vOENsuQFioEBfG5AgI9uv5KwGd367AhA { width:17.5rem;height:3rem;top:9.43714427948rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#0f0f10;display:block; }
 }@media only screen and (max-width: 763px) { #myfXC43kP7dPl7Ra70XtKFOLURbvIFOS { width:20rem;height:16.5625rem;top:0.8125rem;left:0rem;z-index:14997;background-color:#bcc2ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-element-container { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcc2ad;border-left:0.0625rem solid #bcc2ad;border-right:0.0625rem solid #bcc2ad;border-bottom:0.0625rem solid #bcc2ad; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-heading-text { color:#010304; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-desc-text { color:#010304; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-trigger { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important; }#N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-trigger.adaptive-delivery-prevent-bg, #N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-trigger.lazyload, #N7opbWmPELp3lBMcJpNciq3Paqihfloo .accordion-trigger.lazyloading { background-image: none; }
#N7opbWmPELp3lBMcJpNciq3Paqihfloo { display:flex;height:auto;width:20rem;top:21.0625rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;background-color:#ffffff;background-image:none; }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #GJTORZzWAZHL0acMDZHCx2AABzb3fKUI {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #AVwcZhpcyehSopGKZgfLIEuJNbnvDte2 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #mCVV57nqzfkvg0ITkOyEaIUAp7nfhH9N {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #ifq1NOB3XXT5sUToQBw93810TaoCWHse {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #RUoncVUCqd6IiwSxkNaAoQ7tsKBTyxa8 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #IwxF7OdHLQ0CKod8W9iIT5TxlIfJmlux {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #DZ1h1mZ6aqUKfJvJzZQCVbdEIblFqFX0 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #bZmQ339Exlim4K0aOSMimmVzUhTOuy6i {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #i11kw98WSdhXBJ5DrcWklEmA0fVm1EvW {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #iGE5xmtNT3RcCNKP35xcOf9JJsCT0hE9 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #GJKooChprvpgkQAUg7lZnqbzDRmGNLFV {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #P4vQsphT2Kb7hgHM60GbB8VrQAWgmh22 {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #JoshNa3bZKdiKE8qL5gGEpA7nqXDCopm {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #MqkfhzcukxlPrG8Nz8vqnAJq6XN2yqJb {  }
 }@media only screen and (max-width: 763px) { #N7opbWmPELp3lBMcJpNciq3Paqihfloo #aqhTeRLtC7WP6y5dFsU7bTRxtP8OwdQf {  }
 }@media only screen and (max-width: 763px) { #AI6hkZqtpVUuSf1DcDx0xVs3a7kVvP1F { display:flex;width:1.25rem;height:1.25rem;top:18.125rem;left:18.75rem;z-index:15008;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #y6urCzSk9drhH6a20MScTKbmpoFtcOKG { width:19.375rem;height:0.0625rem;top:18.6875rem;left:0.3125rem;z-index:14987;background-color:#bcc2ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lJJ4iWfbySos3Xc8nrTAst8NvL6pZoMA { display:flex;width:1.25rem;height:1.25rem;top:18.1875rem;left:0rem;z-index:15009;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN { background-color:#bcc2ad;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;box-shadow: none;display:block; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container { background-color: transparent; background-image: none; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container > .video-iframe-container { display: none; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row > .video-iframe-container { display: none; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .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); }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container { border-width: 0; border-radius: 0; }#I0GmotrsaRRgrwpUnlDrcOJMCXTdTlAN > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8e5GBVpoIOLZNTQ8iV9JkefBEUBiEK9 { width:20rem;height:4.00035625rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#030304;display:block; }
 }@media only screen and (max-width: 763px) { #fMD1taCFWS3mxsl0WTZU4GWFrUa5m4GS { width:20rem;height:3rem;top:8.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#0d0d0e;display:block; }
 }@media only screen and (max-width: 763px) { #r0r1DysHElnrIRxzNEsshohVvndITWTJ { display:flex;width:1.25rem;height:1.25rem;top:13.84375rem;left:9.375rem;z-index:15008;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #O2lGCtTnfnoD4sXnwA4Kwpy0S4TsCNte { width:20rem;height:0.0625rem;top:14.4375rem;left:0rem;z-index:14987;background-color:#0a0b0a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #J3JF1OIPzBEczJFk3p5BTPpqoIZ3pCsg { display:flex;width:3.25rem;height:3.25rem;top:17.875rem;left:8.375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #V180pMKSO4DcVp4HlzHnzX58WXtOMbbk { width:18.75rem;height:1.5rem;top:22.3125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G5DoyFDMmvn5pa6VmE5vvlksw6IKVuNF { width:12.5rem;height:0.0625rem;top:14.4375rem;left:3.75rem;background-color:#080809;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws { display:block; }#fRWz4pOOE0Bf3bE9omZiqJwium9C9Bws > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { width:16.8125rem;height:14.6875rem;top:5.6875rem;left:1.53125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #L03nlgXckNXQQtTV09ykMayLh8dargog { width:8.4375rem;height:1.25rem;top:2.44970703125rem;left:5.78125rem;font-size:1rem;display:block; }
 }