.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); }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP { 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; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { background-color: transparent; background-image: none; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container > .video-iframe-container { display: none; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row > .video-iframe-container { display: none; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .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); }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { border-width: 0; border-radius: 0; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#kc3O5p2H694d6aLdOk9NauNhfEyeOX3G { color:#0e0142;display:block;width:41.875rem;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:3.125rem;left:3.75rem;height:1.8rem;font-style:normal;display:block; }
#bgzJfLm744WTzITTZ2gH6xW9CVWuGF6e { 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:21.875rem;width:29.6875rem;top:1.25rem;left:45.3125rem;overflow:hidden;display:block; }
#V4PwzxdoeG3fEzVZSWAGsagooGlZUBPz { color:#0e0142;display:block;width:46.875rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.9375rem;left:3.75rem;height:7.69925rem;font-style:normal;display:block; }
#MBdm7qsQZs9ITMHVlkGbpmWWaIxQZBrg { 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.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:#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:10.513888875rem;height:2.928820125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.3125rem;left:3.75rem;display:block; }
#SlJ7Xw7aMTQOMByyHXXxu5ebJiJni3Op { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ { 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; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row .container { background-color: transparent; background-image: none; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row .container > .video-iframe-container { display: none; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row > .video-iframe-container { display: none; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .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); }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row .container { border-width: 0; border-radius: 0; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#rKpyWWC5dTPob9eex26EDOv4doPEaLPe { position:absolute;display:block;z-index:15000;height:42.1875rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc { 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; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row .container { background-color: transparent; background-image: none; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row .container > .video-iframe-container { display: none; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row > .video-iframe-container { display: none; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .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); }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row .container { border-width: 0; border-radius: 0; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#U5pEsCT6WUEFhGWHFZiTx2Tq3FNVe61b { color:#0e0142;display:block;width:40.5625rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6857643127441rem;left:9.5486106872556rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#gSSPqIIZ1lIUkUclOnxw3lx6KikwQHzl { position:absolute;display:block;z-index:15014;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:4.0625rem;top:6.5850696563719rem;left:46.953992843628rem;overflow:hidden;display:block; }
#FzQoiSQWgEefvac97VQaIFDxZc76eGeJ { 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:6.75rem;width:6.5rem;top:1.2621517181396rem;left:50.055559158325rem;overflow:hidden;display:block; }
#QgrzrFVqkI8oAPgrossWMwWDH7EZbLCl { color:#0e0142;display:block;width:37.125rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.2092018127444rem;left:9.8289928436281rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#oJnWmL5HMBr970uwftDRfxdOn74CB0WM { color:#0e0142;display:block;width:6.75rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6857643127441rem;left:57.430559158325rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#cLHloTVHIra0eXRipdHgHsbxOWM5ype8 { color:#0e0142;display:block;width:12.4375rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.2092018127444rem;left:52.048608779907rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST { 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; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row .container { background-color: transparent; background-image: none; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row .container > .video-iframe-container { display: none; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row > .video-iframe-container { display: none; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .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); }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row .container { border-width: 0; border-radius: 0; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#horZB025sLeCy0W2H2n6BcChgtOFJICk { box-sizing:content-box;height:38.125rem;width:36.8120625rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:6.25rem;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; }
#GA8cFWziM0l4Gk6T5D1yTx7DrgCkqKqV { color:#0e0142;display:block;width:26.875rem;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:25.6875rem;left:3.375rem;height:4.5rem;font-style:normal;display:block; }
#lLVlgy6ba5qT9ib1RaKgoDDKQX01AvzP { color:#0e0142;display:block;width:31.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:31.125rem;left:3.375rem;height:6.3984375rem;display:block; }
#dqTozBVmDb7V1VbuUsbRVhfmsaJnbe76 { color:#0e0142;display:block;width:29.6875rem;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:25.6875rem;left:42.374130249024rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LU7xLmsFNqVWI4TIQtmITohT3f2PSXxb { 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:31.125rem;left:42.1875rem;height:4.798825rem;display:block; }
#Qqx5SXr3tE9UM2SoXhkZ15iX3vcr780O { 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:8.75rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:39.062503814698rem;left:42.373266220093rem;display:block; }
#RKE5cfI5RcNSCMCO0yiQOr3rb855Tbk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZ0Kaze1T3oqMkTd1L99PsKWvo127i71 { 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.8125rem;width:30.0625rem;top:8.125rem;left:3.375rem;overflow:hidden;display:block; }
#K1vkKUZ0L0ndmEO4zsTCn4CJb0aPH16v { 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.8125rem;width:30.0625rem;top:8.125rem;left:42.375rem;overflow:hidden;display:block; }
#TIyr84crZrGlepCxHineVGFz6Svd4C94 { 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:8.75rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:39.125003814698rem;left:3.375rem;display:block; }
#FFuJotIAhwUe8ADoVnH5J3TT1M057ZiF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QL1l4FbGdHT9KzgAgrdD7STeJ7OpOaZh { box-sizing:content-box;height:38.125rem;width:36.8101875rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:6.2500319480894rem;left:38.189061164856rem;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; }
#gM6nC6mWgbhB9COLSfs63xmvstq3n27M { 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; }#gM6nC6mWgbhB9COLSfs63xmvstq3n27M > .row .container { background-color: transparent; background-image: none; }#gM6nC6mWgbhB9COLSfs63xmvstq3n27M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM6nC6mWgbhB9COLSfs63xmvstq3n27M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM6nC6mWgbhB9COLSfs63xmvstq3n27M > .row .container > .video-iframe-container { display: none; }#gM6nC6mWgbhB9COLSfs63xmvstq3n27M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM6nC6mWgbhB9COLSfs63xmvstq3n27M > .row > .video-iframe-container { display: none; }#gM6nC6mWgbhB9COLSfs63xmvstq3n27M > .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); }#gM6nC6mWgbhB9COLSfs63xmvstq3n27M > .row .container { border-width: 0; border-radius: 0; }#gM6nC6mWgbhB9COLSfs63xmvstq3n27M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gM6nC6mWgbhB9COLSfs63xmvstq3n27M > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#ogJ2fGLeo8vVPmHVhgso456fBt0TDG33 { 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; }
#XEgLpMDnCDIzToG353ny4LC37niDT1GM { color:#0e0142;display:block;width:26.25rem;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; }
#NiqeRTmNchH3rx55vM2ErJraDcE4g4lD { color:#0e0142;display:block;width:31.375rem;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.798825rem;display:block; }
#Rgzz3dfLOhvrw29uP34K0IBxWSZzQq7q { color:#0e0142;display:block;width:24.6875rem;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.375000953674rem;height:4.5rem;font-style:normal;display:block; }
#PBR4UEwTX8Zk7xSU7wUDA0g4aIGTT55S { 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.798825rem;display:block; }
#X8XA6kS2NiTMcE3QmCtHpTzHs2OllxJr { 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:8.75rem;height:1.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:33.562499046326rem;left:42.375001907349rem;display:block; }
#Ateoiwq4CF0eG4QxDJQTrnKUUezf6t2V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uh9T7DPTGGvAkGBtaXLXlhE7A1rKtiRH { 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.8125rem;width:30.0625rem;top:2.625rem;left:3.375rem;overflow:hidden;display:block; }
#G90RC7vzxDrR5iANGSxu9fo66tTmQ4zl { 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.8125rem;width:30.0625rem;top:2.625rem;left:42.375rem;overflow:hidden;display:block; }
#RuSoNzfDD5ZQUT763WsgGCnLSKT5a9SB { 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:8.75rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:33.562499046326rem;left:3.375rem;display:block; }
#sO36W228Ps946kaD4MqN0larrKRWqXqF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i8MeerqJThz2nack5KrBaBF6iuTidH8Z { 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; }
#QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN { 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; }#QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN > .row .container { background-color: transparent; background-image: none; }#QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN > .row .container > .video-iframe-container { display: none; }#QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN > .row > .video-iframe-container { display: none; }#QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN > .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); }#QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN > .row .container { border-width: 0; border-radius: 0; }#QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#yQDniOTG7qAc48LTi0rlD6UTBeQTlXPv { 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; }
#TewEoqlKvXkJLU0SNCPufON697wJdcXe { color:#0e0142;display:block;width:23.3125rem;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; }
#UTg5Wt6btUWyv9dm1STsZTsSC3Gv1Fq8 { 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:4.798825rem;display:block; }
#nXbgwwMJw31QSmWrkprt69mzV6JPLSm9 { color:#0e0142;display:block;width:30.625rem;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; }
#gprIv44ayUtsTuNsABbkHo3RXbfQXf7F { 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.798825rem;display:block; }
#K34NltRahnN1oPN0ZUSxZbz4MTUrXfP2 { 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:8.75rem;height:1.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:33.562499046326rem;left:42.375001907349rem;display:block; }
#f79oeqsu8eTq56a2TX1W9PsT2ATMXpaM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hgZUMC5VDpdCDvAUNRaDTykxNuBBP18z { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:15.8125rem;width:30.0625rem;top:2.625rem;left:3.375rem;overflow:hidden;display:block; }
#STVk9TIwUa5tmdvf4bqV0HKM8JoQCAL8 { 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.8125rem;width:30.0625rem;top:2.625rem;left:42.375rem;overflow:hidden;display:block; }
#uhsHt04KbEyEqqCbpV1BMSe3hykeZvDx { 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:8.75rem;height:1.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:33.562499046326rem;left:3.375rem;display:block; }
#txBSKmDp2QvDKDTgnCoHqy60KW6PAXxf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xv27MZAolLQrUbEBDcyS631burx2QIsV { box-sizing:content-box;height:38.125rem;width:36.8105625rem;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; }
#SVtk7kzeqovQdoBBF3unXS0Qq9PJ8bFE { 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:31.8125rem;width:60.3125rem;display:none; }
#RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg { position:relative;display:block; }#RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg { background-color: transparent; background-image: none; }#RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg > .row .container > .video-iframe-container { display: none; }#RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg > .row > .video-iframe-container { display: none; }#RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg > .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); }#RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg { border-width: 0; border-radius: 0; }#RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg > .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; }#RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.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; }#BmdtIOl4xAibPVLcUCF5fRAKsBOyf17A { position:absolute;display:block;z-index:15000;height:50.625rem;width:75rem;top:0.93749713897706rem;left:0rem;display:block; }
#MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk { position:relative;display:block; }#MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk { background-color: transparent; background-image: none; }#MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk > .row .container > .video-iframe-container { display: none; }#MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk > .row > .video-iframe-container { display: none; }#MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk > .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); }#MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk { border-width: 0; border-radius: 0; }#MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk > .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; }#MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk > .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:51.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; }#S0ViDTqqBxweIGrVUinBLV1ZePLklJ4U { position:absolute;display:block;z-index:15000;height:49.375rem;width:75rem;top:0.9375rem;left:0rem;display:block; }
#iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1 { position:relative;display:block; }#iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1 { background-color: transparent; background-image: none; }#iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1 > .row .container > .video-iframe-container { display: none; }#iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1 > .row > .video-iframe-container { display: none; }#iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1 > .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); }#iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1 { border-width: 0; border-radius: 0; }#iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1 > .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; }#iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1 > .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:22rem;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; }#MROrZcTmr11mtqsgzqZSEvq2gzW2M2mb { color:#0e0142;display:block;width:34.4375rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8742187023163rem;left:20.280468940735rem;height:3.9rem;display:block; }
#XzgGQJUcRDrdTfDu8qKh1V7XKC6fRHcp { color:#0e0142;display:block;width:29.125rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:10.75rem;height:3.9rem;display:block; }
#QTZ9ryuVHqWxiNoCgKaAbRnSxhvGEGI8 { color:#0e0142;display:block;width:7.4375rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:46.625rem;height:3.9rem;display:block; }
#XII92pXLHJVAR0qHEOwXCOGP6JCaOL30 { 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:7.0625rem;width:6.75rem;top:6.10546875rem;left:39.367970466614rem;overflow:hidden;display:block; }
#pLW6yu0UrwLXDR1IU3n20gMFm2qHXXFI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.625rem;left:9.25rem;display:none; }
#qLudflpO9UqFJQWupO7GbPrP1wWCHRbg { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"euclid circular a";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.1875rem;top:7.8125rem;left:3.5625rem;display:none; }
#oD7tcwSwTNVwzU2SWkZGaIxHIkLSTMK1 { 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.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:#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:10.402763875rem;height:2.817707625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.945312023163rem;left:32.241319656372rem;display:block; }
#o47lTVKyPF2cg225KEMmS3iry9BhJuFl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34 { 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; }#aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34 > .row .container { background-color: transparent; background-image: none; }#aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34 > .row .container > .video-iframe-container { display: none; }#aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34 > .row > .video-iframe-container { display: none; }#aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34 > .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); }#aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34 > .row .container { border-width: 0; border-radius: 0; }#aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34 > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#LdDG0AUK8LHHFp2JGOObiWKan2eAqgwn { 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; }
#dtIO46qGqzIRdrIx7Dd7vTpWqH3SkrlX { 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.75rem;width:33.25rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#vLcem37s2K3oRg9L4J8MBtgKkWU4DXBf { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5625rem;left:5.53125rem;height:2.25rem;font-style:normal;display:block; }
#KhxctRk5wIwg7UJsFqtSnHOzQQA8ox90 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:7.6875rem;left:3.375rem;height:6.3984375rem;display:block; }
#KhqCMVX3CdXfwT2WeH6WZfSE73TPNtWO { 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:8.75rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:14.875rem;left:3.375rem;display:block; }
#T39EKtw91K28xaTPz9TaihzBHT4xftqG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MA5KWZDRITq1Rtwn8DE2Zf7XbZOsq2u0 { 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.25rem;width:2.1875rem;top:4.5625rem;left:3.375rem;overflow:hidden;display:block; }
#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p { 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; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row .container { background-color: transparent; background-image: none; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row .container > .video-iframe-container { display: none; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row > .video-iframe-container { display: none; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .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); }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row .container { border-width: 0; border-radius: 0; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#EWadKdbUDvhxgz6pMq7XZAqssZTT1I6T { color:#0e0142;display:block;width:27.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:4.5625rem;left:41.25rem;height:2.25rem;font-style:normal;display:block; }
#AS54IfX01DTIORkp2lrck2NqvJPZxguE { color:#0e0142;display:block;width:31.375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:7.6875rem;left:41.25rem;height:4.798825rem;display:block; }
#GTr8fKgAkPWgZUTtCTBeLpdcHstPdCSH { 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.75rem;width:33.25rem;top:2.375rem;left:3.375rem;overflow:hidden;display:block; }
#ZmULUtfbDycG7Tf3dU5Eh8vCtW3CiDSO { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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.6;overflow:hidden;position:absolute;width:8.75rem;height:1.5625rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:15rem;left:41.25rem;display:block; }
#rrPUQtkfflrJ0X3OGFBxsHV8qs7qrTHh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yWHU3kfkqqy6xSo0kMe2VdtQNvKuriv4 { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;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; }
#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 { 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; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row .container { background-color: transparent; background-image: none; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row .container > .video-iframe-container { display: none; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row > .video-iframe-container { display: none; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .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); }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row .container { border-width: 0; border-radius: 0; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#kpiwTFrHUVtdB7x44UJZVCes5crqUcbq { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;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; }
#MHxbUKfItMCClGTk2FldNurxxTgpRKMv { 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.75rem;width:33.25rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#SETGNG4LogTTq5Nara82oxS8nsMGr29W { color:#0e0142;display:block;width:31.3109375rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.4242191314698rem;left:3.375rem;height:4.5rem;font-style:normal;display:block; }
#uWqMbrxMZX6oA6PlofLzHruovS3DhGAw { color:#0e0142;display:block;width:30.375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:8.9367370605469rem;left:3.375rem;height:4.798825rem;display:block; }
#a8Ss3xJa6QeRhW8Z69JT1GFySlywoL4t { 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:#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.6;overflow:hidden;position:absolute;width:8.75rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:16.4375rem;left:3.375rem;display:block; }
#Zul6uMODCMOMxtc6dPhiLn2aWufJEsK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I { position:relative;display:block; }#T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I { background-color: transparent; background-image: none; }#T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I > .row .container > .video-iframe-container { display: none; }#T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I > .row > .video-iframe-container { display: none; }#T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I > .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); }#T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I { border-width: 0; border-radius: 0; }#T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I > .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; }#T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;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; }#Z1eipJe3fX2HzksB1aIf1S8xJvCS1GxS { position:absolute;display:block;z-index:15018;height:5.625rem;width:75rem;top:3.125rem;left:0rem;display:block; }
#qwA3gRTRiALVgukylM6LcdxRdzZCsasL { color:#0e0142;display:block;width:42.5rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:11.25rem;left:16.25rem;height:0;text-align:center;text-align-last:center;display:none; }
#llOVus9DFxX5b38LXap4m7io1OIZBmTc { position:relative;display:block; }#llOVus9DFxX5b38LXap4m7io1OIZBmTc { background-color: transparent; background-image: none; }#llOVus9DFxX5b38LXap4m7io1OIZBmTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llOVus9DFxX5b38LXap4m7io1OIZBmTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llOVus9DFxX5b38LXap4m7io1OIZBmTc > .row .container > .video-iframe-container { display: none; }#llOVus9DFxX5b38LXap4m7io1OIZBmTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llOVus9DFxX5b38LXap4m7io1OIZBmTc > .row > .video-iframe-container { display: none; }#llOVus9DFxX5b38LXap4m7io1OIZBmTc > .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); }#llOVus9DFxX5b38LXap4m7io1OIZBmTc { border-width: 0; border-radius: 0; }#llOVus9DFxX5b38LXap4m7io1OIZBmTc > .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; }#llOVus9DFxX5b38LXap4m7io1OIZBmTc > .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:57.5625rem;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; }#MiFkte9lCEZBqDJKU8GGJPgzcT4HuBvt { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.1875rem;left:3.75rem;height:2.4rem;font-style:normal;display:block; }
#xm9yZpn5PHhn2q4Nz2e1aNVQ5K9WRqKg { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.1875rem;left:28.75rem;height:2.4rem;font-style:normal;display:block; }
#yMoyNX1pwZhhZc475cAiAsRPeClhST30 { color:#0e0142;display:block;width:17.25rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.1875rem;left:53.75rem;height:2.4rem;font-style:normal;display:block; }
#vOoDkSZkcgM5NRhTTlru7p0bwslUypyK { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:4.5625rem;left:3.75rem;height:4.798825rem;display:block; }
#eBERiifJvMFN6WMetfVqAxHObwW99xn8 { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:4.5625rem;left:28.75rem;height:3.2rem;display:block; }
#BEDCkE1T4fhH78tnggcNRCgZZKZHTolf { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:4.5859241485596rem;left:53.906251907349rem;height:3.2rem;display:block; }
#x62gavqPcLZSZMn5wb4xhGLB5ethIBev { color:#0e0142;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:22.5rem;left:53.75rem;height:25.0956875rem;display:block; }#x62gavqPcLZSZMn5wb4xhGLB5ethIBev li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#x62gavqPcLZSZMn5wb4xhGLB5ethIBev li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_336260a7c405294b53117eec5345e24e2b3b92ff.svg); }
#UL6O3qqgaCio0BWIvkQoNoQb5n3D4x2L { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:10.625rem;left:3.75rem;height:2.25rem;font-style:normal;display:block; }
#P6Ec8HJvVpDRiJcwhy0Oestc0ieafSiP { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:10.625rem;left:28.75rem;height:2.25rem;font-style:normal;display:block; }
#Nm2K69ZI9KimDQC3tXdBuboeXDmwk0Ri { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.625rem;left:53.75rem;height:2.25rem;font-style:normal;display:block; }
#f2RKNOfeUsNq91pxXZGs06SeQwDPbLED { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:13.125rem;left:3.75rem;height:1.1375rem;display:block; }
#qCR8a5uTu0CqJpWKASu4i1FGFpLuarmv { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.125rem;left:28.75rem;height:1.05625rem;display:block; }
#Px6B7cVKwQs5ST82w0ICkK5VILgCeQ25 { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.125rem;left:53.75rem;height:1.05625rem;display:block; }
#u2dr1sTpdK0cWTRAIoQLE5Kq19LkigAQ { color:#0e0142;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:22.5rem;left:28.75rem;height:20.3965rem;display:block; }#u2dr1sTpdK0cWTRAIoQLE5Kq19LkigAQ li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#u2dr1sTpdK0cWTRAIoQLE5Kq19LkigAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_336260a7c405294b53117eec5345e24e2b3b92ff.svg); }
#eUF7XdQy71CVlb4WqlT67ieBZXneV44p { color:#0e0142;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:22.5rem;left:3.75rem;height:13.347625rem;display:block; }#eUF7XdQy71CVlb4WqlT67ieBZXneV44p li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#eUF7XdQy71CVlb4WqlT67ieBZXneV44p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_336260a7c405294b53117eec5345e24e2b3b92ff.svg); }
#RGslppTZJAuTGdR0T3veNUJ1D1nALgcc { color:#b0a8c6;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:36.650020599365rem;left:3.75rem;height:10.9980625rem;display:block; }#RGslppTZJAuTGdR0T3veNUJ1D1nALgcc li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#RGslppTZJAuTGdR0T3veNUJ1D1nALgcc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc6276e48f470adaabbd307b4bd350f33495ea2e.svg); }
#tcLSW0t2FtIQmE07CZ9zdIQTuCMMZmdr { color:#b0a8c6;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:43.7080078125rem;left:28.75rem;height:3.95rem;display:block; }#tcLSW0t2FtIQmE07CZ9zdIQTuCMMZmdr li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#tcLSW0t2FtIQmE07CZ9zdIQTuCMMZmdr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc6276e48f470adaabbd307b4bd350f33495ea2e.svg); }
#GnIrzF0xWdIcJLnaIxcbhKQVyPx5Cd5A { 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:15017;text-align:center;text-align-last:center;top:16.000020980835rem;left:4.0625rem;display:block; }
#VNNVFAHP1eTQSrgilgwPQIfkCxJT00T8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J5msoRikpa7XPAC6BVOiI7rr4tGGduc0 { 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:15018;text-align:center;text-align-last:center;top:16.000020980835rem;left:29.062500953674rem;display:block; }
#CE9mKChgP93ClUtGXFtpvUTlP4ycteIu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#agbZ8aVWoF7EBafWizoZhTTXH4EXwQcN { 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:15019;text-align:center;text-align-last:center;top:16.000020980835rem;left:54.062500953674rem;display:block; }
#tBssIBal35L59wOZ8OgTdFts9Fd91tVJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oz1vUkUGwrQCtcpZrDD4kai8UCmkB5rL { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:20.625rem;left:3.75rem;height:1.6rem;font-style:normal;display:block; }
#I3TTb7C4di8sNpi02Q5iHTHTWGoZvXDl { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:20.625rem;left:28.75rem;height:1.6rem;font-style:normal;display:block; }
#TFPTzFK6eTuPzZt52tVlOBHOZvvTi3Bs { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:20.625rem;left:53.75rem;height:1.6rem;font-style:normal;display:block; }
#XsIcLETNXInIsmL9GqPyzSPTQm8P3FXN { box-sizing:content-box;height:53.125rem;width:24.0625rem;position:absolute;display:block;z-index:14999;background-color:#f3efff;background-image:none;top:0rem;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; }
#SwIg69WmiP9AnaFIgd7gkybtip58TZy0 { box-sizing:content-box;height:53.125rem;width:24.0625rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0rem;left:50.46875rem;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; }
#kKqczXxkZnEbm9SIn7TflDGClzp16mBk { box-sizing:content-box;height:53.125rem;width:24.0625rem;position:absolute;display:block;z-index:14998;background-color:#f3efff;background-image:none;top:0rem;left:25.46875rem;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; }
#bJTn6l2z10ishMOTQg62ide4mANpXbA2 { position:absolute;display:block;z-index:15017;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:42.5rem;left:14.125rem;overflow:hidden;display:block; }
#KkILn9lPTQGpTE6GFFro9AwGJaTMx3Tf { position:absolute;display:block;z-index:15019;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:42.5rem;left:39.59375rem;overflow:hidden;display:block; }
#zBOAfGd3EpmDMTuv04JTzH0an4QdOyyM { position:absolute;display:block;z-index:15022;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:42.5rem;left:64.59375rem;overflow:hidden;display:block; }
#wEa35dMqgwcTzaeo4TR152TnurVcuH6L { position:relative;display:block; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L { background-color: transparent; background-image: none; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row .container > .video-iframe-container { display: none; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row > .video-iframe-container { display: none; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .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); }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L { border-width: 0; border-radius: 0; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .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; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .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; }#fU55pG7rSPkI5Mw6o5NZkuKV5OcqRpdB { 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:none; }
#H5SmE6s7x6q9h1DHpJdwlhWKWJlKEezd { color:#ffffff;display:block;width:39.125rem;position:absolute;font-family:"euclid circular a";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6843757629394rem;left:17.936718940735rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#wkFTynpfqUQ1ZV6e1u6GwomKsp9sW509 { 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.611951375rem;height:2.673613875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.980905532837rem;left:32.137151718139rem;display:block; }
#ZToybbT2BCnf0Q89uLNIeqGirkOA5akH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xv96IkVhFAkpNAqd0kM5HTo86M6kOPvM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:12.5625rem;left:3.75rem;display:none; }
#Cu6Tyi5VmvbIJOEAVcX32yidEvNmLViQ { box-sizing:content-box;height:17.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#0e0142;background-image:none;top:57.561719894409rem;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:none; }
#q014ghLc9xCOzFPTbUQMgHShrlVaBCgm { box-sizing:content-box;height:17.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#0e0142;background-image:none;top:0rem;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; }
#CyAfTVPsd8LwTCD8ZbyJHfJl5EZO2krO { 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:10.25rem;width:10.0625rem;top:7.2491331100462rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP { display:block; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kc3O5p2H694d6aLdOk9NauNhfEyeOX3G { top:3.125rem;left:0rem;width:41.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgzJfLm744WTzITTZ2gH6xW9CVWuGF6e { top:1.25rem;left:18.0625rem;width:29.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4PwzxdoeG3fEzVZSWAGsagooGlZUBPz { top:5.9375rem;left:0rem;width:46.875rem;height:7.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBdm7qsQZs9ITMHVlkGbpmWWaIxQZBrg { width:10.5rem;height:2.875rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlJ7Xw7aMTQOMByyHXXxu5ebJiJni3Op { display:block; }
 }@media only screen and (max-width: 763px) { #pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ { display:block; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKpyWWC5dTPob9eex26EDOv4doPEaLPe { top:1.5625rem;left:0rem;width:47.75rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc { display:block; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5pEsCT6WUEFhGWHFZiTx2Tq3FNVe61b { top:2.625rem;left:0rem;width:40.5625rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSSPqIIZ1lIUkUclOnxw3lx6KikwQHzl { top:6.5625rem;left:33.328992843628rem;width:4.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzQoiSQWgEefvac97VQaIFDxZc76eGeJ { top:1.25rem;left:36.430559158325rem;width:6.5rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgrzrFVqkI8oAPgrossWMwWDH7EZbLCl { top:7.1875rem;left:0rem;width:37.125rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJnWmL5HMBr970uwftDRfxdOn74CB0WM { top:2.625rem;left:41rem;width:6.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLHloTVHIra0eXRipdHgHsbxOWM5ype8 { top:7.1875rem;left:35.3125rem;width:12.4375rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSUO1fiwc51a0OC1TthAmAH5PQaTuKST { display:block; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #horZB025sLeCy0W2H2n6BcChgtOFJICk { top:6.25rem;left:0rem;width:36.8125rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA8cFWziM0l4Gk6T5D1yTx7DrgCkqKqV { top:25.6875rem;left:0rem;width:26.875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLVlgy6ba5qT9ib1RaKgoDDKQX01AvzP { top:31.125rem;left:0rem;width:31.6875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTozBVmDb7V1VbuUsbRVhfmsaJnbe76 { top:25.6875rem;left:18.0625rem;width:29.6875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU7xLmsFNqVWI4TIQtmITohT3f2PSXxb { top:31.125rem;left:19.625rem;width:28.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqx5SXr3tE9UM2SoXhkZ15iX3vcr780O { width:8.75rem;height:1.25rem;top:39.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKE5cfI5RcNSCMCO0yiQOr3rb855Tbk7 { display:block; }
 }@media only screen and (max-width: 763px) { #OZ0Kaze1T3oqMkTd1L99PsKWvo127i71 { top:8.125rem;left:0rem;width:30.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1vkKUZ0L0ndmEO4zsTCn4CJb0aPH16v { top:8.125rem;left:17.6875rem;width:30.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIyr84crZrGlepCxHineVGFz6Svd4C94 { width:8.75rem;height:1.25rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFuJotIAhwUe8ADoVnH5J3TT1M057ZiF { display:block; }
 }@media only screen and (max-width: 763px) { #QL1l4FbGdHT9KzgAgrdD7STeJ7OpOaZh { top:6.25rem;left:11rem;width:36.75rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM6nC6mWgbhB9COLSfs63xmvstq3n27M { display:block; }#gM6nC6mWgbhB9COLSfs63xmvstq3n27M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogJ2fGLeo8vVPmHVhgso456fBt0TDG33 { top:0.75rem;left:0rem;width:36.75rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEgLpMDnCDIzToG353ny4LC37niDT1GM { top:20.1875rem;left:0rem;width:26.25rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiqeRTmNchH3rx55vM2ErJraDcE4g4lD { top:25.625rem;left:0rem;width:31.375rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgzz3dfLOhvrw29uP34K0IBxWSZzQq7q { top:20.1875rem;left:21.9375rem;width:24.6875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBR4UEwTX8Zk7xSU7wUDA0g4aIGTT55S { top:25.625rem;left:19.625rem;width:28.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8XA6kS2NiTMcE3QmCtHpTzHs2OllxJr { width:8.75rem;height:1.1875rem;top:33.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ateoiwq4CF0eG4QxDJQTrnKUUezf6t2V { display:block; }
 }@media only screen and (max-width: 763px) { #uh9T7DPTGGvAkGBtaXLXlhE7A1rKtiRH { top:2.625rem;left:0rem;width:30.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G90RC7vzxDrR5iANGSxu9fo66tTmQ4zl { top:2.625rem;left:17.6875rem;width:30.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuSoNzfDD5ZQUT763WsgGCnLSKT5a9SB { width:8.75rem;height:1.25rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO36W228Ps946kaD4MqN0larrKRWqXqF { display:block; }
 }@media only screen and (max-width: 763px) { #i8MeerqJThz2nack5KrBaBF6iuTidH8Z { top:0.75rem;left:10.9375rem;width:36.75rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN { display:block; }#QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQDniOTG7qAc48LTi0rlD6UTBeQTlXPv { top:0.75rem;left:0rem;width:36.75rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TewEoqlKvXkJLU0SNCPufON697wJdcXe { top:20.1875rem;left:0rem;width:23.3125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTg5Wt6btUWyv9dm1STsZTsSC3Gv1Fq8 { top:25.625rem;left:0rem;width:28.4375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXbgwwMJw31QSmWrkprt69mzV6JPLSm9 { top:20.1875rem;left:17.125rem;width:30.625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gprIv44ayUtsTuNsABbkHo3RXbfQXf7F { top:25.625rem;left:19.625rem;width:28.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K34NltRahnN1oPN0ZUSxZbz4MTUrXfP2 { width:8.75rem;height:1.1875rem;top:33.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79oeqsu8eTq56a2TX1W9PsT2ATMXpaM { display:block; }
 }@media only screen and (max-width: 763px) { #hgZUMC5VDpdCDvAUNRaDTykxNuBBP18z { top:2.625rem;left:0rem;width:30.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVk9TIwUa5tmdvf4bqV0HKM8JoQCAL8 { top:2.625rem;left:17.6875rem;width:30.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhsHt04KbEyEqqCbpV1BMSe3hykeZvDx { width:8.75rem;height:1.1875rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txBSKmDp2QvDKDTgnCoHqy60KW6PAXxf { display:block; }
 }@media only screen and (max-width: 763px) { #Xv27MZAolLQrUbEBDcyS631burx2QIsV { top:0.75rem;left:11rem;width:36.75rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVtk7kzeqovQdoBBF3unXS0Qq9PJ8bFE { width:47.75rem;height:25.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg { display:block; }#RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmdtIOl4xAibPVLcUCF5fRAKsBOyf17A { top:0.875rem;left:0rem;width:47.75rem;height:50.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk { display:block; }#MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0ViDTqqBxweIGrVUinBLV1ZePLklJ4U { top:0.9375rem;left:0rem;width:47.75rem;height:49.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1 { display:block; }#iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MROrZcTmr11mtqsgzqZSEvq2gzW2M2mb { top:2.8125rem;left:6.655468940735rem;width:34.4375rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzgGQJUcRDrdTfDu8qKh1V7XKC6fRHcp { top:7.6875rem;left:0rem;width:29.125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZ9ryuVHqWxiNoCgKaAbRnSxhvGEGI8 { top:7.6875rem;left:33rem;width:7.4375rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XII92pXLHJVAR0qHEOwXCOGP6JCaOL30 { top:6.0625rem;left:25.742970466614rem;width:6.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLW6yu0UrwLXDR1IU3n20gMFm2qHXXFI { top:7.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLudflpO9UqFJQWupO7GbPrP1wWCHRbg { top:7.8125rem;left:0rem;width:14.625rem;height:4.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oD7tcwSwTNVwzU2SWkZGaIxHIkLSTMK1 { width:10.375rem;height:2.8125rem;top:14.9375rem;left:18.616319656372rem;display:block; }
 }@media only screen and (max-width: 763px) { #o47lTVKyPF2cg225KEMmS3iry9BhJuFl { display:block; }
 }@media only screen and (max-width: 763px) { #aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34 { display:block; }#aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdDG0AUK8LHHFp2JGOObiWKan2eAqgwn { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtIO46qGqzIRdrIx7Dd7vTpWqH3SkrlX { top:2.375rem;left:14.3125rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLcem37s2K3oRg9L4J8MBtgKkWU4DXBf { top:4.5625rem;left:0rem;width:26.0625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhxctRk5wIwg7UJsFqtSnHOzQQA8ox90 { top:7.6875rem;left:0rem;width:31.25rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhqCMVX3CdXfwT2WeH6WZfSE73TPNtWO { width:8.75rem;height:1.5625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T39EKtw91K28xaTPz9TaihzBHT4xftqG { display:block; }
 }@media only screen and (max-width: 763px) { #MA5KWZDRITq1Rtwn8DE2Zf7XbZOsq2u0 { top:4.5625rem;left:0rem;width:2.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p { display:block; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWadKdbUDvhxgz6pMq7XZAqssZTT1I6T { top:4.5625rem;left:20.5625rem;width:27.1875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS54IfX01DTIORkp2lrck2NqvJPZxguE { top:7.6875rem;left:16.375rem;width:31.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTr8fKgAkPWgZUTtCTBeLpdcHstPdCSH { top:2.375rem;left:0rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmULUtfbDycG7Tf3dU5Eh8vCtW3CiDSO { width:8.75rem;height:1.5625rem;top:15rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrPUQtkfflrJ0X3OGFBxsHV8qs7qrTHh { display:block; }
 }@media only screen and (max-width: 763px) { #yWHU3kfkqqy6xSo0kMe2VdtQNvKuriv4 { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 { display:block; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpiwTFrHUVtdB7x44UJZVCes5crqUcbq { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHxbUKfItMCClGTk2FldNurxxTgpRKMv { top:2.375rem;left:14.3125rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETGNG4LogTTq5Nara82oxS8nsMGr29W { top:3.375rem;left:0rem;width:31.25rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWqMbrxMZX6oA6PlofLzHruovS3DhGAw { top:8.875rem;left:0rem;width:30.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Ss3xJa6QeRhW8Z69JT1GFySlywoL4t { width:8.75rem;height:1.5625rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zul6uMODCMOMxtc6dPhiLn2aWufJEsK2 { display:block; }
 }@media only screen and (max-width: 763px) { #T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I { display:block; }#T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1eipJe3fX2HzksB1aIf1S8xJvCS1GxS { top:3.125rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwA3gRTRiALVgukylM6LcdxRdzZCsasL { top:11.25rem;left:2.625rem;width:42.5rem;height:10.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #llOVus9DFxX5b38LXap4m7io1OIZBmTc { display:block; }#llOVus9DFxX5b38LXap4m7io1OIZBmTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiFkte9lCEZBqDJKU8GGJPgzcT4HuBvt { top:2.1875rem;left:0rem;width:12.5rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm9yZpn5PHhn2q4Nz2e1aNVQ5K9WRqKg { top:2.1875rem;left:15.875rem;width:12.5rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMoyNX1pwZhhZc475cAiAsRPeClhST30 { top:2.1875rem;left:30.375rem;width:17.25rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOoDkSZkcgM5NRhTTlru7p0bwslUypyK { top:4.5625rem;left:0rem;width:17.1875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBERiifJvMFN6WMetfVqAxHObwW99xn8 { top:4.5625rem;left:14.5625rem;width:17.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEDCkE1T4fhH78tnggcNRCgZZKZHTolf { top:4.5625rem;left:30.4375rem;width:17.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x62gavqPcLZSZMn5wb4xhGLB5ethIBev { top:22.5rem;left:27.9375rem;width:19.6875rem;height:;font-size:1rem;display:block; }#x62gavqPcLZSZMn5wb4xhGLB5ethIBev li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_336260a7c405294b53117eec5345e24e2b3b92ff.svg); }
 }@media only screen and (max-width: 763px) { #UL6O3qqgaCio0BWIvkQoNoQb5n3D4x2L { top:10.625rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6Ec8HJvVpDRiJcwhy0Oestc0ieafSiP { top:10.625rem;left:15.875rem;width:12.5rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm2K69ZI9KimDQC3tXdBuboeXDmwk0Ri { top:10.625rem;left:31.75rem;width:12.5rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2RKNOfeUsNq91pxXZGs06SeQwDPbLED { top:13.125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCR8a5uTu0CqJpWKASu4i1FGFpLuarmv { top:13.125rem;left:15.875rem;width:12.5rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px6B7cVKwQs5ST82w0ICkK5VILgCeQ25 { top:13.125rem;left:31.75rem;width:12.5rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2dr1sTpdK0cWTRAIoQLE5Kq19LkigAQ { top:22.5rem;left:12.0625rem;width:19.6875rem;height:;font-size:1rem;display:block; }#u2dr1sTpdK0cWTRAIoQLE5Kq19LkigAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_336260a7c405294b53117eec5345e24e2b3b92ff.svg); }
 }@media only screen and (max-width: 763px) { #eUF7XdQy71CVlb4WqlT67ieBZXneV44p { top:22.5rem;left:0rem;width:19.6875rem;height:;font-size:1rem;display:block; }#eUF7XdQy71CVlb4WqlT67ieBZXneV44p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_336260a7c405294b53117eec5345e24e2b3b92ff.svg); }
 }@media only screen and (max-width: 763px) { #RGslppTZJAuTGdR0T3veNUJ1D1nALgcc { top:36.625rem;left:0rem;width:19.6875rem;height:11rem;font-size:1rem;display:block; }#RGslppTZJAuTGdR0T3veNUJ1D1nALgcc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc6276e48f470adaabbd307b4bd350f33495ea2e.svg); }
 }@media only screen and (max-width: 763px) { #tcLSW0t2FtIQmE07CZ9zdIQTuCMMZmdr { top:43.6875rem;left:12.0625rem;width:19.6875rem;height:;font-size:1rem;display:block; }#tcLSW0t2FtIQmE07CZ9zdIQTuCMMZmdr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc6276e48f470adaabbd307b4bd350f33495ea2e.svg); }
 }@media only screen and (max-width: 763px) { #GnIrzF0xWdIcJLnaIxcbhKQVyPx5Cd5A { width:16.875rem;height:2.8125rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNNVFAHP1eTQSrgilgwPQIfkCxJT00T8 { display:block; }
 }@media only screen and (max-width: 763px) { #J5msoRikpa7XPAC6BVOiI7rr4tGGduc0 { width:16.875rem;height:2.8125rem;top:16rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE9mKChgP93ClUtGXFtpvUTlP4ycteIu { display:block; }
 }@media only screen and (max-width: 763px) { #agbZ8aVWoF7EBafWizoZhTTXH4EXwQcN { width:16.875rem;height:2.8125rem;top:16rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBssIBal35L59wOZ8OgTdFts9Fd91tVJ { display:block; }
 }@media only screen and (max-width: 763px) { #Oz1vUkUGwrQCtcpZrDD4kai8UCmkB5rL { top:20.5625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3TTb7C4di8sNpi02Q5iHTHTWGoZvXDl { top:20.5625rem;left:15.875rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFPTzFK6eTuPzZt52tVlOBHOZvvTi3Bs { top:20.5625rem;left:31.75rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsIcLETNXInIsmL9GqPyzSPTQm8P3FXN { top:0rem;left:0rem;width:24.0625rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwIg69WmiP9AnaFIgd7gkybtip58TZy0 { top:0rem;left:23.5625rem;width:24.0625rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKqczXxkZnEbm9SIn7TflDGClzp16mBk { top:0rem;left:7.6875rem;width:24.0625rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJTn6l2z10ishMOTQg62ide4mANpXbA2 { top:42.5rem;left:5.875rem;width:10rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkILn9lPTQGpTE6GFFro9AwGJaTMx3Tf { top:42.5rem;left:21.75rem;width:9.9375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBOAfGd3EpmDMTuv04JTzH0an4QdOyyM { top:42.5rem;left:37.625rem;width:9.9375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEa35dMqgwcTzaeo4TR152TnurVcuH6L { display:block; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fU55pG7rSPkI5Mw6o5NZkuKV5OcqRpdB { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5SmE6s7x6q9h1DHpJdwlhWKWJlKEezd { top:3.625rem;left:4.3117189407349rem;width:39.125rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkFTynpfqUQ1ZV6e1u6GwomKsp9sW509 { width:10.5625rem;height:2.625rem;top:10.9375rem;left:18.512151718139rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZToybbT2BCnf0Q89uLNIeqGirkOA5akH { display:block; }
 }@media only screen and (max-width: 763px) { #Xv96IkVhFAkpNAqd0kM5HTo86M6kOPvM { top:12.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cu6Tyi5VmvbIJOEAVcX32yidEvNmLViQ { top:57.5rem;left:0rem;width:47.75rem;height:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q014ghLc9xCOzFPTbUQMgHShrlVaBCgm { top:0rem;left:0rem;width:47.75rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyAfTVPsd8LwTCD8ZbyJHfJl5EZO2krO { top:7.1875rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP { display:block; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kc3O5p2H694d6aLdOk9NauNhfEyeOX3G { width:11.75rem;height:3rem;top:2.125rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bgzJfLm744WTzITTZ2gH6xW9CVWuGF6e { width:20rem;height:14.56640625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4PwzxdoeG3fEzVZSWAGsagooGlZUBPz { width:15.9375rem;height:6.2988125rem;top:6.0625rem;left:2.0312500596046rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MBdm7qsQZs9ITMHVlkGbpmWWaIxQZBrg { width:15rem;height:3.125rem;top:13.75rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlJ7Xw7aMTQOMByyHXXxu5ebJiJni3Op { display:block; }
 }@media only screen and (max-width: 763px) { #pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ { display:block; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKpyWWC5dTPob9eex26EDOv4doPEaLPe { width:20rem;height:41.25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc { display:block; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5pEsCT6WUEFhGWHFZiTx2Tq3FNVe61b { width:11.8125rem;height:3.8997375rem;top:2.8359375rem;left:3.5617190003395rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gSSPqIIZ1lIUkUclOnxw3lx6KikwQHzl { width:2.8125rem;height:4.375rem;top:11.586719512939rem;left:2.2375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzQoiSQWgEefvac97VQaIFDxZc76eGeJ { width:3.75rem;height:3.75rem;top:2.9097223281861rem;left:15.374131321907rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgrzrFVqkI8oAPgrossWMwWDH7EZbLCl { width:12.1875rem;height:3.8997375rem;top:8.6822910308837rem;left:3.9062501192093rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJnWmL5HMBr970uwftDRfxdOn74CB0WM { width:6.75rem;height:1.94986875rem;top:6.734375rem;left:6.6250001192094rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLHloTVHIra0eXRipdHgHsbxOWM5ype8 { width:12.4375rem;height:1.94986875rem;top:12.774305343628rem;left:3.7812501192093rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSUO1fiwc51a0OC1TthAmAH5PQaTuKST { display:block; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #horZB025sLeCy0W2H2n6BcChgtOFJICk { width:18rem;height:34.1875rem;top:2.5rem;left:0.99843746423719rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA8cFWziM0l4Gk6T5D1yTx7DrgCkqKqV { width:15rem;height:3.29948125rem;top:13.375rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lLVlgy6ba5qT9ib1RaKgoDDKQX01AvzP { width:15rem;height:14.3965rem;top:17.675001144409rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTozBVmDb7V1VbuUsbRVhfmsaJnbe76 { width:15.625rem;height:4.94921875rem;top:48.437501907349rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU7xLmsFNqVWI4TIQtmITohT3f2PSXxb { width:15.625rem;height:9.597625rem;top:54.325000762939rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqx5SXr3tE9UM2SoXhkZ15iX3vcr780O { width:9.0625rem;height:1.25rem;top:65.375rem;left:2.5000000596046rem;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) { #RKE5cfI5RcNSCMCO0yiQOr3rb855Tbk7 { display:block; }
 }@media only screen and (max-width: 763px) { #OZ0Kaze1T3oqMkTd1L99PsKWvo127i71 { width:14.875rem;height:7.8125rem;top:4.0625rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1vkKUZ0L0ndmEO4zsTCn4CJb0aPH16v { width:14.875rem;height:7.8125rem;top:39.237501144409rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIyr84crZrGlepCxHineVGFz6Svd4C94 { width:9.0625rem;height:1.25rem;top:33.436721801757rem;left:2.5000000596046rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FFuJotIAhwUe8ADoVnH5J3TT1M057ZiF { display:block; }
 }@media only screen and (max-width: 763px) { #QL1l4FbGdHT9KzgAgrdD7STeJ7OpOaZh { width:18rem;height:31rem;top:37.625000953674rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM6nC6mWgbhB9COLSfs63xmvstq3n27M { display:block; }#gM6nC6mWgbhB9COLSfs63xmvstq3n27M > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogJ2fGLeo8vVPmHVhgso456fBt0TDG33 { width:18rem;height:32.75rem;top:0rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEgLpMDnCDIzToG353ny4LC37niDT1GM { width:15rem;height:4.94921875rem;top:10.9375rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NiqeRTmNchH3rx55vM2ErJraDcE4g4lD { width:15rem;height:11.19725rem;top:16.887500762939rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgzz3dfLOhvrw29uP34K0IBxWSZzQq7q { width:15.125rem;height:4.94921875rem;top:44.6875rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBR4UEwTX8Zk7xSU7wUDA0g4aIGTT55S { width:15.625rem;height:9.597625rem;top:50.750003814698rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8XA6kS2NiTMcE3QmCtHpTzHs2OllxJr { width:9.0625rem;height:1.25rem;top:61.8125rem;left:2.5rem;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) { #Ateoiwq4CF0eG4QxDJQTrnKUUezf6t2V { display:block; }
 }@media only screen and (max-width: 763px) { #uh9T7DPTGGvAkGBtaXLXlhE7A1rKtiRH { width:14.875rem;height:7.8125rem;top:1.5625rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #G90RC7vzxDrR5iANGSxu9fo66tTmQ4zl { width:14.875rem;height:7.8125rem;top:35.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuSoNzfDD5ZQUT763WsgGCnLSKT5a9SB { width:9.0625rem;height:1.25rem;top:29.550001144409rem;left:2.5000000596046rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sO36W228Ps946kaD4MqN0larrKRWqXqF { display:block; }
 }@media only screen and (max-width: 763px) { #i8MeerqJThz2nack5KrBaBF6iuTidH8Z { width:18rem;height:31.4375rem;top:33.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN { display:block; }#QHFXA9VStKGDLvlCiM97BtJTVJ9ON3AN > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQDniOTG7qAc48LTi0rlD6UTBeQTlXPv { width:18rem;height:32.5rem;top:0rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TewEoqlKvXkJLU0SNCPufON697wJdcXe { width:15rem;height:4.94921875rem;top:10.9375rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UTg5Wt6btUWyv9dm1STsZTsSC3Gv1Fq8 { width:15rem;height:11.19725rem;top:16.75rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXbgwwMJw31QSmWrkprt69mzV6JPLSm9 { width:15.625rem;height:4.94921875rem;top:44.375001907349rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gprIv44ayUtsTuNsABbkHo3RXbfQXf7F { width:15.625rem;height:9.597625rem;top:50.250002861023rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K34NltRahnN1oPN0ZUSxZbz4MTUrXfP2 { width:9.0625rem;height:1.25rem;top:61.312502861023rem;left:2.5000000596046rem;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) { #f79oeqsu8eTq56a2TX1W9PsT2ATMXpaM { display:block; }
 }@media only screen and (max-width: 763px) { #hgZUMC5VDpdCDvAUNRaDTykxNuBBP18z { width:14.875rem;height:7.8125rem;top:1.5625rem;left:2.5625000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #STVk9TIwUa5tmdvf4bqV0HKM8JoQCAL8 { width:14.875rem;height:7.8125rem;top:35.050000190735rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhsHt04KbEyEqqCbpV1BMSe3hykeZvDx { width:9.0625rem;height:1.25rem;top:29.437498092651rem;left:2.5000000596046rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #txBSKmDp2QvDKDTgnCoHqy60KW6PAXxf { display:block; }
 }@media only screen and (max-width: 763px) { #Xv27MZAolLQrUbEBDcyS631burx2QIsV { width:18rem;height:31.0625rem;top:33.5rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVtk7kzeqovQdoBBF3unXS0Qq9PJ8bFE { top:1.5494880676269rem;left:2.3437501192093rem;width:15.3125rem;height:7.9375rem;z-index:15008;overflow:hidden;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg { display:block; }#RwTopTAEyyOZBVbc1Iq6AMpgoDXxS0pg > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmdtIOl4xAibPVLcUCF5fRAKsBOyf17A { width:20rem;height:53.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk { display:block; }#MmnWitJaPWEiQ5oy6MqSwRf9ppTOT3Tk > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0ViDTqqBxweIGrVUinBLV1ZePLklJ4U { width:20rem;height:51.5625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1 { display:block; }#iDdLJTTmyaN0p7FmRzSFT2kDPTzE03A1 > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MROrZcTmr11mtqsgzqZSEvq2gzW2M2mb { width:15.25rem;height:4.22395625rem;top:1.6851563453674rem;left:1.6250000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzgGQJUcRDrdTfDu8qKh1V7XKC6fRHcp { width:10.0625rem;height:0;top:6.6875rem;left:3.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QTZ9ryuVHqWxiNoCgKaAbRnSxhvGEGI8 { width:5.0625rem;height:0;top:5.9749819040299rem;left:3.3000002503395rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XII92pXLHJVAR0qHEOwXCOGP6JCaOL30 { width:3.125rem;height:3.125rem;top:2.2351565361023rem;left:14.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLW6yu0UrwLXDR1IU3n20gMFm2qHXXFI { top:8.0875000953675rem;left:4.3125000596046rem;width:9.875rem;height:2.1125rem;z-index:15018;color:#0e0142;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLudflpO9UqFJQWupO7GbPrP1wWCHRbg { top:5.9124999046326rem;left:1.9687500596046rem;width:16.0625rem;height:2.1125rem;z-index:15019;color:#0e0142;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oD7tcwSwTNVwzU2SWkZGaIxHIkLSTMK1 { width:10.375rem;height:2.8125rem;top:11.448786712837rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o47lTVKyPF2cg225KEMmS3iry9BhJuFl { display:block; }
 }@media only screen and (max-width: 763px) { #aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34 { display:block; }#aMqVy78CVfbwhIDfEPTKH5NkB4vWoT34 > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdDG0AUK8LHHFp2JGOObiWKan2eAqgwn { width:18rem;height:32.375rem;top:2.5rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtIO46qGqzIRdrIx7Dd7vTpWqH3SkrlX { width:15rem;height:7.0625rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLcem37s2K3oRg9L4J8MBtgKkWU4DXBf { width:13.1865rem;height:3.29948125rem;top:12.5rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KhxctRk5wIwg7UJsFqtSnHOzQQA8ox90 { width:15rem;height:14.3965rem;top:16.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhqCMVX3CdXfwT2WeH6WZfSE73TPNtWO { width:9.0625rem;height:1.875rem;top:31.5625rem;left:2.5000001192093rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T39EKtw91K28xaTPz9TaihzBHT4xftqG { display:block; }
 }@media only screen and (max-width: 763px) { #MA5KWZDRITq1Rtwn8DE2Zf7XbZOsq2u0 { width:2.1875rem;height:2.25rem;top:14rem;left:7.9990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p { display:block; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWadKdbUDvhxgz6pMq7XZAqssZTT1I6T { width:14.6875rem;height:3.29948125rem;top:9.875rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AS54IfX01DTIORkp2lrck2NqvJPZxguE { width:15rem;height:11.19725rem;top:13.85000038147rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTr8fKgAkPWgZUTtCTBeLpdcHstPdCSH { width:15rem;height:7.0625rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmULUtfbDycG7Tf3dU5Eh8vCtW3CiDSO { width:9.0625rem;height:1.25rem;top:25.812503814698rem;left:2.5000001192093rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #rrPUQtkfflrJ0X3OGFBxsHV8qs7qrTHh { display:block; }
 }@media only screen and (max-width: 763px) { #yWHU3kfkqqy6xSo0kMe2VdtQNvKuriv4 { width:18rem;height:28.25rem;top:0.49844360351562rem;left:0.99843746423719rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 { display:block; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpiwTFrHUVtdB7x44UJZVCes5crqUcbq { width:18rem;height:27.5625rem;top:0.5rem;left:0.99843746423719rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHxbUKfItMCClGTk2FldNurxxTgpRKMv { width:15rem;height:7.0625rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETGNG4LogTTq5Nara82oxS8nsMGr29W { width:15.1875rem;height:3.29948125rem;top:10.5rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uWqMbrxMZX6oA6PlofLzHruovS3DhGAw { width:15rem;height:9.597625rem;top:14.5625rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Ss3xJa6QeRhW8Z69JT1GFySlywoL4t { width:9.0625rem;height:1.875rem;top:24.75rem;left:2.5000001192093rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Zul6uMODCMOMxtc6dPhiLn2aWufJEsK2 { display:block; }
 }@media only screen and (max-width: 763px) { #T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I { display:block; }#T7Mvvk9Jx4L8FeLeJUotGLIGqkbtV90I > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1eipJe3fX2HzksB1aIf1S8xJvCS1GxS { width:20rem;height:3.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwA3gRTRiALVgukylM6LcdxRdzZCsasL { width:15.625rem;height:14.3965rem;top:10rem;left:2.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #llOVus9DFxX5b38LXap4m7io1OIZBmTc { display:block; }#llOVus9DFxX5b38LXap4m7io1OIZBmTc > .row .container { width:20rem;height:159.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiFkte9lCEZBqDJKU8GGJPgzcT4HuBvt { width:12.5rem;height:1.6494125rem;top:4rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm9yZpn5PHhn2q4Nz2e1aNVQ5K9WRqKg { width:12.5rem;height:1.6494125rem;top:56.899230957031rem;left:2.4375000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMoyNX1pwZhhZc475cAiAsRPeClhST30 { width:15rem;height:1.6494125rem;top:109.12498474121rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOoDkSZkcgM5NRhTTlru7p0bwslUypyK { width:15rem;height:4.79948125rem;top:6.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBERiifJvMFN6WMetfVqAxHObwW99xn8 { width:15rem;height:4.79948125rem;top:111.375rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEDCkE1T4fhH78tnggcNRCgZZKZHTolf { width:15rem;height:4.79948125rem;top:58.861755371094rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x62gavqPcLZSZMn5wb4xhGLB5ethIBev { width:15.1875rem;height:28.2949375rem;top:127.4375rem;left:2.4375001192093rem;font-size:1rem;display:block; }#x62gavqPcLZSZMn5wb4xhGLB5ethIBev li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_336260a7c405294b53117eec5345e24e2b3b92ff.svg); }
 }@media only screen and (max-width: 763px) { #UL6O3qqgaCio0BWIvkQoNoQb5n3D4x2L { width:12.5rem;height:1.65rem;top:11.612499237061rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6Ec8HJvVpDRiJcwhy0Oestc0ieafSiP { width:12.5rem;height:1.6494125rem;top:64.5625rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm2K69ZI9KimDQC3tXdBuboeXDmwk0Ri { width:12.5rem;height:1.6494125rem;top:116.61199951172rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2RKNOfeUsNq91pxXZGs06SeQwDPbLED { width:9.5625rem;height:1.4rem;top:13.272656440735rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCR8a5uTu0CqJpWKASu4i1FGFpLuarmv { width:12.5rem;height:1.29980625rem;top:118.26214599609rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px6B7cVKwQs5ST82w0ICkK5VILgCeQ25 { width:12.5rem;height:1.29980625rem;top:66.212524414062rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2dr1sTpdK0cWTRAIoQLE5Kq19LkigAQ { width:15rem;height:21.996125rem;top:75.0625rem;left:2.4375000596046rem;font-size:1rem;display:block; }#u2dr1sTpdK0cWTRAIoQLE5Kq19LkigAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_336260a7c405294b53117eec5345e24e2b3b92ff.svg); }
 }@media only screen and (max-width: 763px) { #eUF7XdQy71CVlb4WqlT67ieBZXneV44p { width:15rem;height:14.94725rem;top:21.5625rem;left:2.5rem;font-size:1rem;display:block; }#eUF7XdQy71CVlb4WqlT67ieBZXneV44p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_336260a7c405294b53117eec5345e24e2b3b92ff.svg); }
 }@media only screen and (max-width: 763px) { #RGslppTZJAuTGdR0T3veNUJ1D1nALgcc { width:15rem;height:14.19725rem;top:37.475005149841rem;left:2.5000000596046rem;font-size:1rem;display:block; }#RGslppTZJAuTGdR0T3veNUJ1D1nALgcc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc6276e48f470adaabbd307b4bd350f33495ea2e.svg); }
 }@media only screen and (max-width: 763px) { #tcLSW0t2FtIQmE07CZ9zdIQTuCMMZmdr { width:15.75rem;height:7.1493125rem;top:98.193603515625rem;left:2.5000001192093rem;font-size:1rem;display:block; }#tcLSW0t2FtIQmE07CZ9zdIQTuCMMZmdr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc6276e48f470adaabbd307b4bd350f33495ea2e.svg); }
 }@media only screen and (max-width: 763px) { #GnIrzF0xWdIcJLnaIxcbhKQVyPx5Cd5A { width:15rem;height:2.8125rem;top:15.625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNNVFAHP1eTQSrgilgwPQIfkCxJT00T8 { display:block; }
 }@media only screen and (max-width: 763px) { #J5msoRikpa7XPAC6BVOiI7rr4tGGduc0 { width:15rem;height:2.8125rem;top:121.125rem;left:2.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE9mKChgP93ClUtGXFtpvUTlP4ycteIu { display:block; }
 }@media only screen and (max-width: 763px) { #agbZ8aVWoF7EBafWizoZhTTXH4EXwQcN { width:15rem;height:2.8125rem;top:68.6875rem;left:2.5000000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBssIBal35L59wOZ8OgTdFts9Fd91tVJ { display:block; }
 }@media only screen and (max-width: 763px) { #Oz1vUkUGwrQCtcpZrDD4kai8UCmkB5rL { width:12.5rem;height:1.6rem;top:19.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3TTb7C4di8sNpi02Q5iHTHTWGoZvXDl { width:12.5rem;height:1.599825rem;top:72.625rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFPTzFK6eTuPzZt52tVlOBHOZvvTi3Bs { width:12.5rem;height:1.599825rem;top:125.25rem;left:2.4375001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsIcLETNXInIsmL9GqPyzSPTQm8P3FXN { width:18rem;height:51.1875rem;top:2.5rem;left:0.99921876192094rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #SwIg69WmiP9AnaFIgd7gkybtip58TZy0 { width:18rem;height:50.0625rem;top:107.6875rem;left:0.9991319179535rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKqczXxkZnEbm9SIn7TflDGClzp16mBk { width:18rem;height:51.625rem;top:54.9375rem;left:0.9991319179535rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJTn6l2z10ishMOTQg62ide4mANpXbA2 { width:6.25rem;height:6.625rem;top:47.136325836182rem;left:13.012499630451rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #KkILn9lPTQGpTE6GFFro9AwGJaTMx3Tf { width:5.9375rem;height:6.3125rem;top:100.30555558204rem;left:13.116319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBOAfGd3EpmDMTuv04JTzH0an4QdOyyM { width:6.25rem;height:6.6875rem;top:151.13800048828rem;left:13.012152791023rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEa35dMqgwcTzaeo4TR152TnurVcuH6L { display:block; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fU55pG7rSPkI5Mw6o5NZkuKV5OcqRpdB { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5SmE6s7x6q9h1DHpJdwlhWKWJlKEezd { width:15rem;height:9.749375rem;top:1.5500001907349rem;left:2.5000000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wkFTynpfqUQ1ZV6e1u6GwomKsp9sW509 { width:14.8994375rem;height:2.8847625rem;top:12.8125rem;left:2.5498046875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZToybbT2BCnf0Q89uLNIeqGirkOA5akH { display:block; }
 }@media only screen and (max-width: 763px) { #Xv96IkVhFAkpNAqd0kM5HTo86M6kOPvM { top:11.25rem;left:2.4055991768837rem;width:15.186625rem;height:0;z-index:15005;line-height:1.6;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Cu6Tyi5VmvbIJOEAVcX32yidEvNmLViQ { width:20rem;height:17.1875rem;top:0rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #q014ghLc9xCOzFPTbUQMgHShrlVaBCgm { width:20rem;height:24.4375rem;top:183.37420463562rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #CyAfTVPsd8LwTCD8ZbyJHfJl5EZO2krO { width:10.0625rem;height:10.25rem;top:7.1875rem;left:4.9375rem;display:none; }
 }