.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:220,222,221;--color-primary-1:138,147,142;--color-primary-2:20,38,28;--color-primary-3:10,19,14;--color-primary-4:3,6,4;--color-secondary-0:222,224,227;--color-secondary-1:147,153,161;--color-secondary-2:38,51,67;--color-secondary-3:19,26,34;--color-secondary-4:6,8,10;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c50d03e-1a68-488e-8414-c113f05974f3/WhatsAppImage20251121at34404PM.jpeg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz.adaptive-delivery-prevent-bg, #Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz.lazyload, #Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz.lazyloading { background-image: none; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row .container { background-color: transparent; background-image: none; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.66); }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row .container > .video-iframe-container { display: none; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.66); }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row > .video-iframe-container { display: none; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .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); }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row .container { border-width: 0; border-radius: 0; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#FUwxNXbCqszpgL1T6C7uTXG44fNTRhgk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:11.4375rem;top:2.5833334922791rem;left:17.541667222977rem;overflow:hidden;display:block; }
#ioRVSmJD43778aOyl12T74gK9oS7qEAv { color:#b2977a;display:block;width:34.499375rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:10.520833969116rem;left:4.9973957538605rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kWH6RMpr0zhI5QmzA1VtX0dwZV6Xh2TF { color:#f8f292;display:block;width:4.9375rem;position:absolute;font-family:neuton;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.375rem;left:8.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#c3w1hd91aOtDSrBTgAPqZq4JsiheLSdt { color:rgba(var(--color-secondary-2),1);display:block;width:4.9375rem;position:absolute;font-family:neuton;font-size:1.75rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:17.75rem;left:8.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ldTQP42SIW7wtaW0xSmJNAcVTTg6BlKW { color:#030304;display:block;width:17.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.1875rem;left:45.4375rem;height:4.14184375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VgIfn4gTqE4tU31OOsIn4ym0HvVFCIbr { position:absolute;display:block;z-index:15002;background-color:rgba(243,245,248,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(241,245,248,0.31) ;height:23.875rem;width:19.375rem;top:13rem;left:44.5rem;display:block; }
#Z4qS02MXn41Q9w849mE9a2IvWEkJaFgD { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:5.6875rem;width:33.75rem;top:10.041666984558rem;left:5.3723957538605rem;display:block; }
#prfxVvZWfDQKOpUXqp0VOsLZpKp0VN9F { color:rgba(var(--color-tertiary-1),1);display:block;width:7.874375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.275391817093rem;left:9.7352447509762rem;height:3.5729125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2EgPw7Aa5NG8sBMiQyCXunUipwy4ESz { color:rgba(var(--color-tertiary-1),1);display:block;width:29.75rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:16.5625rem;left:7.1875rem;height:4.34895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bm2HkdQL8OpFyL11Ve7GsZXuSyfJQx9k { color:rgba(var(--color-tertiary-1),1);display:block;width:10.1855625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:32.5rem;left:15.25rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Onicr5xtPLazDcZTd81u91cAZrkAT8PV { color:rgba(var(--color-tertiary-1),1);display:block;width:9.75rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:32.6875rem;left:5.9375rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kvP8F3l68ukL51NKQTTz3DQO4xzdbZtQ { color:rgba(var(--color-tertiary-1),1);display:block;width:12.7495625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:32.5rem;left:25.875rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vzxMfQmzsSVSmt1RM66vsQp93sgClXWa { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:4.31206875rem;width:0.185546875rem;top:32.6875rem;left:14.625rem;display:block; }
#Tr7zokNG1XOE3sHwFbn07oTg6Ri7mSkr { color:rgba(var(--color-tertiary-1),1);display:block;width:4.93706875rem;position:absolute;font-family:rubik;font-size:3.25rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:33.959419250488rem;left:7.7495670318606rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-form-header {  }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:16.875rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-text {padding-top: 0; padding-bottom: 0;}#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-select {padding-top: 0; padding-bottom: 0;}#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .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; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.875rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:15.6875rem;overflow:hidden;font-style:normal;float:none; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .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; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-container:first-of-type{padding-top:0;}#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-container:last-of-type{padding-bottom:0;}#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.561199188233rem;top:17.311199188233rem;z-index:15010;position:absolute; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.875rem;display:block;vertical-align:top; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV {display:block;}#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.561199188233rem;top:17.311199188233rem;z-index:15010;position:absolute; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #tcV7v6FbzHhcuIu7o7mdBsTdPoS6hNbF { position:relative; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #M3tfq8ywuS00mKLyivJ8c1BxQDrE6vTH { position:relative;display:none; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #KXS4sqUtQTl1drv8NTNM9gVEWazC2CdR { position:relative; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #nHnTIze6fON6WmcuHh5uAon661qH7e1m { position:relative; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #tO0OJIZIg0LRNhCmUoeqwaJThhe4XmyT { position:relative;display:none; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #Qe4eRHywIlXMzmKKOkyRvxGaJTFJ2z3N { position:relative; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #moHgesX7OCIgMNIX0ZVJIcHyAMNQUDDz { position:relative; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #u5mliGJdThmSbImTFNoAWbParNNTBX0A { position:relative;display:none; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #e8DQzU1q5HIzRU1MMZzyK33qS7JWWxwB { position:relative; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #MDRtVfP3AOdhL2xbMO9voeXeDPwIA1GX { position:relative; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #c9EWGovnaGAmnxFQxTQHCWWq0qf5fPXD { position:relative;display:none; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #C0O1E1fQh4OTyHcvqTr4oo9lSFIunvcW { position:relative; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #nuBR3olFo3woNXoz8NJMz7wDc8Ueldso { position:relative; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #XscEf8x2BEemp13212SsCEBLpb2TdFwy { position:relative; }
#MtHoITS18bi0lxMS0dUBv2A0Ih3oFWJZ { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:4.31206875rem;width:0.185546875rem;top:32.6875rem;left:25.3125rem;display:block; }
#AC8gEbpi5G3gFGLZoMLAQITswgi9BW30 { color:rgba(var(--color-tertiary-1),1);display:block;width:4.499025rem;position:absolute;font-family:rubik;font-size:3.3125rem;font-weight:700;z-index:15016;line-height:.5;letter-spacing:0;top:27.44140625rem;left:27.1142578125rem;height:1.65649375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bQTFXv9Egq8mEoQkJHMsibkpaDUlyn3a { color:rgba(var(--color-tertiary-0),1);display:block;width:4.562325rem;position:absolute;font-family:rubik;font-size:8.1875rem;font-weight:700;z-index:15013;line-height:.5;letter-spacing:0;top:23.347833633423rem;left:18.060192108154rem;height:4.09396875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qfUnUdXQTbBw3sf1Jyy32aOdiG9lMxP1 { color:rgba(var(--color-tertiary-1),1);display:block;width:1.99978125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:35.746963500976rem;left:12.165800094604rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6 { position:relative;display:block; }#dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6 { background-color: transparent; background-image: none; }#dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6 > .row .container > .video-iframe-container { display: none; }#dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6 > .row > .video-iframe-container { display: none; }#dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6 > .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); }#dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6 { border-width: 0; border-radius: 0; }#dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6 > .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; }#dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6 > .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:32rem;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; }#TOvoJeAqVkg36dEWIFgmeeUukEybhOhu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.5625rem;width:31.5625rem;top:0.125rem;left:2.8125rem;overflow:hidden;display:block; }
#XRBNzOwcpNQDZX6KqOSOtHRCUCkQVmqs { color:rgba(var(--color-secondary-2),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:10.647787094116rem;left:39.249134063721rem;height:13.5rem;display:block; }
#WWm3HdhTUBUTgWGxwGwHDVsVLsBxgViv { color:rgba(var(--color-secondary-2),1);display:block;width:35.125rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375004768372rem;left:39.250003814698rem;height:3.736975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WPo39C7uqPdU1ldbrMWRTUGApvQHoPrB { position:absolute;display:block;z-index:15009;background-color:#956836;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:30.5rem;top:5.875rem;left:39.25rem;display:block; }
#Lul6LCSGFr6Ct7vicSE093u6x38ovB8M { position:absolute;display:block;z-index:15007;background-color:#efc698;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:30.5rem;top:5.625rem;left:39.1875rem;display:block; }
#A1tv8nnVAbZkK5M2v5orixQPXhJVTW7z { color:rgba(var(--color-secondary-2),1);display:block;width:32.75rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7rem;left:39.25rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tl8MJGmTVMAwFpha33Xiaha0Nz19PEot { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.5625rem;left:39.25rem;display:block; }
#oGtNatIwqO73QAbTUb8vdDmmATxZwx6o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWJaBOh8BqFgmuiQmxmwTRSRfBUvuAwT { color:rgba(var(--color-secondary-2),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:27.062501430511rem;left:39.249132156372rem;height:1.125rem;display:block; }
#GUgMTNLusQucSMxX1LgAMBQJLwP1zurS { position:relative;display:block; }#GUgMTNLusQucSMxX1LgAMBQJLwP1zurS { background-color: transparent; background-image: none; }#GUgMTNLusQucSMxX1LgAMBQJLwP1zurS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUgMTNLusQucSMxX1LgAMBQJLwP1zurS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUgMTNLusQucSMxX1LgAMBQJLwP1zurS > .row .container > .video-iframe-container { display: none; }#GUgMTNLusQucSMxX1LgAMBQJLwP1zurS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUgMTNLusQucSMxX1LgAMBQJLwP1zurS > .row > .video-iframe-container { display: none; }#GUgMTNLusQucSMxX1LgAMBQJLwP1zurS > .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); }#GUgMTNLusQucSMxX1LgAMBQJLwP1zurS { border-width: 0; border-radius: 0; }#GUgMTNLusQucSMxX1LgAMBQJLwP1zurS > .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; }#GUgMTNLusQucSMxX1LgAMBQJLwP1zurS > .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:34.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; }#uKsbn7glzNXfsRvU4Q1n4id6DeVU7zAn { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.232423782349rem;left:1.8174915313721rem;height:8.285125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ssT68Alg4ZdT20W2xbGdBfXCRCMXROTO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.0625rem;width:60.5625rem;top:0.68359327316281rem;left:13.247613906861rem;overflow:hidden;display:block; }
#asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ { position:relative;display:block; }#asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ { background-color: transparent; background-image: none; }#asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ > .row .container > .video-iframe-container { display: none; }#asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ > .row > .video-iframe-container { display: none; }#asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ > .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); }#asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ { border-width: 0; border-radius: 0; }#asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ > .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; }#asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:64.625rem;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; }#FL64cZT3zsai0TO4KT64XxxSE233kONi { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.85807800292969rem;left:13.350261688233rem;height:2.6809875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xHO29WnM2ZLhd9RqZPIeQIcHhcweTqnN { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:2.6809875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BMqVeo9OGVEkHFNeThTv6gCr1rhbJadb { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13.25rem;width:18.1875rem;top:9.6875rem;left:0.25rem;overflow:hidden;display:block; }
#p9OWw89Du4BWt1kGUcieTHfMtscmcOCb { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:8.0615rem;width:18.374rem;top:22.937500953674rem;left:0.0625rem;overflow:hidden;display:block; }
#ZLbTugLy7R2r5dT645z6TI5EeiXk2O2i { box-sizing:content-box;height:7.5625rem;width:18.5625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.25rem;left:0.125rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#p6RvMbca7ClZL0snXewpSsdTTPEZNNDv { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:31.312501311302rem;left:3rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yh0rKJRGv739LWT9NyLphQumalnRtGZC { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:33.509115815163rem;left:2.875rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yWM34R6l7sTqJMkVnQViGAosCocZFZkx { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:35.812501430511rem;left:2.4375rem; }
#pg03eLfn3Fs6Bn5svoTanBna57qXLVXx { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:35.875rem;left:7.8125rem; }
#CtVkGBEAyTbVlm4vhQiKmdfS5UxlRm6o { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:35.875rem;left:13.375rem; }
#BBGmqrCFT7nnpxwUcOQTEScNvU7JTfvJ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15084;line-height:1.2;letter-spacing:0;top:36.5rem;left:10rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJQCN5OOtVELRQpJ32CtxKqZG9MHv9zW { color:rgba(var(--color-tertiary-4),1);display:block;width:1.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15083;line-height:1.2;letter-spacing:0;top:36.500001430511rem;left:4.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RM5oOVGRpCdqXxlybPURXUkFcCC5sbtq { color:rgba(var(--color-tertiary-4),1);display:block;width:1.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:36.625rem;left:15.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XouHCbTfrx2UOq0oO1srwZzVnfcKnhR5 { box-sizing:content-box;height:7.5625rem;width:18.5625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.375002622604rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#n8Qyeg1nqq0Vn31d9xyMnR1lLsNMS1Xw { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:52.000002622604rem;left:13.25rem; }
#ptf9rVbOyOT9RNwF4t3inADkHSd1zpbv { color:rgba(var(--color-tertiary-4),1);display:block;width:1.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15081;line-height:1.2;letter-spacing:0;top:52.750002622604rem;left:15.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xpa03nqp6Q9QlTq9XGEQRS2T9LSTG5CJ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15080;line-height:1.2;letter-spacing:0;top:52.625002622604rem;left:9.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a31IbGPoAdTAqraMgdEQNJDWTGgGlRlU { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:52.000002622604rem;left:7.6875rem; }
#GBs6tEl51R8wikFiz3LerbLaSPo4QUNH { color:rgba(var(--color-tertiary-4),1);display:block;width:1.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15079;line-height:1.2;letter-spacing:0;top:52.562502622604rem;left:4.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vN5TyLAyedOmmtdxA771As0oziWGFfSw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:49.875002622604rem;left:2.75rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZelP0iCOldtqTwnCWTQUu7LMwweV3RJ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:51.875002622604rem;left:2.3125rem; }
#yoovsQ45dQw6uFPbd0bd2xD9TCgMzH83 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:47.375002622604rem;left:2.875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSPn7W7m42BGS6wWwNiOn66DN9XUOyz7 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:8.125rem;width:18.4375rem;top:38.8125rem;left:0.1875rem;overflow:hidden;display:block; }
#TBkT0ynJoKVC2T29X4cu9Q5aV0bakBV6 { color:rgba(var(--color-primary-2),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:7rem;left:18.6875rem;height:2.6809875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cfcVEKe0lM3MUqnHoJSSWGLzVoFlIuKg { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:12.75rem;width:18.4375rem;top:9.875rem;left:18.8125rem;overflow:hidden;display:block; }
#hE34DTVmnCpoiKBTOT3Ta2iAmHJr090U { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:8.0625rem;width:18.1875rem;top:23.125rem;left:18.9375rem;overflow:hidden;display:block; }
#gVpr4QOuUvvoCTTDtf4HRpmcHXSwV668 { box-sizing:content-box;height:7.5625rem;width:18.5625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.25rem;left:18.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#GBqow6AeaViCbq3sWtfpEFvuxTO7C7Uy { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:35.875rem;left:26.4375rem; }
#febmdvMZS0BDT9IUxFIwErWDTZuaCrCr { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:35.875rem;left:32rem; }
#Ihh3xmyRfmkDWg7JkClLBnTv4LNkXQ3q { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15083;line-height:1.2;letter-spacing:0;top:36.5625rem;left:23.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#plfJei2qOL38GBWiwbDoHmByc7DlTKCU { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:36.625rem;left:34.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r0maZ7V4FTr4p1Zei3pbeXAm53LsnT0k { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15084;line-height:1.2;letter-spacing:0;top:36.5rem;left:28.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tdyoiVT3fkZhVZwPe0Tv5Z2g0kZ9Zena { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:33.4375rem;left:21.625rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMN38RsoVSbnwpZJV5GIvN9NTQMNDK61 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:35.875rem;left:21.0625rem; }
#bAkvx0NG47gbELmA4ERDTBxaQlhTqEnu { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:31.25rem;left:21.625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XXivbbIoXomIvufTD3OA9QnvwceotdBA { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:8.1875rem;width:19.5625rem;top:38.8125rem;left:18.25rem;overflow:hidden;display:block; }
#FmLLz16tfwhhKrAQKryI5NKJpbkvakP4 { box-sizing:content-box;height:7.5625rem;width:18.5625rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.375rem;left:18.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#LzCh7U7NulWUxiUS5PANWvqtbyuDvKOa { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:49.875rem;left:20.875rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vX99MZknlU3cQ1oTL43bAReNIsdZX7fq { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15073;line-height:1.2;letter-spacing:0;top:47.375rem;left:21.625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hkTEJaH4wJW5sN28J4WU1DmU29y97B2g { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15094;line-height:1.2;letter-spacing:0;top:52.75rem;left:34.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1hf7upgkQ7uEMLXIQdxTtIHziX5xLHg { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:52rem;left:32rem; }
#pGu2Azx2T3iPF4sRdHOrx0VIcD3WQNyo { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15093;line-height:1.2;letter-spacing:0;top:52.625rem;left:28.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyI69srmR9NyrndCiTbAcyttDNQDd1FI { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:52rem;left:26.4375rem; }
#No8rIL0w0Wnp0zwVUFOOWAp8BZMQX4np { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:52.6875rem;left:23.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vmnso83SkSQaFyMZ9WwdsHyinsvgTTSU { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:52rem;left:21.0625rem; }
#tT3vXS7UtJgN1aMTh8uGd3CZT1TJEqDS { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:6.875rem;width:18.5rem;top:23.0625rem;left:37.5rem;overflow:hidden;display:block; }
#pEvsaQPJ1M7Dsgb9RkSd4voHNPAXcTON { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:12.5rem;width:18.5rem;top:9.875rem;left:37.5625rem;overflow:hidden;display:block; }
#XFfobCJg7TrOVxH7FFTVZpFSAAoOyqDX { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:7.0000028610231rem;left:37.75rem;height:2.6809875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kIiAHkomPWMAv3Lg0kbWbvcGzesOAxkH { box-sizing:content-box;height:7.5625rem;width:18.5625rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.25rem;left:37.5625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#QWZ8tD8ZBKFnKr0whZih6fwOsbytR3Q2 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:35.875rem;left:50.8125rem; }
#M5z73PLvkaXfhRe3qiLAqNJ6RUHripu4 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15101;line-height:1.2;letter-spacing:0;top:36.625rem;left:52.9375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P0Nf6LRGOAMJpKEJO8DfeZTMLi3FMyTp { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:35.875rem;left:45.25rem; }
#HSBX4I8CDIE1ia2ZfHaLdhNHAc0Nk0rt { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.2;letter-spacing:0;top:36.5625rem;left:42.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HGlpwKkWodELPSSCJnwTdI9FfrJI8sJ5 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:35.875rem;left:39.875rem; }
#waiGXxyrdhNmSq12bIRC8slG6p1koKnl { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.2;letter-spacing:0;top:36.5rem;left:47.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HQU0DRvs790RlXSqmT8GkZRSWzVynaZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:33.375rem;left:40.0625rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chHR3qpA6ffS3eH9vAJCAvINTli1fQrL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15080;line-height:1.2;letter-spacing:0;top:31.25rem;left:40.4375rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UXeJbvB4qoOQ6ZaPxZ6FLwmNpPiDQuL3 { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:7rem;left:56.500003814698rem;height:2.6809875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kK7NvrKo315wUNazo4XnmFMrwttdyiQW { box-sizing:content-box;height:7.5625rem;width:18.5625rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.3125rem;left:56.4375rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#dZxMBGXitQAC0TICQyrs9dsmZLiEF33R { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15112;line-height:1.2;letter-spacing:0;top:36.6875rem;left:71.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZdw7w1mHxT2wci35iLoTtkHuRqaLuyQ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:35.9375rem;left:69.6875rem; }
#ayfRNFktUG9QFiyUIT3ee8JUTr08nePw { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15111;line-height:1.2;letter-spacing:0;top:36.5625rem;left:66.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jemksav2UTUVg0giDsf59uEtCGhrlVn9 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15152;opacity:1;top:35.9375rem;left:64.125rem; }
#aJ3csmrA2VW2RAyJCE67SeKcDr56S4M9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15075;line-height:1.2;letter-spacing:0;top:33.4375rem;left:58.9375rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1zdKlcmCXTB1KsIVhHzbambMSw5qQUT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15091;line-height:1.2;letter-spacing:0;top:31.3125rem;left:59.3125rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPTOnkAR5Xq1ZGl70FCq3Cvi5xoGVxKv { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:8.3125rem;width:18.4375rem;top:22.562500715256rem;left:56.375003814698rem;overflow:hidden;display:block; }
#OZvkyo1cp8nw1L25XzrTdsH1SOvp6DRu { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9362rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15110;line-height:1.2;letter-spacing:0;top:36.625rem;left:61rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tVpf6uwiMgLeFo6kvF53yctl7LFfOZzL { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:12.375rem;width:18.625rem;top:9.9375rem;left:56.4375rem;overflow:hidden;display:block; }
#HPtAMD9TrmqftdybDi9kl9LZuq8Gc43p { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:35.9375rem;left:58.75rem; }
#rZpODmPG53QfxK23mBC0vVmJECMb6eJc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15154;text-align:center;text-align-last:center;top:58.35417175293rem;left:28.59765625rem;display:block; }
#rJfg3nIT7ViCg6IMWFdd5gCd66eXRstW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi > .row .container { background-color: transparent; background-image: none; }#HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi > .row .container > .video-iframe-container { display: none; }#HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi > .row > .video-iframe-container { display: none; }#HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi > .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); }#HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi > .row .container { border-width: 0; border-radius: 0; }#HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#A8x6B90CfKewUgVAJ2KEzFst460TvD6U { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.9375rem;width:16.25rem;top:8.8125rem;left:1.0625rem;display:none; }
#rNhqDq8iNsJsNAot2uqLGl3XB3z6oOt4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.8125rem;left:2.6875rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EdzBvMK4Zx93xLt3WlZQ5ezPFP1DuR2q { color:rgba(var(--color-primary-4),1);display:block;width:14.1873125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:22.500000847504rem;left:2.2808160781861rem;height:9.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Twuuu9f1iVLTOF0qLwrXOQcNKfIlWKgm { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:32.125rem;width:16.25rem;top:4.5625rem;left:19.875rem;display:block; }
#VWkyyqBP7OqKEPl3pDEmGMuyu1OzvzaR { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:22.500000715256rem;left:20.781251907349rem;height:5.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHmz3OzwhaC0qqetTRoM8qmwmCXoZD8P { color:rgba(var(--color-tertiary-4),1);display:block;width:13.809875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.8125rem;left:21.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDQQyDLUiImELGESv2M12VRW6cmIQsqE { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:32.0625rem;width:16.25rem;top:4.5625rem;left:38.625rem;display:block; }
#Q4spqEZTaHRil3coXobepVpFleKwxRJA { color:rgba(var(--color-primary-4),1);display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:22.375000847504rem;left:58.936637878418rem;height:9.7981875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJUNWAem7HPRT52NvpwBGI2TRTT47AvG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:6.375rem;left:45.6875rem;overflow:hidden;display:block; }
#obclUFecIrpBZxTfWcLpAGLyx6mQB6nI { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:32.0625rem;width:16.25rem;top:4.5625rem;left:57.375rem;display:block; }
#lcV8yqxIS3Pgw69iB2l2gTw2XcP2X6b8 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:6.375rem;left:64.6875rem;overflow:hidden;display:block; }
#KTJI0Idi8Io7CoWVtUkzFQVcnPRtdAQa { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.80728912353513rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QkPQEVcD9cUmUM4VUQq0ruAVGEvsCSs2 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:32.25rem;width:16.25rem;top:4.4375rem;left:1rem;display:block; }
#VBrbeNSBmbEXQNKkm02sTQ1GbhL9CTOR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:16rem;top:4.5616321563721rem;left:0.99934959411619rem;overflow:hidden;display:block; }
#wsO2FQzc6oW3iqO6TeCi6nQlBpN0h7za { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:16.25rem;top:4.5616321563721rem;left:19.937067031861rem;overflow:hidden;display:block; }
#CPz3ldRfyzwtUDKoXydJLDHJeTFMZXoQ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:16.375rem;top:4.6875rem;left:57.5625rem;overflow:hidden;display:block; }
#mJW0p6ubnAHV7RSLIif8TLv9MaiiDrnr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:16.375rem;top:4.5625rem;left:38.625rem;overflow:hidden;display:block; }
#OeHWOFsO7XdZqosX4obrxyR3SD3VMSee { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.8125rem;left:59.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IAoU1MxGeotNDpV6m93l3ABzIU929i5r { color:rgba(var(--color-primary-4),1);display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:22.375000847504rem;left:39.687503814698rem;height:13.997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GawWUD0cStSZ0V3TyeEUmaBAvThmuaZN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.808625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.8125rem;left:40rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.88671875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:3.125rem;display:block; }
#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.3125rem;left:7.125rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:3.125rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.4853515625rem;left:1.65625rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:21.875rem;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.3125rem;left:25.875rem; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:21.875rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.48593711853rem;left:19.90625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:40.625rem;display:block; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.3125rem;left:44.625rem; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:40.625rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.4853515625rem;left:39.65625rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#JlTkybakflq0hi8wn0mzGdoFWwckQq2C { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:59.375rem;display:block; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.3125rem;left:63.375rem; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:59.375rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.484375476837rem;left:58.312503814698rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5 { position:relative;display:block; }#ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5 { background-color: transparent; background-image: none; }#ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5 > .row .container > .video-iframe-container { display: none; }#ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5 > .row > .video-iframe-container { display: none; }#ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5 > .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); }#ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5 { border-width: 0; border-radius: 0; }#ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5 > .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; }#ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.125rem;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; }#OywTHJZFyDDJQTbS2CCSTzEH4tkX9V1V { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#X5WLE40hZSTTFmPAhQT6S6LFr4lbADAJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.75rem;width:20.3125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.4414063990119rem;left:4.21484375rem;overflow:hidden;display:block; }
#BCA0UL4MWBTusJOaRuZcWXe4ZvCBQ7hI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.9375rem;width:20.4375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.34765625rem;left:27.592449188233rem;overflow:hidden;display:block; }
#t7OnEoNiQUaQG0dFbSE270Es6LKhudGh { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:20.375rem;top:21.1875rem;left:4.1872835159302rem;display:block; }
#aCgPdKTrMQx0DTXqGwPuhCqp0EMXkDTw { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.6875rem;left:4.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tb2tFCy1OrJiCTcRVV3yRdCnXa95MHx9 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.75rem;left:27.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZbUTDQutBtHvHmMDyr85WxVh61NW4Wv { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.5rem;top:21.25rem;left:27.5625rem;display:block; }
#aovwsAJAnsIeB52gcq5hcIvZ9eb9huvs { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.125rem;left:51.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xrtKlblXMTomkqFbIXQ6SgXtDdnFsGud { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.5rem;top:21.6875rem;left:51.6875rem;display:block; }
#MdB369I86dZ9nG0no8JTdsxPbIDFQQFZ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:41.499786376953rem;left:3.9370670318604rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fCccRKf9yNqqfRFRlSg4xJJwSECfFi57 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.5rem;top:40.999565124512rem;left:4.0000009536743rem;display:block; }
#c2iWn6UmqXLbTemHq3gQmDcZX6CTHX1y { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:41.374786376953rem;left:27.999134063721rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SrF5fUIOmS7yRict2FhwLiLRE1vFUbKb { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.5rem;top:40.937065124512rem;left:27.937286376953rem;display:block; }
#bLEgXglrC679xVezHA2wJ6Zp349nrVzF { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:41.375rem;left:51.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJ7NSmqLp93esIdeGZR8TowSSD2NHRza { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.75rem;top:40.9375rem;left:51.625rem;display:block; }
#W5Tm2hqcJ2L8oBbuchKVh0muxPr5d7Qb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14rem;width:20.5625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.68620300293rem;left:51.686199188233rem;overflow:hidden;display:block; }
#tX204FSKN6iXIn3lg5dG1QxQL50RIE1d { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.9375rem;width:20.375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.124557495118rem;left:4.0625019073486rem;overflow:hidden;display:block; }
#EBsvhTXLDB5hKTA6Raf9psdNHxrMBrL4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.625rem;width:20.5625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.311218261719rem;left:27.936199188233rem;overflow:hidden;display:block; }
#bwJ1V7IXnRhSwQT9utsWZZdkooD9anFR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.9375rem;width:20.75rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.000015258789rem;left:51.623699188233rem;overflow:hidden;display:block; }
#a3hr4D8bP9qmirupDKLUdzyImOp6SRdv { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:46.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { position:relative;display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { background-color: transparent; background-image: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .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); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { border-width: 0; border-radius: 0; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .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; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.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; }#cdGqar6BeDTKesgwep0nBf7tS3AbPalc { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.375rem;width:19.375rem;top:4.25rem;left:27.75rem;display:block; }
#MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:5.75rem;left:60.75rem;overflow:hidden;display:block; }
#FdPkkdaTzDJbymRBFl1erypDi4drU4W8 { 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:3.6875rem;width:3.8125rem;top:5.75rem;left:35.5rem;overflow:hidden;display:block; }
#pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.6875rem;top:5.7499961853028rem;left:10.0625rem;overflow:hidden;display:block; }
#CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.75rem;left:52.6875rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.75rem;left:27.25rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.25rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.502197265625rem;left:55.9375rem;height:5.68359375rem;font-style:italic;display:block; }
#D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13rem;left:29.25rem;height:9.09375rem;font-style:italic;display:block; }
#aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.9375rem;left:5.1875rem;height:7.957rem;font-style:italic;display:block; }
#BwsGl2t5gz8Zxpd4NHE64K2J2ko0p2Bq { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.375rem;width:19.375rem;top:4.25rem;left:53rem;display:block; }
#EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.1875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.375rem;width:19.375rem;top:4.1875rem;left:3.375rem;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:7.62370300293rem;left:3.8098945617676rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { position:absolute;display:block;z-index:15029;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:8.5623125rem;width:12.4370625rem;top:0.69140625rem;left:2.5598945617676rem;overflow:hidden;display:block; }
#DqTTB5fsTt9cRlrIoLRGtvH0i0LsESgQ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:5.5869140625rem;left:47.3125rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E2RH9sMeTEHSbrul9XXyTw5KhS3G1TJL { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:3.8994140625rem;left:46.625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LpwgdBiuCmHFTzqtd5oGylhKtTqRxKTi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15026;top:5.810546875rem;left:44.75rem; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1a13;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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#dhAWMZqxlHn2Bgk4B1pMi6ltoRK9Pr3L { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.046875rem;left:21.984375rem;height:1.21875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz { display:block; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUwxNXbCqszpgL1T6C7uTXG44fNTRhgk { top:2.5625rem;left:3.9166672229767rem;width:11.4375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioRVSmJD43778aOyl12T74gK9oS7qEAv { top:10.5rem;left:0rem;width:34.4375rem;height:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWH6RMpr0zhI5QmzA1VtX0dwZV6Xh2TF { top:17.375rem;left:0rem;width:4.9375rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3w1hd91aOtDSrBTgAPqZq4JsiheLSdt { top:17.75rem;left:0rem;width:4.9375rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldTQP42SIW7wtaW0xSmJNAcVTTg6BlKW { top:14.1875rem;left:30.1875rem;width:17.5625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgIfn4gTqE4tU31OOsIn4ym0HvVFCIbr { width:19.375rem;height:23.875rem;top:13rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4qS02MXn41Q9w849mE9a2IvWEkJaFgD { top:10rem;left:0rem;width:33.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prfxVvZWfDQKOpUXqp0VOsLZpKp0VN9F { top:22.25rem;left:0rem;width:7.8125rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2EgPw7Aa5NG8sBMiQyCXunUipwy4ESz { top:16.5625rem;left:0rem;width:29.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm2HkdQL8OpFyL11Ve7GsZXuSyfJQx9k { top:32.5rem;left:1.625rem;width:10.125rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onicr5xtPLazDcZTd81u91cAZrkAT8PV { top:32.625rem;left:0rem;width:9.6875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvP8F3l68ukL51NKQTTz3DQO4xzdbZtQ { top:32.5rem;left:12.25rem;width:12.6875rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzxMfQmzsSVSmt1RM66vsQp93sgClXWa { top:32.6875rem;left:1rem;width:0.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7zokNG1XOE3sHwFbn07oTg6Ri7mSkr { top:33.9375rem;left:0rem;width:4.875rem;height:3.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-regular-label { display:block;width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-text {padding-top: 0; padding-bottom: 0;}#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-select {padding-top: 0; padding-bottom: 0;}#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV  { width:16.875rem;height:auto;top:14.6875rem;left:28.375rem; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV {display:block;}#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV { width:16.875rem;height:auto;top:14.6875rem;left:28.375rem; }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #tcV7v6FbzHhcuIu7o7mdBsTdPoS6hNbF {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #M3tfq8ywuS00mKLyivJ8c1BxQDrE6vTH { display:none; }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #KXS4sqUtQTl1drv8NTNM9gVEWazC2CdR {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #nHnTIze6fON6WmcuHh5uAon661qH7e1m {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #tO0OJIZIg0LRNhCmUoeqwaJThhe4XmyT { display:none; }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #Qe4eRHywIlXMzmKKOkyRvxGaJTFJ2z3N {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #moHgesX7OCIgMNIX0ZVJIcHyAMNQUDDz {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #u5mliGJdThmSbImTFNoAWbParNNTBX0A {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #e8DQzU1q5HIzRU1MMZzyK33qS7JWWxwB {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #MDRtVfP3AOdhL2xbMO9voeXeDPwIA1GX {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #c9EWGovnaGAmnxFQxTQHCWWq0qf5fPXD {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #C0O1E1fQh4OTyHcvqTr4oo9lSFIunvcW {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #nuBR3olFo3woNXoz8NJMz7wDc8Ueldso {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #XscEf8x2BEemp13212SsCEBLpb2TdFwy {  }
 }@media only screen and (max-width: 763px) { #MtHoITS18bi0lxMS0dUBv2A0Ih3oFWJZ { top:32.6875rem;left:11.6875rem;width:0.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC8gEbpi5G3gFGLZoMLAQITswgi9BW30 { top:27.4375rem;left:13.4892578125rem;width:4.4375rem;height:1.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQTFXv9Egq8mEoQkJHMsibkpaDUlyn3a { top:23.3125rem;left:4.4348964691162rem;width:4.5rem;height:4.0625rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfUnUdXQTbBw3sf1Jyy32aOdiG9lMxP1 { top:35.6875rem;left:0rem;width:1.9375rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6 { display:block; }#dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOvoJeAqVkg36dEWIFgmeeUukEybhOhu { top:0.125rem;left:0rem;width:31.5625rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRBNzOwcpNQDZX6KqOSOtHRCUCkQVmqs { top:10.625rem;left:15.125rem;width:32.625rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWm3HdhTUBUTgWGxwGwHDVsVLsBxgViv { top:1.4375rem;left:12.625rem;width:35.125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPo39C7uqPdU1ldbrMWRTUGApvQHoPrB { top:5.875rem;left:17.25rem;width:30.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lul6LCSGFr6Ct7vicSE093u6x38ovB8M { top:5.625rem;left:17.25rem;width:30.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1tv8nnVAbZkK5M2v5orixQPXhJVTW7z { top:6.9375rem;left:15rem;width:32.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl8MJGmTVMAwFpha33Xiaha0Nz19PEot { width:19.5625rem;height:3.25rem;top:28.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGtNatIwqO73QAbTUb8vdDmmATxZwx6o { display:block; }
 }@media only screen and (max-width: 763px) { #TWJaBOh8BqFgmuiQmxmwTRSRfBUvuAwT { top:27.0625rem;left:18.25rem;width:29.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUgMTNLusQucSMxX1LgAMBQJLwP1zurS { display:block; }#GUgMTNLusQucSMxX1LgAMBQJLwP1zurS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKsbn7glzNXfsRvU4Q1n4id6DeVU7zAn { width:11.4375rem;height:8.25rem;top:13.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssT68Alg4ZdT20W2xbGdBfXCRCMXROTO { top:0.625rem;left:0rem;width:47.75rem;height:26.856295149639rem;display:block; }
 }@media only screen and (max-width: 763px) { #asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ { display:block; }#asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FL64cZT3zsai0TO4KT64XxxSE233kONi { width:47.75rem;height:2.625rem;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHO29WnM2ZLhd9RqZPIeQIcHhcweTqnN { width:18.75rem;height:2.625rem;top:7rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMqVeo9OGVEkHFNeThTv6gCr1rhbJadb { top:9.6875rem;left:0rem;width:18.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9OWw89Du4BWt1kGUcieTHfMtscmcOCb { top:22.9375rem;left:0rem;width:18.3125rem;height:8.0343423764963rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLbTugLy7R2r5dT645z6TI5EeiXk2O2i { top:31.25rem;left:0rem;width:18.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6RvMbca7ClZL0snXewpSsdTTPEZNNDv { top:31.3125rem;left:0rem;width:13.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh0rKJRGv739LWT9NyLphQumalnRtGZC { top:33.5rem;left:0rem;width:13rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWM34R6l7sTqJMkVnQViGAosCocZFZkx { top:35.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg03eLfn3Fs6Bn5svoTanBna57qXLVXx { top:35.875rem;left:4.40625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtVkGBEAyTbVlm4vhQiKmdfS5UxlRm6o { top:35.875rem;left:9.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBGmqrCFT7nnpxwUcOQTEScNvU7JTfvJ { top:36.5rem;left:6.59375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJQCN5OOtVELRQpJ32CtxKqZG9MHv9zW { top:36.5rem;left:1.28125rem;width:1.875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM5oOVGRpCdqXxlybPURXUkFcCC5sbtq { top:36.625rem;left:10.0625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XouHCbTfrx2UOq0oO1srwZzVnfcKnhR5 { top:47.375rem;left:0rem;width:18.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8Qyeg1nqq0Vn31d9xyMnR1lLsNMS1Xw { top:52rem;left:9.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptf9rVbOyOT9RNwF4t3inADkHSd1zpbv { top:52.75rem;left:10.0625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpa03nqp6Q9QlTq9XGEQRS2T9LSTG5CJ { top:52.625rem;left:6.46875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a31IbGPoAdTAqraMgdEQNJDWTGgGlRlU { top:52rem;left:4.28125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBs6tEl51R8wikFiz3LerbLaSPo4QUNH { top:52.5625rem;left:1.15625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN5TyLAyedOmmtdxA771As0oziWGFfSw { top:49.875rem;left:0rem;width:13.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZelP0iCOldtqTwnCWTQUu7LMwweV3RJ { top:51.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoovsQ45dQw6uFPbd0bd2xD9TCgMzH83 { top:47.375rem;left:0rem;width:13.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSPn7W7m42BGS6wWwNiOn66DN9XUOyz7 { top:38.8125rem;left:0rem;width:18.4375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBkT0ynJoKVC2T29X4cu9Q5aV0bakBV6 { width:19.1875rem;height:2.625rem;top:7rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfcVEKe0lM3MUqnHoJSSWGLzVoFlIuKg { top:9.875rem;left:5.4375rem;width:18.4375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE34DTVmnCpoiKBTOT3Ta2iAmHJr090U { top:23.125rem;left:5.6875rem;width:18.1875rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVpr4QOuUvvoCTTDtf4HRpmcHXSwV668 { top:31.25rem;left:5.3125rem;width:18.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBqow6AeaViCbq3sWtfpEFvuxTO7C7Uy { top:35.875rem;left:16.21875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #febmdvMZS0BDT9IUxFIwErWDTZuaCrCr { top:35.875rem;left:21.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihh3xmyRfmkDWg7JkClLBnTv4LNkXQ3q { top:36.5625rem;left:13.09375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plfJei2qOL38GBWiwbDoHmByc7DlTKCU { top:36.625rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0maZ7V4FTr4p1Zei3pbeXAm53LsnT0k { top:36.5rem;left:18.40625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdyoiVT3fkZhVZwPe0Tv5Z2g0kZ9Zena { top:33.4375rem;left:10.875rem;width:13rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMN38RsoVSbnwpZJV5GIvN9NTQMNDK61 { top:35.875rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAkvx0NG47gbELmA4ERDTBxaQlhTqEnu { top:31.25rem;left:10.8125rem;width:13.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXivbbIoXomIvufTD3OA9QnvwceotdBA { top:38.8125rem;left:0rem;width:19.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmLLz16tfwhhKrAQKryI5NKJpbkvakP4 { top:47.375rem;left:5.3125rem;width:18.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzCh7U7NulWUxiUS5PANWvqtbyuDvKOa { top:49.875rem;left:9.5625rem;width:14.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX99MZknlU3cQ1oTL43bAReNIsdZX7fq { top:47.375rem;left:10.8125rem;width:13.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkTEJaH4wJW5sN28J4WU1DmU29y97B2g { top:52.75rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1hf7upgkQ7uEMLXIQdxTtIHziX5xLHg { top:52rem;left:21.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGu2Azx2T3iPF4sRdHOrx0VIcD3WQNyo { top:52.625rem;left:18.40625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyI69srmR9NyrndCiTbAcyttDNQDd1FI { top:52rem;left:16.21875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #No8rIL0w0Wnp0zwVUFOOWAp8BZMQX4np { top:52.6875rem;left:13.09375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmnso83SkSQaFyMZ9WwdsHyinsvgTTSU { top:52rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT3vXS7UtJgN1aMTh8uGd3CZT1TJEqDS { top:23.0625rem;left:15.75rem;width:18.5rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEvsaQPJ1M7Dsgb9RkSd4voHNPAXcTON { top:9.875rem;left:17.3125rem;width:18.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFfobCJg7TrOVxH7FFTVZpFSAAoOyqDX { width:18.25rem;height:2.6875rem;top:7rem;left:16.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIiAHkomPWMAv3Lg0kbWbvcGzesOAxkH { top:31.25rem;left:17.25rem;width:18.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWZ8tD8ZBKFnKr0whZih6fwOsbytR3Q2 { top:35.875rem;left:33.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5z73PLvkaXfhRe3qiLAqNJ6RUHripu4 { top:36.625rem;left:33.9375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Nf6LRGOAMJpKEJO8DfeZTMLi3FMyTp { top:35.875rem;left:28.21875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSBX4I8CDIE1ia2ZfHaLdhNHAc0Nk0rt { top:36.5625rem;left:25.09375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGlpwKkWodELPSSCJnwTdI9FfrJI8sJ5 { top:35.875rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waiGXxyrdhNmSq12bIRC8slG6p1koKnl { top:36.5rem;left:30.40625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQU0DRvs790RlXSqmT8GkZRSWzVynaZ8 { top:33.375rem;left:21.8125rem;width:14rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chHR3qpA6ffS3eH9vAJCAvINTli1fQrL { top:31.25rem;left:22.75rem;width:13.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXeJbvB4qoOQ6ZaPxZ6FLwmNpPiDQuL3 { width:18.25rem;height:2.625rem;top:7rem;left:29.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK7NvrKo315wUNazo4XnmFMrwttdyiQW { top:31.3125rem;left:29.1875rem;width:18.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZxMBGXitQAC0TICQyrs9dsmZLiEF33R { top:36.6875rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZdw7w1mHxT2wci35iLoTtkHuRqaLuyQ { top:35.9375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayfRNFktUG9QFiyUIT3ee8JUTr08nePw { top:36.5625rem;left:42.46875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jemksav2UTUVg0giDsf59uEtCGhrlVn9 { top:35.9375rem;left:40.28125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ3csmrA2VW2RAyJCE67SeKcDr56S4M9 { top:33.4375rem;left:33.75rem;width:14rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1zdKlcmCXTB1KsIVhHzbambMSw5qQUT { top:31.3125rem;left:34.6875rem;width:13.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPTOnkAR5Xq1ZGl70FCq3Cvi5xoGVxKv { top:22.5625rem;left:29.3125rem;width:18.4375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZvkyo1cp8nw1L25XzrTdsH1SOvp6DRu { top:36.625rem;left:37.15625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVpf6uwiMgLeFo6kvF53yctl7LFfOZzL { top:9.9375rem;left:25.125rem;width:18.625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPtAMD9TrmqftdybDi9kl9LZuq8Gc43p { top:35.9375rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZpODmPG53QfxK23mBC0vVmJECMb6eJc { width:17.5rem;height:3.4375rem;top:58.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJfg3nIT7ViCg6IMWFdd5gCd66eXRstW { display:block; }
 }@media only screen and (max-width: 763px) { #HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi { display:block; }#HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8x6B90CfKewUgVAJ2KEzFst460TvD6U { width:16.25rem;height:25.9375rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNhqDq8iNsJsNAot2uqLGl3XB3z6oOt4 { width:13.125rem;height:2.875rem;top:18.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdzBvMK4Zx93xLt3WlZQ5ezPFP1DuR2q { width:14.125rem;height:9.0625rem;top:22.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twuuu9f1iVLTOF0qLwrXOQcNKfIlWKgm { width:16.25rem;height:32.125rem;top:4.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWkyyqBP7OqKEPl3pDEmGMuyu1OzvzaR { width:14.6875rem;height:5.5625rem;top:22.5rem;left:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHmz3OzwhaC0qqetTRoM8qmwmCXoZD8P { width:13.75rem;height:1.4375rem;top:18.75rem;left:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDQQyDLUiImELGESv2M12VRW6cmIQsqE { width:16.25rem;height:32.0625rem;top:4.5625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4spqEZTaHRil3coXobepVpFleKwxRJA { width:13.4375rem;height:9.75rem;top:22.375rem;left:34.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJUNWAem7HPRT52NvpwBGI2TRTT47AvG { width:3.125rem;height:3.125rem;top:6.375rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obclUFecIrpBZxTfWcLpAGLyx6mQB6nI { width:16.25rem;height:32.0625rem;top:4.5625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcV8yqxIS3Pgw69iB2l2gTw2XcP2X6b8 { width:3.125rem;height:3.125rem;top:6.375rem;left:40.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTJI0Idi8Io7CoWVtUkzFQVcnPRtdAQa { width:47.75rem;height:3.625rem;top:0.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkPQEVcD9cUmUM4VUQq0ruAVGEvsCSs2 { width:16.25rem;height:32.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBrbeNSBmbEXQNKkm02sTQ1GbhL9CTOR { top:4.5rem;left:0rem;width:16rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsO2FQzc6oW3iqO6TeCi6nQlBpN0h7za { top:4.5rem;left:7.625rem;width:16.25rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPz3ldRfyzwtUDKoXydJLDHJeTFMZXoQ { top:4.6875rem;left:31.3125rem;width:16.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJW0p6ubnAHV7RSLIif8TLv9MaiiDrnr { top:4.5625rem;left:21.3125rem;width:16.375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeHWOFsO7XdZqosX4obrxyR3SD3VMSee { width:13.125rem;height:1.625rem;top:18.8125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAoU1MxGeotNDpV6m93l3ABzIU929i5r { width:14.4375rem;height:13.9375rem;top:22.375rem;left:21.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GawWUD0cStSZ0V3TyeEUmaBAvThmuaZN { width:13.75rem;height:1.625rem;top:18.8125rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.625rem;top:1.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { top:4.9375rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:9.3125rem;left:3.71875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:14rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:17.4375rem;left:0rem;width:15.375rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { top:4.9375rem;left:11.375rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:9.3125rem;left:15.65625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:14rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:17.4375rem;left:7.5rem;width:16.375rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { top:4.9375rem;left:23.3125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:9.3125rem;left:27.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:14rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:17.4375rem;left:21.4375rem;width:14.375rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { top:4.9375rem;left:35.25rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:9.3125rem;left:39.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:14rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:17.4375rem;left:33.125rem;width:14.625rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5 { display:block; }#ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OywTHJZFyDDJQTbS2CCSTzEH4tkX9V1V { width:47.75rem;height:3.625rem;top:1.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5WLE40hZSTTFmPAhQT6S6LFr4lbADAJ { width:20.3125rem;height:13.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCA0UL4MWBTusJOaRuZcWXe4ZvCBQ7hI { width:20.4375rem;height:13.9375rem;top:7.3125rem;left:13.967449188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7OnEoNiQUaQG0dFbSE270Es6LKhudGh { top:21.1875rem;left:0rem;width:20.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCgPdKTrMQx0DTXqGwPuhCqp0EMXkDTw { top:21.6875rem;left:0rem;width:20.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb2tFCy1OrJiCTcRVV3yRdCnXa95MHx9 { top:21.75rem;left:13.875rem;width:20.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZbUTDQutBtHvHmMDyr85WxVh61NW4Wv { top:21.25rem;left:13.9375rem;width:20.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aovwsAJAnsIeB52gcq5hcIvZ9eb9huvs { top:22.125rem;left:27.1875rem;width:20.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrtKlblXMTomkqFbIXQ6SgXtDdnFsGud { top:21.6875rem;left:27.25rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdB369I86dZ9nG0no8JTdsxPbIDFQQFZ { top:41.4375rem;left:0rem;width:20.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCccRKf9yNqqfRFRlSg4xJJwSECfFi57 { top:40.9375rem;left:0rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2iWn6UmqXLbTemHq3gQmDcZX6CTHX1y { top:41.3125rem;left:14.374134063721rem;width:20.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrF5fUIOmS7yRict2FhwLiLRE1vFUbKb { top:40.875rem;left:14.312286376953rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLEgXglrC679xVezHA2wJ6Zp349nrVzF { top:41.375rem;left:27.0625rem;width:20.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ7NSmqLp93esIdeGZR8TowSSD2NHRza { top:40.9375rem;left:27rem;width:20.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Tm2hqcJ2L8oBbuchKVh0muxPr5d7Qb { width:20.5625rem;height:14rem;top:7.625rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX204FSKN6iXIn3lg5dG1QxQL50RIE1d { width:20.375rem;height:13.9375rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBsvhTXLDB5hKTA6Raf9psdNHxrMBrL4 { width:20.5625rem;height:13.625rem;top:27.25rem;left:14.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwJ1V7IXnRhSwQT9utsWZZdkooD9anFR { width:20.75rem;height:13.9375rem;top:27rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3hr4D8bP9qmirupDKLUdzyImOp6SRdv { width:47.75rem;height:0;top:3.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { top:4.25rem;left:12.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { top:5.75rem;left:37.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdPkkdaTzDJbymRBFl1erypDi4drU4W8 { top:5.75rem;left:21.8125rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { top:5.6875rem;left:5.5rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { top:10.75rem;left:28.3125rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { top:10.75rem;left:12.4375rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { top:10.6875rem;left:0rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { top:13.5rem;left:33.125rem;width:14.5rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { top:12.9375rem;left:14.5rem;width:17.25rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { top:12.9375rem;left:0rem;width:17.125rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwsGl2t5gz8Zxpd4NHE64K2J2ko0p2Bq { top:4.25rem;left:28.25rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { top:0.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { top:4.1875rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { top:7.5625rem;left:0rem;width:29.4375rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { top:0.6875rem;left:0rem;width:12.375rem;height:8.5190654541431rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTTB5fsTt9cRlrIoLRGtvH0i0LsESgQ { top:5.5625rem;left:26.875rem;width:20.875rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2RH9sMeTEHSbrul9XXyTw5KhS3G1TJL { top:3.875rem;left:33rem;width:6.375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwgdBiuCmHFTzqtd5oGylhKtTqRxKTi { top:5.75rem;left:31.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhAWMZqxlHn2Bgk4B1pMi6ltoRK9Pr3L { top:1rem;left:8.359375rem;width:34.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c50d03e-1a68-488e-8414-c113f05974f3/WhatsAppImage20251121at34404PM.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz.adaptive-delivery-prevent-bg, #Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz.lazyload, #Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz.lazyloading { background-image: none; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row .container { background-color: transparent; background-image: none; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,51,67,0.77); }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row .container > .video-iframe-container { display: none; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,51,67,0.77); }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row > .video-iframe-container { display: none; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .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); }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row .container { border-width: 0; border-radius: 0; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oq7NbcZXsMCgkTbnBM5pgCDbN23VasQz > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUwxNXbCqszpgL1T6C7uTXG44fNTRhgk { width:14.5rem;height:9.6875rem;top:0.9921875rem;left:2.7486979961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioRVSmJD43778aOyl12T74gK9oS7qEAv { width:17.370375rem;height:3.0234375rem;top:10.186889648438rem;left:1.3747830986977rem;font-size:1.375rem;color:#dab186;display:block; }
 }@media only screen and (max-width: 763px) { #kWH6RMpr0zhI5QmzA1VtX0dwZV6Xh2TF { width:4.9375rem;height:1.54375rem;top:11.387499809265rem;left:0.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3w1hd91aOtDSrBTgAPqZq4JsiheLSdt { width:4.9375rem;height:1.70625rem;top:11.306640625rem;left:0.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldTQP42SIW7wtaW0xSmJNAcVTTg6BlKW { width:18.186875rem;height:3.65625rem;top:30.9375rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgIfn4gTqE4tU31OOsIn4ym0HvVFCIbr { width:19.3125rem;height:22.8125rem;top:30.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4qS02MXn41Q9w849mE9a2IvWEkJaFgD { width:17.875rem;height:3.625rem;top:9.8743896484375rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #prfxVvZWfDQKOpUXqp0VOsLZpKp0VN9F { width:4.75rem;height:2.4375rem;top:18.75rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2EgPw7Aa5NG8sBMiQyCXunUipwy4ESz { width:17.7495625rem;height:2.69791875rem;top:14.686415672303rem;left:1.1241319775581rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bm2HkdQL8OpFyL11Ve7GsZXuSyfJQx9k { width:4.75rem;height:4.19791875rem;top:25.3125rem;left:6.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Onicr5xtPLazDcZTd81u91cAZrkAT8PV { width:4.6875rem;height:2.25rem;top:25.3125rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvP8F3l68ukL51NKQTTz3DQO4xzdbZtQ { width:7.25rem;height:4.19791875rem;top:25.3125rem;left:12.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzxMfQmzsSVSmt1RM66vsQp93sgClXWa { width:0.124783125rem;height:4.24805rem;top:25.25rem;left:11.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7zokNG1XOE3sHwFbn07oTg6Ri7mSkr { width:3.4375rem;height:2.32530625rem;top:27.43598151207rem;left:0.62500005960463rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-regular-label { display:block;width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-text {padding-top: 0; padding-bottom: 0;}#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-select {padding-top: 0; padding-bottom: 0;}#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV  { width:16.875rem;height:auto;top:33.375rem;left:0rem; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV {display:block;}#Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV { width:16.875rem;height:auto;top:33.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #tcV7v6FbzHhcuIu7o7mdBsTdPoS6hNbF {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #M3tfq8ywuS00mKLyivJ8c1BxQDrE6vTH { display:none; }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #KXS4sqUtQTl1drv8NTNM9gVEWazC2CdR {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #nHnTIze6fON6WmcuHh5uAon661qH7e1m {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #tO0OJIZIg0LRNhCmUoeqwaJThhe4XmyT { display:none; }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #Qe4eRHywIlXMzmKKOkyRvxGaJTFJ2z3N {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #moHgesX7OCIgMNIX0ZVJIcHyAMNQUDDz {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #u5mliGJdThmSbImTFNoAWbParNNTBX0A { display:none; }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #e8DQzU1q5HIzRU1MMZzyK33qS7JWWxwB {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #MDRtVfP3AOdhL2xbMO9voeXeDPwIA1GX {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #c9EWGovnaGAmnxFQxTQHCWWq0qf5fPXD { display:none; }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #C0O1E1fQh4OTyHcvqTr4oo9lSFIunvcW {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #nuBR3olFo3woNXoz8NJMz7wDc8Ueldso {  }
 }@media only screen and (max-width: 763px) { #Lg6kPx2KmSg44PXTNtuEFlg902g0ntiV #XscEf8x2BEemp13212SsCEBLpb2TdFwy {  }
 }@media only screen and (max-width: 763px) { #MtHoITS18bi0lxMS0dUBv2A0Ih3oFWJZ { width:0.124783125rem;height:4.24913125rem;top:25.25rem;left:5.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #AC8gEbpi5G3gFGLZoMLAQITswgi9BW30 { width:5.24848125rem;height:1.09375rem;top:21.687283754349rem;left:12.999783813953rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQTFXv9Egq8mEoQkJHMsibkpaDUlyn3a { width:4.562325rem;height:2.59375rem;top:19.9375rem;left:7rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfUnUdXQTbBw3sf1Jyy32aOdiG9lMxP1 { width:1.93685rem;height:1.2747375rem;top:28.204862117768rem;left:3.5060766339302rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6 { display:block; }#dgGyD6sUHUlotfDIFaUPT0dRCvx0fXL6 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOvoJeAqVkg36dEWIFgmeeUukEybhOhu { width:20rem;height:20rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XRBNzOwcpNQDZX6KqOSOtHRCUCkQVmqs { width:17.5625rem;height:12.1875rem;top:31.186967372894rem;left:1.2500000596046rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WWm3HdhTUBUTgWGxwGwHDVsVLsBxgViv { width:16.5rem;height:4.5rem;top:20.874568939209rem;left:1.1241319775581rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WPo39C7uqPdU1ldbrMWRTUGApvQHoPrB { width:14.4375rem;height:0.4375rem;top:25.62482213974rem;left:1.1869673132896rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lul6LCSGFr6Ct7vicSE093u6x38ovB8M { width:14.4375rem;height:0.25rem;top:25.374467372894rem;left:1.1869673132896rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1tv8nnVAbZkK5M2v5orixQPXhJVTW7z { width:16.375rem;height:4.796875rem;top:26.348542690277rem;left:1.1869673132896rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tl8MJGmTVMAwFpha33Xiaha0Nz19PEot { width:14.3084375rem;height:2.87198125rem;top:45.93684387207rem;left:1.0625000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGtNatIwqO73QAbTUb8vdDmmATxZwx6o { display:block; }
 }@media only screen and (max-width: 763px) { #TWJaBOh8BqFgmuiQmxmwTRSRfBUvuAwT { width:13.3123125rem;height:1.0319rem;top:44.873916625976rem;left:1.2500000596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUgMTNLusQucSMxX1LgAMBQJLwP1zurS { display:block; }#GUgMTNLusQucSMxX1LgAMBQJLwP1zurS > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKsbn7glzNXfsRvU4Q1n4id6DeVU7zAn { width:19.0625rem;height:1.70573125rem;top:0.41725826263428rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssT68Alg4ZdT20W2xbGdBfXCRCMXROTO { width:19.6875rem;height:11.0625rem;top:2.7250442504883rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ { display:block; }#asNowPi1c1Z5Osh8d7hP57q5TRhUtAiJ > .row .container { width:20rem;height:174.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FL64cZT3zsai0TO4KT64XxxSE233kONi { width:20rem;height:1.70573125rem;top:0.62500524520875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHO29WnM2ZLhd9RqZPIeQIcHhcweTqnN { width:18.75rem;height:2.03125rem;top:4.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMqVeo9OGVEkHFNeThTv6gCr1rhbJadb { width:18.1875rem;height:13.25rem;top:6.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9OWw89Du4BWt1kGUcieTHfMtscmcOCb { width:18.3125rem;height:8.033875rem;top:19.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLbTugLy7R2r5dT645z6TI5EeiXk2O2i { width:18.5625rem;height:7.5625rem;top:27.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6RvMbca7ClZL0snXewpSsdTTPEZNNDv { width:13.0625rem;height:1.34895625rem;top:28.0625rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yh0rKJRGv739LWT9NyLphQumalnRtGZC { width:13rem;height:1.125rem;top:29.9375rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yWM34R6l7sTqJMkVnQViGAosCocZFZkx { display:flex;width:2.1875rem;height:2.1875rem;top:32.375rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #pg03eLfn3Fs6Bn5svoTanBna57qXLVXx { display:flex;width:2.25rem;height:2.25rem;top:32.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #CtVkGBEAyTbVlm4vhQiKmdfS5UxlRm6o { display:flex;width:2.1875rem;height:2.1875rem;top:32.375rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #BBGmqrCFT7nnpxwUcOQTEScNvU7JTfvJ { width:1.875rem;height:1.125rem;top:33rem;left:10.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QJQCN5OOtVELRQpJ32CtxKqZG9MHv9zW { width:1.875rem;height:1.125rem;top:32.9375rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RM5oOVGRpCdqXxlybPURXUkFcCC5sbtq { width:1.875rem;height:1.125rem;top:33.125rem;left:16.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XouHCbTfrx2UOq0oO1srwZzVnfcKnhR5 { width:18.5625rem;height:7.5625rem;top:43.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8Qyeg1nqq0Vn31d9xyMnR1lLsNMS1Xw { display:flex;width:2.1875rem;height:2.1875rem;top:47.5625rem;left:13.9375rem; }
 }@media only screen and (max-width: 763px) { #ptf9rVbOyOT9RNwF4t3inADkHSd1zpbv { width:1.875rem;height:1.125rem;top:48.5rem;left:16.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xpa03nqp6Q9QlTq9XGEQRS2T9LSTG5CJ { width:1.875rem;height:1.125rem;top:48.4375rem;left:10.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a31IbGPoAdTAqraMgdEQNJDWTGgGlRlU { display:flex;width:2.25rem;height:2.25rem;top:47.625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #GBs6tEl51R8wikFiz3LerbLaSPo4QUNH { width:1.875rem;height:1.125rem;top:48.375rem;left:5.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vN5TyLAyedOmmtdxA771As0oziWGFfSw { width:13.25rem;height:1.125rem;top:45.6875rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GZelP0iCOldtqTwnCWTQUu7LMwweV3RJ { display:flex;width:2.25rem;height:2.25rem;top:47.6875rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #yoovsQ45dQw6uFPbd0bd2xD9TCgMzH83 { width:13.0625rem;height:1.34895625rem;top:43.5rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zSPn7W7m42BGS6wWwNiOn66DN9XUOyz7 { width:18.4375rem;height:8.125rem;top:35.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBkT0ynJoKVC2T29X4cu9Q5aV0bakBV6 { width:20rem;height:2.03125rem;top:53.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfcVEKe0lM3MUqnHoJSSWGLzVoFlIuKg { width:19.3125rem;height:13.5rem;top:55.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE34DTVmnCpoiKBTOT3Ta2iAmHJr090U { width:18.1875rem;height:8.0625rem;top:69.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVpr4QOuUvvoCTTDtf4HRpmcHXSwV668 { width:18.5625rem;height:6.75rem;top:78rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBqow6AeaViCbq3sWtfpEFvuxTO7C7Uy { display:flex;width:2.25rem;height:2.25rem;top:81.5625rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #febmdvMZS0BDT9IUxFIwErWDTZuaCrCr { display:flex;width:2.1875rem;height:2.1875rem;top:81.5625rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #Ihh3xmyRfmkDWg7JkClLBnTv4LNkXQ3q { width:1.875rem;height:1.125rem;top:82.25rem;left:5.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #plfJei2qOL38GBWiwbDoHmByc7DlTKCU { width:1.875rem;height:1.125rem;top:82.3125rem;left:15.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r0maZ7V4FTr4p1Zei3pbeXAm53LsnT0k { width:1.875rem;height:1.125rem;top:82.1875rem;left:10.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tdyoiVT3fkZhVZwPe0Tv5Z2g0kZ9Zena { width:13rem;height:1.125rem;top:80.4375rem;left:3.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AMN38RsoVSbnwpZJV5GIvN9NTQMNDK61 { display:flex;width:2.25rem;height:2.25rem;top:81.5625rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #bAkvx0NG47gbELmA4ERDTBxaQlhTqEnu { width:13.0625rem;height:1.34895625rem;top:78.5625rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XXivbbIoXomIvufTD3OA9QnvwceotdBA { width:19.5625rem;height:8.1875rem;top:84.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmLLz16tfwhhKrAQKryI5NKJpbkvakP4 { width:18.5625rem;height:6.625rem;top:92.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzCh7U7NulWUxiUS5PANWvqtbyuDvKOa { width:14.3125rem;height:1.125rem;top:95.3125rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vX99MZknlU3cQ1oTL43bAReNIsdZX7fq { width:13.0625rem;height:1.34895625rem;top:93.5rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hkTEJaH4wJW5sN28J4WU1DmU29y97B2g { width:1.875rem;height:1.125rem;top:97.5rem;left:16.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K1hf7upgkQ7uEMLXIQdxTtIHziX5xLHg { display:flex;width:2.1875rem;height:2.1875rem;top:96.75rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #pGu2Azx2T3iPF4sRdHOrx0VIcD3WQNyo { width:1.875rem;height:1.125rem;top:97.375rem;left:10.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eyI69srmR9NyrndCiTbAcyttDNQDd1FI { display:flex;width:2.25rem;height:2.25rem;top:96.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #No8rIL0w0Wnp0zwVUFOOWAp8BZMQX4np { width:1.875rem;height:1.125rem;top:97.4375rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vmnso83SkSQaFyMZ9WwdsHyinsvgTTSU { display:flex;width:2.25rem;height:2.25rem;top:96.75rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #tT3vXS7UtJgN1aMTh8uGd3CZT1TJEqDS { width:20rem;height:7.5389408099688rem;top:118.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEvsaQPJ1M7Dsgb9RkSd4voHNPAXcTON { width:18.8125rem;height:12.75rem;top:104.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFfobCJg7TrOVxH7FFTVZpFSAAoOyqDX { width:20rem;height:2.03125rem;top:102.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIiAHkomPWMAv3Lg0kbWbvcGzesOAxkH { width:18.5625rem;height:6.625rem;top:125.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWZ8tD8ZBKFnKr0whZih6fwOsbytR3Q2 { display:flex;width:2.1875rem;height:2.1875rem;top:129.5625rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #M5z73PLvkaXfhRe3qiLAqNJ6RUHripu4 { width:1.875rem;height:1.125rem;top:130.3125rem;left:16.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P0Nf6LRGOAMJpKEJO8DfeZTMLi3FMyTp { display:flex;width:2.25rem;height:2.25rem;top:129.5625rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #HSBX4I8CDIE1ia2ZfHaLdhNHAc0Nk0rt { width:1.875rem;height:1.125rem;top:130.25rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HGlpwKkWodELPSSCJnwTdI9FfrJI8sJ5 { display:flex;width:2.25rem;height:2.25rem;top:129.5625rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #waiGXxyrdhNmSq12bIRC8slG6p1koKnl { width:1.875rem;height:1.125rem;top:130.1875rem;left:10.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HQU0DRvs790RlXSqmT8GkZRSWzVynaZ8 { width:14rem;height:1.125rem;top:128.125rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #chHR3qpA6ffS3eH9vAJCAvINTli1fQrL { width:13.0625rem;height:1.34895625rem;top:126.25rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UXeJbvB4qoOQ6ZaPxZ6FLwmNpPiDQuL3 { width:18.25rem;height:2.03125rem;top:134.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK7NvrKo315wUNazo4XnmFMrwttdyiQW { width:18.5625rem;height:7.5625rem;top:159.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZxMBGXitQAC0TICQyrs9dsmZLiEF33R { width:1.875rem;height:1.125rem;top:165.1875rem;left:16.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BZdw7w1mHxT2wci35iLoTtkHuRqaLuyQ { display:flex;width:2.1875rem;height:2.1875rem;top:164.4375rem;left:13.9375rem; }
 }@media only screen and (max-width: 763px) { #ayfRNFktUG9QFiyUIT3ee8JUTr08nePw { width:1.875rem;height:1.125rem;top:165.0625rem;left:10.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Jemksav2UTUVg0giDsf59uEtCGhrlVn9 { display:flex;width:2.25rem;height:2.25rem;top:164.4375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #aJ3csmrA2VW2RAyJCE67SeKcDr56S4M9 { width:14rem;height:1.125rem;top:161.9375rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l1zdKlcmCXTB1KsIVhHzbambMSw5qQUT { width:13.0625rem;height:1.34895625rem;top:160.1875rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QPTOnkAR5Xq1ZGl70FCq3Cvi5xoGVxKv { width:18.4375rem;height:8.3125rem;top:150.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZvkyo1cp8nw1L25XzrTdsH1SOvp6DRu { width:1.875rem;height:1.125rem;top:165.125rem;left:5.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tVpf6uwiMgLeFo6kvF53yctl7LFfOZzL { width:18.625rem;height:12.375rem;top:136.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPtAMD9TrmqftdybDi9kl9LZuq8Gc43p { display:flex;width:2.25rem;height:2.25rem;top:164.4375rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #rZpODmPG53QfxK23mBC0vVmJECMb6eJc { width:17.5rem;height:3.4375rem;top:169.50001144409rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJfg3nIT7ViCg6IMWFdd5gCd66eXRstW { display:block; }
 }@media only screen and (max-width: 763px) { #HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi { display:block; }#HlF1cVP3AaHClW9lvlIPreGoTO7WCiZi > .row .container { width:20rem;height:111.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8x6B90CfKewUgVAJ2KEzFst460TvD6U { width:17.25rem;height:25.25rem;top:3.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNhqDq8iNsJsNAot2uqLGl3XB3z6oOt4 { width:13.125rem;height:2.92535rem;top:17.25rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EdzBvMK4Zx93xLt3WlZQ5ezPFP1DuR2q { width:16.375rem;height:7.957rem;top:20.548828125rem;left:2rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Twuuu9f1iVLTOF0qLwrXOQcNKfIlWKgm { width:17.25rem;height:22.5625rem;top:31.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWkyyqBP7OqKEPl3pDEmGMuyu1OzvzaR { width:16.1875rem;height:5.59895625rem;top:48rem;left:2.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #bHmz3OzwhaC0qqetTRoM8qmwmCXoZD8P { width:14.0625rem;height:1.4622375rem;top:44.875rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDQQyDLUiImELGESv2M12VRW6cmIQsqE { width:17.25rem;height:28.5625rem;top:55.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4spqEZTaHRil3coXobepVpFleKwxRJA { width:16.1875rem;height:6.9986875rem;top:101.75rem;left:1.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yJUNWAem7HPRT52NvpwBGI2TRTT47AvG { width:3.125rem;height:3.125rem;top:63.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #obclUFecIrpBZxTfWcLpAGLyx6mQB6nI { width:17.25rem;height:23.75rem;top:86.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcV8yqxIS3Pgw69iB2l2gTw2XcP2X6b8 { width:3.125rem;height:3.125rem;top:88.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTJI0Idi8Io7CoWVtUkzFQVcnPRtdAQa { width:20rem;height:2.4375rem;top:0.874568939209rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkPQEVcD9cUmUM4VUQq0ruAVGEvsCSs2 { width:17.1875rem;height:22.125rem;top:86.1875rem;left:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VBrbeNSBmbEXQNKkm02sTQ1GbhL9CTOR { width:16.3125rem;height:13rem;top:3.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsO2FQzc6oW3iqO6TeCi6nQlBpN0h7za { width:17.3125rem;height:13rem;top:31.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPz3ldRfyzwtUDKoXydJLDHJeTFMZXoQ { width:17.4375rem;height:12.875rem;top:86.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJW0p6ubnAHV7RSLIif8TLv9MaiiDrnr { width:17.4375rem;height:13.0625rem;top:55.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeHWOFsO7XdZqosX4obrxyR3SD3VMSee { width:13.125rem;height:1.29948125rem;top:100rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAoU1MxGeotNDpV6m93l3ABzIU929i5r { width:16.1875rem;height:12.597625rem;top:71.75rem;left:2rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GawWUD0cStSZ0V3TyeEUmaBAvThmuaZN { width:13.75rem;height:1.29948125rem;top:69.75rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { background-color:#263343;background-image:none;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { width:12.5rem;height:14.3125rem;top:5.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:4.5rem;height:4.5rem;top:9.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:12.5rem;height:1.29948125rem;top:13.75rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:15.875rem;height:9.096375rem;top:15.875000476837rem;left:2.0625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { width:12.5rem;height:14.3125rem;top:26.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:4.49978125rem;height:4.49978125rem;top:26.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { width:12.5rem;height:2.59895625rem;top:31.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { width:14.5625rem;height:6.497375rem;top:34.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { width:12.5rem;height:14.3125rem;top:41.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:4.5rem;height:4.5rem;top:43.0625rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { width:12.5rem;height:1.29948125rem;top:47.6875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { width:15.6875rem;height:6.497375rem;top:49.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { width:12.5rem;height:14.3125rem;top:56.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:4.5rem;height:4.5rem;top:58.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { width:12.5rem;height:1.29948125rem;top:63.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { width:14.875rem;height:9.096375rem;top:65.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5 { display:block; }#ocv8QHFEPCCfKCHoKnUgqQeKXWCphnD5 > .row .container { width:20rem;height:101.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OywTHJZFyDDJQTbS2CCSTzEH4tkX9V1V { width:18.375rem;height:3.73698125rem;top:0.91015625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5WLE40hZSTTFmPAhQT6S6LFr4lbADAJ { width:19.25rem;height:12.1875rem;top:5.5609813854098rem;left:0.49913197755814rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BCA0UL4MWBTusJOaRuZcWXe4ZvCBQ7hI { width:19.125rem;height:11.375rem;top:21.311850659549rem;left:0.43728297948838rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t7OnEoNiQUaQG0dFbSE270Es6LKhudGh { width:19.25rem;height:2.5625rem;top:17.749566189945rem;left:0.49978297948838rem;background-color:#263343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aCgPdKTrMQx0DTXqGwPuhCqp0EMXkDTw { width:19.0625rem;height:1.625rem;top:18.3125rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tb2tFCy1OrJiCTcRVV3yRdCnXa95MHx9 { width:18.875rem;height:1.625rem;top:33.1875rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZbUTDQutBtHvHmMDyr85WxVh61NW4Wv { width:19.125rem;height:2.5625rem;top:32.624785535038rem;left:0.43728297948838rem;background-color:#263343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aovwsAJAnsIeB52gcq5hcIvZ9eb9huvs { width:19.125rem;height:1.625rem;top:49.375rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrtKlblXMTomkqFbIXQ6SgXtDdnFsGud { width:19.25rem;height:2.5625rem;top:48.874350659549rem;left:0.43728297948838rem;background-color:#263343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MdB369I86dZ9nG0no8JTdsxPbIDFQQFZ { width:18.875rem;height:1.625rem;top:64.625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCccRKf9yNqqfRFRlSg4xJJwSECfFi57 { width:19.125rem;height:2.5625rem;top:64.1875rem;left:0.4375rem;background-color:#263343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #c2iWn6UmqXLbTemHq3gQmDcZX6CTHX1y { width:19.0625rem;height:1.625rem;top:81.1875rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrF5fUIOmS7yRict2FhwLiLRE1vFUbKb { width:19.125rem;height:2.5625rem;top:80.625rem;left:0.4375rem;background-color:#263343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bLEgXglrC679xVezHA2wJ6Zp349nrVzF { width:19rem;height:1.625rem;top:97.8125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ7NSmqLp93esIdeGZR8TowSSD2NHRza { width:19.125rem;height:2.5625rem;top:97.375rem;left:0.4375rem;background-color:#263343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #W5Tm2hqcJ2L8oBbuchKVh0muxPr5d7Qb { width:19.1875rem;height:12.75rem;top:36.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX204FSKN6iXIn3lg5dG1QxQL50RIE1d { width:19.1875rem;height:11.9375rem;top:52.25rem;left:0.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EBsvhTXLDB5hKTA6Raf9psdNHxrMBrL4 { width:19.0625rem;height:12.8125rem;top:67.875rem;left:0.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bwJ1V7IXnRhSwQT9utsWZZdkooD9anFR { width:19.125rem;height:12.75rem;top:84.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3hr4D8bP9qmirupDKLUdzyImOp6SRdv { width:20rem;height:0;top:101.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { width:18.75rem;height:15.9375rem;top:43.125rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { width:3.8125rem;height:3.8125rem;top:44.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdPkkdaTzDJbymRBFl1erypDi4drU4W8 { width:3.8125rem;height:3.6875rem;top:23.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { width:3.6875rem;height:3.8125rem;top:4.6250001192093rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { width:19.3125rem;height:1.13725rem;top:49.375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { width:19.3125rem;height:1.13725rem;top:28.5rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { width:19.3125rem;height:1.13725rem;top:9.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { width:14.5rem;height:5.68359375rem;top:52.125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { width:14.5rem;height:10.2305rem;top:31.1875rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { width:14.5rem;height:9.09375rem;top:12rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwsGl2t5gz8Zxpd4NHE64K2J2ko0p2Bq { width:18.75rem;height:19.3125rem;top:22.875rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { width:18.75rem;height:18.25rem;top:3.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { background-color:#263343;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:17.999125rem;height:6.11979375rem;top:4.9978294372559rem;left:0.99934893846512rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { width:7.5rem;height:5.24956875rem;top:0.689022064209rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTTB5fsTt9cRlrIoLRGtvH0i0LsESgQ { width:16.625rem;height:4.89583125rem;top:13.3798828125rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2RH9sMeTEHSbrul9XXyTw5KhS3G1TJL { width:6.374rem;height:1.3997375rem;top:11.9814453125rem;left:6.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwgdBiuCmHFTzqtd5oGylhKtTqRxKTi { width:2.25rem;height:2.25rem;top:13.3798828125rem;left:2.2744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhAWMZqxlHn2Bgk4B1pMi6ltoRK9Pr3L { width:20rem;height:2.2745rem;top:0.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }