.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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe { position:relative;display:block; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe { background-color: transparent; background-image: none; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .row .container > .video-iframe-container { display: none; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .row > .video-iframe-container { display: none; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .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); }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe { border-width: 0; border-radius: 0; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .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; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .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.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bSKy1HXnslRfbgeKvdEhQE3LZpzlxbts { 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:1.6875rem;width:8.25rem;top:1.75rem;left:3.8125rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#VEQqLn8E5AgOPVFT0HuCmS8hwm31VytF { color:#0e0142;display:block;width:34.25rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:6.25rem;left:3.875rem;height:1.800425rem;font-style:normal;display:block; }
#sZPNOLRxBxL0DbxD7OACPf8zQf81KLpm { color:#0e0142;display:block;width:44.9370625rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.0625rem;left:3.8744215965271rem;height:11.5488125rem;font-style:normal;display:block; }
#GzC1Tguwp6C8WRAQ2ycUlPieqoocb1fl { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.5rem;height:3.124025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.560546875rem;left:3.875rem;display:block; }
#LwJ9E2q8zzNx2vFZIO3TruUWr4ZyxhLq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOTKK7UTWESRBl8LCeB9BE84WdSynQyX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.87425rem;width:29.68675rem;top:6.75rem;left:45.313949108124rem;overflow:hidden;display:block; }
#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efff;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; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container { background-color: transparent; background-image: none; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container > .video-iframe-container { display: none; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row > .video-iframe-container { display: none; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .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); }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container { border-width: 0; border-radius: 0; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#cuG0HmNt8kl714rDpicwIkWF6dU3513m { color:#0e0142;display:block;width:13.8125rem;position:absolute;font-family:"euclid circular a";font-size:4rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.42578125rem;left:5.59375rem;height:5.19975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xzCr19dwCLHWDQUyMwasONi0dfeF7Kbr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:3.8125rem;top:5.119140625rem;left:19.40625rem;overflow:hidden;display:block; }
#Kax5fLEKXz8y4ofvE01vFyaT0EHl1eWk { color:#0e0142;display:block;width:10.5625rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:10.625rem;left:7.21875rem;height:3.5981875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXkoatxfht01iI9RWdaXDWkR3CM8ZLLN { color:#0e0142;display:block;width:12.6865rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10.625rem;left:28.5927734375rem;height:3.5981875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mDDzLQTd81s4Pd8SuBKOaqS0fIRExqty { 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:6.25rem;width:6.25rem;top:4.8125rem;left:39.5rem;overflow:hidden;display:block; }
#DzSHMVKsOBMKrPTPNeihieLMOvCxbX9l { color:#0e0142;display:block;width:8.125rem;position:absolute;font-family:"euclid circular a";font-size:4rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4369211196899rem;left:30.875rem;height:5.19975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LaoxwepaeF7ImraOMXWNTNvHWhdyQJnM { color:#0e0142;display:block;width:12.7495625rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:10.625000953674rem;left:54.372107982636rem;height:2.39879375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OyVANILepb6TqZei0ZbVtt0GmT14SQSG { color:#0e0142;display:block;width:10.625rem;position:absolute;font-family:"euclid circular a";font-size:4rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.4375rem;left:55.4375rem;height:5.19975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e23H9XiFQxaRP0zsiCr91kiBZCzRiA6o { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:4rem;top:5.431640625rem;left:66.0625rem;overflow:hidden;display:block; }
#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za { 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; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container { background-color: transparent; background-image: none; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container > .video-iframe-container { display: none; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row > .video-iframe-container { display: none; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .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); }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container { border-width: 0; border-radius: 0; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#TdSuK5KMutcLxCxSTIaRW3O1TLnsVdxM { position:absolute;display:block;z-index:15000;height:42.1875rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#q6DRhEM7dBL52T4tTD2h8E2FX51N9day { position:relative;display:block; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day { background-color: transparent; background-image: none; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .row .container > .video-iframe-container { display: none; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .row > .video-iframe-container { display: none; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .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); }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day { border-width: 0; border-radius: 0; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .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; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .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:24rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VZ4A5fAONmvZQxT5e11ddhPop1B3OmO7 { color:#0e0142;display:block;width:40.124rem;position:absolute;font-family:"euclid circular a";font-size:3.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.029296875rem;left:17.4365234375rem;height:11.945125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1ebkdpCNqmWN3B79g2hVylJioTQ1GwU { 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:13.9995625rem;width:13.9995625rem;top:4rem;left:3.75rem;overflow:hidden;display:block; }
#n3OUXyKuJszKJcT0Xrxga1G3PNNuqbRc { 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:13.9995625rem;width:13.9995625rem;top:4rem;left:57.561488628388rem;overflow:hidden;display:block; }
#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b { position:relative;display:block; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b { background-color: transparent; background-image: none; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .row .container > .video-iframe-container { display: none; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .row > .video-iframe-container { display: none; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .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); }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b { border-width: 0; border-radius: 0; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .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; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .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:41.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NlSeIHTNKNCX8V1N8iTxHrMvLNTm5i8T { position:absolute;display:block;z-index:15000;height:33.1875rem;width:75rem;top:3.875rem;left:0rem;display:block; }
#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0fdbf;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; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container { background-color: transparent; background-image: none; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container > .video-iframe-container { display: none; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row > .video-iframe-container { display: none; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .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); }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container { border-width: 0; border-radius: 0; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#ekhT0MSMXGVfVz0KtznKSPQuMeywJSzP { color:#0e0142;display:block;width:42.5rem;position:absolute;font-family:arial;font-size:3.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:16.249276638031rem;height:7.9634375rem;text-align:center;text-align-last:center;display:block; }
#NG1ZtpahclZGZlmzVotmseawBpWMtxoo { 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:11.125rem;width:10.875rem;top:8.2450704574588rem;left:8.75rem;overflow:hidden;display:block; }
#d3u3pCmxCc00KXkkhR0WU0E3QmR6e7qI { 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:15.0625rem;width:15.6875rem;top:3.7485542297363rem;left:53.687068462372rem;overflow:hidden;display:block; }
#FTkutNTk54TfInvG0UCixONFahuss2oa { background-color:#e0fdbf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.6875rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:13.5rem;left:25.15625rem;display:block; }
#TbsiDURVTpl6sOnS5hwwOdZUIAfd435T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UVG0fHmgyNhFZiI32Ngv3dWQllnNffyS { 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:25.6875rem;width:16rem;display:none; }
#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 { 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; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container { background-color: transparent; background-image: none; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container > .video-iframe-container { display: none; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row > .video-iframe-container { display: none; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .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); }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container { border-width: 0; border-radius: 0; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#Sm3nstcvUTaAG8psBBuqsklQOZo6UfuV { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#0e0142;background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#bMeMDHusaPbDRsJoHnClXntGdvRkHU3y { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:33.1875rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#gOcT9WNpk74nDynxTpFS6pf5BRTFX9U0 { color:#ffffff;display:block;width:26.0615rem;position:absolute;font-family:"euclid circular a";font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5244140625rem;left:5.96875rem;height:4.35014375rem;font-style:normal;display:block; }
#oTof9UQm3NQoyIOLOSQMPixcJRDSEUcN { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"euclid circular a";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.6240234375rem;left:3.3740234375rem;height:4.20010625rem;display:block; }
#fwFhctMdtOxlibwxe8AULpI98c4nNTBA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.1875rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:15.561965942382rem;left:3.3735790252686rem;display:block; }
#ScSLOa5nRam52r41B0hsiIca6IdR74qK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohAilS2g3VW5mFp3EDdIUOumQFr4mhcz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.249025rem;width:2.186525rem;top:4.5244140625rem;left:3.3740234375rem;overflow:hidden;display:block; }
#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic { 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; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container { background-color: transparent; background-image: none; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container > .video-iframe-container { display: none; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row > .video-iframe-container { display: none; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .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); }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container { border-width: 0; border-radius: 0; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#eel4IdW4Kl7K6GuXkTLfJQ8qoJH4A5J6 { box-sizing:content-box;height:38.125rem;width:36.8120625rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.75rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#A0sTrFs0zgzhRkaWi9V6o43izOWHVcsE { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:20.1875rem;left:3.375rem;height:4.5rem;font-style:normal;display:block; }
#QT5SEfzMW17yqlD0ri7rltRug8UOQimr { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:25.625rem;left:3.375rem;height:6.395625rem;display:block; }
#ORz5M7ZWeCgJ9JZTQsOkrpIqJn01pwx0 { color:#0e0142;display:block;width:22.1875rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:20.1875rem;left:42.375rem;height:4.5rem;font-style:normal;display:block; }
#abPW23LfnTiK7faLXzfssMsFlm7DDaLE { color:#0e0142;display:block;width:28.125rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:25.625rem;left:42.1875rem;height:4.7967rem;display:block; }
#FV56OCRixkqdFvww10AMLRL0SPP0hkuN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.625rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:33.5625rem;left:42.375rem;display:block; }
#bMT0svT8Z5vuZWBWN8mIIt2mDbTCw6AT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sg032BfzGEAlJ7pCbXnJRwTZoG89t9NS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:29.875rem;top:2.625rem;left:3.375rem;overflow:hidden;display:block; }
#pt8I1y6REaTEHI4NRPAB2MKAkEQineP2 { 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:15.75rem;width:29.875rem;top:2.625rem;left:42.375rem;overflow:hidden;display:block; }
#DVbvP3IONS2pZgf29HZHeneThrTr4PEb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.625rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:33.5625rem;left:3.375rem;display:block; }
#dS0axdzrePL2Ca0EfN0hBfToO98deBQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e6Qfhvxmx0nxxTdFQkIC7n82hDWKwBIl { box-sizing:content-box;height:38.125rem;width:36.811rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:0.75rem;left:38.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC { 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; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container { background-color: transparent; background-image: none; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container > .video-iframe-container { display: none; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row > .video-iframe-container { display: none; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .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); }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container { border-width: 0; border-radius: 0; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#uTENC3pGGnc6kPl1zQGblslEuEWVQ8bk { box-sizing:content-box;height:38.125rem;width:36.8120625rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.75rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Rsa5y43VEiiHORwDyoytdd6EqnbVMDJI { color:#0e0142;display:block;width:23.75rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:20.1875rem;left:3.375rem;height:4.5rem;font-style:normal;display:block; }
#NrQRRf9yEzdcvliJxgvLOL4o9Sy5UtDM { color:#0e0142;display:block;width:29.9375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:25.625rem;left:3.375rem;height:4.7967rem;display:block; }
#zCTnOW0wefpEmH79dah6Hhxulx0fmOBm { color:#0e0142;display:block;width:25.8125rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:20.1875rem;left:42.375rem;height:4.5rem;font-style:normal;display:block; }
#vnAT4rPdTrCMlEpuAZv2IhqOKXGJDZz4 { color:#0e0142;display:block;width:28.125rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:25.625rem;left:42.1875rem;height:6.395625rem;display:block; }
#THg1BOFLmMZH9EMDiRhTJFTfhdybTe96 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.5rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:33.5625rem;left:42.375rem;display:block; }
#pHmogdRZTprDpBRDLlxiJ2zoRE0cEKnZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UhpZEpDbAbHoXiDArHadyS5vi9tw8Jbq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:29.875rem;top:2.625rem;left:3.375rem;overflow:hidden;display:block; }
#gnWhRwpTwxkTF8FgyT7DvtfifnnfSOO2 { 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:15.75rem;width:29.875rem;top:2.625rem;left:42.375rem;overflow:hidden;display:block; }
#nqiuSRoWRaToUFh3yqR7MOH11ADSeoTS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:17.5625rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:33.5625rem;left:3.375rem;display:block; }
#TmepFFgJo0oWManAx1i53QX8PRk13txZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#loTNfaRVERDI6w6lfnh3dCfwrlziV2OT { box-sizing:content-box;height:38.125rem;width:36.811rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:0.75rem;left:38.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ { position:relative;display:block; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ { background-color: transparent; background-image: none; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .row .container > .video-iframe-container { display: none; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .row > .video-iframe-container { display: none; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .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); }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ { border-width: 0; border-radius: 0; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .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; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .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:66.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hhmEX8HlwsAb2JmkWhJ6ZuqV1zGSEE9b { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.476706504822rem;left:32.087962627411rem;height:0;display:block; }
#TPTTqUdUkBpr0TVhIFTTdG3ABA6Izye6 { color:#0e0142;display:block;width:52.6243125rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:1.8892045021057rem;left:11.186079025269rem;height:7.198125rem;text-align:center;text-align-last:center;display:block; }
#E2LlxifGAC2TUvD30ZrygaypwdpWIWTR { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15058;line-height:1.2;letter-spacing:0;top:14.375rem;left:3.625rem;height:2.39968125rem;font-style:normal;display:block; }
#bBUh0naXIIpkSIi7112FbhcEPRiqns6C { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.6;letter-spacing:0;top:16.75rem;left:3.625rem;height:4.7967rem;display:block; }
#okoo96NbIswxri1MibxPRmSMeStyoeLP { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;top:22.8125rem;left:3.625rem;height:2.24964375rem;font-style:normal;display:block; }
#GOIULZqddMK4LnsHB9SscAIGzLZSOlRN { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.4;letter-spacing:0;top:25.3125rem;left:3.625rem;height:1.13725rem;display:block; }
#SIvmV3D5VGkQwqqHZFJHvfZEyxTkK2yE { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.875rem;height:2.8125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:28.061092376709rem;left:3.6248226165771rem;display:block; }
#tD4CSzmKiWczTWeBHm4TFwKkL3VCgZT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g8VSzflBJuVKCGQPsuqKmEdzxOCfpdIF { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:14.131735324859rem;left:28.748224258423rem;height:2.39968125rem;font-style:normal;display:block; }
#WaNCnVVEXMg5pbhaDfkS45tmD0FhHQme { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.6;letter-spacing:0;top:16.774668693542rem;left:28.748224258423rem;height:3.1978rem;display:block; }
#wBQyqGTZ7SaDMzt3ipqvdhnBk7hri34z { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15068;line-height:1.2;letter-spacing:0;top:22.75rem;left:28.75rem;height:2.24964375rem;font-style:normal;display:block; }
#gHqWTx1Gvia077Fxlbla9m046Uh4FBkm { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:0.8125rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:25.25rem;left:28.75rem;height:1.055575rem;display:block; }
#E2Zsh3fQUxV7rhbBptOhNPu3Ell9Qm3f { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.875rem;height:2.8125rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:28.125rem;left:28.75rem;display:block; }
#ARWQx18v1GpOgTqL3e1sxln1WnLXlL9h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RSQJ8yQ2x2o87O9IVTgke72eut0JmXCZ { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:700;z-index:15068;line-height:1.6;letter-spacing:0;top:33.667435646057rem;left:3.6248226165771rem;height:1.5989rem;font-style:normal;display:block; }
#uyx2eI8aO3xUm9FUv9DQAsgdZUs3Tcwd { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:33.667435646057rem;left:28.49342918396rem;height:1.5989rem;font-style:normal;display:block; }
#vnDXZlNcpxusHzDiarxMgOebPBcl92hU { color:#0e0142;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.6;letter-spacing:0;top:36.093748092651rem;left:28.49342918396rem;height:20.3844375rem;display:block; }#vnDXZlNcpxusHzDiarxMgOebPBcl92hU li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#vnDXZlNcpxusHzDiarxMgOebPBcl92hU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
#Adr6SXbMOU8IkrmWBcZO3aoOTdkKiTnI { color:#0e0142;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15068;line-height:1.6;letter-spacing:0;top:36.093748092651rem;left:3.6248226165771rem;height:13.339875rem;display:block; }#Adr6SXbMOU8IkrmWBcZO3aoOTdkKiTnI li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#Adr6SXbMOU8IkrmWBcZO3aoOTdkKiTnI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
#wfI4wFe149X7Cp2vwT8liSPqr4ZZVLCS { color:#b0a8c6;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15081;line-height:1.6;letter-spacing:0;top:49.878372192382rem;left:3.6248226165771rem;height:10.991625rem;display:block; }#wfI4wFe149X7Cp2vwT8liSPqr4ZZVLCS li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#wfI4wFe149X7Cp2vwT8liSPqr4ZZVLCS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
#ndWPh6TsArla7eVKPcZVGTEJJyJaMfuK { color:#0e0142;display:block;width:17.249625rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:14.131735324859rem;left:52.529294967651rem;height:2.39968125rem;font-style:normal;display:block; }
#l2RcTOlbO6QQwEsyrGxCnSTlhZOTTZe5 { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.6;letter-spacing:0;top:16.774668693542rem;left:52.558591842651rem;height:3.1978rem;display:block; }
#uOLRTbIAatRsvsX8SvyeLWocpibg4zZ0 { color:#0e0142;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15082;line-height:1.6;letter-spacing:0;top:36.093760490418rem;left:52.529294967651rem;height:25.0808125rem;display:block; }#uOLRTbIAatRsvsX8SvyeLWocpibg4zZ0 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#uOLRTbIAatRsvsX8SvyeLWocpibg4zZ0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
#zmaIyG9LvIVSkE0AzBAUHhahNo5JdJ5q { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15069;line-height:1.2;letter-spacing:0;top:22.8125rem;left:52.6875rem;height:2.24964375rem;font-style:normal;display:block; }
#Rw28QoNkN7nWZ7pANF7VxHmhCPavT2eK { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:0.8125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:25.3125rem;left:52.6875rem;height:1.055575rem;display:block; }
#SMpuftzTLWIid6cSr3p2zgl3ebuNHgSc { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.875rem;height:2.8125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:28.1875rem;left:52.6875rem;display:block; }
#mc1ZHBqbzo7z6g8HhahDNm9itGT0MhT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o3qgvaRHI9bNhgcrscXnltxv2cXNggGz { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:33.667446613312rem;left:52.529294967651rem;height:1.5989rem;font-style:normal;display:block; }
#aiCZVDJrNFEpku1xgOMTCrn0P0qDqy6Q { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.6875rem;width:10rem;top:55.3125rem;left:14.125rem;overflow:hidden;display:block; }
#z9l5G1QEQqebqcDWVa2DZ4DlIsny3k4J { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.6875rem;width:9.9375rem;top:55.3125rem;left:39.5625rem;overflow:hidden;display:block; }
#aLbbSJTlP7U4Q81ydFKCkTa2JsJi9nFL { color:#b0a8c6;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15083;line-height:1.6;letter-spacing:0;top:56.978870391846rem;left:28.49342918396rem;height:3.9470875rem;display:block; }#aLbbSJTlP7U4Q81ydFKCkTa2JsJi9nFL li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#aLbbSJTlP7U4Q81ydFKCkTa2JsJi9nFL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
#uErUE6vesAbdxCtPtC1w8diThBAO44gu { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.6875rem;width:9.9375rem;top:55.3125rem;left:64.5625rem;overflow:hidden;display:block; }
#TOlMPOha1tUr9KDSPX1t9c6LPxI3yQ5h { box-sizing:content-box;height:53.125rem;width:24.0625rem;position:absolute;display:block;z-index:15057;background-color:#f3efff;background-image:none;top:12.875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#GT7BTygminDRQpqQNxsuEeykorOfLzgT { box-sizing:content-box;height:53.125rem;width:24.0625rem;position:absolute;display:block;z-index:15056;background-color:#f3efff;background-image:none;top:12.875rem;left:25.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#biUFe2QpTMB3H0ULoRryNQdZipOdCiiO { box-sizing:content-box;height:53.125rem;width:24.0625rem;position:absolute;display:block;z-index:15058;background-color:#f3efff;background-image:none;top:12.875rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 { position:relative;display:block; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 { background-color: transparent; background-image: none; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .row .container > .video-iframe-container { display: none; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .row > .video-iframe-container { display: none; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .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); }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 { border-width: 0; border-radius: 0; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .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; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .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:17.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DIaw46FxeAflkS3x9IJ7sDQ8yauRT3so { box-sizing:content-box;height:17.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#0e0142;background-image:none;top:0.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#WrfC8cvQdFBTBD4NNc7l5Vaqnnpe3PKq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.0625rem;top:7.2752685546875rem;left:0rem;overflow:hidden;display:block; }
#XbLDx1PxWMkuR4bRGrZOiFAVezJMOTW5 { color:#ffffff;display:block;width:40.812375rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:17.093461513519rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#Oy5J7ANN3lrm3nRB3T1QDZRVboubTND9 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.551969875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:9.8125rem;left:32.222224712372rem;display:block; }
#rfs7WDTLiTD19lQEJEs2LVRdp5uOa2O1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #br9vwxUIQG57eIE9V25kuAiVzy5k7EWe { display:block; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSKy1HXnslRfbgeKvdEhQE3LZpzlxbts { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@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) { #VEQqLn8E5AgOPVFT0HuCmS8hwm31VytF { top:6.25rem;left:0rem;width:34.25rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPNOLRxBxL0DbxD7OACPf8zQf81KLpm { top:9.0625rem;left:0rem;width:44.875rem;height:11.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzC1Tguwp6C8WRAQ2ycUlPieqoocb1fl { width:9.5rem;height:3.0625rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwJ9E2q8zzNx2vFZIO3TruUWr4ZyxhLq { display:block; }
 }@media only screen and (max-width: 763px) { #iOTKK7UTWESRBl8LCeB9BE84WdSynQyX { top:6.75rem;left:18.125rem;width:29.625rem;height:21.828750410537rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz318n7bJG1ABRO50SuxTylAotT9Wo36 { display:block; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuG0HmNt8kl714rDpicwIkWF6dU3513m { top:5.375rem;left:1.03125rem;width:13.8125rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzCr19dwCLHWDQUyMwasONi0dfeF7Kbr { top:5.0625rem;left:12.0625rem;width:3.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kax5fLEKXz8y4ofvE01vFyaT0EHl1eWk { top:10.625rem;left:2.65625rem;width:10.5625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXkoatxfht01iI9RWdaXDWkR3CM8ZLLN { top:10.625rem;left:15.875rem;width:12.625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDDzLQTd81s4Pd8SuBKOaqS0fIRExqty { top:4.8125rem;left:25.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzSHMVKsOBMKrPTPNeihieLMOvCxbX9l { top:5.4375rem;left:17.1875rem;width:8.125rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaoxwepaeF7ImraOMXWNTNvHWhdyQJnM { top:10.625rem;left:31.75rem;width:12.6875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyVANILepb6TqZei0ZbVtt0GmT14SQSG { top:5.375rem;left:32.624423503876rem;width:10.5625rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #e23H9XiFQxaRP0zsiCr91kiBZCzRiA6o { top:5.375rem;left:42.75rem;width:4rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za { display:block; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdSuK5KMutcLxCxSTIaRW3O1TLnsVdxM { top:1.5625rem;left:0rem;width:47.75rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6DRhEM7dBL52T4tTD2h8E2FX51N9day { display:block; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZ4A5fAONmvZQxT5e11ddhPop1B3OmO7 { top:6rem;left:3.8115234375rem;width:40.0625rem;height:11.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ebkdpCNqmWN3B79g2hVylJioTQ1GwU { top:4rem;left:0rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3OUXyKuJszKJcT0Xrxga1G3PNNuqbRc { top:4rem;left:33.8125rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b { display:block; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlSeIHTNKNCX8V1N8iTxHrMvLNTm5i8T { top:3.875rem;left:0rem;width:47.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i { display:block; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekhT0MSMXGVfVz0KtznKSPQuMeywJSzP { top:3.75rem;left:2.6240234375rem;width:42.5rem;height:7.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG1ZtpahclZGZlmzVotmseawBpWMtxoo { top:8.25rem;left:0rem;width:10.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3u3pCmxCc00KXkkhR0WU0E3QmR6e7qI { top:3.6875rem;left:32.0625rem;width:15.6875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTkutNTk54TfInvG0UCixONFahuss2oa { width:24.6875rem;height:2.9375rem;top:13.5rem;left:11.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbsiDURVTpl6sOnS5hwwOdZUIAfd435T { display:block; }
 }@media only screen and (max-width: 763px) { #UVG0fHmgyNhFZiI32Ngv3dWQllnNffyS { width:16rem;height:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 { display:block; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sm3nstcvUTaAG8psBBuqsklQOZo6UfuV { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMeMDHusaPbDRsJoHnClXntGdvRkHU3y { top:2.375rem;left:14.3125rem;width:33.1875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOcT9WNpk74nDynxTpFS6pf5BRTFX9U0 { top:4.5rem;left:0rem;width:26rem;height:4.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTof9UQm3NQoyIOLOSQMPixcJRDSEUcN { top:9.5625rem;left:0rem;width:31.25rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwFhctMdtOxlibwxe8AULpI98c4nNTBA { width:9.1875rem;height:1.5625rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScSLOa5nRam52r41B0hsiIca6IdR74qK { display:block; }
 }@media only screen and (max-width: 763px) { #ohAilS2g3VW5mFp3EDdIUOumQFr4mhcz { top:4.5rem;left:0rem;width:2.125rem;height:2.1857413590057rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic { display:block; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eel4IdW4Kl7K6GuXkTLfJQ8qoJH4A5J6 { top:0.75rem;left:0rem;width:36.75rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0sTrFs0zgzhRkaWi9V6o43izOWHVcsE { top:20.1875rem;left:0rem;width:28.4375rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT5SEfzMW17yqlD0ri7rltRug8UOQimr { top:25.625rem;left:0rem;width:28.4375rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORz5M7ZWeCgJ9JZTQsOkrpIqJn01pwx0 { top:20.1875rem;left:17.125rem;width:22.1875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abPW23LfnTiK7faLXzfssMsFlm7DDaLE { top:25.625rem;left:19.625rem;width:28.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV56OCRixkqdFvww10AMLRL0SPP0hkuN { width:12.625rem;height:1.25rem;top:33.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMT0svT8Z5vuZWBWN8mIIt2mDbTCw6AT { display:block; }
 }@media only screen and (max-width: 763px) { #sg032BfzGEAlJ7pCbXnJRwTZoG89t9NS { top:2.625rem;left:0rem;width:29.875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt8I1y6REaTEHI4NRPAB2MKAkEQineP2 { top:2.625rem;left:17.6875rem;width:29.875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVbvP3IONS2pZgf29HZHeneThrTr4PEb { width:11.625rem;height:1.25rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS0axdzrePL2Ca0EfN0hBfToO98deBQD { display:block; }
 }@media only screen and (max-width: 763px) { #e6Qfhvxmx0nxxTdFQkIC7n82hDWKwBIl { top:0.75rem;left:10.9375rem;width:36.75rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC { display:block; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTENC3pGGnc6kPl1zQGblslEuEWVQ8bk { top:0.75rem;left:0rem;width:36.75rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsa5y43VEiiHORwDyoytdd6EqnbVMDJI { top:20.1875rem;left:0rem;width:23.75rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrQRRf9yEzdcvliJxgvLOL4o9Sy5UtDM { top:25.625rem;left:0rem;width:29.9375rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTnOW0wefpEmH79dah6Hhxulx0fmOBm { top:20.1875rem;left:21.9375rem;width:25.8125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnAT4rPdTrCMlEpuAZv2IhqOKXGJDZz4 { top:25.625rem;left:19.625rem;width:28.125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THg1BOFLmMZH9EMDiRhTJFTfhdybTe96 { width:11.5rem;height:1.25rem;top:33.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHmogdRZTprDpBRDLlxiJ2zoRE0cEKnZ { display:block; }
 }@media only screen and (max-width: 763px) { #UhpZEpDbAbHoXiDArHadyS5vi9tw8Jbq { top:2.625rem;left:0rem;width:29.875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnWhRwpTwxkTF8FgyT7DvtfifnnfSOO2 { top:2.625rem;left:17.6875rem;width:29.875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqiuSRoWRaToUFh3yqR7MOH11ADSeoTS { width:17.5625rem;height:1.25rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmepFFgJo0oWManAx1i53QX8PRk13txZ { display:block; }
 }@media only screen and (max-width: 763px) { #loTNfaRVERDI6w6lfnh3dCfwrlziV2OT { top:0.75rem;left:10.9375rem;width:36.75rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ { display:block; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhmEX8HlwsAb2JmkWhJ6ZuqV1zGSEE9b { top:16.4375rem;left:18.462676525116rem;width:12.4375rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTTqUdUkBpr0TVhIFTTdG3ABA6Izye6 { top:1.875rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2LlxifGAC2TUvD30ZrygaypwdpWIWTR { top:14.375rem;left:0rem;width:12.5rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBUh0naXIIpkSIi7112FbhcEPRiqns6C { top:16.75rem;left:0rem;width:17.1875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okoo96NbIswxri1MibxPRmSMeStyoeLP { top:22.8125rem;left:0rem;width:12.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOIULZqddMK4LnsHB9SscAIGzLZSOlRN { top:25.3125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIvmV3D5VGkQwqqHZFJHvfZEyxTkK2yE { width:16.875rem;height:2.8125rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD4CSzmKiWczTWeBHm4TFwKkL3VCgZT0 { display:block; }
 }@media only screen and (max-width: 763px) { #g8VSzflBJuVKCGQPsuqKmEdzxOCfpdIF { top:14.125rem;left:15.123224258423rem;width:12.5rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaNCnVVEXMg5pbhaDfkS45tmD0FhHQme { top:16.75rem;left:15.123224258423rem;width:17.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBQyqGTZ7SaDMzt3ipqvdhnBk7hri34z { top:22.75rem;left:15.125rem;width:12.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHqWTx1Gvia077Fxlbla9m046Uh4FBkm { top:25.25rem;left:15.125rem;width:12.5rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Zsh3fQUxV7rhbBptOhNPu3Ell9Qm3f { width:16.875rem;height:2.8125rem;top:28.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARWQx18v1GpOgTqL3e1sxln1WnLXlL9h { display:block; }
 }@media only screen and (max-width: 763px) { #RSQJ8yQ2x2o87O9IVTgke72eut0JmXCZ { top:33.625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyx2eI8aO3xUm9FUv9DQAsgdZUs3Tcwd { top:33.625rem;left:14.86842918396rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnDXZlNcpxusHzDiarxMgOebPBcl92hU { top:36.0625rem;left:14.86842918396rem;width:19.6875rem;height:20.375rem;font-size:1rem;display:block; }#vnDXZlNcpxusHzDiarxMgOebPBcl92hU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #Adr6SXbMOU8IkrmWBcZO3aoOTdkKiTnI { top:36.0625rem;left:0rem;width:19.6875rem;height:13.3125rem;font-size:1rem;display:block; }#Adr6SXbMOU8IkrmWBcZO3aoOTdkKiTnI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #wfI4wFe149X7Cp2vwT8liSPqr4ZZVLCS { top:49.875rem;left:0rem;width:19.6875rem;height:10.9375rem;font-size:1rem;display:block; }#wfI4wFe149X7Cp2vwT8liSPqr4ZZVLCS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
 }@media only screen and (max-width: 763px) { #ndWPh6TsArla7eVKPcZVGTEJJyJaMfuK { top:14.125rem;left:30.5625rem;width:17.1875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2RcTOlbO6QQwEsyrGxCnSTlhZOTTZe5 { top:16.75rem;left:30.5625rem;width:17.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOLRTbIAatRsvsX8SvyeLWocpibg4zZ0 { top:36.0625rem;left:28.0625rem;width:19.6875rem;height:25.0625rem;font-size:1rem;display:block; }#uOLRTbIAatRsvsX8SvyeLWocpibg4zZ0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #zmaIyG9LvIVSkE0AzBAUHhahNo5JdJ5q { top:22.8125rem;left:35.25rem;width:12.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw28QoNkN7nWZ7pANF7VxHmhCPavT2eK { top:25.3125rem;left:35.25rem;width:12.5rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMpuftzTLWIid6cSr3p2zgl3ebuNHgSc { width:16.875rem;height:2.8125rem;top:28.1875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc1ZHBqbzo7z6g8HhahDNm9itGT0MhT1 { display:block; }
 }@media only screen and (max-width: 763px) { #o3qgvaRHI9bNhgcrscXnltxv2cXNggGz { top:33.625rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiCZVDJrNFEpku1xgOMTCrn0P0qDqy6Q { top:55.3125rem;left:0.5rem;width:10rem;height:10.687125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9l5G1QEQqebqcDWVa2DZ4DlIsny3k4J { top:55.3125rem;left:25.9375rem;width:9.875rem;height:10.620511538389rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLbbSJTlP7U4Q81ydFKCkTa2JsJi9nFL { top:56.9375rem;left:14.86842918396rem;width:19.6875rem;height:3.9375rem;font-size:1rem;display:block; }#aLbbSJTlP7U4Q81ydFKCkTa2JsJi9nFL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
 }@media only screen and (max-width: 763px) { #uErUE6vesAbdxCtPtC1w8diThBAO44gu { top:55.3125rem;left:37.875rem;width:9.875rem;height:10.620511538389rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlMPOha1tUr9KDSPX1t9c6LPxI3yQ5h { top:12.875rem;left:0rem;width:24.0625rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7BTygminDRQpqQNxsuEeykorOfLzgT { top:12.875rem;left:11.875rem;width:24.0625rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biUFe2QpTMB3H0ULoRryNQdZipOdCiiO { top:12.875rem;left:23.6875rem;width:24.0625rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 { display:block; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIaw46FxeAflkS3x9IJ7sDQ8yauRT3so { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrfC8cvQdFBTBD4NNc7l5Vaqnnpe3PKq { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbLDx1PxWMkuR4bRGrZOiFAVezJMOTW5 { top:3.75rem;left:3.4677734375rem;width:40.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy5J7ANN3lrm3nRB3T1QDZRVboubTND9 { width:10.5625rem;height:3.125rem;top:9.8125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfs7WDTLiTD19lQEJEs2LVRdp5uOa2O1 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #br9vwxUIQG57eIE9V25kuAiVzy5k7EWe { display:block; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSKy1HXnslRfbgeKvdEhQE3LZpzlxbts { top:0.4375rem;left:2.4375rem;width:4.81191875rem;height:0.98398417623645rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEQqLn8E5AgOPVFT0HuCmS8hwm31VytF { width:15.31175rem;height:4.4984rem;top:1.875rem;left:2.3430267572403rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZPNOLRxBxL0DbxD7OACPf8zQf81KLpm { width:18.4996875rem;height:8.3984375rem;top:5.875rem;left:0.74797463417056rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GzC1Tguwp6C8WRAQ2ycUlPieqoocb1fl { width:15rem;height:3.0625rem;top:14.686053872109rem;left:2.4978300333023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwJ9E2q8zzNx2vFZIO3TruUWr4ZyxhLq { display:block; }
 }@media only screen and (max-width: 763px) { #iOTKK7UTWESRBl8LCeB9BE84WdSynQyX { width:20rem;height:14.736709137915rem;top:6.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cz318n7bJG1ABRO50SuxTylAotT9Wo36 { display:block; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuG0HmNt8kl714rDpicwIkWF6dU3513m { width:12.5615rem;height:2.599825rem;top:1.9375rem;left:2.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzCr19dwCLHWDQUyMwasONi0dfeF7Kbr { width:3.3125rem;height:5rem;top:2.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kax5fLEKXz8y4ofvE01vFyaT0EHl1eWk { width:10.0621875rem;height:4.048825rem;top:4.5rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXkoatxfht01iI9RWdaXDWkR3CM8ZLLN { width:7.8110625rem;height:6.7471875rem;top:15.0625rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDDzLQTd81s4Pd8SuBKOaqS0fIRExqty { width:4.1875rem;height:4.1875rem;top:12.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzSHMVKsOBMKrPTPNeihieLMOvCxbX9l { width:7.8110625rem;height:2.599825rem;top:12.5rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaoxwepaeF7ImraOMXWNTNvHWhdyQJnM { width:10.6235625rem;height:5.397725rem;top:27.036314964294rem;left:3.2175928354263rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyVANILepb6TqZei0ZbVtt0GmT14SQSG { width:10.6235625rem;height:2.599825rem;top:24.4375rem;left:3.2175928354263rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e23H9XiFQxaRP0zsiCr91kiBZCzRiA6o { width:3.375rem;height:4.3125rem;top:25.06148815155rem;left:13.840423226356rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za { display:block; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdSuK5KMutcLxCxSTIaRW3O1TLnsVdxM { width:20rem;height:41.25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6DRhEM7dBL52T4tTD2h8E2FX51N9day { display:block; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZ4A5fAONmvZQxT5e11ddhPop1B3OmO7 { width:18.0620625rem;height:8.448125rem;top:2.5rem;left:0.96643531322481rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ebkdpCNqmWN3B79g2hVylJioTQ1GwU { width:7.499rem;height:7.499rem;top:11.2490234375rem;left:0.9658203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3OUXyKuJszKJcT0Xrxga1G3PNNuqbRc { width:7.499rem;height:7.499rem;top:11.25rem;left:11.58984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b { display:block; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlSeIHTNKNCX8V1N8iTxHrMvLNTm5i8T { width:20rem;height:47.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i { display:block; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekhT0MSMXGVfVz0KtznKSPQuMeywJSzP { width:17.624rem;height:6.8235rem;top:3.4375rem;left:1.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG1ZtpahclZGZlmzVotmseawBpWMtxoo { width:10.875rem;height:11.125322570448rem;top:1.25rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3u3pCmxCc00KXkkhR0WU0E3QmR6e7qI { width:7.874rem;height:8.499rem;top:2.596932888031rem;left:12.125289559364rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTkutNTk54TfInvG0UCixONFahuss2oa { width:17.9375rem;height:2.1875rem;top:11.9853515625rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbsiDURVTpl6sOnS5hwwOdZUIAfd435T { display:block; }
 }@media only screen and (max-width: 763px) { #UVG0fHmgyNhFZiI32Ngv3dWQllnNffyS { top:2.1108303070068rem;left:12.500724434853rem;width:7.5rem;height:12rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 { display:block; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sm3nstcvUTaAG8psBBuqsklQOZo6UfuV { width:18rem;height:31.625rem;top:1.9986979961395rem;left:0.99826395511625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMeMDHusaPbDRsJoHnClXntGdvRkHU3y { width:15rem;height:7.0625rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOcT9WNpk74nDynxTpFS6pf5BRTFX9U0 { width:13.1865rem;height:3.29900625rem;top:12.5rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oTof9UQm3NQoyIOLOSQMPixcJRDSEUcN { width:15rem;height:11.1923125rem;top:16.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwFhctMdtOxlibwxe8AULpI98c4nNTBA { width:8.5625rem;height:1.875rem;top:29.4375rem;left:2.498046875rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ScSLOa5nRam52r41B0hsiIca6IdR74qK { display:block; }
 }@media only screen and (max-width: 763px) { #ohAilS2g3VW5mFp3EDdIUOumQFr4mhcz { width:2.1875rem;height:2.25rem;top:14rem;left:7.9990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic { display:block; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eel4IdW4Kl7K6GuXkTLfJQ8qoJH4A5J6 { width:18rem;height:28.6875rem;top:0.49986267089844rem;left:0.99898731708525rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0sTrFs0zgzhRkaWi9V6o43izOWHVcsE { width:14.99925rem;height:3.29900625rem;top:11.3125rem;left:2.4978300333023rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QT5SEfzMW17yqlD0ri7rltRug8UOQimr { width:14.99925rem;height:9.80025rem;top:15.625rem;left:2.4978300333023rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORz5M7ZWeCgJ9JZTQsOkrpIqJn01pwx0 { width:15.62425rem;height:3.29900625rem;top:41rem;left:2.4971066713333rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abPW23LfnTiK7faLXzfssMsFlm7DDaLE { width:15.62425rem;height:7.9945rem;top:46.9375rem;left:2.4971066713333rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV56OCRixkqdFvww10AMLRL0SPP0hkuN { width:13.3125rem;height:1.25rem;top:56.9375rem;left:2.4970703125rem;background-color:transparent;background-image:none;font-size:1rem;line-height:1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #bMT0svT8Z5vuZWBWN8mIIt2mDbTCw6AT { display:block; }
 }@media only screen and (max-width: 763px) { #sg032BfzGEAlJ7pCbXnJRwTZoG89t9NS { width:14.6875rem;height:7.75rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt8I1y6REaTEHI4NRPAB2MKAkEQineP2 { width:14.6875rem;height:7.75rem;top:31.6875rem;left:2.5600405931472rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVbvP3IONS2pZgf29HZHeneThrTr4PEb { width:11.125rem;height:1.25rem;top:25.625rem;left:2.4970703125rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dS0axdzrePL2Ca0EfN0hBfToO98deBQD { display:block; }
 }@media only screen and (max-width: 763px) { #e6Qfhvxmx0nxxTdFQkIC7n82hDWKwBIl { width:17.999875rem;height:30.5625rem;top:30.1875rem;left:0.99826395511625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC { display:block; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTENC3pGGnc6kPl1zQGblslEuEWVQ8bk { width:18rem;height:30.25rem;top:0.5rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsa5y43VEiiHORwDyoytdd6EqnbVMDJI { width:15rem;height:4.94850625rem;top:11.25rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NrQRRf9yEzdcvliJxgvLOL4o9Sy5UtDM { width:15rem;height:8.9968125rem;top:16.1982421875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTnOW0wefpEmH79dah6Hhxulx0fmOBm { width:15.1244375rem;height:4.94850625rem;top:42.5625rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnAT4rPdTrCMlEpuAZv2IhqOKXGJDZz4 { width:15.624rem;height:11.1923125rem;top:48.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THg1BOFLmMZH9EMDiRhTJFTfhdybTe96 { width:11.75rem;height:1.25rem;top:60.1875rem;left:2.6875rem;background-color:transparent;background-image:none;font-size:1rem;line-height:1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pHmogdRZTprDpBRDLlxiJ2zoRE0cEKnZ { display:block; }
 }@media only screen and (max-width: 763px) { #UhpZEpDbAbHoXiDArHadyS5vi9tw8Jbq { width:14.6875rem;height:7.75rem;top:2rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnWhRwpTwxkTF8FgyT7DvtfifnnfSOO2 { width:14.6875rem;height:7.75rem;top:33.25rem;left:2.6678241491318rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqiuSRoWRaToUFh3yqR7MOH11ADSeoTS { width:15.8125rem;height:1.9375rem;top:27rem;left:2.5rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TmepFFgJo0oWManAx1i53QX8PRk13txZ { display:block; }
 }@media only screen and (max-width: 763px) { #loTNfaRVERDI6w6lfnh3dCfwrlziV2OT { width:18rem;height:31.75rem;top:31.75rem;left:0.99826395511625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ { display:block; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .row .container { width:20rem;height:177.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhmEX8HlwsAb2JmkWhJ6ZuqV1zGSEE9b { width:12.4370625rem;height:0;top:0.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTTqUdUkBpr0TVhIFTTdG3ABA6Izye6 { width:20rem;height:11.998375rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2LlxifGAC2TUvD30ZrygaypwdpWIWTR { width:12.5rem;height:1.6495rem;top:16.75rem;left:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBUh0naXIIpkSIi7112FbhcEPRiqns6C { width:17.1875rem;height:4.7967rem;top:19.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okoo96NbIswxri1MibxPRmSMeStyoeLP { width:12.5rem;height:1.6495rem;top:25.311599731445rem;left:2.8124998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOIULZqddMK4LnsHB9SscAIGzLZSOlRN { width:12.5rem;height:1.39915rem;top:27.624288201332rem;left:2.8124998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIvmV3D5VGkQwqqHZFJHvfZEyxTkK2yE { width:16.875rem;height:2.8125rem;top:30.436788201332rem;left:1.5616122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD4CSzmKiWczTWeBHm4TFwKkL3VCgZT0 { display:block; }
 }@media only screen and (max-width: 763px) { #g8VSzflBJuVKCGQPsuqKmEdzxOCfpdIF { width:12.5rem;height:1.6495rem;top:70.875rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaNCnVVEXMg5pbhaDfkS45tmD0FhHQme { width:15.375rem;height:4.7967rem;top:73.499643325806rem;left:2.8124998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBQyqGTZ7SaDMzt3ipqvdhnBk7hri34z { width:12.5rem;height:1.6495rem;top:79.5rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHqWTx1Gvia077Fxlbla9m046Uh4FBkm { width:12.5rem;height:1.298825rem;top:82rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Zsh3fQUxV7rhbBptOhNPu3Ell9Qm3f { width:16.875rem;height:2.8125rem;top:84.873931884762rem;left:1.5616122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARWQx18v1GpOgTqL3e1sxln1WnLXlL9h { display:block; }
 }@media only screen and (max-width: 763px) { #RSQJ8yQ2x2o87O9IVTgke72eut0JmXCZ { width:12.5rem;height:1.5989rem;top:36rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyx2eI8aO3xUm9FUv9DQAsgdZUs3Tcwd { width:12.5rem;height:1.5989rem;top:90.436765670775rem;left:2.8124998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnDXZlNcpxusHzDiarxMgOebPBcl92hU { width:16.1869375rem;height:20.3844375rem;top:93.358486175537rem;left:1.9051846265793rem;font-size:1rem;display:block; }#vnDXZlNcpxusHzDiarxMgOebPBcl92hU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #Adr6SXbMOU8IkrmWBcZO3aoOTdkKiTnI { width:16.5rem;height:13.339875rem;top:38.965730667114rem;left:1.3437498807907rem;font-size:1rem;display:block; }#Adr6SXbMOU8IkrmWBcZO3aoOTdkKiTnI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #wfI4wFe149X7Cp2vwT8liSPqr4ZZVLCS { width:17.5rem;height:10.991625rem;top:52.305574417114rem;left:1.2491122484207rem;font-size:1rem;z-index:15026;display:block; }#wfI4wFe149X7Cp2vwT8liSPqr4ZZVLCS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
 }@media only screen and (max-width: 763px) { #ndWPh6TsArla7eVKPcZVGTEJJyJaMfuK { width:17.1875rem;height:1.6495rem;top:125.25rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2RcTOlbO6QQwEsyrGxCnSTlhZOTTZe5 { width:17.1875rem;height:3.1978rem;top:127.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOLRTbIAatRsvsX8SvyeLWocpibg4zZ0 { width:16.7498125rem;height:25.0808125rem;top:147.24963951111rem;left:1.6237570047379rem;font-size:1rem;display:block; }#uOLRTbIAatRsvsX8SvyeLWocpibg4zZ0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #zmaIyG9LvIVSkE0AzBAUHhahNo5JdJ5q { width:12.5rem;height:1.6495rem;top:133.9375rem;left:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw28QoNkN7nWZ7pANF7VxHmhCPavT2eK { width:12.5rem;height:1.298825rem;top:136.4375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMpuftzTLWIid6cSr3p2zgl3ebuNHgSc { width:16.875rem;height:2.8125rem;top:139.3125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc1ZHBqbzo7z6g8HhahDNm9itGT0MhT1 { display:block; }
 }@media only screen and (max-width: 763px) { #o3qgvaRHI9bNhgcrscXnltxv2cXNggGz { width:12.5rem;height:1.5989rem;top:144.75rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiCZVDJrNFEpku1xgOMTCrn0P0qDqy6Q { width:10rem;height:10.687125rem;top:57.6875rem;left:10rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #z9l5G1QEQqebqcDWVa2DZ4DlIsny3k4J { width:9.875rem;height:10.620511538389rem;top:112.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLbbSJTlP7U4Q81ydFKCkTa2JsJi9nFL { width:17.1875rem;height:3.9470875rem;top:114.36789321899rem;left:1.6866122484207rem;font-size:1rem;display:block; }#aLbbSJTlP7U4Q81ydFKCkTa2JsJi9nFL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
 }@media only screen and (max-width: 763px) { #uErUE6vesAbdxCtPtC1w8diThBAO44gu { width:9.875rem;height:10.620511538389rem;top:166.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlMPOha1tUr9KDSPX1t9c6LPxI3yQ5h { width:20rem;height:53.125rem;top:15.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #GT7BTygminDRQpqQNxsuEeykorOfLzgT { width:20rem;height:53.125rem;top:69.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #biUFe2QpTMB3H0ULoRryNQdZipOdCiiO { width:20rem;height:53.125rem;top:124rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 { display:block; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIaw46FxeAflkS3x9IJ7sDQ8yauRT3so { width:20rem;height:14rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrfC8cvQdFBTBD4NNc7l5Vaqnnpe3PKq { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbLDx1PxWMkuR4bRGrZOiFAVezJMOTW5 { width:15rem;height:3.8994125rem;top:3.0625rem;left:2.5rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Oy5J7ANN3lrm3nRB3T1QDZRVboubTND9 { width:14.813344875rem;height:2.549913625rem;top:8.9375rem;left:2.5448497533798rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfs7WDTLiTD19lQEJEs2LVRdp5uOa2O1 { display:block; }
 }