.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#101b6e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;overflow:visible;position:relative;display:block; }#WgFAGWIKBXZUiRwMBpBnLPkEHuF22GrK { 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:29.875rem;width:60rem;display:none; }
#toNGwPa8i5hkCTfintAxic6W5wQBhtaK { 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:29.875rem;width:60rem;display:none; }
#eRweA2DsiOW7uxAZ98Q33QvHsRKxCu6A { 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:29.875rem;width:60rem;display:none; }
#CTSRyawQ5qSkW1V19JppdUa8TMSccTvv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:60rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#cvpVVhVQm40VGtCtgH99c90igULsbOiP { color:#071033;display:block;width:56.25rem;position:absolute;font-family:adelle;font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.74951171875rem;left:1.875rem;height:15.437rem;text-align:center;text-align-last:center;display:block; }
#QBlqsKqelAUzhPXpFdErJpcOh58OTbw0 { position:absolute;display:block;z-index:15008;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:10rem;top:1.125rem;left:25rem;overflow:hidden;display:block; }
#B3tVfFvKe0kJOxyeVMG3zTuPOb0wf4co { position:absolute;display:block;z-index:15007;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:17.8125rem;top:22.185546875rem;left:21.09375rem;overflow:hidden;display:block; }
#C0sGdvdgrWKO7Sz2MNuzM8Cxndo6IvsS { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #071033;border-left:0.0625rem solid #071033;border-right:0.0625rem solid #071033;border-bottom:0.0625rem solid #071033;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#031569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.9375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:26.25rem;left:11.1875rem;display:block; }
#RUC9WBsBmoaXThpP4i9uOB3uskfuO2iH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fP3wUcGVmS3Lcz1sImV39nhTmBkQRiwt { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #071033;border-left:0.0625rem solid #071033;border-right:0.0625rem solid #071033;border-bottom:0.0625rem solid #071033;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#031569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.9375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:26.25rem;left:33.125rem;display:block; }
#DLeKNT789btgpDHGydPoBiWTAFsim7pa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OlKHJc3mXS5H386fST4qo5edpWTBdTZK { position:absolute;display:block;z-index:15002;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:29.625rem;width:60rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc { position:relative;display:block; }#NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc { background-color: transparent; background-image: none; }#NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc > .row .container > .video-iframe-container { display: none; }#NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc > .row > .video-iframe-container { display: none; }#NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc > .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); }#NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc { border-width: 0; border-radius: 0; }#NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc > .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; }#NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:112.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yPWy7fVOEaPtwBkJqoWiT9TTTBmkgs9C { position:absolute;display:block;z-index:15001;height:31.8125rem;width:60rem;top:0rem;left:0rem;display:block; }
#VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X { position:relative;display:block; }#VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X { background-color: transparent; background-image: none; }#VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X > .row .container > .video-iframe-container { display: none; }#VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X > .row > .video-iframe-container { display: none; }#VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X > .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); }#VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X { border-width: 0; border-radius: 0; }#VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X > .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; }#VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#odWOSaVQwazZOphBbU4l7QmsKzMc47S7 { color:#071033;display:block;width:60rem;position:absolute;font-family:adelle;font-size:3rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.6748046875rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC { position:relative;display:block; }#vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC { background-color: transparent; background-image: none; }#vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC > .row .container > .video-iframe-container { display: none; }#vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC > .row > .video-iframe-container { display: none; }#vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC > .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); }#vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC { border-width: 0; border-radius: 0; }#vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC > .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; }#vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AhCvIEoDBSlC70rJFaAzQHd8aWS2hQyU { box-sizing:content-box;height:2.375rem;width:8.3125rem;position:absolute;display:block;z-index:15010;background-color:#ffe76c;background-image:none;top:1.75rem;left:25.875rem;display:block; }
#BDMAipzqVXuGfDyCwDtNCoOSloUHFxgy { color:#031569;display:block;width:7.875rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:2.3125rem;left:26.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd { position:relative;display:block; }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd { background-color: transparent; background-image: none; }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd > .row .container > .video-iframe-container { display: none; }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd > .row > .video-iframe-container { display: none; }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd > .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); }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd { border-width: 0; border-radius: 0; }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd > .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; }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:95.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hGN71QGXPhWHDBSKFEX5uHHZsrWRhwHL { position:absolute;display:block;z-index:15014;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:4.5rem;left:7.8125rem;display:block; }
#MITVc4fsqps6RA0zkVOG0Iq4pkLfBM3w { color:#071033;display:block;width:32rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.1875rem;left:17.3125rem;height:2.11230625rem;font-style:normal;display:block; }
#ZZrC2fnWkGZVoGiEpquKp0obCFnhcpyf { color:#071033;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9.8125rem;left:17.28125rem;height:6.499rem;font-style:normal;display:block; }
#lRJSEF3ou2ZdHqZEp1Q4TxOIvIpMtR2q { position:absolute;display:block;z-index:15017;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:21.75rem;left:7.8125rem;display:block; }
#ksFIad6fKsBBqCzyoH3Uc2OkHNHg8qLX { color:#071033;display:block;width:32rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:24.125rem;left:17.3125rem;height:2.11230625rem;font-style:normal;display:block; }
#WszFThxQcNXn1uBVLVqhBfdtLUZlIO6b { color:#071033;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:28.0625rem;left:17.28125rem;height:7.7988125rem;font-style:normal;display:block; }
#ATEs37K0ugyR3meOMf96Nc2Dt35brBgx { position:absolute;display:block;z-index:15020;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:39.25rem;left:7.8125rem;display:block; }
#Pqpih61QKbZKnaeetLBFCuX5o53gC9Pf { color:#071033;display:block;width:32rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:41.875rem;left:17.5rem;height:2.11230625rem;font-style:normal;display:block; }
#urzbotPVMvd0ptGCEyUBGHXzLLPuhl5b { color:#071033;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:45.625rem;left:17.5rem;height:6.499rem;font-style:normal;display:block; }
#RKKIXsrXoX2WUOApNP7KHW5PvTh49TNq { position:absolute;display:block;z-index:15023;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:56.9375rem;left:7.8125rem;display:block; }
#S3Dk3c1rBkRb3XOicumJ2w7dAdLp96EU { color:#071033;display:block;width:32rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:59.5625rem;left:17.5rem;height:2.11230625rem;font-style:normal;display:block; }
#XDPudRaFBJ2m4oIv0uhoVt0cRShpd0R2 { color:#071033;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:63.3125rem;left:17.5rem;height:5.19921875rem;font-style:normal;display:block; }
#le0K7J24OAJqv209l9fsMdbglToIdar7 { position:absolute;display:block;z-index:15026;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:74.375rem;left:7.8125rem;display:block; }
#IZxQhqTC9NzFac6Q38h75Hv0Q1G3Whyq { color:#071033;display:block;width:31.125rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:77rem;left:17.5rem;height:2.11230625rem;font-style:normal;display:block; }
#xW2qWbN1ziWQLTv9a7XROtluq5SVhoSB { color:#071033;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:80.75rem;left:17.5rem;height:7.7988125rem;font-style:normal;display:block; }
#QW3SAzBZp4lqrnDkd3lCxnIxtODfwJKM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:6.1875rem;left:9.25rem; }
#qQDULI75T2u9QvSTAnFBvSwfMkkPPx6D { box-sizing:content-box;color:#5d92ff;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:24.125rem;left:9.25rem; }
#Luwt8Dg7Ul35XzdfuuET68mhicPTiDRT { box-sizing:content-box;color:#5d92ff;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:41.875rem;left:9.25rem; }
#dpRVwhXRn3d276QTgIcZCTB2qKlvfOzA { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:59.5625rem;left:9.6875rem; }
#gFbz8O5gXoQVw9tPVxsnQvSDczlZBmBT { box-sizing:content-box;color:#5d92ff;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:77rem;left:9.25rem; }
#ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5 { position:relative;display:block; }#ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5 { background-color: transparent; background-image: none; }#ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5 > .row .container > .video-iframe-container { display: none; }#ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5 > .row > .video-iframe-container { display: none; }#ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5 > .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); }#ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5 { border-width: 0; border-radius: 0; }#ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5 > .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; }#ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CReGtlKKJiZmtEXT3GklSQ2Nxu6BV8eQ { box-sizing:content-box;height:2.375rem;width:13.0625rem;position:absolute;display:block;z-index:15010;background-color:#ffe76c;background-image:none;top:1.75rem;left:23.5rem;display:block; }
#uASwwC42hJBOKQIQw4AMFdTk4zoeH11W { color:#031569;display:block;width:12.6875rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:2.3125rem;left:23.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd { position:relative;display:block; }#aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd { background-color: transparent; background-image: none; }#aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd > .row .container > .video-iframe-container { display: none; }#aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd > .row > .video-iframe-container { display: none; }#aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd > .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); }#aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd { border-width: 0; border-radius: 0; }#aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd > .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; }#aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VTNPZmAbeQimeDafFeNh9b64dRI4wpdP { color:#071033;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.0498046875rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih > .row .container { background-color: transparent; background-image: none; }#SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih > .row .container > .video-iframe-container { display: none; }#SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih > .row > .video-iframe-container { display: none; }#SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih > .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); }#SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih > .row .container { border-width: 0; border-radius: 0; }#SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#SmtfmSPplkA0kbAwqTknw7fKShUEHNpm { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8xanFw29WIGeHeESgfmS0xgRSebNZhL { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:14.625rem;left:0.3125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qh4p8XZtQPpnDTzqxUpCipvz8iSKwyWl { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:14.625rem;left:20.3125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mSBTAwtU90sc84RROrQFAOEqycPDQ7J4 { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.125rem;left:20.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q2UnTBirlNzhCZSehNUu4FgfMnpq9QwH { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:14.625rem;left:40.9375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qyrN2FIvhopab5Tz4J7TG1W9PmMTJfpX { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.0625rem;left:40.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#znX5XSa3EbJkV3TUTrh1U7MuJiwR5WrL { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e1a7eb9e-a62b-4477-b293-bad62319bdad/unseenstudios9CC2SKySJMunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:5.75rem;display:block; }#znX5XSa3EbJkV3TUTrh1U7MuJiwR5WrL.adaptive-delivery-prevent-bg, #znX5XSa3EbJkV3TUTrh1U7MuJiwR5WrL.lazyload, #znX5XSa3EbJkV3TUTrh1U7MuJiwR5WrL.lazyloading { background-image: none; }
#pT666ATQagHMZxVoPSFqsMBZfWVbTdRH { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e77f3e91-e5fd-441b-a129-cfac92ca1fb7/thoughtcatalogRdmLSJRtq8unsplash.crop_2846x2019_799,392.preview.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.3125rem;left:25.75rem;display:block; }#pT666ATQagHMZxVoPSFqsMBZfWVbTdRH.adaptive-delivery-prevent-bg, #pT666ATQagHMZxVoPSFqsMBZfWVbTdRH.lazyload, #pT666ATQagHMZxVoPSFqsMBZfWVbTdRH.lazyloading { background-image: none; }
#nRCeTGFKVbhsqkNnqHhHkhyOMdpwoHHF { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7ef653f7-dee8-4a9a-a416-6e2ad7b4cb08/margotrichardNJJ7paSBOcunsplash.crop_2209x1847_570,1064.preview.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:45.75rem;display:block; }#nRCeTGFKVbhsqkNnqHhHkhyOMdpwoHHF.adaptive-delivery-prevent-bg, #nRCeTGFKVbhsqkNnqHhHkhyOMdpwoHHF.lazyload, #nRCeTGFKVbhsqkNnqHhHkhyOMdpwoHHF.lazyloading { background-image: none; }
#HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT > .row .container { background-color: transparent; background-image: none; }#HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT > .row .container > .video-iframe-container { display: none; }#HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT > .row > .video-iframe-container { display: none; }#HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT > .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); }#HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT > .row .container { border-width: 0; border-radius: 0; }#HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#qMFlEEvSlR6ucGHoD0ZCUn3XCInwappb { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrwnONclFbT9IxMMTK8w2OfhMW1vmpz1 { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:14.625rem;left:0.3125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DWldPSJGq3JVynJAfmQTtm2nX6ht51uu { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:14.625rem;left:20.3125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XKk10fy3yfQoH67Mvxnvk0AF6tAFbh3K { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.125rem;left:20.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xH8uAkVNwFMdZoRZ1nZJRIUak6cHMgTq { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:14.625rem;left:40.9375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f862NJ7NzFGORLHJ9iTGP8xZFHsSGpxE { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.0625rem;left:40.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7mAJdKiHSmegITuGO2n819AIwP26Stn { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e4af388c-60fb-43cd-b72d-6f642bd2faeb/pexelstarawinstead8386440.crop_2350x2202_1948,1606.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:5.75rem;display:block; }#f7mAJdKiHSmegITuGO2n819AIwP26Stn.adaptive-delivery-prevent-bg, #f7mAJdKiHSmegITuGO2n819AIwP26Stn.lazyload, #f7mAJdKiHSmegITuGO2n819AIwP26Stn.lazyloading { background-image: none; }
#RAnJEkrhwAirL5L9kugFZ52bc2EvuBfn { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2b062e24-5518-4327-b160-d5c1938e23cc/pexelsthirdman8940524.crop_2531x2545_1087,2228.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:25.75rem;display:block; }#RAnJEkrhwAirL5L9kugFZ52bc2EvuBfn.adaptive-delivery-prevent-bg, #RAnJEkrhwAirL5L9kugFZ52bc2EvuBfn.lazyload, #RAnJEkrhwAirL5L9kugFZ52bc2EvuBfn.lazyloading { background-image: none; }
#bLpVRcnukJPn50AWCt6bKRee9ThXpPqi { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dfb1ad6f-b95d-40b0-8414-38239106a6df/headwayjfR5wu2hMI0unsplash.crop_2437x1911_1431,1412.preview.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:46.0625rem;display:block; }#bLpVRcnukJPn50AWCt6bKRee9ThXpPqi.adaptive-delivery-prevent-bg, #bLpVRcnukJPn50AWCt6bKRee9ThXpPqi.lazyload, #bLpVRcnukJPn50AWCt6bKRee9ThXpPqi.lazyloading { background-image: none; }
#i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX > .row .container { background-color: transparent; background-image: none; }#i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX > .row .container > .video-iframe-container { display: none; }#i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX > .row > .video-iframe-container { display: none; }#i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX > .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); }#i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX > .row .container { border-width: 0; border-radius: 0; }#i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;position:relative;display:block; }#yrn0qol03OTz0oakEBSzGzH4zw553oVo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.375rem;left:24.5625rem; }
#LVJRM726FiepO9INZuCQn8qVyl7amD6G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3.6875rem;left:27.3125rem; }
#F4h1Mss8JbCB6Eay1IU7bcZnhkPMtkf8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:6.0625rem;left:22.5rem; }
#BwyfZDO72nmtnT8Q639kTlTRzocgw5wH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:5.375rem;left:31.75rem; }
#l2xzERm5WdPzOfwsh7t3ZfMOgBS2kCmT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:6.0625rem;left:34.5625rem; }
#vtERsIHhX4M8baXxuopTFdVOOnNohZkW { color:#071033;display:block;width:60rem;position:absolute;font-family:adelle;font-size:3rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ > .row .container { background-color: transparent; background-image: none; }#bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ > .row .container > .video-iframe-container { display: none; }#bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ > .row > .video-iframe-container { display: none; }#bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ > .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); }#bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ > .row .container { border-width: 0; border-radius: 0; }#bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#QM1zoCWl8dcNGKKfbH5f8XJSrTaHlCMn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.3125rem;width:25.875rem;top:2.21875rem;left:2.0625rem;display:block; }
#NEIsHIgBAsNHqn1tmitxnkGPC4XhS4ep { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.3125rem;width:25.625rem;top:2.21875rem;left:32.1875rem;display:block; }
#bUG9vayO2QW8er2y8bwaw0LnOVMShqya { position:relative;display:block; }#bUG9vayO2QW8er2y8bwaw0LnOVMShqya { background-color: transparent; background-image: none; }#bUG9vayO2QW8er2y8bwaw0LnOVMShqya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUG9vayO2QW8er2y8bwaw0LnOVMShqya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUG9vayO2QW8er2y8bwaw0LnOVMShqya > .row .container > .video-iframe-container { display: none; }#bUG9vayO2QW8er2y8bwaw0LnOVMShqya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUG9vayO2QW8er2y8bwaw0LnOVMShqya > .row > .video-iframe-container { display: none; }#bUG9vayO2QW8er2y8bwaw0LnOVMShqya > .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); }#bUG9vayO2QW8er2y8bwaw0LnOVMShqya { border-width: 0; border-radius: 0; }#bUG9vayO2QW8er2y8bwaw0LnOVMShqya > .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; }#bUG9vayO2QW8er2y8bwaw0LnOVMShqya > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EPGTWhN3MTfBfO4N59gbvufV69ro9yQ3 { color:#071033;display:block;width:60rem;position:absolute;font-family:adelle;font-size:3rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.72412109375rem;left:0rem;height:7.7998rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP { position:relative;display:block; }#ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP { background-color: transparent; background-image: none; }#ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP > .row .container > .video-iframe-container { display: none; }#ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP > .row > .video-iframe-container { display: none; }#ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP > .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); }#ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP { border-width: 0; border-radius: 0; }#ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP > .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; }#ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TlFPvmfpCeF9sGSGuneD2r06fUX4RLJG { 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:37.9375rem;width:55rem;top:6.65625rem;left:2.5rem;overflow:hidden;display:block; }
#u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84633d31-20a1-4e18-8cd4-e95a3444943a/Untitleddesign20240917T115958731.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh.adaptive-delivery-prevent-bg, #u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh.lazyload, #u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh.lazyloading { background-image: none; }#u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh > .row .container { background-color: transparent; background-image: none; }#u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh > .row .container > .video-iframe-container { display: none; }#u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh > .row > .video-iframe-container { display: none; }#u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh > .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); }#u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh > .row .container { border-width: 0; border-radius: 0; }#u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#DmPUN6lZ3UxneDSbqpdBePXA9ldiVCZA { 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:23.6875rem;width:20.0625rem;top:0rem;left:4.240234375rem;overflow:hidden;display:block; }
#UqAybnkWz2ird3ewWvyqKMAtJHhzNkXc { box-sizing:content-box;height:2.375rem;width:5.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffe76c;background-image:none;top:8.3125rem;left:30.75rem;display:block; }
#eQPXzRAv8Uf0E7OOg0rCkGIUe5EQTPfq { color:#071033;display:block;width:5.0625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:31rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zVcBc5Ec7uxx5E7qIeAynvEq25MdCtPE { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:adelle;font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:11.668619632721rem;left:30.750000953674rem;height:4.0625rem;display:block; }
#ES06dEsVlCHA0TWGqeZf8W5yPlVleNvE { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #071033;border-left:0.0625rem solid #071033;border-right:0.0625rem solid #071033;border-bottom:0.0625rem solid #071033;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#071033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.541666625rem;height:2.729166625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:17.853516101837rem;left:30.750000953674rem;display:block; }
#QtLuMxkwORJqeu85L26yKkEBtNTxUKJs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2GpJpHdZOwUA83biZ37bslyW38HRaAp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001242;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; }#n2GpJpHdZOwUA83biZ37bslyW38HRaAp > .row .container { background-color: transparent; background-image: none; }#n2GpJpHdZOwUA83biZ37bslyW38HRaAp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2GpJpHdZOwUA83biZ37bslyW38HRaAp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2GpJpHdZOwUA83biZ37bslyW38HRaAp > .row .container > .video-iframe-container { display: none; }#n2GpJpHdZOwUA83biZ37bslyW38HRaAp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2GpJpHdZOwUA83biZ37bslyW38HRaAp > .row > .video-iframe-container { display: none; }#n2GpJpHdZOwUA83biZ37bslyW38HRaAp > .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); }#n2GpJpHdZOwUA83biZ37bslyW38HRaAp > .row .container { border-width: 0; border-radius: 0; }#n2GpJpHdZOwUA83biZ37bslyW38HRaAp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2GpJpHdZOwUA83biZ37bslyW38HRaAp > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#ZRXbnkxyvrf943uJ4Hrz6iSWJCTA9nvy { 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:10.125rem;width:10.125rem;top:3.03125rem;left:2.4375rem;overflow:hidden;display:block; }
#syP4brS1f1itKl16rfuZh9kcsvzqDdWP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:16.250000953674rem;height:1.29980625rem;display:block; }
#oBTzvtCKyyicuBoHyl5UzNhUir0atZHy { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.451171875rem;left:16.250000953674rem;height:5.847675rem;display:block; }
#GQS9eQzW7f1u87EK9RXM7Qyu3p8vwDtF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:31.25rem;height:1.29980625rem;display:block; }
#Irn8F4UbITfIepe2yoXqUVIw3TG9p634 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.451171875rem;left:31.250000953674rem;height:4.8730625rem;display:block; }
#zOXrb0zkc1qFylLB2G7IwDMULwHGmTPW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:46.25rem;height:1.29980625rem;display:block; }
#VOzM3k7uqsDhiH7T4J8w1Zh4ecqc9iTL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:46.25rem;height:5.847675rem;display:block; }
#nhaHTFo0Vkm7VeQ5lTTZ7TnH57y8xb6w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.451171875rem;left:30.000000953674rem; }
#OSo02NsQkqL0z15bqFkrNr73ThL0zT2V { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.44921875rem;left:30.000000953674rem; }
#ytrvvDwGk1BttZPckeWztIRHaJBdWhlm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.553384780884rem;left:30.000000953674rem; }
#Dqt0reQ5fS4fm7FK5lOFyTbOM0U8zkIE { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.451171875rem;left:45.000000953674rem; }
#Sm5PuT5ksC4eNgWvuPehXbwcdbf29mZQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.48046875rem;left:45.000000953674rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgFAGWIKBXZUiRwMBpBnLPkEHuF22GrK { width:47.75rem;height:23.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #toNGwPa8i5hkCTfintAxic6W5wQBhtaK { width:47.75rem;height:23.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRweA2DsiOW7uxAZ98Q33QvHsRKxCu6A { width:47.75rem;height:23.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTSRyawQ5qSkW1V19JppdUa8TMSccTvv { top:1.25rem;left:0rem;width:47.75rem;height:23.775520833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvpVVhVQm40VGtCtgH99c90igULsbOiP { top:6.6875rem;left:0rem;width:47.75rem;height:15.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBlqsKqelAUzhPXpFdErJpcOh58OTbw0 { top:1.125rem;left:18.875rem;width:10rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3tVfFvKe0kJOxyeVMG3zTuPOb0wf4co { top:22.125rem;left:14.96875rem;width:17.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0sGdvdgrWKO7Sz2MNuzM8Cxndo6IvsS { width:16.1875rem;height:3.9375rem;top:26.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUC9WBsBmoaXThpP4i9uOB3uskfuO2iH { display:block; }
 }@media only screen and (max-width: 763px) { #fP3wUcGVmS3Lcz1sImV39nhTmBkQRiwt { width:16.1875rem;height:3.9375rem;top:26.25rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLeKNT789btgpDHGydPoBiWTAFsim7pa { display:block; }
 }@media only screen and (max-width: 763px) { #OlKHJc3mXS5H386fST4qo5edpWTBdTZK { top:1.25rem;left:0rem;width:47.75rem;height:23.5765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc { display:block; }#NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPWy7fVOEaPtwBkJqoWiT9TTTBmkgs9C { top:0rem;left:0rem;width:47.75rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X { display:block; }#VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odWOSaVQwazZOphBbU4l7QmsKzMc47S7 { top:3.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC { display:block; }#vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhCvIEoDBSlC70rJFaAzQHd8aWS2hQyU { top:1.75rem;left:19.75rem;width:8.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDMAipzqVXuGfDyCwDtNCoOSloUHFxgy { top:2.3125rem;left:20.0625rem;width:7.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd { display:block; }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGN71QGXPhWHDBSKFEX5uHHZsrWRhwHL { top:4.5rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MITVc4fsqps6RA0zkVOG0Iq4pkLfBM3w { top:6.1875rem;left:11.1875rem;width:32rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZrC2fnWkGZVoGiEpquKp0obCFnhcpyf { top:9.8125rem;left:11.15625rem;width:32.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRJSEF3ou2ZdHqZEp1Q4TxOIvIpMtR2q { top:21.75rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksFIad6fKsBBqCzyoH3Uc2OkHNHg8qLX { top:24.125rem;left:11.1875rem;width:32rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WszFThxQcNXn1uBVLVqhBfdtLUZlIO6b { top:28.0625rem;left:11.15625rem;width:32.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATEs37K0ugyR3meOMf96Nc2Dt35brBgx { top:39.25rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqpih61QKbZKnaeetLBFCuX5o53gC9Pf { top:41.875rem;left:11.375rem;width:32rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urzbotPVMvd0ptGCEyUBGHXzLLPuhl5b { top:45.625rem;left:11.375rem;width:32.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKKIXsrXoX2WUOApNP7KHW5PvTh49TNq { top:56.9375rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3Dk3c1rBkRb3XOicumJ2w7dAdLp96EU { top:59.5625rem;left:11.375rem;width:32rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDPudRaFBJ2m4oIv0uhoVt0cRShpd0R2 { top:63.3125rem;left:11.375rem;width:32.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #le0K7J24OAJqv209l9fsMdbglToIdar7 { top:74.375rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZxQhqTC9NzFac6Q38h75Hv0Q1G3Whyq { top:77rem;left:11.375rem;width:31.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW2qWbN1ziWQLTv9a7XROtluq5SVhoSB { top:80.75rem;left:11.375rem;width:32.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW3SAzBZp4lqrnDkd3lCxnIxtODfwJKM { top:6.1875rem;left:3.125rem;width:5.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQDULI75T2u9QvSTAnFBvSwfMkkPPx6D { top:24.125rem;left:3.125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Luwt8Dg7Ul35XzdfuuET68mhicPTiDRT { top:41.875rem;left:3.125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpRVwhXRn3d276QTgIcZCTB2qKlvfOzA { top:59.5625rem;left:3.5625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFbz8O5gXoQVw9tPVxsnQvSDczlZBmBT { top:77rem;left:3.125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5 { display:block; }#ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CReGtlKKJiZmtEXT3GklSQ2Nxu6BV8eQ { top:1.75rem;left:17.375rem;width:13.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uASwwC42hJBOKQIQw4AMFdTk4zoeH11W { top:2.3125rem;left:17.5625rem;width:12.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd { display:block; }#aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTNPZmAbeQimeDafFeNh9b64dRI4wpdP { top:2rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih { display:block; }#SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmtfmSPplkA0kbAwqTknw7fKShUEHNpm { width:18.75rem;height:1.75rem;top:12.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8xanFw29WIGeHeESgfmS0xgRSebNZhL { width:18.75rem;height:4.75rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh4p8XZtQPpnDTzqxUpCipvz8iSKwyWl { width:18.75rem;height:4.75rem;top:14.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSBTAwtU90sc84RROrQFAOEqycPDQ7J4 { width:18.75rem;height:1.75rem;top:12.125rem;left:13rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2UnTBirlNzhCZSehNUu4FgfMnpq9QwH { width:18.75rem;height:4.75rem;top:14.625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyrN2FIvhopab5Tz4J7TG1W9PmMTJfpX { width:18.75rem;height:1.75rem;top:12.0625rem;left:28.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znX5XSa3EbJkV3TUTrh1U7MuJiwR5WrL { top:2.375rem;left:3.6875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT666ATQagHMZxVoPSFqsMBZfWVbTdRH { top:2.3125rem;left:19.5625rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRCeTGFKVbhsqkNnqHhHkhyOMdpwoHHF { top:2.375rem;left:35.4375rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT { display:block; }#HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMFlEEvSlR6ucGHoD0ZCUn3XCInwappb { width:18.75rem;height:1.75rem;top:12.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrwnONclFbT9IxMMTK8w2OfhMW1vmpz1 { width:18.75rem;height:4.75rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWldPSJGq3JVynJAfmQTtm2nX6ht51uu { width:18.75rem;height:4.75rem;top:14.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKk10fy3yfQoH67Mvxnvk0AF6tAFbh3K { width:18.75rem;height:1.75rem;top:12.125rem;left:13rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH8uAkVNwFMdZoRZ1nZJRIUak6cHMgTq { width:18.75rem;height:4.75rem;top:14.625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f862NJ7NzFGORLHJ9iTGP8xZFHsSGpxE { width:18.75rem;height:1.75rem;top:12.0625rem;left:28.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7mAJdKiHSmegITuGO2n819AIwP26Stn { top:2.375rem;left:3.6875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAnJEkrhwAirL5L9kugFZ52bc2EvuBfn { top:2.375rem;left:19.5625rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLpVRcnukJPn50AWCt6bKRee9ThXpPqi { top:2.375rem;left:35.75rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX { display:block; }#i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrn0qol03OTz0oakEBSzGzH4zw553oVo { top:5.375rem;left:18.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVJRM726FiepO9INZuCQn8qVyl7amD6G { top:3.6875rem;left:21.1875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4h1Mss8JbCB6Eay1IU7bcZnhkPMtkf8 { top:6.0625rem;left:16.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwyfZDO72nmtnT8Q639kTlTRzocgw5wH { top:5.375rem;left:25.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2xzERm5WdPzOfwsh7t3ZfMOgBS2kCmT { top:6.0625rem;left:28.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtERsIHhX4M8baXxuopTFdVOOnNohZkW { top:11.1875rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ { display:block; }#bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QM1zoCWl8dcNGKKfbH5f8XJSrTaHlCMn { top:2.1875rem;left:0rem;width:25.875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEIsHIgBAsNHqn1tmitxnkGPC4XhS4ep { top:2.1875rem;left:22.125rem;width:25.625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUG9vayO2QW8er2y8bwaw0LnOVMShqya { display:block; }#bUG9vayO2QW8er2y8bwaw0LnOVMShqya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPGTWhN3MTfBfO4N59gbvufV69ro9yQ3 { top:1.6875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP { display:block; }#ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlFPvmfpCeF9sGSGuneD2r06fUX4RLJG { top:6.625rem;left:0rem;width:47.75rem;height:32.936647727273rem;display:block; }
 }@media only screen and (max-width: 763px) { #u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh { display:block; }#u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DmPUN6lZ3UxneDSbqpdBePXA9ldiVCZA { top:0rem;left:0rem;width:20.0625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqAybnkWz2ird3ewWvyqKMAtJHhzNkXc { top:8.3125rem;left:24.625rem;width:5.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQPXzRAv8Uf0E7OOg0rCkGIUe5EQTPfq { top:8.875rem;left:24.875rem;width:5.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVcBc5Ec7uxx5E7qIeAynvEq25MdCtPE { top:11.625rem;left:24.625000953674rem;width:16.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES06dEsVlCHA0TWGqeZf8W5yPlVleNvE { width:9.5rem;height:2.6875rem;top:17.8125rem;left:24.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtLuMxkwORJqeu85L26yKkEBtNTxUKJs { display:block; }
 }@media only screen and (max-width: 763px) { #n2GpJpHdZOwUA83biZ37bslyW38HRaAp { display:block; }#n2GpJpHdZOwUA83biZ37bslyW38HRaAp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRXbnkxyvrf943uJ4Hrz6iSWJCTA9nvy { top:3rem;left:0.90625rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syP4brS1f1itKl16rfuZh9kcsvzqDdWP { top:4.3125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBTzvtCKyyicuBoHyl5UzNhUir0atZHy { top:6.4375rem;left:11.375rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQS9eQzW7f1u87EK9RXM7Qyu3p8vwDtF { top:4.3125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irn8F4UbITfIepe2yoXqUVIw3TG9p634 { top:6.4375rem;left:23.3125rem;width:12.5rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOXrb0zkc1qFylLB2G7IwDMULwHGmTPW { top:4.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOzM3k7uqsDhiH7T4J8w1Zh4ecqc9iTL { top:6.4375rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhaHTFo0Vkm7VeQ5lTTZ7TnH57y8xb6w { top:6.4375rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSo02NsQkqL0z15bqFkrNr73ThL0zT2V { top:8.4375rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytrvvDwGk1BttZPckeWztIRHaJBdWhlm { top:10.5rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqt0reQ5fS4fm7FK5lOFyTbOM0U8zkIE { top:6.4375rem;left:35.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm5PuT5ksC4eNgWvuPehXbwcdbf29mZQ { top:8.4375rem;left:35.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f3f3f3;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101b6e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgFAGWIKBXZUiRwMBpBnLPkEHuF22GrK { top:0rem;left:0rem;width:20rem;height:9.6875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #toNGwPa8i5hkCTfintAxic6W5wQBhtaK { top:8.25rem;left:0rem;width:20rem;height:9.6875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eRweA2DsiOW7uxAZ98Q33QvHsRKxCu6A { top:16.3125rem;left:0rem;width:20rem;height:9.6875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CTSRyawQ5qSkW1V19JppdUa8TMSccTvv { width:20rem;height:9.958rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvpVVhVQm40VGtCtgH99c90igULsbOiP { width:20rem;height:12.50975rem;top:5.9453125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBlqsKqelAUzhPXpFdErJpcOh58OTbw0 { width:8.1875rem;height:2rem;top:1.8125rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3tVfFvKe0kJOxyeVMG3zTuPOb0wf4co { width:9.3125rem;height:1.3125rem;top:19rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0sGdvdgrWKO7Sz2MNuzM8Cxndo6IvsS { width:13.1875rem;height:3.125rem;top:22rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUC9WBsBmoaXThpP4i9uOB3uskfuO2iH { display:block; }
 }@media only screen and (max-width: 763px) { #fP3wUcGVmS3Lcz1sImV39nhTmBkQRiwt { width:13.3125rem;height:3.0625rem;top:26.6875rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLeKNT789btgpDHGydPoBiWTAFsim7pa { display:block; }
 }@media only screen and (max-width: 763px) { #OlKHJc3mXS5H386fST4qo5edpWTBdTZK { width:20rem;height:9.8125rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc { display:block; }#NesEqv63sdBLmJkdS8vxkCOwex0mW0Rc > .row .container { width:20rem;height:148.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPWy7fVOEaPtwBkJqoWiT9TTTBmkgs9C { width:20rem;height:31.8125rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X { display:block; }#VWd7WrIwSkU3pp9E1xblfsmUTCrQSc1X > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odWOSaVQwazZOphBbU4l7QmsKzMc47S7 { width:20rem;height:4.875rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC { display:block; }#vdRG4bRFbWvHdeUTKL7OyMJBvTbpAVTC > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhCvIEoDBSlC70rJFaAzQHd8aWS2hQyU { width:8.3125rem;height:2.375rem;top:1.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDMAipzqVXuGfDyCwDtNCoOSloUHFxgy { width:7.875rem;height:1.29980625rem;top:1.8125rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd { display:block; }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd { background-color: transparent; background-image: none; }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd > .row .container > .video-iframe-container { display: none; }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd > .row > .video-iframe-container { display: none; }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd > .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); }#GuBgTJmoZJE5W9AkKCzrTitpZKsTC7Qd > .row .container { width:20rem;height:138rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGN71QGXPhWHDBSKFEX5uHHZsrWRhwHL { width:18.75rem;height:21.75rem;top:3rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MITVc4fsqps6RA0zkVOG0Iq4pkLfBM3w { width:17.6875rem;height:1.7871125rem;top:9.625rem;left:1.15625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZZrC2fnWkGZVoGiEpquKp0obCFnhcpyf { width:17.125rem;height:9.75rem;top:13.3125rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lRJSEF3ou2ZdHqZEp1Q4TxOIvIpMtR2q { width:18.75rem;height:24.4375rem;top:28rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksFIad6fKsBBqCzyoH3Uc2OkHNHg8qLX { width:16.9375rem;height:1.7871125rem;top:34.4375rem;left:1.53125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WszFThxQcNXn1uBVLVqhBfdtLUZlIO6b { width:16.9375rem;height:13.40625rem;top:37.78125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ATEs37K0ugyR3meOMf96Nc2Dt35brBgx { width:18.75rem;height:23.25rem;top:54.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqpih61QKbZKnaeetLBFCuX5o53gC9Pf { width:15.5625rem;height:1.7871125rem;top:61.5625rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #urzbotPVMvd0ptGCEyUBGHXzLLPuhl5b { width:16.9375rem;height:10.96875rem;top:64.8125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RKKIXsrXoX2WUOApNP7KHW5PvTh49TNq { width:18.75rem;height:22.75rem;top:80.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3Dk3c1rBkRb3XOicumJ2w7dAdLp96EU { width:15.375rem;height:1.7871125rem;top:86.375rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XDPudRaFBJ2m4oIv0uhoVt0cRShpd0R2 { width:16.875rem;height:10.96875rem;top:89.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #le0K7J24OAJqv209l9fsMdbglToIdar7 { width:18.75rem;height:26rem;top:106.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZxQhqTC9NzFac6Q38h75Hv0Q1G3Whyq { width:17.75rem;height:3.57421875rem;top:113.1875rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xW2qWbN1ziWQLTv9a7XROtluq5SVhoSB { width:16.9375rem;height:13.40625rem;top:117.5625rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QW3SAzBZp4lqrnDkd3lCxnIxtODfwJKM { display:flex;width:3.875rem;height:3.875rem;top:4.75rem;left:1.15625rem;font-size:2.6875rem; }
 }@media only screen and (max-width: 763px) { #qQDULI75T2u9QvSTAnFBvSwfMkkPPx6D { display:flex;width:3.4375rem;height:3.4375rem;top:30rem;left:1.15625rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #Luwt8Dg7Ul35XzdfuuET68mhicPTiDRT { display:flex;width:3.4375rem;height:3.4375rem;top:56.3125rem;left:1.1875rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #dpRVwhXRn3d276QTgIcZCTB2qKlvfOzA { display:flex;width:3.4375rem;height:3.4375rem;top:82.125rem;left:1.6875rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #gFbz8O5gXoQVw9tPVxsnQvSDczlZBmBT { display:flex;width:3.4375rem;height:3.4375rem;top:108.0625rem;left:1.15625rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5 { display:block; }#ToJBTnUBR6fT3IrpmsNNEf2G0OTswfv5 > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CReGtlKKJiZmtEXT3GklSQ2Nxu6BV8eQ { width:13.0625rem;height:2.375rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uASwwC42hJBOKQIQw4AMFdTk4zoeH11W { width:12.6875rem;height:1.29980625rem;top:1.8125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd { display:block; }#aGFPdp2qUl3BrRVQnNVB0T2mLntUAZAd > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTNPZmAbeQimeDafFeNh9b64dRI4wpdP { width:20rem;height:4.38720625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih { display:block; }#SEELrTEkP9Nb3ztMwOd5KKHx1BGfqTih > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmtfmSPplkA0kbAwqTknw7fKShUEHNpm { width:18.75rem;height:1.7871125rem;top:13.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8xanFw29WIGeHeESgfmS0xgRSebNZhL { width:18.75rem;height:4.798825rem;top:16.125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qh4p8XZtQPpnDTzqxUpCipvz8iSKwyWl { width:18.75rem;height:4.798825rem;top:36.5625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSBTAwtU90sc84RROrQFAOEqycPDQ7J4 { width:18.75rem;height:1.7871125rem;top:34.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2UnTBirlNzhCZSehNUu4FgfMnpq9QwH { width:18.75rem;height:4.798825rem;top:57.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyrN2FIvhopab5Tz4J7TG1W9PmMTJfpX { width:18.75rem;height:1.7871125rem;top:55.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znX5XSa3EbJkV3TUTrh1U7MuJiwR5WrL { width:8.5rem;height:8.5rem;top:3.48583984375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT666ATQagHMZxVoPSFqsMBZfWVbTdRH { width:8.5rem;height:8.5rem;top:24.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRCeTGFKVbhsqkNnqHhHkhyOMdpwoHHF { width:8.5rem;height:8.5rem;top:46rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT { display:block; }#HriTMC6hSgMfbo6kZL1U0LQs2qIZ7wyT > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMFlEEvSlR6ucGHoD0ZCUn3XCInwappb { width:18.75rem;height:1.7871125rem;top:11.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrwnONclFbT9IxMMTK8w2OfhMW1vmpz1 { width:18.75rem;height:4.798825rem;top:14rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DWldPSJGq3JVynJAfmQTtm2nX6ht51uu { width:18.75rem;height:4.798825rem;top:34.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKk10fy3yfQoH67Mvxnvk0AF6tAFbh3K { width:18.75rem;height:1.7871125rem;top:32.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH8uAkVNwFMdZoRZ1nZJRIUak6cHMgTq { width:18.75rem;height:4.798825rem;top:56.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f862NJ7NzFGORLHJ9iTGP8xZFHsSGpxE { width:18.75rem;height:1.7871125rem;top:53.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7mAJdKiHSmegITuGO2n819AIwP26Stn { width:8.5rem;height:8.5rem;top:1.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAnJEkrhwAirL5L9kugFZ52bc2EvuBfn { width:8.5rem;height:8.5rem;top:22.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLpVRcnukJPn50AWCt6bKRee9ThXpPqi { width:8.5rem;height:8.5rem;top:44.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX { display:block; }#i1Zs3VfiRvwsvd626Av5trWzaWb7OZXX > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrn0qol03OTz0oakEBSzGzH4zw553oVo { display:flex;width:2.8125rem;height:2.8125rem;top:4.4375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #LVJRM726FiepO9INZuCQn8qVyl7amD6G { display:flex;width:4.4375rem;height:4.4375rem;top:2.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #F4h1Mss8JbCB6Eay1IU7bcZnhkPMtkf8 { display:flex;width:2.125rem;height:2.125rem;top:5.1875rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #BwyfZDO72nmtnT8Q639kTlTRzocgw5wH { display:flex;width:2.8125rem;height:2.8125rem;top:4.4375rem;left:12.1875rem; }
 }@media only screen and (max-width: 763px) { #l2xzERm5WdPzOfwsh7t3ZfMOgBS2kCmT { display:flex;width:2.125rem;height:2.125rem;top:5.1875rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #vtERsIHhX4M8baXxuopTFdVOOnNohZkW { width:20rem;height:12.1875rem;top:11.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ { display:block; }#bpkmUxyiBvfudTfhmL2OeZJDZEkVJnIJ > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QM1zoCWl8dcNGKKfbH5f8XJSrTaHlCMn { height:11.062801932367rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEIsHIgBAsNHqn1tmitxnkGPC4XhS4ep { height:11.1704375rem;width:20rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUG9vayO2QW8er2y8bwaw0LnOVMShqya { display:block; }#bUG9vayO2QW8er2y8bwaw0LnOVMShqya > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPGTWhN3MTfBfO4N59gbvufV69ro9yQ3 { width:20rem;height:7.3125rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP { display:block; }#ChE253t2EzgF7EQXzhdKAVvzVPn4I8SP > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlFPvmfpCeF9sGSGuneD2r06fUX4RLJG { width:20rem;height:13.7954375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh { display:block; }#u23P8qRozZ8mdrFN88eIQI3RRN3sMNyh > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DmPUN6lZ3UxneDSbqpdBePXA9ldiVCZA { width:13.125rem;height:15.5625rem;top:0rem;left:6.7785917063781rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqAybnkWz2ird3ewWvyqKMAtJHhzNkXc { width:5.5625rem;height:2.375rem;top:13.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQPXzRAv8Uf0E7OOg0rCkGIUe5EQTPfq { width:5.0625rem;height:1.29980625rem;top:13.6875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVcBc5Ec7uxx5E7qIeAynvEq25MdCtPE { width:16.0625rem;height:4.0625rem;top:16.612635612488rem;left:0.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES06dEsVlCHA0TWGqeZf8W5yPlVleNvE { width:8.375rem;height:2.1875rem;top:22.300131797791rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtLuMxkwORJqeu85L26yKkEBtNTxUKJs { display:block; }
 }@media only screen and (max-width: 763px) { #n2GpJpHdZOwUA83biZ37bslyW38HRaAp { display:block; }#n2GpJpHdZOwUA83biZ37bslyW38HRaAp > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRXbnkxyvrf943uJ4Hrz6iSWJCTA9nvy { width:7.1875rem;height:7.1875rem;top:1.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syP4brS1f1itKl16rfuZh9kcsvzqDdWP { width:4.0625rem;height:1.29980625rem;top:0.9375rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBTzvtCKyyicuBoHyl5UzNhUir0atZHy { width:6.125rem;height:5.847675rem;top:3.5rem;left:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQS9eQzW7f1u87EK9RXM7Qyu3p8vwDtF { width:6.5625rem;height:1.29980625rem;top:12.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irn8F4UbITfIepe2yoXqUVIw3TG9p634 { width:7.5625rem;height:4.8730625rem;top:15.125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOXrb0zkc1qFylLB2G7IwDMULwHGmTPW { width:8.5rem;height:1.29980625rem;top:12.5625rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOzM3k7uqsDhiH7T4J8w1Zh4ecqc9iTL { width:8.5rem;height:5.847675rem;top:15.125rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhaHTFo0Vkm7VeQ5lTTZ7TnH57y8xb6w { display:flex;width:0.8125rem;height:0.8125rem;top:15.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OSo02NsQkqL0z15bqFkrNr73ThL0zT2V { display:flex;width:0.8125rem;height:0.8125rem;top:17.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ytrvvDwGk1BttZPckeWztIRHaJBdWhlm { display:flex;width:0.8125rem;height:0.8125rem;top:19.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Dqt0reQ5fS4fm7FK5lOFyTbOM0U8zkIE { display:flex;width:0.8125rem;height:0.8125rem;top:15.125rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #Sm5PuT5ksC4eNgWvuPehXbwcdbf29mZQ { display:flex;width:0.8125rem;height:0.8125rem;top:17.1875rem;left:9.625rem; }
 }