.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); }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D { background-color:rgba(0,0,0,0.58);background-image:url("https://images.assets-landingi.com/uc/552a289d-fe70-4f22-88ac-e09c6db2e23e/6.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D.adaptive-delivery-prevent-bg, #xnaXbP6PgivEknPh42FQCcNVgbMyI86D.lazyload, #xnaXbP6PgivEknPh42FQCcNVgbMyI86D.lazyloading { background-image: none; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row .container { background-color: transparent; background-image: none; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row .container > .video-iframe-container { display: none; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row > .video-iframe-container { display: none; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .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); }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row .container { border-width: 0; border-radius: 0; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#V18OHXD9cB0NTS41ZHtbrBimKuAXPdp7 { color:#af005d;display:block;width:64.625rem;position:absolute;font-family:euclid;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.532117843628rem;left:3.2274303436279rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L7INPHKLMo0e10acJuTrxc0KToehwa0m { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:euclid;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1875rem;left:42.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g5CnEBndVb19wD1mwE55hDPKlNKH3a6B { position:absolute;display:block;z-index:15012;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:18.75rem;top:2.1875rem;left:1.9375rem;overflow:hidden;display:block; }
#lNxkJOkqOLwisVAkzqi65V4TqJuZnRbL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:19.9375rem;top:3.96875rem;left:25.249317354242rem;overflow:hidden;display:block; }
#ti2mVBKDrAuuFGeTeTuqe9oySSUgV0s8 { color:#af005d;display:block;width:64.125rem;position:absolute;font-family:euclid;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.4140625rem;left:3.2291660308838rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sqbW2np5nKz3oTDc2yLns2fJSKT3hcqs { color:#0d125a;display:block;width:66.625rem;position:absolute;font-family:euclid;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.9765625rem;left:3.2291660308838rem;height:14.410125rem;display:block; }#sqbW2np5nKz3oTDc2yLns2fJSKT3hcqs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sqbW2np5nKz3oTDc2yLns2fJSKT3hcqs li:before{  }
#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row .container { background-color: transparent; background-image: none; }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row .container > .video-iframe-container { display: none; }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row > .video-iframe-container { display: none; }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .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); }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row .container { border-width: 0; border-radius: 0; }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;overflow:visible;position:relative;display:block; }#LeVNH7skxLBz7RExhBGsGBQoFO4fni0a { color:#af005d;display:block;width:39.1875rem;position:absolute;font-family:euclid;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:1.849609375rem;left:3.4375001192093rem;height:8.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vKwFtTpIGpeV7ucOrDwIDnyk66VgIyLR { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:euclid;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.375rem;left:42.6875rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OKs3gW9otrbkHUCTh2tkPu1FtnN4QegT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:1.849609375rem;left:43.500002503395rem; }
#SLLWP5S3iqluaUG289wRs9wHGib3ubGM { color:#af005d;display:block;width:25.75rem;position:absolute;font-family:euclid;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:1.849609375rem;left:48.250002503395rem;height:7.87434375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#irTv0B18MOgoTzdOa22ffyygaZiobnXV { color:#a8a6a6;display:block;width:25.625rem;position:absolute;font-family:euclid;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:8.4140625rem;left:48.312502503395rem;height:2.2747375rem;display:block; }
#bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b { background-color:#ebebeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b > .row .container { background-color: transparent; background-image: none; }#bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b > .row .container > .video-iframe-container { display: none; }#bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b > .row > .video-iframe-container { display: none; }#bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b > .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); }#bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b > .row .container { border-width: 0; border-radius: 0; }#bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b > .row .container { font-size:0.875rem;font-family:arial;height:71.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#u0BhT8cp01smn7JBVIfmUzGCVyQw4yzr { color:#9a0052;display:block;width:75rem;position:absolute;font-family:euclid;font-size:1.9375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.1243495941162rem;left:0rem;height:2.131075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tPTwqb2XituEX6hNnw9cmea1wl7fsWRa { color:#0d125a;display:block;width:48.8125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:19.8125rem;left:17.375000596046rem;height:6rem;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; }
#XxebifSg1OUVy7N5Q2t2IPyawDoa6ePR { color:#9a0052;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:18.3125rem;left:17.375000596046rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Vk2rTrQg1TVbxKEhzKr0R7UZzcX6O7m8 { position:absolute;display:block;z-index:15001;background-color:#fbf6f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.5rem;width:51.75rem;top:7.1354179382325rem;left:15.843750596046rem;display:block; }
#l5FId9zvfHT0MZsudnZ9CBXbqSdA5d1o { color:#0d125a;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:28.760416984558rem;left:17.375000596046rem;height:6rem;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; }
#iCuf0HLVZCp4lHHO5DQTsNdGr3dscxdc { color:#9a0052;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:27.260416984558rem;left:17.375000596046rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#otuDOAtsWSkoQgE425oey8DqMJLohOfK { position:absolute;display:block;z-index:15006;background-color:#fbf6f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.3125rem;width:52rem;top:17.591146469116rem;left:15.781250596046rem;display:block; }
#QxaXmP9QLdgsKw0uDnNRK4EUZfqfreMS { color:#0d125a;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:40.985027313233rem;left:17.375000596046rem;height:7.5rem;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; }
#EFpUpqWt77dxJRC21TmURTSvprEUx9cp { color:#9a0052;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:39.485027313233rem;left:17.375000596046rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lyAFiZue9mx7f8hCn7TiwqVKzKdSBa7M { position:absolute;display:block;z-index:15011;background-color:#fbf6f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.25rem;width:52rem;top:26.552082061767rem;left:15.781250596046rem;display:block; }
#ZHwXcvPPpaoL3dMh23gdLsAaiWJwCzBR { position:absolute;display:block;z-index:15016;background-color:#fbf6f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.875rem;width:52rem;top:38.797527313233rem;left:15.781250596046rem;display:block; }
#fZ6N1gxKFh7eWvM8LVq4v5sok1pW166l { color:#0d125a;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:54.950523376465rem;left:17.375000476837rem;height:9rem;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; }
#wDhsaBzu5vXmhvAzWPSsdF3S4cfvzbZW { color:#9a0052;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:53.575521469116rem;left:17.375000596046rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N42xM4UIkLUI4x66MMPBz5Pmd7IfcbtU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:17.591146469116rem;left:8.2708336114881rem; }
#zqCQi8MDnQmJzRT449U7kmF4BrHTWVSO { color:#0d125a;display:block;width:5.4375rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:19.278646469116rem;left:9.29166662693rem;height:1.29948125rem;display:block; }
#VeKD1mIkdlF6GuT5ynvb6GAfuhKy7H0h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:26.592448234558rem;left:8.2708336114881rem; }
#TswGENtcmehxPpcxsC16sAuxxKg2qcBe { color:#0d125a;display:block;width:5.4375rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:28.447916984558rem;left:9.29166662693rem;height:1.29948125rem;display:block; }
#x60uXTqJKMWOWPXTyAQruRR4fcsZToDr { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:38.797527313233rem;left:8.2708336114881rem; }
#sN28GvG3OsybmiOortBKbBD9G9ttcFD6 { color:#0d125a;display:block;width:5.6875rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:40.485027313233rem;left:9.16666662693rem;height:1.29948125rem;display:block; }
#UHhbAStyG3ANUN3IqR80Ke6Rd5B4B50y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:52.908854484558rem;left:8.2708336114881rem; }
#ImEgSlK9RE4kZUteRpWpVgNCcsiepzQK { color:#0d125a;display:block;width:5.6875rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:54.596354484558rem;left:9.16666662693rem;height:1.29948125rem;display:block; }
#MiCUprKDPMgf1hmqOG5RlpwtL16GLKrM { position:absolute;display:block;z-index:15017;background-color:#fbf6f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.5rem;width:52rem;top:64.873703002931rem;left:15.781250476837rem;display:block; }
#Wu085TrlfgOXC2PXQWKLfJn7MtfGR2r4 { position:absolute;display:block;z-index:15017;background-color:#fbf6f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.3125rem;width:52rem;top:52.90885925293rem;left:15.781250476837rem;display:block; }
#W62131LdsTDBMgNSLLn8f8mqPRQiTPEb { color:#0d125a;display:block;width:5.4375rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:9.1979169845581rem;left:9.29166662693rem;height:1.29948125rem;display:block; }
#RRXbPWSOJTh0oL0vzCfF2i9GlBeoCVHp { color:#9a0052;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:7.6979169845581rem;left:17.375000596046rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vIWhoIM29shMybW97kHsdmT2dD5Bava4 { color:#0d125a;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:9.2604169845581rem;left:17.375000596046rem;height:1.5rem;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; }
#OHkdJxob97L2uRAZsl9kf8L6sRMq7WTy { position:absolute;display:block;z-index:15002;background-color:#fbf6f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.75rem;width:52rem;top:12.208333969116rem;left:15.781250596046rem;display:block; }
#MC0XQFTbEARftFh6PPkATOsVwUMWia3M { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:12.208333969116rem;left:8.22916662693rem; }
#tuIkrfJZlmQ4hcO0Cl2n7dWkZuaITtCX { color:#0d125a;display:block;width:5.4375rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.93359375rem;left:9.29166662693rem;height:1.29948125rem;display:block; }
#PQzzMUOAscq3SAdT1IaVcO5T6Cd12byI { color:#9a0052;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:12.885416984558rem;left:17.718750596046rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UAX3mrCC3KQpm8FC4fOBRoGSwTAkGA4w { color:#0d125a;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:14.385417938233rem;left:17.718750596046rem;height:1.5rem;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; }
#ba1ZrldNKrBKtTIwx8NmQtOURRZR55h3 { color:#0d125a;display:block;width:5.6875rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:67.266927719119rem;left:9.1666665077212rem;height:1.29948125rem;display:block; }
#td9bHv2wLMhy1UKIlSz7bgLXtiTvp5m2 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:65.683162689206rem;left:8.2708339691163rem; }
#qORKqaRk84F3MaQxhOV2t7bGWlHfazD1 { color:#9a0052;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:65.766937255863rem;left:17.375000476837rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FaVNLcM2EAFRgCqATdOW8fIrfQa2eplH { color:#0d125a;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:67.061203002931rem;left:17.375000476837rem;height:1.5rem;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; }
#wMuHRdg22478RANs5BBwP8sLQPoPfnJr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:34.760417938233rem;left:8.1145836114881rem; }
#M8mIr4rXQql8Aa0zOl0rolaFTsy6WhAs { color:#0d125a;display:block;width:5.6875rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:36.804037094116rem;left:9.16666662693rem;height:1.29948125rem;display:block; }
#hZzeZ1NK2iQX9qF6mRom3iCpHzBpWOI9 { position:absolute;display:block;z-index:15012;background-color:#fbf6f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.8125rem;width:52rem;top:35.375rem;left:15.781250596046rem;display:block; }
#fZeenwVP3qmeBa7HrMdKt6Vz2rOa6iWv { color:#9a0052;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:36.03125rem;left:17.375000596046rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DUpTLfDaiH5ErprxVmcczPEPrqg22RHk { position:absolute;display:block;z-index:15013;background-color:#fbf6f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.0625rem;width:52rem;top:49.229167938233rem;left:15.781250596046rem;display:block; }
#bCcJ84TzQCttaJtf0gFA4LpdinUr1VXA { color:#0d125a;display:block;width:5.6875rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:50.173177719116rem;left:9.16666662693rem;height:1.29948125rem;display:block; }
#zyA7F9b4JsEadr6uvcLmTg0f0ca5HwDt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:48.177083969116rem;left:8.1145836114881rem; }
#capPhxrg16QsmALvOZv63ZC1yt7kPvQe { color:#9a0052;display:block;width:48.125rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:50.010417938233rem;left:17.375000596046rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TkEkSnbXIiepu7Gb6OnZF2iEWoPmGR0B { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.1354169845581rem;left:8.07291662693rem; }
#VymyKSbwJkQs72eRraBH4ortZocSEcUS { position:absolute;display:block;z-index:15012;background-color:#fbf6f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.8125rem;width:52rem;top:38.466146469116rem;left:15.437500596046rem;display:none; }
#DlMn9PXhFT5dgtlWWSOqB0GoIplJ5azw { color:#9a0052;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:9.26042175293rem;left:17.375000596046rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row .container { background-color: transparent; background-image: none; }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row .container > .video-iframe-container { display: none; }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row > .video-iframe-container { display: none; }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .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); }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row .container { border-width: 0; border-radius: 0; }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;overflow:visible;position:relative;display:block; }#g95wJOm66qFQTm8mq6nFNzIgl9HefoaO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.7875003814698rem;left:8.3492193222044rem; }
#HXHr0ZsCMxEAnzZArGZ08SqUGUyBG8c9 { color:#af005d;display:block;width:12.4375rem;position:absolute;font-family:euclid;font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:7.9238262176512rem;left:5.6927086114883rem;height:6.6484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RaLtETuh5nHJWCD7u8CC3aoFZ1NgvGMu { color:#af005d;display:block;width:12.4375rem;position:absolute;font-family:euclid;font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:7.9231758117675rem;left:20.849609971046rem;height:8.31055rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oa1vxbd1ZbSTDiMsuNAqTR8kHEWACQAl { color:#af005d;display:block;width:12.4375rem;position:absolute;font-family:euclid;font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:7.9648418426512rem;left:38.11002600193rem;height:6.6484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FsE3ezR56790uhEUpz6T6VlATa4w3OGh { color:#af005d;display:block;width:12.4375rem;position:absolute;font-family:euclid;font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:7.9231777191163rem;left:53.724611878395rem;height:8.31055rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VAzfA1T7yWMOSqPlTD1zDP1Q4VfGxAhE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.4537773132324rem;left:25.193359971046rem; }
#QxVxN8y9hDHdPEKWZIZeqy84Rme0Bpyc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.537109375rem;left:58.755861878395rem; }
#iars9U5AilOK7WmTrhb3QksrrZ2lGs8v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.4537773132324rem;left:41.870443940163rem; }
#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt { background-color:rgba(0,0,0,0.58);background-image:url("https://images.assets-landingi.com/uc/552a289d-fe70-4f22-88ac-e09c6db2e23e/6.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt.adaptive-delivery-prevent-bg, #vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt.lazyload, #vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt.lazyloading { background-image: none; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row .container { background-color: transparent; background-image: none; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row .container > .video-iframe-container { display: none; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row > .video-iframe-container { display: none; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .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); }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row .container { border-width: 0; border-radius: 0; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row .container { font-size:0.875rem;font-family:arial;height:127.125rem;width:75rem;overflow:visible;position:relative;display:block; }#LPSpwPUcBikD1iNA1EQfOI0yair1XgLn { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:38.6875rem;width:18.75rem;top:6.1875004768372rem;left:7.3750005960462rem;display:block; }
#RoXRJRNHvmyNmkXvAP8sdmiU6kR5a1UK { color:#af005d;display:block;width:16.25rem;position:absolute;font-family:euclid;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:19.791016101837rem;left:8.5312505960463rem;height:13.64325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NPqGJdTbxuOs9FhKUMTAu148Jl6WNT1p { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:38.8125rem;width:18.75rem;top:6.1875001639128rem;left:27.093750596046rem;display:block; }
#HgyTnGxRVcDweEzg9gkUpPQSz6syCCgl { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:38.75rem;width:18.75rem;top:6.1875rem;left:47.062501907349rem;display:block; }
#Akva1GPKLFbrwAbOhcDsnIkB58tPFp86 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:34rem;width:18.75rem;top:50.968099117279rem;left:7.3750005960462rem;display:block; }
#sK6fq51w8Wm8ck5Nnp03npRVGtTPEbyK { position:absolute;display:block;z-index:15030;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.1875rem;width:7.25rem;top:8.6250004768369rem;left:12.343750596046rem;overflow:hidden;display:block; }
#qm8Ts9NBTQIDGFeCclw0q2H93TNVcd9M { color:#0d125a;display:block;width:14.5625rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.625rem;left:9.5625rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u13f58SZuF61BF8HiGaHo7hkER7MxSfT { position:absolute;display:block;z-index:15032;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.1875rem;width:7.1875rem;top:8.6562501639125rem;left:32.312502503395rem;overflow:hidden;display:block; }
#eKMU3FW2IJ7ffXNIl9aRJxpNDhChSpGp { position:absolute;display:block;z-index:15033;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.625rem;width:7.625rem;top:8.6250001639125rem;left:53.218752503395rem;overflow:hidden;display:block; }
#pk84a6lmLlTkZu85ERsLNN6xNPvzd51h { color:#0d125a;display:block;width:14.5625rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:17.62500064075rem;left:29.187500596046rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZBW5x4n1XZGaXwefrDJUI4JMUT24S37z { color:#0d125a;display:block;width:14.5625rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:17.62500064075rem;left:49.750002503395rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kaTEc5EaadF1WBGwU1NqLQPoJEc9uZ2r { color:#af005d;display:block;width:16.25rem;position:absolute;font-family:euclid;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:19.791016578674rem;left:28.343750596046rem;height:20.9895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qrTMn8KAmzqt19HzN2f9M4TPxO0Qtx39 { color:#af005d;display:block;width:16.25rem;position:absolute;font-family:euclid;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:19.791016578674rem;left:48.312502503395rem;height:20.9895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hl0q3H7tG2vPiZ2zoHbLZsGHvw1LbmUb { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:41.781250953674rem;left:14.562500596046rem; }
#Hl0q3H7tG2vPiZ2zoHbLZsGHvw1LbmUb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#lVTZVyJKSWedehxdm1NHPQ7AtIm22rbC { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:41.781250953674rem;left:34.500002503395rem; }
#lVTZVyJKSWedehxdm1NHPQ7AtIm22rbC > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#nxdEKGJGJWlxEpHe0mVrHHHHOKeKkJiG { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:41.781250953674rem;left:55.031252503395rem; }
#nxdEKGJGJWlxEpHe0mVrHHHHOKeKkJiG > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#MKGBoAbgixaKCdTSGJnqvWTVqpTJmeFO { color:#af005d;display:block;width:68.5rem;position:absolute;font-family:euclid;font-size:1.9375rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:1.625rem;left:2.5000001192093rem;height:;text-align:center;text-align-last:center;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; }
#ehuz30mGi5qhHocXaqUdfLWAGOgeTHcs { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:34.0625rem;width:18.75rem;top:50.9375rem;left:27.250001907349rem;display:block; }
#oyyb94cTXTti1IN5hVVGTGXFb8am3By7 { position:absolute;display:block;z-index:15036;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.1875rem;width:7.25rem;top:53.759768486023rem;left:13.125000596046rem;overflow:hidden;display:block; }
#TqDqfwxD5A8lJByT0oOcIQsMaalbblUd { color:#af005d;display:block;width:68.3125rem;position:absolute;font-family:euclid;font-size:1.9375rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:46.832682609558rem;left:2.5312501192093rem;height:;text-align:center;text-align-last:center;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; }
#piilv3TWh7yL6tvulB9ruF3UkJoiPfhS { color:#0d125a;display:block;width:14.5625rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:62.079429626465rem;left:9.4687505960463rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oHa24LE2eZDP5LPTrMTQn89dKO2s3LD5 { color:#af005d;display:block;width:16.25rem;position:absolute;font-family:euclid;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:64.734377861025rem;left:8.6250005960463rem;height:13.64325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kTzpNzX1pOLPdtK4uZ9AoMigovyDTaT0 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:80.540367126462rem;left:15.343750596046rem; }
#kTzpNzX1pOLPdtK4uZ9AoMigovyDTaT0 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#gN7BVcBWtug1P84wfUSPcgZ0ZIa5qwQi { position:absolute;display:block;z-index:15037;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.1875rem;width:7.25rem;top:89.623701095581rem;left:13.125000596046rem;overflow:hidden;display:block; }
#tQZEwyxQN2fp7nfTRwiA7EwMGtUMr4w7 { color:#0d125a;display:block;width:14.5625rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:97.748701095581rem;left:9.4687505960463rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yZdET1asSM7gNXHsyIW5pavfqVme9Vei { color:#af005d;display:block;width:16.25rem;position:absolute;font-family:euclid;font-size:0.75rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:99.797529220581rem;left:8.6250005960463rem;height:8.39585625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NnEan0ehBwQvnsT9i4O3ArH4c5RAUxDR { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:116.5625rem;left:15.343750596046rem; }
#NnEan0ehBwQvnsT9i4O3ArH4c5RAUxDR > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#Lpz0D8ho2Vm58TnP5VZSZT4pG950FyJx { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:34.0625rem;width:18.75rem;top:86.441409111025rem;left:7.3750005960462rem;display:block; }
#x9TgRZaSRGFNCfSQu9gTJx2m1Aoo1QCe { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:34.0625rem;width:18.75rem;top:86.442057609556rem;left:27.093750596046rem;display:block; }
#Gtqoyct7tD9J6z9EaGluCk1We77PPAV7 { position:absolute;display:block;z-index:15035;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.8125rem;width:7.8125rem;top:53.238284111023rem;left:32.562502503395rem;overflow:hidden;display:block; }
#fGMHp8sTyE2fdkABMR9i8cpyDNJPS63p { position:absolute;display:block;z-index:15036;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.8125rem;width:7.8125rem;top:89.311851501462rem;left:32.562502503395rem;overflow:hidden;display:block; }
#qbkssGKIOH6oonH5FXEhVUU3Q5Dybre6 { color:#0d125a;display:block;width:14.5625rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:62.079429626465rem;left:29.187500596046rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FSCidhBiTrUvPEQRGD186yh5twTclTP7 { color:#0d125a;display:block;width:14.5625rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:97.749351501462rem;left:29.187500596046rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QRvDBbTHRRzrRTkodtsCPuFiuM0TuTwG { color:#0d125a;display:block;width:15.875rem;position:absolute;font-family:euclid;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:64.733724594119rem;left:28.531250596046rem;height:14.6926875rem;text-align:center;text-align-last:center;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; }
#FxVMrUzyMKBhI3wCIIBHLZkkZregZq0m { color:#0d125a;display:block;width:14.875rem;position:absolute;font-family:euclid;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:99.798179626462rem;left:29.031250596046rem;height:15.7421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gFv4J5KNnGagM2z8TO5v6Fmrwr2onFbk { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:80.539716720581rem;left:35.062502503395rem; }
#gFv4J5KNnGagM2z8TO5v6Fmrwr2onFbk > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#F6V3NPkHGU1I1fT1JDC7BTAHTZTqUmd4 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:116.5625rem;left:35.062502503395rem; }
#F6V3NPkHGU1I1fT1JDC7BTAHTZTqUmd4 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N { position:relative;display:block; }#gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N { background-color: transparent; background-image: none; }#gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N > .row .container > .video-iframe-container { display: none; }#gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N > .row > .video-iframe-container { display: none; }#gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N > .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); }#gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N { border-width: 0; border-radius: 0; }#gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N > .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; }#gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N > .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:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dbpXUTA9n1ow5CGFbITy6KRFM9ugIQkH { color:#0d125a;display:block;width:69.9375rem;position:absolute;font-family:euclid;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.4980459213257rem;left:3.9687501192093rem;height:3.8997375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QtnC0hUNTQQsFHHt5UnvWJWXfHx9CQsT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.1875rem;width:34.1875rem;top:5.9374990463257rem;left:19.843750596046rem;display:block; }
#ZNxfs95zla1EElKXEEe0IE1qlauaPD62 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZNxfs95zla1EElKXEEe0IE1qlauaPD62 > .row .container { background-color: transparent; background-image: none; }#ZNxfs95zla1EElKXEEe0IE1qlauaPD62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNxfs95zla1EElKXEEe0IE1qlauaPD62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNxfs95zla1EElKXEEe0IE1qlauaPD62 > .row .container > .video-iframe-container { display: none; }#ZNxfs95zla1EElKXEEe0IE1qlauaPD62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNxfs95zla1EElKXEEe0IE1qlauaPD62 > .row > .video-iframe-container { display: none; }#ZNxfs95zla1EElKXEEe0IE1qlauaPD62 > .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); }#ZNxfs95zla1EElKXEEe0IE1qlauaPD62 > .row .container { border-width: 0; border-radius: 0; }#ZNxfs95zla1EElKXEEe0IE1qlauaPD62 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZNxfs95zla1EElKXEEe0IE1qlauaPD62 > .row .container { font-size:0.875rem;font-family:euclid;height:11.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#oGz8rIWuuLPNN3VcX3cMySvi0lBFRPn4 { color:#8689ad;display:block;width:24.4375rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.3125rem;left:25.28125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PfnOUOimbpegPzGG5KgRwUaEhO9hJmBc { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:4.125rem;left:38.53125rem; }
#PfnOUOimbpegPzGG5KgRwUaEhO9hJmBc > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#K74VM05esJgDv0akkTXyqcBsAXAbxXnI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:4.28125rem;left:33.9375rem; }
#K74VM05esJgDv0akkTXyqcBsAXAbxXnI > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#UBVNVbsepHDO6SIa2aCidq71noBRg32d { color:#8689ad;display:block;width:5rem;position:absolute;font-family:euclid;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:1.375rem;left:35rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xnaXbP6PgivEknPh42FQCcNVgbMyI86D { display:block; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V18OHXD9cB0NTS41ZHtbrBimKuAXPdp7 { width:47.75rem;height:;top:12.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7INPHKLMo0e10acJuTrxc0KToehwa0m { width:20.625rem;height:0;top:2.1875rem;left:27.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5CnEBndVb19wD1mwE55hDPKlNKH3a6B { top:2.1875rem;left:0rem;width:18.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNxkJOkqOLwisVAkzqi65V4TqJuZnRbL { top:3.9375rem;left:11.624317354242rem;width:19.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti2mVBKDrAuuFGeTeTuqe9oySSUgV0s8 { width:47.75rem;height:6.5rem;top:23.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqbW2np5nKz3oTDc2yLns2fJSKT3hcqs { top:31.9375rem;left:0rem;width:47.75rem;height:14.4375rem;font-size:0.9375rem;display:block; }#sqbW2np5nKz3oTDc2yLns2fJSKT3hcqs li:before{  }
 }@media only screen and (max-width: 763px) { #eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm { display:block; }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeVNH7skxLBz7RExhBGsGBQoFO4fni0a { width:39.1875rem;height:8.75rem;top:1.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKwFtTpIGpeV7ucOrDwIDnyk66VgIyLR { width:20.625rem;height:0;top:2.375rem;left:27.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKs3gW9otrbkHUCTh2tkPu1FtnN4QegT { width:4.0625rem;height:4.0625rem;top:1.8125rem;left:29.875002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLLWP5S3iqluaUG289wRs9wHGib3ubGM { width:25.75rem;height:7.8125rem;top:1.8125rem;left:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irTv0B18MOgoTzdOa22ffyygaZiobnXV { top:8.375rem;left:22.125rem;width:25.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b { display:block; }#bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0BhT8cp01smn7JBVIfmUzGCVyQw4yzr { top:3.0625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPTwqb2XituEX6hNnw9cmea1wl7fsWRa { top:19.8125rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxebifSg1OUVy7N5Q2t2IPyawDoa6ePR { top:18.3125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk2rTrQg1TVbxKEhzKr0R7UZzcX6O7m8 { top:7.125rem;left:0rem;width:47.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5FId9zvfHT0MZsudnZ9CBXbqSdA5d1o { top:28.75rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCuf0HLVZCp4lHHO5DQTsNdGr3dscxdc { top:27.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otuDOAtsWSkoQgE425oey8DqMJLohOfK { top:17.5625rem;left:0rem;width:47.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxaXmP9QLdgsKw0uDnNRK4EUZfqfreMS { top:40.9375rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFpUpqWt77dxJRC21TmURTSvprEUx9cp { top:39.4375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyAFiZue9mx7f8hCn7TiwqVKzKdSBa7M { top:26.5rem;left:0rem;width:47.75rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHwXcvPPpaoL3dMh23gdLsAaiWJwCzBR { top:38.75rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ6N1gxKFh7eWvM8LVq4v5sok1pW166l { top:54.9375rem;left:0rem;width:47.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDhsaBzu5vXmhvAzWPSsdF3S4cfvzbZW { top:53.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N42xM4UIkLUI4x66MMPBz5Pmd7IfcbtU { top:17.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqCQi8MDnQmJzRT449U7kmF4BrHTWVSO { top:19.25rem;left:0rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeKD1mIkdlF6GuT5ynvb6GAfuhKy7H0h { top:26.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TswGENtcmehxPpcxsC16sAuxxKg2qcBe { top:28.4375rem;left:0rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x60uXTqJKMWOWPXTyAQruRR4fcsZToDr { top:38.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN28GvG3OsybmiOortBKbBD9G9ttcFD6 { top:40.4375rem;left:0rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHhbAStyG3ANUN3IqR80Ke6Rd5B4B50y { top:52.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImEgSlK9RE4kZUteRpWpVgNCcsiepzQK { top:54.5625rem;left:0rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiCUprKDPMgf1hmqOG5RlpwtL16GLKrM { top:64.8125rem;left:0rem;width:47.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu085TrlfgOXC2PXQWKLfJn7MtfGR2r4 { top:52.875rem;left:0rem;width:47.75rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W62131LdsTDBMgNSLLn8f8mqPRQiTPEb { top:9.1875rem;left:0rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRXbPWSOJTh0oL0vzCfF2i9GlBeoCVHp { top:7.6875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIWhoIM29shMybW97kHsdmT2dD5Bava4 { top:9.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHkdJxob97L2uRAZsl9kf8L6sRMq7WTy { top:12.1875rem;left:0rem;width:47.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC0XQFTbEARftFh6PPkATOsVwUMWia3M { top:12.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuIkrfJZlmQ4hcO0Cl2n7dWkZuaITtCX { top:13.875rem;left:0rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQzzMUOAscq3SAdT1IaVcO5T6Cd12byI { top:12.875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAX3mrCC3KQpm8FC4fOBRoGSwTAkGA4w { top:14.375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba1ZrldNKrBKtTIwx8NmQtOURRZR55h3 { top:67.25rem;left:0rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #td9bHv2wLMhy1UKIlSz7bgLXtiTvp5m2 { top:65.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qORKqaRk84F3MaQxhOV2t7bGWlHfazD1 { top:65.75rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaVNLcM2EAFRgCqATdOW8fIrfQa2eplH { top:67rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMuHRdg22478RANs5BBwP8sLQPoPfnJr { top:34.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8mIr4rXQql8Aa0zOl0rolaFTsy6WhAs { top:36.75rem;left:0rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZzeZ1NK2iQX9qF6mRom3iCpHzBpWOI9 { top:35.375rem;left:0rem;width:47.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZeenwVP3qmeBa7HrMdKt6Vz2rOa6iWv { top:36rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUpTLfDaiH5ErprxVmcczPEPrqg22RHk { top:49.1875rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCcJ84TzQCttaJtf0gFA4LpdinUr1VXA { top:50.125rem;left:0rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyA7F9b4JsEadr6uvcLmTg0f0ca5HwDt { top:48.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #capPhxrg16QsmALvOZv63ZC1yt7kPvQe { top:50rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkEkSnbXIiepu7Gb6OnZF2iEWoPmGR0B { top:7.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VymyKSbwJkQs72eRraBH4ortZocSEcUS { top:38.4375rem;left:0rem;width:47.75rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlMn9PXhFT5dgtlWWSOqB0GoIplJ5azw { top:9.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f { display:block; }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g95wJOm66qFQTm8mq6nFNzIgl9HefoaO { top:1.75rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXHr0ZsCMxEAnzZArGZ08SqUGUyBG8c9 { width:12.4375rem;height:6.625rem;top:7.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaLtETuh5nHJWCD7u8CC3aoFZ1NgvGMu { width:12.4375rem;height:8.25rem;top:7.875rem;left:7.2246099710462rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa1vxbd1ZbSTDiMsuNAqTR8kHEWACQAl { width:12.4375rem;height:6.625rem;top:7.9375rem;left:24.48502600193rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsE3ezR56790uhEUpz6T6VlATa4w3OGh { width:12.4375rem;height:8.3125rem;top:7.875rem;left:34.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAzfA1T7yWMOSqPlTD1zDP1Q4VfGxAhE { top:2.4375rem;left:11.568359971046rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxVxN8y9hDHdPEKWZIZeqy84Rme0Bpyc { top:2.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iars9U5AilOK7WmTrhb3QksrrZ2lGs8v { top:2.4375rem;left:28.245443940162rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt { display:block; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPSpwPUcBikD1iNA1EQfOI0yair1XgLn { width:18.75rem;height:38.6875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoXRJRNHvmyNmkXvAP8sdmiU6kR5a1UK { width:16.25rem;height:13.625rem;top:19.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPqGJdTbxuOs9FhKUMTAu148Jl6WNT1p { width:18.75rem;height:38.8125rem;top:6.1875rem;left:13.468750596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgyTnGxRVcDweEzg9gkUpPQSz6syCCgl { width:18.75rem;height:38.75rem;top:6.1875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akva1GPKLFbrwAbOhcDsnIkB58tPFp86 { width:18.75rem;height:34rem;top:50.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK6fq51w8Wm8ck5Nnp03npRVGtTPEbyK { top:8.625rem;left:0rem;width:7.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm8Ts9NBTQIDGFeCclw0q2H93TNVcd9M { top:17.625rem;left:0rem;width:14.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u13f58SZuF61BF8HiGaHo7hkER7MxSfT { top:8.625rem;left:18.687502503395rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKMU3FW2IJ7ffXNIl9aRJxpNDhChSpGp { top:8.625rem;left:39.593752503395rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk84a6lmLlTkZu85ERsLNN6xNPvzd51h { top:17.625rem;left:15.562500596046rem;width:14.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBW5x4n1XZGaXwefrDJUI4JMUT24S37z { top:17.625rem;left:33.1875rem;width:14.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaTEc5EaadF1WBGwU1NqLQPoJEc9uZ2r { width:16.25rem;height:20.9375rem;top:19.75rem;left:14.718750596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrTMn8KAmzqt19HzN2f9M4TPxO0Qtx39 { width:16.25rem;height:20.9375rem;top:19.75rem;left:31.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl0q3H7tG2vPiZ2zoHbLZsGHvw1LbmUb { top:41.75rem;left:0.93750059604644rem;width:2.8125rem;height:2.8125rem;display:block; }
#Hl0q3H7tG2vPiZ2zoHbLZsGHvw1LbmUb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #lVTZVyJKSWedehxdm1NHPQ7AtIm22rbC { top:41.75rem;left:20.875002503395rem;width:2.8125rem;height:2.8125rem;display:block; }
#lVTZVyJKSWedehxdm1NHPQ7AtIm22rbC > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #nxdEKGJGJWlxEpHe0mVrHHHHOKeKkJiG { top:41.75rem;left:41.406252503395rem;width:2.8125rem;height:2.8125rem;display:block; }
#nxdEKGJGJWlxEpHe0mVrHHHHOKeKkJiG > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #MKGBoAbgixaKCdTSGJnqvWTVqpTJmeFO { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehuz30mGi5qhHocXaqUdfLWAGOgeTHcs { width:18.75rem;height:34.0625rem;top:50.9375rem;left:13.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyyb94cTXTti1IN5hVVGTGXFb8am3By7 { top:53.75rem;left:0rem;width:7.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqDqfwxD5A8lJByT0oOcIQsMaalbblUd { width:47.75rem;height:;top:46.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piilv3TWh7yL6tvulB9ruF3UkJoiPfhS { top:62.0625rem;left:0rem;width:14.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHa24LE2eZDP5LPTrMTQn89dKO2s3LD5 { width:16.25rem;height:13.625rem;top:64.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTzpNzX1pOLPdtK4uZ9AoMigovyDTaT0 { top:80.5rem;left:1.7187505960464rem;width:2.8125rem;height:2.8125rem;display:block; }
#kTzpNzX1pOLPdtK4uZ9AoMigovyDTaT0 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #gN7BVcBWtug1P84wfUSPcgZ0ZIa5qwQi { top:89.5625rem;left:0rem;width:7.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQZEwyxQN2fp7nfTRwiA7EwMGtUMr4w7 { top:97.6875rem;left:0rem;width:14.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZdET1asSM7gNXHsyIW5pavfqVme9Vei { width:16.25rem;height:8.375rem;top:99.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnEan0ehBwQvnsT9i4O3ArH4c5RAUxDR { top:116.5625rem;left:1.7187505960464rem;width:2.8125rem;height:2.8125rem;display:block; }
#NnEan0ehBwQvnsT9i4O3ArH4c5RAUxDR > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #Lpz0D8ho2Vm58TnP5VZSZT4pG950FyJx { width:18.75rem;height:34.0625rem;top:86.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TgRZaSRGFNCfSQu9gTJx2m1Aoo1QCe { width:18.75rem;height:34.0625rem;top:86.4375rem;left:13.468750596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtqoyct7tD9J6z9EaGluCk1We77PPAV7 { top:53.1875rem;left:18.937502503395rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGMHp8sTyE2fdkABMR9i8cpyDNJPS63p { top:89.25rem;left:18.937502503395rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbkssGKIOH6oonH5FXEhVUU3Q5Dybre6 { top:62.0625rem;left:15.562500596046rem;width:14.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSCidhBiTrUvPEQRGD186yh5twTclTP7 { top:97.6875rem;left:15.562500596046rem;width:14.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRvDBbTHRRzrRTkodtsCPuFiuM0TuTwG { width:15.875rem;height:14.6875rem;top:64.6875rem;left:14.906250596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxVMrUzyMKBhI3wCIIBHLZkkZregZq0m { width:14.875rem;height:15.6875rem;top:99.75rem;left:15.406250596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFv4J5KNnGagM2z8TO5v6Fmrwr2onFbk { top:80.5rem;left:21.437502503395rem;width:2.8125rem;height:2.8125rem;display:block; }
#gFv4J5KNnGagM2z8TO5v6Fmrwr2onFbk > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #F6V3NPkHGU1I1fT1JDC7BTAHTZTqUmd4 { top:116.5625rem;left:21.437502503395rem;width:2.8125rem;height:2.8125rem;display:block; }
#F6V3NPkHGU1I1fT1JDC7BTAHTZTqUmd4 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N { display:block; }#gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbpXUTA9n1ow5CGFbITy6KRFM9ugIQkH { top:1.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtnC0hUNTQQsFHHt5UnvWJWXfHx9CQsT { top:5.875rem;left:6.2187505960464rem;width:34.1875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNxfs95zla1EElKXEEe0IE1qlauaPD62 { display:block; }#ZNxfs95zla1EElKXEEe0IE1qlauaPD62 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGz8rIWuuLPNN3VcX3cMySvi0lBFRPn4 { top:8.3125rem;left:11.65625rem;width:24.4375rem;height:1.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfnOUOimbpegPzGG5KgRwUaEhO9hJmBc { top:4.125rem;left:24.90625rem;width:2.8125rem;height:2.8125rem;display:block; }
#PfnOUOimbpegPzGG5KgRwUaEhO9hJmBc > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #K74VM05esJgDv0akkTXyqcBsAXAbxXnI { top:4.25rem;left:20.3125rem;width:2.5rem;height:2.5rem;display:block; }
#K74VM05esJgDv0akkTXyqcBsAXAbxXnI > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #UBVNVbsepHDO6SIa2aCidq71noBRg32d { top:1.375rem;left:21.375rem;width:5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xnaXbP6PgivEknPh42FQCcNVgbMyI86D { background-color:rgba(0,0,0,0.58);background-image:url("https://images.assets-landingi.com/uc/a6e761f0-b6ac-407a-a370-8982d7b192df/Slide29.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D.adaptive-delivery-prevent-bg, #xnaXbP6PgivEknPh42FQCcNVgbMyI86D.lazyload, #xnaXbP6PgivEknPh42FQCcNVgbMyI86D.lazyloading { background-image: none; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row .container { background-color: transparent; background-image: none; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row .container > .video-iframe-container { display: none; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row > .video-iframe-container { display: none; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .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); }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row .container { border-width: 0; border-radius: 0; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnaXbP6PgivEknPh42FQCcNVgbMyI86D > .row .container { width:20rem;height:80.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V18OHXD9cB0NTS41ZHtbrBimKuAXPdp7 { width:20rem;height:23.39325rem;top:16.416666030884rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L7INPHKLMo0e10acJuTrxc0KToehwa0m { width:20rem;height:0;top:27.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5CnEBndVb19wD1mwE55hDPKlNKH3a6B { width:20rem;height:6.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNxkJOkqOLwisVAkzqi65V4TqJuZnRbL { width:18.125rem;height:2.5625rem;top:8.1875rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti2mVBKDrAuuFGeTeTuqe9oySSUgV0s8 { width:20rem;height:8.3990875rem;top:41.467014312744rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sqbW2np5nKz3oTDc2yLns2fJSKT3hcqs { width:19.6875rem;height:25.625rem;top:51.719617843628rem;left:0.3125rem;font-size:0.9375rem;display:block; }#sqbW2np5nKz3oTDc2yLns2fJSKT3hcqs li:before{  }
 }@media only screen and (max-width: 763px) { #eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm { background-color:rgba(0,0,0,0.58);background-image:url("https://images.assets-landingi.com/uc/a6e761f0-b6ac-407a-a370-8982d7b192df/Slide29.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm.adaptive-delivery-prevent-bg, #eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm.lazyload, #eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm.lazyloading { background-image: none; }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row .container { background-color: transparent; background-image: none; }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row .container > .video-iframe-container { display: none; }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row > .video-iframe-container { display: none; }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .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); }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row .container { border-width: 0; border-radius: 0; }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eIgHWc9dsBfTX5hV9BHhs06RXfD8DkHm > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeVNH7skxLBz7RExhBGsGBQoFO4fni0a { width:20rem;height:13.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vKwFtTpIGpeV7ucOrDwIDnyk66VgIyLR { width:20rem;height:0;top:15.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKs3gW9otrbkHUCTh2tkPu1FtnN4QegT { width:4.0625rem;height:4.0625rem;top:16.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLLWP5S3iqluaUG289wRs9wHGib3ubGM { width:20rem;height:9rem;top:22.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #irTv0B18MOgoTzdOa22ffyygaZiobnXV { width:20rem;height:3.65625rem;top:32.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b { display:block; }#bQkT1rTpqUduEe59lqmWXlhOvqRd3S7b > .row .container { width:20rem;height:169.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0BhT8cp01smn7JBVIfmUzGCVyQw4yzr { width:20rem;height:2.19986875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPTwqb2XituEX6hNnw9cmea1wl7fsWRa { width:18.75rem;height:15rem;top:35.166015625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxebifSg1OUVy7N5Q2t2IPyawDoa6ePR { width:18.75rem;height:3.375rem;top:31.791015625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk2rTrQg1TVbxKEhzKr0R7UZzcX6O7m8 { width:20rem;height:19.5625rem;top:31.041016578674rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5FId9zvfHT0MZsudnZ9CBXbqSdA5d1o { width:18.75rem;height:13.5rem;top:59.375rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCuf0HLVZCp4lHHO5DQTsNdGr3dscxdc { width:18.75rem;height:1.6875rem;top:57.0625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otuDOAtsWSkoQgE425oey8DqMJLohOfK { width:20rem;height:16.75rem;top:56.322265625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxaXmP9QLdgsKw0uDnNRK4EUZfqfreMS { width:18.75rem;height:18rem;top:93.902770996094rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFpUpqWt77dxJRC21TmURTSvprEUx9cp { width:18.75rem;height:1.6875rem;top:92.215270996094rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyAFiZue9mx7f8hCn7TiwqVKzKdSBa7M { width:20rem;height:20.6875rem;top:91.256942749025rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHwXcvPPpaoL3dMh23gdLsAaiWJwCzBR { width:20rem;height:28.8125rem;top:128.06576538086rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ6N1gxKFh7eWvM8LVq4v5sok1pW166l { width:18.75rem;height:25.5rem;top:130.44075584412rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDhsaBzu5vXmhvAzWPSsdF3S4cfvzbZW { width:17.75rem;height:1.6875rem;top:128.75325584412rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N42xM4UIkLUI4x66MMPBz5Pmd7IfcbtU { display:flex;width:2.1875rem;height:2.1875rem;top:26.539714813233rem;left:8.0312505960463rem; }
 }@media only screen and (max-width: 763px) { #zqCQi8MDnQmJzRT449U7kmF4BrHTWVSO { width:5.4375rem;height:1.29948125rem;top:29.227219343186rem;left:6.4062501192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeKD1mIkdlF6GuT5ynvb6GAfuhKy7H0h { display:flex;width:2.1875rem;height:2.1875rem;top:51.666667938233rem;left:8.0312505960463rem; }
 }@media only screen and (max-width: 763px) { #TswGENtcmehxPpcxsC16sAuxxKg2qcBe { width:5.4375rem;height:1.29948125rem;top:54.470703125rem;left:6.4062501192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x60uXTqJKMWOWPXTyAQruRR4fcsZToDr { display:flex;width:2.1875rem;height:2.1875rem;top:86.881942749025rem;left:8.0312505364419rem; }
 }@media only screen and (max-width: 763px) { #sN28GvG3OsybmiOortBKbBD9G9ttcFD6 { width:5.6875rem;height:1.29948125rem;top:89.375rem;left:6.2812500596044rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHhbAStyG3ANUN3IqR80Ke6Rd5B4B50y { display:flex;width:2.1875rem;height:2.1875rem;top:123.474609375rem;left:8.0312505960463rem; }
 }@media only screen and (max-width: 763px) { #ImEgSlK9RE4kZUteRpWpVgNCcsiepzQK { width:5.6875rem;height:1.29948125rem;top:126.037109375rem;left:6.2812501192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiCUprKDPMgf1hmqOG5RlpwtL16GLKrM { width:20rem;height:6.3125rem;top:78.716140747069rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Wu085TrlfgOXC2PXQWKLfJn7MtfGR2r4 { width:20rem;height:6.375rem;top:162.26107788086rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W62131LdsTDBMgNSLLn8f8mqPRQiTPEb { width:5.4375rem;height:1.29948125rem;top:7.2115802764894rem;left:6.4062501192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRXbPWSOJTh0oL0vzCfF2i9GlBeoCVHp { width:20rem;height:1.6875rem;top:21.081380844116rem;left:0rem;font-size:1.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #vIWhoIM29shMybW97kHsdmT2dD5Bava4 { width:19.5rem;height:4.5rem;top:10.739583969116rem;left:0.5rem;font-size:1rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #OHkdJxob97L2uRAZsl9kf8L6sRMq7WTy { width:20rem;height:6.1875rem;top:19.768890380859rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC0XQFTbEARftFh6PPkATOsVwUMWia3M { display:flex;width:2.1875rem;height:2.1875rem;top:15.67578125rem;left:8.0312505960463rem; }
 }@media only screen and (max-width: 763px) { #tuIkrfJZlmQ4hcO0Cl2n7dWkZuaITtCX { width:5.4375rem;height:1.29948125rem;top:18.219401717186rem;left:6.4062501192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQzzMUOAscq3SAdT1IaVcO5T6Cd12byI { width:19.4375rem;height:1.6875rem;top:20.16536462307rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAX3mrCC3KQpm8FC4fOBRoGSwTAkGA4w { width:19.5rem;height:3rem;top:21.852865219116rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba1ZrldNKrBKtTIwx8NmQtOURRZR55h3 { width:5.6875rem;height:1.29948125rem;top:160.56576538086rem;left:6.6562501192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #td9bHv2wLMhy1UKIlSz7bgLXtiTvp5m2 { display:flex;width:2.1875rem;height:2.1875rem;top:157.62826538086rem;left:8.4062505960463rem; }
 }@media only screen and (max-width: 763px) { #qORKqaRk84F3MaQxhOV2t7bGWlHfazD1 { width:19.125rem;height:1.6875rem;top:162.96940612793rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaVNLcM2EAFRgCqATdOW8fIrfQa2eplH { width:19.625rem;height:3rem;top:164.65690612793rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMuHRdg22478RANs5BBwP8sLQPoPfnJr { display:flex;width:2.625rem;height:2.625rem;top:74.104171752931rem;left:7.8125005364419rem; }
 }@media only screen and (max-width: 763px) { #M8mIr4rXQql8Aa0zOl0rolaFTsy6WhAs { width:5.6875rem;height:1.29948125rem;top:76.833328247069rem;left:6.2812500596044rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZzeZ1NK2iQX9qF6mRom3iCpHzBpWOI9 { width:19.875rem;height:1.8125rem;top:68.75rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZeenwVP3qmeBa7HrMdKt6Vz2rOa6iWv { width:18.9375rem;height:5.0625rem;top:79.341140747069rem;left:0.53125005960464rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUpTLfDaiH5ErprxVmcczPEPrqg22RHk { width:20rem;height:3.875rem;top:118.55859375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCcJ84TzQCttaJtf0gFA4LpdinUr1VXA { width:5.6875rem;height:1.29948125rem;top:116.92578125rem;left:6.2812501192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyA7F9b4JsEadr6uvcLmTg0f0ca5HwDt { display:flex;width:2.625rem;height:2.625rem;top:113.96701049805rem;left:7.8125005364419rem; }
 }@media only screen and (max-width: 763px) { #capPhxrg16QsmALvOZv63ZC1yt7kPvQe { width:18.625rem;height:3.375rem;top:118.80859375rem;left:1.3750001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkEkSnbXIiepu7Gb6OnZF2iEWoPmGR0B { display:flex;width:2.625rem;height:2.625rem;top:4.3365936279297rem;left:7.8125005960462rem; }
 }@media only screen and (max-width: 763px) { #VymyKSbwJkQs72eRraBH4ortZocSEcUS { width:20rem;height:6.6875rem;top:8.5104215145113rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #DlMn9PXhFT5dgtlWWSOqB0GoIplJ5azw { width:19.25rem;height:1.6875rem;top:9.0201826095581rem;left:0.75rem;font-size:1.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f { background-color:rgba(0,0,0,0.58);background-image:url("https://images.assets-landingi.com/uc/a6e761f0-b6ac-407a-a370-8982d7b192df/Slide29.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f.adaptive-delivery-prevent-bg, #mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f.lazyload, #mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f.lazyloading { background-image: none; }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row .container { background-color: transparent; background-image: none; }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row .container > .video-iframe-container { display: none; }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row > .video-iframe-container { display: none; }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .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); }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row .container { border-width: 0; border-radius: 0; }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQx4pp8zgCUAUmKTSU4B2JeiTOk1dW3f > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g95wJOm66qFQTm8mq6nFNzIgl9HefoaO { display:flex;width:4.625rem;height:4.625rem;top:1.875rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #HXHr0ZsCMxEAnzZArGZ08SqUGUyBG8c9 { width:9.9375rem;height:5.69791875rem;top:7.65625rem;left:5.03125rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RaLtETuh5nHJWCD7u8CC3aoFZ1NgvGMu { width:12.4375rem;height:7.1224rem;top:21.54296875rem;left:3.78125rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oa1vxbd1ZbSTDiMsuNAqTR8kHEWACQAl { width:16.5rem;height:4.2734375rem;top:37.1796875rem;left:1.7500001192093rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FsE3ezR56790uhEUpz6T6VlATa4w3OGh { width:13.1875rem;height:7.1224rem;top:50.56640625rem;left:3.4062501192093rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VAzfA1T7yWMOSqPlTD1zDP1Q4VfGxAhE { display:flex;width:3.375rem;height:3.375rem;top:16.4375rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #QxVxN8y9hDHdPEKWZIZeqy84Rme0Bpyc { display:flex;width:3.125rem;height:3.125rem;top:45.125rem;left:8.4375005960463rem; }
 }@media only screen and (max-width: 763px) { #iars9U5AilOK7WmTrhb3QksrrZ2lGs8v { display:flex;width:3.5625rem;height:3.5625rem;top:32.438151359558rem;left:8.2187505960463rem; }
 }@media only screen and (max-width: 763px) { #vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt { background-color:rgba(0,0,0,0.58);background-image:url("https://images.assets-landingi.com/uc/a6e761f0-b6ac-407a-a370-8982d7b192df/Slide29.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt.adaptive-delivery-prevent-bg, #vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt.lazyload, #vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt.lazyloading { background-image: none; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row .container { background-color: transparent; background-image: none; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row .container > .video-iframe-container { display: none; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row > .video-iframe-container { display: none; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .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); }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row .container { border-width: 0; border-radius: 0; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxUJQikLSXWZGq7fV8e7kvGQi3KOzRwt > .row .container { width:20rem;height:243.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPSpwPUcBikD1iNA1EQfOI0yair1XgLn { width:20rem;height:29.125rem;top:12.728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoXRJRNHvmyNmkXvAP8sdmiU6kR5a1UK { width:14.875rem;height:13.496125rem;top:22.375rem;left:2.5625001192093rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NPqGJdTbxuOs9FhKUMTAu148Jl6WNT1p { width:20rem;height:35.9375rem;top:43.509765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgyTnGxRVcDweEzg9gkUpPQSz6syCCgl { width:20rem;height:37.4375rem;top:81.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akva1GPKLFbrwAbOhcDsnIkB58tPFp86 { width:20rem;height:26.25rem;top:129.55643463135rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #sK6fq51w8Wm8ck5Nnp03npRVGtTPEbyK { width:8.1875rem;height:8.1875rem;top:12.728515625rem;left:5.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm8Ts9NBTQIDGFeCclw0q2H93TNVcd9M { width:14.5625rem;height:1.29948125rem;top:20.57421875rem;left:2.7187501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u13f58SZuF61BF8HiGaHo7hkER7MxSfT { width:8.1875rem;height:8.1875rem;top:43.509765625rem;left:5.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKMU3FW2IJ7ffXNIl9aRJxpNDhChSpGp { width:8.1875rem;height:8.1875rem;top:81.125rem;left:5.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk84a6lmLlTkZu85ERsLNN6xNPvzd51h { width:14.5625rem;height:1.29948125rem;top:52.123695373535rem;left:2.7187501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBW5x4n1XZGaXwefrDJUI4JMUT24S37z { width:14.5625rem;height:1.29948125rem;top:89.875rem;left:2.7187501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaTEc5EaadF1WBGwU1NqLQPoJEc9uZ2r { width:14.875rem;height:19.79425rem;top:53.985675811767rem;left:2.5625001192093rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qrTMn8KAmzqt19HzN2f9M4TPxO0Qtx39 { width:14.875rem;height:20.694rem;top:91.97265625rem;left:2.5625001192093rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Hl0q3H7tG2vPiZ2zoHbLZsGHvw1LbmUb { display:flex;width:2.8125rem;height:2.8125rem;top:36.6875rem;left:8.5937505960463rem; }
#Hl0q3H7tG2vPiZ2zoHbLZsGHvw1LbmUb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #lVTZVyJKSWedehxdm1NHPQ7AtIm22rbC { display:flex;width:2.8125rem;height:2.8125rem;top:75.21875rem;left:8.5937505960463rem; }
#lVTZVyJKSWedehxdm1NHPQ7AtIm22rbC > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #nxdEKGJGJWlxEpHe0mVrHHHHOKeKkJiG { display:flex;width:2.8125rem;height:2.8125rem;top:113.30533981323rem;left:8.5937505960463rem; }
#nxdEKGJGJWlxEpHe0mVrHHHHOKeKkJiG > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #MKGBoAbgixaKCdTSGJnqvWTVqpTJmeFO { width:20rem;height:6.2988125rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ehuz30mGi5qhHocXaqUdfLWAGOgeTHcs { width:20rem;height:27.5rem;top:156.99998235703rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyyb94cTXTti1IN5hVVGTGXFb8am3By7 { width:7.25rem;height:7.1875rem;top:158.24870300293rem;left:6.3750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqDqfwxD5A8lJByT0oOcIQsMaalbblUd { width:20rem;height:6.2988125rem;top:121.06250762939rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #piilv3TWh7yL6tvulB9ruF3UkJoiPfhS { width:14.5625rem;height:1.29948125rem;top:165.99870300293rem;left:2.7187501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHa24LE2eZDP5LPTrMTQn89dKO2s3LD5 { width:16.25rem;height:11.696625rem;top:168.37109899521rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kTzpNzX1pOLPdtK4uZ9AoMigovyDTaT0 { display:flex;width:2.8125rem;height:2.8125rem;top:180.75003576279rem;left:8.5937505960463rem; }
#kTzpNzX1pOLPdtK4uZ9AoMigovyDTaT0 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #gN7BVcBWtug1P84wfUSPcgZ0ZIa5qwQi { width:7.25rem;height:7.1875rem;top:130.81250572204rem;left:6.3750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQZEwyxQN2fp7nfTRwiA7EwMGtUMr4w7 { width:14.5625rem;height:1.29948125rem;top:138.00000572204rem;left:1.8750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZdET1asSM7gNXHsyIW5pavfqVme9Vei { width:16.25rem;height:7.197925rem;top:140.40104675293rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NnEan0ehBwQvnsT9i4O3ArH4c5RAUxDR { display:flex;width:2.8125rem;height:2.8125rem;top:151.12500572204rem;left:8.5937505960463rem; }
#NnEan0ehBwQvnsT9i4O3ArH4c5RAUxDR > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #Lpz0D8ho2Vm58TnP5VZSZT4pG950FyJx { width:19.9375rem;height:27.6875rem;top:185.68750524521rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TgRZaSRGFNCfSQu9gTJx2m1Aoo1QCe { width:19.75rem;height:27.875rem;top:214.56250572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtqoyct7tD9J6z9EaGluCk1We77PPAV7 { width:7.8125rem;height:7.8125rem;top:187.30729675293rem;left:6.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGMHp8sTyE2fdkABMR9i8cpyDNJPS63p { width:7.8125rem;height:7.8125rem;top:215.29040050507rem;left:6.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbkssGKIOH6oonH5FXEhVUU3Q5Dybre6 { width:14.5625rem;height:1.29948125rem;top:195.11979675293rem;left:2.7187501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSCidhBiTrUvPEQRGD186yh5twTclTP7 { width:14.5625rem;height:1.29948125rem;top:223.06120300293rem;left:2.7187501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRvDBbTHRRzrRTkodtsCPuFiuM0TuTwG { width:16rem;height:11.696625rem;top:197.35547399521rem;left:2.0000001192093rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FxVMrUzyMKBhI3wCIIBHLZkkZregZq0m { width:15.75rem;height:12.596375rem;top:224.98568248749rem;left:2.1250001192093rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gFv4J5KNnGagM2z8TO5v6Fmrwr2onFbk { display:flex;width:2.8125rem;height:2.8125rem;top:209.68099498749rem;left:8.5937505960463rem; }
#gFv4J5KNnGagM2z8TO5v6Fmrwr2onFbk > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #F6V3NPkHGU1I1fT1JDC7BTAHTZTqUmd4 { display:flex;width:2.8125rem;height:2.8125rem;top:238.74479675293rem;left:8.5937505960463rem; }
#F6V3NPkHGU1I1fT1JDC7BTAHTZTqUmd4 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N { display:block; }#gpiTZHZ0fKLcw7t20qtPLq2ZgE6Now3N > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbpXUTA9n1ow5CGFbITy6KRFM9ugIQkH { width:20rem;height:6.5rem;top:2.6347312927246rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QtnC0hUNTQQsFHHt5UnvWJWXfHx9CQsT { height:11.224625rem;width:20rem;top:10.7890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNxfs95zla1EElKXEEe0IE1qlauaPD62 { display:block; }#ZNxfs95zla1EElKXEEe0IE1qlauaPD62 > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGz8rIWuuLPNN3VcX3cMySvi0lBFRPn4 { width:18.5625rem;height:0.84375rem;top:11.79980625rem;left:0.6875rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfnOUOimbpegPzGG5KgRwUaEhO9hJmBc { display:flex;width:2.8125rem;height:2.8125rem;top:7.73730625rem;left:8.5625rem; }
#PfnOUOimbpegPzGG5KgRwUaEhO9hJmBc > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #K74VM05esJgDv0akkTXyqcBsAXAbxXnI { display:flex;width:2.6875rem;height:2.6875rem;top:3.79980625rem;left:8.625rem;font-size:1.875rem; }
#K74VM05esJgDv0akkTXyqcBsAXAbxXnI > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #UBVNVbsepHDO6SIa2aCidq71noBRg32d { width:12.5rem;height:1.29980625rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }