.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:#1c2537;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#Hb75sBmuDatciCtSL2e8psmmtxCSe1by { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7493209838869rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.9680706858635rem;left:54.860735893249rem;display:block; }
#iiuA8pEhWOqIozn8rlJSHPgsSTtPUNRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bMDKbeOtgtAIU3XdU8zdKhb5nmcC5X5M { 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:block;z-index:15000;display:none; }
#UPCSo5ipHsKNGEt8zoLRqXSPJeMADvJi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6873302459717rem;width:9.6875rem;top:1.5473918914795rem;left:0rem;overflow:hidden;display:block; }
#VHVFPuxXvBO1PAfCNe5XbgZEqNmhEUuN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7493209838869rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.9680706858635rem;left:61.55571269989rem;display:block; }
#UiQkNXRCPXa5wJCU43nXgUl9XkVL1Aky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#muKlmnOZHkT5R4rTUhKLAauvLNUqONbN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7493209838869rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.9680706858635rem;left:68.250681877137rem;display:block; }
#huXvqZl9RbOvNOF1ZPIBycuK8sW7bpPx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdhFUc5hrxwDgNyhqLvpOdSIkvvo0A9y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#KdhFUc5hrxwDgNyhqLvpOdSIkvvo0A9y > .row .container { border-width: 0; border-radius: 0; }#KdhFUc5hrxwDgNyhqLvpOdSIkvvo0A9y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KdhFUc5hrxwDgNyhqLvpOdSIkvvo0A9y > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:none; }#bqSgX0MTpiwlK7GDzF3RcPmCbt3FnWbI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#967deb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7493209838869rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.9680706858635rem;left:54.860735893249rem;display:block; }
#aNeuQ83SKO8vQnvBQR3FIvmHVXaWTms9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IsxsWag5poVxWMmZw8PovnN1Gz0vpXho { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7493209838869rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.9680706858635rem;left:61.55571269989rem;display:block; }
#pKWM4u4AyqwJep849p4ryJJWSsTPwMf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOhBGH0BXcLd7oXdggfvO80fiSyGuGWw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7493209838869rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.9680706858635rem;left:68.250681877137rem;display:block; }
#wpqKrZBCS9rXkiT8V2S3GVyMB10hAVdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GbyoI4ZeT05UByBiVLhk2WB17Shwmffx { position:relative;display:none; }#GbyoI4ZeT05UByBiVLhk2WB17Shwmffx { border-width: 0; border-radius: 0; }#GbyoI4ZeT05UByBiVLhk2WB17Shwmffx > .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; }#GbyoI4ZeT05UByBiVLhk2WB17Shwmffx > .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:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#I1cA0o4llKACEwcRSgzfmOtHHcelaIrK { position:relative;display:none; }#I1cA0o4llKACEwcRSgzfmOtHHcelaIrK { border-width: 0; border-radius: 0; }#I1cA0o4llKACEwcRSgzfmOtHHcelaIrK > .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; }#I1cA0o4llKACEwcRSgzfmOtHHcelaIrK > .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:1.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aEg2UetD5WkTFR85wnmT1b0SXseP2UJS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.96875rem;left:69.875rem;display:none; }
#FzNzqDgeFbbf5St2kTcQOVgTkZU4tT2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XegQZTpFcIBTHsa7tMzkTGrwHSe1nqSg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1rem;left:55.625rem;display:none; }
#olxVtLHAvacHSy5GJHmL94AwW1GqwNTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VSWRlkW762UlfIIPqOXh8qCrlO30PAMH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.96875rem;left:27.8125rem;display:none; }
#I2MHTeiNxphlnoDTRpNINNOunTycxV8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#garyCye0QOU10GTN6ExrsulMz3ZxWOtG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.96875rem;left:35.375rem;display:none; }
#uPvgdlGiVUe7Mc7D2ok8Oqsbmmz6X8VA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1KictcprRBCp064PzT4dy8dJ5K81zQC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.96875rem;left:42.625rem;display:none; }
#TWM3TRgqSH5TD7XceDvTnrsMxdA7fcoF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NS3ufiPReOTU3TOoqZoZVbb0fkZE5FOO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.96875rem;left:17.375rem;display:none; }
#IoRbfQ15TcBWcgT1ehexIO2Dk55LNWdm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmvbMnfmRolJhABWubIxzU8iheRfFT34 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#263347;background-image:url("https://images.assets-landingi.com/uc/f9f11afe-2aa6-440b-bf87-68aeba209b15/Bg_home.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bmvbMnfmRolJhABWubIxzU8iheRfFT34.adaptive-delivery-prevent-bg, #bmvbMnfmRolJhABWubIxzU8iheRfFT34.lazyload, #bmvbMnfmRolJhABWubIxzU8iheRfFT34.lazyloading { background-image: none; }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row .container { background-color: transparent; background-image: none; }#bmvbMnfmRolJhABWubIxzU8iheRfFT34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row .container > .video-iframe-container { display: none; }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row > .video-iframe-container { display: none; }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .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); }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row .container { border-width: 0; border-radius: 0; }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;position:relative;display:block; }#VoLfPiOdOoTh4eXTTGlnBqCNM8c7ZLrM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1871604919434rem;width:6.1871604919434rem;top:1.4375rem;left:2.25rem;overflow:hidden;display:block; }
#LVVueVCTn7FPxfo49vBksqTPXkGdhkgG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:10rem;top:9.1875rem;left:0.375rem;overflow:hidden;display:block; }
#KOewgTa41pu8Ndb9TDxhUa0pFUeShxIq { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:63.6875rem;top:50.76086807251rem;left:43.09909679055rem;overflow:hidden;display:block; }
#JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd255;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27 > .row .container { background-color: transparent; background-image: none; }#JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27 > .row .container > .video-iframe-container { display: none; }#JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27 > .row > .video-iframe-container { display: none; }#JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27 > .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); }#JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27 > .row .container { border-width: 0; border-radius: 0; }#JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27 > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#zIflnJFXCoXNLKNHAQ5V2LqdkdqHuQdu { color:#1c2637;display:block;width:55.43733215332rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:9.7486419677738rem;left:9.7800607681275rem;height:7.99805625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ae5Zvl6QKqVd5H9o5PqDEAaTJLeCyGFg { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6594772338867rem;left:18.593750953674rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlW9nhhTMZScZAlHcs7M3sApPRBkw4Ln { background-color:transparent;background-image:none;border-top:0.125rem solid #1c2637;border-left:0.125rem solid #1c2637;border-right:0.125rem solid #1c2637;border-bottom:0.125rem solid #1c2637;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:20.1875rem;left:19.6875rem;display:block; }
#Mml0p5isSSCZXKFXytk2ghCWSon4xg1f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tPfbwuXtGA4ufgAKnPrO2ImguJHmvu4J { background-color:#1c2637;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.344769179821rem;height:2.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:20.1875rem;left:37.9375rem;display:block; }
#xgtNhvST70pZPTwTPiThSZQrUTZpMuDl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OUrGwTNSkkZbBPIevsbBA60QklRR7FxA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:51.125rem;top:27.328468322754rem;left:33.612368143698rem;overflow:hidden;display:block; }
#sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#967deb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U > .row .container { background-color: transparent; background-image: none; }#sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U > .row .container > .video-iframe-container { display: none; }#sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U > .row > .video-iframe-container { display: none; }#sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U > .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); }#sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U > .row .container { border-width: 0; border-radius: 0; }#sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#u2mat2XeVF1NkXqrVxZu10DU80A2eEu9 { color:#1c2637;display:block;width:30.437330245972rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6143035888672rem;left:2.6163387298584rem;height:2.5996125rem;font-style:normal;display:block; }
#MVEWOMqM4kDs1LRPuFkWDBMJi4HHxRxy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#oo0LGhI3fiuEiyiZTIwbgFMqAWRPm8f5 { color:#1c2637;display:block;width:33rem;position:absolute;font-family:sora;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6.0625rem;left:0rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#U4osgQtO1mGLcTT1fBPTAZr4ggHUctrz { background-color:#ffd255;background-image:none;border-top:0.125rem solid #ffd255;border-left:0.125rem solid #ffd255;border-right:0.125rem solid #ffd255;border-bottom:0.125rem solid #ffd255;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#1c2f3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.469769179821rem;height:2.657269179821rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:14.831016540528rem;left:0rem;display:block; }
#G3n0MyVKetw6VHs1lbTi1GUoat47Hesz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S9NE9goho6LW8F0lHAbaT0unMhyAn3t8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:51.125rem;top:27.328468322754rem;left:33.612368143698rem;overflow:hidden;display:none; }
#sT6hy5JMgick3DQLFICMWCBaE8pB7TTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sT6hy5JMgick3DQLFICMWCBaE8pB7TTu > .row .container { background-color: transparent; background-image: none; }#sT6hy5JMgick3DQLFICMWCBaE8pB7TTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6hy5JMgick3DQLFICMWCBaE8pB7TTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6hy5JMgick3DQLFICMWCBaE8pB7TTu > .row .container > .video-iframe-container { display: none; }#sT6hy5JMgick3DQLFICMWCBaE8pB7TTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6hy5JMgick3DQLFICMWCBaE8pB7TTu > .row > .video-iframe-container { display: none; }#sT6hy5JMgick3DQLFICMWCBaE8pB7TTu > .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); }#sT6hy5JMgick3DQLFICMWCBaE8pB7TTu > .row .container { border-width: 0; border-radius: 0; }#sT6hy5JMgick3DQLFICMWCBaE8pB7TTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sT6hy5JMgick3DQLFICMWCBaE8pB7TTu > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#rcAyta7HZ5TyIiQVGRAyrLokuv93PxI3 { color:#ffffff;display:block;width:40.686992645264rem;position:absolute;font-family:sora;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.7493209838869rem;left:17.156081199646rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe > .row .container { background-color: transparent; background-image: none; }#wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe > .row .container > .video-iframe-container { display: none; }#wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe > .row > .video-iframe-container { display: none; }#wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe > .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); }#wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe > .row .container { border-width: 0; border-radius: 0; }#wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#f01AdIcL8Us530HdMppNWlwwtJ1ZcvVe { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/666a134e-ac42-46a6-a300-bee7e800e07a/rupixencomQ59HmzK38eQunsplash1.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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.75rem;width:75rem;top:0.25rem;left:0rem;display:block; }#f01AdIcL8Us530HdMppNWlwwtJ1ZcvVe.adaptive-delivery-prevent-bg, #f01AdIcL8Us530HdMppNWlwwtJ1ZcvVe.lazyload, #f01AdIcL8Us530HdMppNWlwwtJ1ZcvVe.lazyloading { background-image: none; }
#f01AdIcL8Us530HdMppNWlwwtJ1ZcvVe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#f01AdIcL8Us530HdMppNWlwwtJ1ZcvVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,227,227,0.26); }#qGXry6hIB2nMsh3xPH3oNMs2xZfZLkZ4 { background-color:#1c2637;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.344598770142rem;height:2.7496604919434rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:8.1875002384187rem;left:28.812503814698rem;display:block; }
#F4g7TIDt2WkkR7nuFIlgGTGr2ZBqXVHD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3A2IUXwZmoOwGJZfoIlbXaCwaLRaRSU { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:8rem;left:18.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nppN6pJaZz0FOsp7flIUTasQkKJ4euKM { position:absolute;display:block;z-index:15018;background-color:rgba(255,210,85,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.811990737915rem;width:75rem;top:0.20906829833984rem;left:0rem;display:block; }
#mSy8srKpW1DvnqIMcET9E19oTMJ1bAiU { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:4.375rem;top:4.25rem;left:35.3125rem;overflow:hidden;display:block; }
#Ir1lS4BAvDMecL05CfxmVre1hSLQEJGr { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.9375rem;left:18.59375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9mbZ8Qg2Do6UPMpcH1P5EVMCgzyZ7to { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:5.9075469970703rem;left:18.59375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ot1MeER5W1pfXzrelkSQRkD7Gndf7RG7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:13.6875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:0.25000381469726rem;left:0rem;display:block; }
#vTPIrCuLq26ddOVRQZ6SFadG20mZdPzz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u { position:relative;display:block; }#CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u { background-color: transparent; background-image: none; }#CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u > .row .container > .video-iframe-container { display: none; }#CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u > .row > .video-iframe-container { display: none; }#CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u > .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); }#CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u { border-width: 0; border-radius: 0; }#CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;font-size:0.875rem;font-family:arial;height:135.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fdvuhmv1isOrBJQwRkODTmcAU2aNf0qE { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:1.2316589355469rem;left:0rem;display:block; }
#XFnuvUyU9iyKXr19xm57bLQI2Z1u10Iy { color:#1c2637;display:block;width:25.686990737915rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:3.2382888793945rem;left:8.3398447036744rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mz2XAI8KsmCa1mTz1R9sggGPZaeJn9TJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:3.8097915649414rem;left:1.9582204818726rem;overflow:hidden;display:block; }
#vsi9dN5nagvI5ty7q8m44qUcUan6DKy3 { position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:1.25rem;left:39rem;display:block; }
#ewT6TNehx55ZItzdXWvbEan17oV93IbZ { color:#1c2637;display:block;width:25.686990737915rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:3.25rem;left:47.375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rB4xL3AEW42o6Q5gbWrFe4OmAzqiRK5z { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:3.8125rem;left:41rem;overflow:hidden;display:block; }
#XRdUkoCZmtXnMIIvpHmu0Dl3fTiaWHvD { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:11.3125rem;left:39rem;display:block; }
#nQIREyIItmV8Uf43BDgItZ114QlidPL3 { color:#1c2637;display:block;width:25.686990737915rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:13.3125rem;left:47.375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f8Bl4yW3QRWAp3wPJLEDZp74TMrE3pXH { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:11.3125rem;left:0rem;display:block; }
#nHb1N7kSHdk0kiPkFMAi3VJAWwW4KE6T { 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:3.75rem;width:4.4375rem;top:13.875rem;left:41rem;overflow:hidden;display:block; }
#PA7Qysei07vKmKnZpznOgPGXQT6PeHih { color:#1c2637;display:block;width:25.6861875rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:13.263021469116rem;left:8.3372383117675rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F2OfEfhouB3LbGHvTnd2MOrzEoPwInQV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:13.875rem;left:1.9375rem;overflow:hidden;display:block; }
#AvSElqNhmrZ8RsEKh8mMRDpzgUsAVGKe { position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:21.4375rem;left:39rem;display:block; }
#QI5qU7wnoLZkUxzWWySl1MhWl5ZaCJqP { color:#1c2637;display:block;width:25.686990737915rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:23.4375rem;left:47.375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e0TFgsoknyrTzfllWgyTvfd0FeTILPNf { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:21.375rem;left:0rem;display:block; }
#s67xDwdwA4vMCRWIcPv9CpTMEO4z1QNH { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:24rem;left:41rem;overflow:hidden;display:block; }
#GTwsb1twpmgzMiohw3iE6lc44awcT8QR { color:#1c2637;display:block;width:25.625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:23.375000953674rem;left:8.3125rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uqv04LoCdGrE5F46nT6mtT6VgCh8Of7J { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:24rem;left:1.9375rem;overflow:hidden;display:block; }
#uTbfuUgNfc7KPpIQtyd2BQPdcreJgK9q { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:31.5625rem;left:0rem;display:block; }
#trlLQ3LTauUriD44gBqavDG4Vh3AUy2t { color:#1c2637;display:block;width:25.686990737915rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:33.5625rem;left:8.3125rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ql3fvfIvw4PWXKDc9OieznJGGXecyWkT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:34.125rem;left:1.9375rem;overflow:hidden;display:block; }
#U4f3AwEO4sBXFbFXM9vmRsBRHQmtwwEL { position:absolute;display:block;z-index:14999;background-color:#ffd255;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:1.1915740966797rem;left:0rem;display:block; }
#cTvBSEWXz0gVE1TQpN0q8lpGlA8duxd0 { position:absolute;display:block;z-index:15000;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:11.315902709961rem;left:0rem;display:block; }
#KFRlmcfScOrOk0WUWJ8wHUxHNPw3i4RT { position:absolute;display:block;z-index:14996;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:21.39436340332rem;left:0rem;display:block; }
#eKW7Ig5x5nsJPc41WQQbXpzkhiR6ohM6 { position:absolute;display:block;z-index:14997;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:31.525146484375rem;left:0rem;display:block; }
#pNxvQuDncy8kTBTBCQOtTUHqqiGiOZZm { position:absolute;display:block;z-index:14992;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:1.2318267822266rem;left:38.999323844909rem;display:block; }
#Khy3XGzZfHGk4ZD8JINTV31EhD1Zf7NE { position:absolute;display:block;z-index:14993;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:11.263595581055rem;left:38.999323844909rem;display:block; }
#kkJRawHGWXlMRTGt7zvvzS7apduyuaD8 { position:absolute;display:block;z-index:14994;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0625rem;top:21.3876953125rem;left:38.9990234375rem;display:block; }
#RgRxdzZ3IkRlAdo94ZTTuRyovlQqWl4T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:11.3125rem;left:0rem;display:block; }
#gd3GBNg4TtuaOHpJTuD0VfydaqJ4oTMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yhEsD9QbLkb8HTZTkNogMNNlWT6TC5JX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:9.125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:21.375rem;left:0rem;display:block; }
#AC9WyOkUKrkauH9FsJ8yyphe5k17WoJy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JNmi4gauMCUxAbpAcGbwieTWAUXLhQ6E { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:31.502082824707rem;left:0rem;display:block; }
#R4XFkau5wtlyKTxfZ1T1dIJ2iibwHoX9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f3CiPbzs7N9IPBAipghQq9OeCiuxszUd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:9.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:11.25rem;left:38.875rem;display:block; }
#ILOsqeSpd0VFTh0nFWTh4RvzLxTyq6eN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zdqKzTfGSrwpKListPzFNTki5azW7AXe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:9.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:21.375rem;left:38.875rem;display:block; }
#BqNsg90Gy6OFUZmz9OWg5ZlGR5BpPqLx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ISL4305xkBB7k1BHR3U4XTmJGSnhl0kA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:9.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.1687498092651rem;left:0rem;display:block; }
#ySZP3fi0BaHhaPTkKP0pTl8vlZtMAu8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWZHaGrwBb0k0UxZLJLLt2MyRbHTpKQB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:9.125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:1.1687498092651rem;left:38.875rem;display:block; }
#grqf1y6Md7hbugZxCeSUpDqwytRWfmOm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zsL5kuRXezyA0bMURRcHgXFUA5PabQZw { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:31.625rem;left:38.875rem;display:block; }
#RmyEfZea6OWpy86bIA0WbNigcgMLaRkq { position:absolute;display:block;z-index:15001;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:31.5625rem;left:38.875rem;display:block; }
#xoLvqXTg013es1yn4nnQxSMbDBRZ3CVp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:31.502083778381rem;left:38.875rem;display:block; }
#iz67otrid9pTgwRiPgqJ4rScr28kCbfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OuxTFArorsrubq3msovWyuUzt24hVTcN { color:#1c2637;display:block;width:25.6861875rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:33.562500953674rem;left:47.372394561767rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P84x2RJZmJikTX4OLvI2vNy5dXykXJSo { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:34.186199188233rem;left:41.000003814698rem;overflow:hidden;display:block; }
#DWUbh5NuvfuqC9iIzizEWRCPpoyi2r94 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:41.625rem;left:0rem;display:block; }
#X0xia7cwGztmbc6UMdLRN5OpuWMKwnqT { position:absolute;display:block;z-index:15007;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:41.625rem;left:0rem;display:block; }
#WNIBe9FdA13SEUFE5eZz2ZTmH94BxDMe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:41.564583778381rem;left:0rem;display:block; }
#hk5AA7FB4bUT7cimWTVUSIGP8T1TXe7O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9Tlf16KhVdoQuGkTuibWdvmFMGhHHbu { color:#1c2637;display:block;width:26.625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:42.789063453674rem;left:8.33984375rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qb4GN7KS4fZld0LRo7uXCgn2TKxWdwkR { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:44.25rem;left:2.125rem;overflow:hidden;display:block; }
#mpM8TNAdHhUPQURqsgWr3rMeKauTycME { position:absolute;display:block;z-index:14986;background-color:#ffd255;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0609375rem;top:51.875rem;left:0rem;display:block; }
#Mvcl0C3wFOONGAvUUT6TpFhGUWZG8E0b { color:#1c2637;display:block;width:25.684375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:53.793750762939rem;left:8.3406257629394rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uLP4aAqIGZeEEO5JeBEUrPHP2dTA9JaI { 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:3.75rem;width:4.4375rem;top:54.46875rem;left:1.95703125rem;overflow:hidden;display:block; }
#wO5iMf6SXHa9VkaSz3x6kBG2i8UshOqK { position:absolute;display:block;z-index:15010;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0609375rem;top:51.8125rem;left:38.938541412354rem;display:block; }
#OqTzxdnBI23vTdgXhrguyaQVTBSQFSCd { color:#1c2637;display:block;width:25.684375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15033;line-height:1.7;letter-spacing:0;top:53.793749809265rem;left:47.375780105591rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R2UpyCyzB4bIPlp8weToQFneHunuJVTe { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:54.46875rem;left:41.000001907349rem;overflow:hidden;display:block; }
#iqE5xwVLuwzSflnDu2UB4kD83bf6giy1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:51.783333778381rem;left:38.879165649414rem;display:block; }
#gIDrCHKUIEp01n4eug95LELHI8XHK9NX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wBRPc92clrKPHla15KAWwJCCI6NKAJku { position:absolute;display:block;z-index:15010;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0605625rem;top:62.0625rem;left:0rem;display:block; }
#cOTWyoAQtmSOmSCRNZ7SqKgnGWpoBd1S { color:#1c2637;display:block;width:25.684375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:64.043750762938rem;left:8.3406257629394rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rouKDaswXH3gNNiTD3dRL9DnrOnro0w8 { 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:3.75rem;width:4.4375rem;top:64.71875rem;left:1.95703125rem;overflow:hidden;display:block; }
#Q9JuM4t9AIf2lkTfV5Ty8WXuhWBvLkDb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:9.125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:62.09375rem;left:38.875rem;display:block; }
#umPhOrGIUsTnPGcCNa2BwUZDueG38z3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OcCW84IgCWcJWeI131Zniez4NADiTS9I { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.120625rem;height:9.1205rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:51.845703125rem;left:0rem;display:block; }
#HALfhsKAWhxTerl1vgLBpeoafZ0JFcN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IcZlyLZc2lmTLgz6Ef4vSaAgXLURNlOq { position:absolute;display:block;z-index:14985;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:51.843768358231rem;left:0rem;display:block; }
#U4sObnWVACxNu0ZxK8t6aIihfftTgi1n { position:absolute;display:block;z-index:14986;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:62.125rem;left:0rem;display:block; }
#LFcsyuTfxR5TOTJ66Huv7yDqu6wTaDeU { position:absolute;display:block;z-index:14986;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:51.843749284744rem;left:38.937501907349rem;display:block; }
#IFX5Ol1UZ06i2bJJXzira6RbLvhMlVOl { position:absolute;display:block;z-index:15013;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0609375rem;top:62.1875rem;left:38.9375rem;display:block; }
#dbDm436DzkNFMHcM2khm2PndT1TO7pga { position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:62.1875rem;left:38.9375rem;display:block; }
#QEme0CWJtbitAk3xL2B0d7qERmMZePBo { color:#1c2637;display:block;width:25.684375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15037;line-height:1.7;letter-spacing:0;top:64.0625rem;left:47.1875rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ISkdT3XfiNJAyXcbUVM3f9X6HPF0x0zM { 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:3.75rem;width:4.4375rem;top:64.71875rem;left:41.000001907349rem;overflow:hidden;display:block; }
#hyTZSqFgs2HkRXhbVZHk2RRovZk82arD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:62.033332824707rem;left:0rem;display:block; }
#X4CJWzgVGyKDRKZnBpHxPaZw3i9JtgMz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4t420wZyZNFWkU1ukAyCCxz3yaTC0hh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:72.408333778381rem;left:0rem;display:block; }
#zp3SSIz3vw2HskGGdig6RfhH8JIfkHQI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#opn3aO4ipfTL24TOQpVUkdc0h7O8cHgB { position:absolute;display:block;z-index:15016;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0605625rem;top:72.4375rem;left:0rem;display:block; }
#Ia1oF6T3qfQtHzOIZzC8xtOPSiBKxR6A { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:72.4375rem;left:0rem;display:block; }
#Pb2I9OBz7CGMM2LcaZtStdtoE7XQGtGd { color:#1c2637;display:block;width:25.683625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:74.4375rem;left:7.25rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#co1e3bl6N8572aUyyogi6T4lWH6yFySw { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:74.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#uEQTU7G1GdBIUGwbHpu9gHCTT7qKEITh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1239375rem;height:9.1239375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:72.436458587644rem;left:38.876041412354rem;display:block; }
#dRgJtR5UG0J1ysRJ3uXVNlmbJCN02SgJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AT7yGnkuIZFk19Ks39KN3t9gRWyelHfx { position:absolute;display:block;z-index:15019;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0605625rem;top:72.40625rem;left:38.938541412354rem;display:block; }
#SxAFPrFvfJAHgsV0e5nnrDxNGXBg8hNG { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:72.4375rem;left:38.9375rem;display:block; }
#M6umfkoIHxDtWB82gxaaT0R1CVw6e5BA { color:#1c2637;display:block;width:25.684375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:74.4375rem;left:47.1875rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tx6wWW0ZsqncfT3swHgTeMtsV3aqw0PB { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:75.0625rem;left:41rem;overflow:hidden;display:block; }
#M4tnPTZBEx2yD5bEKezS3ddEtiqTvAOA { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:41.625rem;left:38.875rem;display:block; }
#BeLrZgixh7GxWTo5EkRcClgvQcRm8Or4 { position:absolute;display:block;z-index:15012;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:41.625rem;left:38.875rem;display:block; }
#BSwDQa4GMtrFcu53yAlkDT5PC8a44aJr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:45.410416603088rem;left:38.004165649414rem;display:block; }
#AaAlxKP7bUVsfx0rvvb7AFNvEr1HEwmV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w50kzT9y2OvTzZcRff2BGGFC2ayephts { color:#1c2637;display:block;width:26.625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15036;line-height:1.7;letter-spacing:0;top:43.6064453125rem;left:46.9052734375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qM4phMv93sAySIgLsKQ8caTwclrA9fWP { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:44.25rem;left:41rem;overflow:hidden;display:block; }
#QTZuT3yXpJRiBKZqhsd0OJyqUMPk1wgz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:82.783333778381rem;left:0rem;display:block; }
#O3fukDaA28lnU882v4QdBSAh9v6ddlbO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGdehecNgNo6A0OcnfXgf18UPrHb4GhS { position:absolute;display:block;z-index:15021;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0605625rem;top:82.8125rem;left:0rem;display:block; }
#WIZb6l6lliw1XrtH8Ud1A8nATNce8QBo { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:82.8125rem;left:0rem;display:block; }
#oBBo4HKG0HvqnB35cvb5H0xDt6TcEXSA { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:84.75rem;left:2.125rem;overflow:hidden;display:block; }
#FKtIw1tD5GgNA31AA8PzUSp5gUZ91DVv { color:#1c2637;display:block;width:25.6833125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15045;line-height:1.7;letter-spacing:0;top:84.793750762938rem;left:7.4375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yCTSmLFa9Ow0UDhxUmeOFzxdrypkGGBJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:82.783333778381rem;left:38.879165649414rem;display:block; }
#T4Lm55IaSJNef5MwZbpkqpeLozks6T9L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KoNDEiqwMxLlCPvVoiDpuwVIw5T2e8gz { position:absolute;display:block;z-index:15026;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0605625rem;top:82.8125rem;left:38.9375rem;display:block; }
#TMseZJDG5sEzgCtK3zWi8O4fe4VFtWAl { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:82.8125rem;left:38.9375rem;display:block; }
#WpCOeTkuSikSsHFda10nlGz5VHiG1TPI { color:#1c2637;display:block;width:25.6833125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15050;line-height:1.7;letter-spacing:0;top:84.793749809262rem;left:47.1875rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gxXZhVkk5mkJtG8tsn7h1pLZSSi5bhrU { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:84.75rem;left:40.875rem;overflow:hidden;display:block; }
#OKNkTEA5rlmTzqJiU1RQvtpucoTQ2pAa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:93.220832824706rem;left:0rem;display:block; }
#vTC6n1JkpXtnHG2FndL4CZdwIhFyN5gs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPv5MVuo6shOxX5oC5ee1Fn2U41Ibaun { position:absolute;display:block;z-index:15021;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0605625rem;top:93.25rem;left:0rem;display:block; }
#KxsdXHTU7U0bPNFZlGMRTvmIuVhgFtzr { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:93.25rem;left:0rem;display:block; }
#pyy8NnzZ5n5U8RbFBbcM20sv4VMw0ATy { color:#1c2637;display:block;width:25.6833125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15045;line-height:1.7;letter-spacing:0;top:95.231250762938rem;left:7.5rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GvqlGIT2VZLuQsteFLX9ALcpAhUJyZ21 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:95.1875rem;left:2.125rem;overflow:hidden;display:block; }
#fwKI3LeUUXFDM2QxN7lDeUhSmixLbvmN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:93.219787597656rem;left:38.879165649414rem;display:block; }
#gCQ2q5qx8x6D7v5gx81NRFRFio6Usf7L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#miGGMA8l729SVymTmpy779RriTvnUkMJ { position:absolute;display:block;z-index:15026;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0605625rem;top:93.25rem;left:38.9375rem;display:block; }
#c8GMZt7WemWNd9RFzXkKB7SH7dIBWCeg { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:93.25rem;left:38.9375rem;display:block; }
#zS31lV3SyUrrpA994VzHX2HEP4kqgBs6 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:95.1875rem;left:40.875rem;overflow:hidden;display:block; }
#JcNCdcmabEIU1diKv4y6GGcAm70FyNCl { color:#1c2637;display:block;width:25.683625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15050;line-height:1.7;letter-spacing:0;top:94.5rem;left:46.1875rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tURTR8fmkXya0FeUfpUdALp9JxK3PiVP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:103.53333282471rem;left:0rem;display:block; }
#tX93zx0x9NRDFtCdzMMaMaIwyfgn76Pf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CU7CoC52UMsDPBqaWubJBcn4vt9J0Afr { position:absolute;display:block;z-index:15026;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0605625rem;top:103.5625rem;left:0rem;display:block; }
#lqBIQrIHQMngchF8fEMsFXsWflamBqfl { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:103.5625rem;left:0rem;display:block; }
#MRFAAD7pJ8GPb9Rd6x50QXDvPKbUIeGp { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:105.5rem;left:2.125rem;overflow:hidden;display:block; }
#cx9SSs6khh2fZTxTIr7puzyZVCkanv3R { color:#1c2637;display:block;width:25.683625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15050;line-height:1.7;letter-spacing:0;top:105.4375rem;left:7.4375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lz4vFfk1z67AJ9See6rJ7i2zu0AxT3pw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:103.53228759766rem;left:38.879165649414rem;display:block; }
#Pq0s0TBL3BDU1E5Z2T2vcmhPweGKQKE5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mw8qkxDh48GDmbNH7qU41B4azNFZTJmi { position:absolute;display:block;z-index:15031;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0605625rem;top:103.5625rem;left:38.875rem;display:block; }
#TWzC7uLEPzPao71uwNr4OXQIEKZXR7J8 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0625rem;top:103.5625rem;left:38.875rem;display:block; }
#LhOS1XftFxBc38XNWD347Dlqd8PJ2kPS { color:#1c2637;display:block;width:25.683625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:104.8260345459rem;left:46.905208587646rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gkLTUlH2DJqrQGtQ2ZMh53JXqMXN3yiq { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:106.21771240234rem;left:41rem;overflow:hidden;display:block; }
#XvG3D1JrqvGESqMzTr4fgMfqBZldLs0r { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:114.00103759766rem;left:0rem;display:block; }
#xpOKt3nZXw5eXr4Dws8K1KsgBgfXCwq3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bxH6uhcR2bB2p0VmbG69dwBq4LgIV8Ky { position:absolute;display:block;z-index:15031;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0601875rem;top:114.03021240234rem;left:0rem;display:block; }
#TsrRKvsLctAVc3GLnSD6nT0T8FeXtnW6 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0625rem;top:114rem;left:0.024999618530274rem;display:block; }
#me7mEQ2v40g9kgwaN4K7WagNOqentlcD { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:116.625rem;left:1.9375rem;overflow:hidden;display:block; }
#fpPho8Ayvfccl61pBSf5W3pzamBLIvIs { color:#1c2637;display:block;width:25.683625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:116.83229064941rem;left:8.340624809265rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kgmJTlg0U9pJ7JNo6gUE4DZtAbNGIMLV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.120625rem;height:9.1205rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:114.00085449219rem;left:38.878784179688rem;display:block; }
#ea2vDlnDNfTQBmXQtxbr0uytx2mse58V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTutq9QXQHTSemUFGw1X2H3BoiuM3Gqa { position:absolute;display:block;z-index:15036;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0601875rem;top:114.0625rem;left:38.875rem;display:block; }
#hd69GX299cgPzQs1Dsor9prPObnExtoO { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0625rem;top:114.0625rem;left:38.875rem;display:block; }
#oUzTRKInQeg2Fh2vkUcavEBor1oPrixl { color:#1c2637;display:block;width:25.683625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15060;line-height:1.7;letter-spacing:0;top:116.01196289062rem;left:47.1875rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTtHgD9u5uQUR6V9uiJFds0JLi8bsHDE { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:116.68579101562rem;left:40.999755859375rem;overflow:hidden;display:block; }
#iWqwqRDruT3OTOsyDZTNBuHXdbw6hTzf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.120625rem;height:9.1205rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:124.47021484375rem;left:0rem;display:block; }
#iZXtuIK6uodt6moHLS1XIiDRL5xvyeiH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FWOg7SF3Bkp6o7JrCiN1kikpizskvI3p { position:absolute;display:block;z-index:15036;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0601875rem;top:124.5rem;left:0rem;display:block; }
#wmHUuyNBK4W7nvolmnZF9TI9PQriwE5I { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0625rem;top:124.4375rem;left:0rem;display:block; }
#IsiCbhWmhin1Ug76pBzKAdDpeNM3vTom { color:#1c2637;display:block;width:26rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15060;line-height:1.7;letter-spacing:0;top:127.33154296875rem;left:8.341064453125rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UxNNn4l1v2AdR5zTnOOq0JvCtbidFTmR { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:127.15576171875rem;left:1.9580078125rem;overflow:hidden;display:block; }
#h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI > .row .container { background-color: transparent; background-image: none; }#h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI > .row .container > .video-iframe-container { display: none; }#h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI > .row > .video-iframe-container { display: none; }#h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI > .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); }#h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI > .row .container { border-width: 0; border-radius: 0; }#h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#mquwwDaqzUBpBR0q7RIp0qTl9Lu3Ovag { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af4d1d15-1093-46f1-a601-9ce2a954e145/firmbeecomgcsNOsPEXfsunsplash1.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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.75rem;width:75rem;top:0.25rem;left:0rem;display:block; }#mquwwDaqzUBpBR0q7RIp0qTl9Lu3Ovag.adaptive-delivery-prevent-bg, #mquwwDaqzUBpBR0q7RIp0qTl9Lu3Ovag.lazyload, #mquwwDaqzUBpBR0q7RIp0qTl9Lu3Ovag.lazyloading { background-image: none; }
#mquwwDaqzUBpBR0q7RIp0qTl9Lu3Ovag::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#mquwwDaqzUBpBR0q7RIp0qTl9Lu3Ovag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,227,227,0.12); }#P8ZHePEuX10GfbfvQaRrAUlucJVEhf9t { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8rem;left:18.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qoyuq7Wb8if3VFKip0TygkxUrXB74T9p { position:absolute;display:block;z-index:15031;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.5rem;width:4.375rem;top:4.25rem;left:35.3125rem;overflow:hidden;display:block; }
#UOVEeDrkLc1WWw169K0k3vC38rvJZRzd { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.75rem;width:75rem;top:0.25000381469726rem;left:0rem;display:block; }
#FJ3v5RMfcz3bJ1ciOZgqZNQLeWzUbvp8 { background-color:#1c2637;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.344598770142rem;height:2.7496604919434rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:8.25rem;left:28.812503814698rem;display:block; }
#o1gPaTGS53BZWO7T66KiC7vSP5o1XlmI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mqTKQ06GLLN58K1pynaAMhTneDPrxZ3i { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.94091796875rem;left:18.59375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nRaCigR3DuJLIcerhb2KiSlpMNklupqL { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:5.9101524353028rem;left:18.59375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HQv0MFqWauVuTcpENdU3KLUvg4hmyeaT { position:absolute;display:block;z-index:15019;background-color:rgba(255,210,85,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14rem;width:75rem;top:0rem;left:0rem;display:block; }
#aC0zDTw4idpFrrxILbWLVRlwZZ9PiJ6A { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:14.122375rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:2.8610229492188E-6rem;left:0rem;display:block; }
#WCB1s9m1rld8msp2aIXNUIBs8SBJ6yBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx { position:relative;display:block; }#KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx { background-color: transparent; background-image: none; }#KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx > .row .container > .video-iframe-container { display: none; }#KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx > .row > .video-iframe-container { display: none; }#KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx > .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); }#KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx { border-width: 0; border-radius: 0; }#KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;font-size:0.875rem;font-family:arial;height:84.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#H7S1uhBIygRckoeyPXVST8oyzKX2mR7b { position:absolute;display:block;z-index:15000;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:1.2316589355469rem;left:0rem;display:block; }
#Q3x3TvZ85ennRdXnuut0dKEMlE7ukJKJ { color:#1c2637;display:block;width:25.686990737915rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:3.2382888793945rem;left:8.3398447036744rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHkguVRHrbftZveyNg2gEvmLCxm2TZqa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:3.8097915649414rem;left:1.9582204818726rem;overflow:hidden;display:block; }
#yTIfikyDM8hWqn98SKgwJ19GF6JkOEk2 { position:absolute;display:block;z-index:15003;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:36.0625rem;top:1.1875rem;left:38.875003814698rem;display:block; }
#IcG9aaxKMoMktJsNoyTVdDMNa9VazctR { color:#1c2637;display:block;width:25.686990737915rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:3.25rem;left:47.375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTmuourIVD48WtCGEdXP24QJ4bplnDG8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:3.8125rem;left:41rem;overflow:hidden;display:block; }
#LLpZynf6yNIkSwCOu2dzOTTqMyFrMZq2 { position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:1.2312498092651rem;left:0rem;display:block; }
#upInZNDzhvm5R1rbl7FHq2iraWLiIQSV { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:1.2312469482422rem;left:38.875rem;display:block; }
#Vrpex3dEMWhSE2QEgLSi5fBJTdcfEKXT { position:absolute;display:block;z-index:15008;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:36.0625rem;top:11.4375rem;left:0rem;display:block; }
#nnyMopL5RdP2WcqR1FIraQxwVEmOcEJ8 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:11.4375rem;left:0rem;display:block; }
#GciwnEDCxrUJsfNdXtN4IrFWQsCoocLL { color:#1c2637;display:block;width:26.3125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:13.5rem;left:8.5rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MFWuN2OevWheAczie20MrNTqOoLcNKIu { 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:3.75rem;width:4.4375rem;top:14.0625rem;left:2.125rem;overflow:hidden;display:block; }
#vRCh6Bl74cuIJRohEeDeOy2a5xEJATB5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:9.25rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:11.375rem;left:0rem;display:block; }
#iXIrxJisaNyuTs48SqZH1w9W5SmKSf8d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AKdJHsgyKO6kciMdO1eGrcSqMEXVNt2X { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0625rem;top:11.5rem;left:38.875rem;display:block; }
#N0rUwTp8e6qT7prgQFUI7WT8HRCb9PIy { position:absolute;display:block;z-index:15013;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:11.5rem;left:38.875rem;display:block; }
#N8VqwfmtlGXDRq5MT2p8TPhJ52zQpXAU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:21.53125rem;left:38.879165649414rem;display:block; }
#OVwbHEGJaMINbhHsdLPEPefDH9T6HEou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bkp2QeXkTW1WkqlzbbIzsDCbXniBtgfu { color:#1c2637;display:block;width:26.5625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15037;line-height:1.7;letter-spacing:0;top:13.5rem;left:47.375003814698rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lanrAihDv3pttTOKTqlSG9Xytgqa2dNJ { 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:3.75rem;width:4.4375rem;top:14.125rem;left:41.000003814698rem;overflow:hidden;display:block; }
#Tb69FE6NPrRdCyi0af82X9puNgn6xmvU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:21.53125rem;left:0rem;display:block; }
#IyTTn2xyE2UmDgpoWDosNbNQUkktUNnN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKdDxS2eDuaK6BJSNJzST7oBRIRd2yhH { position:absolute;display:block;z-index:15011;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0609375rem;top:21.560156822204rem;left:0rem;display:block; }
#dAKMrOhuXhf8kRbZ3lgpXiEWTM1EwwTR { color:#1c2637;display:block;width:25.684375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15035;line-height:1.7;letter-spacing:0;top:23.5rem;left:8.4375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vINvVGfhXraICgUaT1QdbPG9X73mXiOb { 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:3.75rem;width:4.4375rem;top:24.1875rem;left:2.0625rem;overflow:hidden;display:block; }
#izmbXhBqvB8uON5HvZ4DK6OQ2ub7T61n { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:21.561719894409rem;left:0rem;display:block; }
#wv8AakiG8TWO4kUwHZIgUy5pKgb8nN6H { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:21.5625rem;left:38.9375rem;display:block; }
#ZGMvRlbMLl0xF31PJxg06QZ6gpCrXeib { position:absolute;display:block;z-index:15015;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0609375rem;top:21.5625rem;left:38.9375rem;display:block; }
#lFRZ0kR9xwrAFppqLxwbR0Fce0d8sZb7 { 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:3.75rem;width:4.4375rem;top:24.216796875rem;left:41rem;overflow:hidden;display:block; }
#uP6la7RPQh9XtvJWlSdLTtG0EtU5qRni { color:#1c2637;display:block;width:27.5625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15039;line-height:1.7;letter-spacing:0;top:23.542188644409rem;left:47.437501907349rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c9tvBUFbBsKyoO6GXEMalVdfKxJhapAg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:11.439583778381rem;left:38.879165649414rem;display:block; }
#xW9QpTG9875rUqg4JUPQ7yKiNgd6uAfi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lhuLdSd1poc9cF0L0RJqHTOUPDmkVdpp { position:absolute;display:block;z-index:15015;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0609375rem;top:31.75rem;left:0rem;display:block; }
#NOn4DScGXRxXcyIp3fyiTH03foNqApzT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:31.75rem;left:0rem;display:block; }
#Got0HZmTb7chrGT4P16QvgZthiv13Wr2 { color:#1c2637;display:block;width:25.684375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15039;line-height:1.7;letter-spacing:0;top:33.6875rem;left:8.4375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n4fNl7NOfoCJM113hk72etOyT47XMt9U { 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:3.75rem;width:4.4375rem;top:34.125rem;left:2.0625rem;overflow:hidden;display:block; }
#wZITphQHlnfQ6GwNVdEAztTNTTofFtX2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:31.720833778381rem;left:0rem;display:block; }
#gzI1r0XtmDt6RVRxOcxlO9IUSIovCDJR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q0VxcPHiZnALhssHbTTUFlADxCTKda7X { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.121875rem;height:9.125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.2312498092651rem;left:0rem;display:block; }
#URRKAtgONxpLkplrMh1Fe4ZipomXmnPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lh5WeiDpkGolAbiVTF2gf7RBCqPHE4SF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:9.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1.1062498092651rem;left:38.875rem;display:block; }
#IU54UZ0BSmPcysVO3uBsTST9aNGTvUyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kxVAUrDTos4U40PrS0atoSG3ESMtBFnB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:31.689583778381rem;left:38.879165649414rem;display:block; }
#NblK93FXJQLsZXJSchAZXaM5IbkdfWZP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uW5rHxDEweE2cKI8AhORPxgNPrKF8QOu { position:absolute;display:block;z-index:15016;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0608125rem;top:31.71875rem;left:38.875rem;display:block; }
#QiSoNrdwEZVNWeQ9yEFloNHVxBT0fTWJ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:31.8125rem;left:38.875rem;display:block; }
#QzSG6oxupMgqyaTN4TlBgmSpvu3OqVVL { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:34.25rem;left:41rem;overflow:hidden;display:block; }
#qKw5qXNUTygK5oc4VSFTyfSDVikDDSvT { color:#1c2637;display:block;width:27.375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:33.6875rem;left:46.9375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZ39hU5IEhU0igMzQ59EKlnRuuBFBiFh { position:absolute;display:block;z-index:15021;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0608125rem;top:42.0625rem;left:0rem;display:block; }
#iCuBIM7GzTbDnrRLRz6V8ckgXan211dT { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:42.125rem;left:0rem;display:block; }
#wvg1IzZwT7dISTTFxNk5db49syUs3btz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:42.033333778381rem;left:0rem;display:block; }
#ueGOuBr85aeFEImL0eXbGNPFJF4TMxnl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XHLHmCxa4yUIAy9W636s4QFHifd2OkDs { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:44.5625rem;left:2.125rem;overflow:hidden;display:block; }
#ay5ZBdx132osPGhmb1SrdKiALbNqkzvu { color:#1c2637;display:block;width:27.375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15045;line-height:1.7;letter-spacing:0;top:44rem;left:8.0625rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nZ6TRSudBxTHw1PvQD80LUWliKwuucFn { position:absolute;display:block;z-index:15026;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0608125rem;top:42rem;left:38.875rem;display:block; }
#zCW7QRUbfmodeKuTZqKS4L0b4Hqxpc4U { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:42.0625rem;left:38.875rem;display:block; }
#wt9C7oTqO5Tv1EfbB8SDETH9xB4pioB2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:41.970833778381rem;left:38.879165649414rem;display:block; }
#kqxZDItagzIC74f0Tx0ZotfWRsFBDT1i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WdW8U9O7dbkFUsS3Cqif5zmEl02lZzNV { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:44.5rem;left:41rem;overflow:hidden;display:block; }
#ZTQDlPcJpgCyDOdfyWE0HDgVT0VeqFQJ { color:#1c2637;display:block;width:27.375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15050;line-height:1.7;letter-spacing:0;top:43.9375rem;left:46.9375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rKHFtDqzf6VGgO2O58rTeBXKWSH4rhEM { position:absolute;display:block;z-index:15031;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0608125rem;top:52.375rem;left:0rem;display:block; }
#G21fX8isyEsWGZ0U5l4LoXMaO6cTnaRl { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:52.4375rem;left:0rem;display:block; }
#TpD6CR32m50XNKEEfuK2Xupf97iTaFHZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1208125rem;height:9.1208125rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:52.345840454101rem;left:0rem;display:block; }
#TyTM1TnC9U8E7TTR5OarKfFXTxHBbLqF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c9959KtTvzPOEDb9TOtpltgI78VXwTOC { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:54.875rem;left:2.125rem;overflow:hidden;display:block; }
#DVPfCRVupptBNCfWfs3W0n3s7cVPzcoT { color:#1c2637;display:block;width:27.375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:54.3125rem;left:8.0625rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XaoW9NN5i5b5FXkJVm1TFUVRQd0eRi7K { position:absolute;display:block;z-index:15036;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0608125rem;top:52.4375rem;left:38.875rem;display:block; }
#qRRuFXKn7xQTIK06ARJ0eVpblUMT9aP4 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:52.5rem;left:38.875rem;display:block; }
#ZVSpK6BDescmP4uuekKpVTupTEcwZZbH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.120625rem;height:9.1205rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:52.437133789062rem;left:38.844604492188rem;display:block; }
#GtQ8hxOQRsKWR4AbUUTPP4BDQB946elm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tKOB6UuhTpnlqSAmK55syC6tfmDVM4d7 { color:#1c2637;display:block;width:27.374875rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15060;line-height:1.7;letter-spacing:0;top:54.874877929688rem;left:46.530151367188rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aHdmf1DvuAF4wcXyi6l2eShz8Fael6sD { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:55.031127929688rem;left:40.999755859375rem;overflow:hidden;display:block; }
#XxUEQgMVTGNbI2r03sEduti1tyPT88wn { position:absolute;display:block;z-index:15041;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0608125rem;top:62.875rem;left:0rem;display:block; }
#snHLyvztu593UQZiUPCZcHVxGKNOlvsA { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:62.9375rem;left:0rem;display:block; }
#UKyPSn5bCRR9lSZb1TNZdor4kVJqXZmr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.120625rem;height:9.1205rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:62.845458984375rem;left:0rem;display:block; }
#onagciK4rEkaEnldkEbPrwJdiglgRxit { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ToFOHGki7H5amrJW0JU9JDrAFJEHwUz6 { color:#1c2637;display:block;width:27.37425rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15065;line-height:1.7;letter-spacing:0;top:64.857177734375rem;left:7.4957275390625rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vGenA8WR3c4I7PsP98r5yBrSGI7hK7pP { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:65.531005859375rem;left:1.9580078125rem;overflow:hidden;display:block; }
#o1H4ayH9Gp3ZklmvUfafWTJxqGOLO1Uc { position:absolute;display:block;z-index:15046;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0608125rem;top:62.875rem;left:38.875rem;display:block; }
#GeaDVhkgi9PuOinrhLXfSaotVqp6nALL { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:62.9375rem;left:38.875rem;display:block; }
#s1V96ZbH5MAio20T16gXFszRuO37HDKa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.120625rem;height:9.1205rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:62.875rem;left:38.875rem;display:block; }
#XJ0eUk4KkkkBABADhbIu25TlUFzw2lXx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CASz3gHmBEF9TlERdF7Vig7B2nTnGAFn { color:#1c2637;display:block;width:27.3736875rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15070;line-height:1.7;letter-spacing:0;top:64.875rem;left:46.75rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NPf4wdX8Xigu1iFCunJ9lnfrZkBcNp2A { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:65.5rem;left:40.8125rem;overflow:hidden;display:block; }
#UM3fn3mvXeM2xTrSVGVInii5orauCmm2 { position:absolute;display:block;z-index:15051;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0608125rem;top:73.6875rem;left:0rem;display:block; }
#QTJvdAlSPWTtiTxPddSu8tM2811ggXaN { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:73.75rem;left:0rem;display:block; }
#NwqpliDEA9rlW01xDD4U83yB6wzQaWyr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.120625rem;height:9.1205rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:73.657836914062rem;left:0rem;display:block; }
#bDkwi46FGTG7HBLx4AwNXTVkuh9q65M3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c0spQ36GQtQH8SsEHNKBlemGxxdBETHA { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:76.343383789062rem;left:1.9580078125rem;overflow:hidden;display:block; }
#uPqX0WMNBvTlLCKRI4wxd6Mm5q8RxzOK { color:#1c2637;display:block;width:27.3736875rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15075;line-height:1.7;letter-spacing:0;top:75.669555664062rem;left:7.4957275390625rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iil8TrwKVb1bvdIcUw8Pe5MTSBPTIvTb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.120625rem;height:9.1205rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:73.657836914062rem;left:38.878784179688rem;display:block; }
#NRmw5HqILTCrS1C9Jk42ivUHPxuv3wg7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pzbwALDNXADhVRePJnuHwIUoo0HM9zc2 { position:absolute;display:block;z-index:15056;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0608125rem;top:73.75rem;left:38.875rem;display:block; }
#Lsrf5PKoyKonb2LUHNJlKwKhrTqOzUcv { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:73.8125rem;left:38.875rem;display:block; }
#a6OSzMXedLPLVaaXW0gxrEtSdu9HZvD7 { color:#1c2637;display:block;width:27.3736875rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15080;line-height:1.7;letter-spacing:0;top:75.669555664062rem;left:46.53076171875rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q88gS6wzkClauCKNPKKR7DR86xqHgQxV { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:76.343383789062rem;left:40.999755859375rem;overflow:hidden;display:block; }
#J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c > .row .container { background-color: transparent; background-image: none; }#J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c > .row .container > .video-iframe-container { display: none; }#J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c > .row > .video-iframe-container { display: none; }#J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c > .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); }#J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c > .row .container { border-width: 0; border-radius: 0; }#J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#DTCkaSHOGtN9tIBcomip3uJcUE8JURoM { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.625rem;width:75rem;top:0.27020263671875rem;left:0rem;display:block; }
#oc0KEkESHZnfeopIGDxeeMNhfG83DqlG { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a2c8f50-6e11-46c0-8d66-2c39e66036bc/andrewneelute2XAFQU2Iunsplash1.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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.75rem;width:75rem;top:0.25rem;left:0rem;display:block; }#oc0KEkESHZnfeopIGDxeeMNhfG83DqlG.adaptive-delivery-prevent-bg, #oc0KEkESHZnfeopIGDxeeMNhfG83DqlG.lazyload, #oc0KEkESHZnfeopIGDxeeMNhfG83DqlG.lazyloading { background-image: none; }
#oc0KEkESHZnfeopIGDxeeMNhfG83DqlG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#oc0KEkESHZnfeopIGDxeeMNhfG83DqlG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,227,227,0.21); }#VM8gmUmbu3ybPyDhm8o3yR3reriPTaUS { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:8.125rem;left:18.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQVFwaBd9qKMu550lwJsWdehOlsNpdSc { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3746604919434rem;width:3.0621604919434rem;top:3.625rem;left:36rem;overflow:hidden;display:block; }
#kJ5fqa6cU3MxDkEHTKD4KfrKL1yJZv4k { position:absolute;display:block;z-index:15019;background-color:rgba(255,210,85,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.8125rem;width:75rem;top:0.107421875rem;left:0rem;display:block; }
#syfPL8tH0myoTz2sr7MzEk3LKdtS39qs { background-color:#1c2637;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.344598770142rem;height:2.7496604919434rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:8.4375rem;left:28.812503814698rem;display:block; }
#Q8mB6wIeKpeJC95UyP1yWOnzTfG5LJbV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m1dF5TNO2yK2VRAUTn39v1gsgMlbsEAP { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:4rem;left:18.59375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UG6OSlILGpAMUgzDCOsM2xkrNNWoo8J1 { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:6.03125rem;left:18.59375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pHPUaa7sOxNaedcZdW6d9GdMZSaWSylU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:14rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:1.1444091796875E-5rem;left:0rem;display:block; }
#XXkRngnrGJgsexWUBS9JGDaATPL7pCh9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT { position:relative;display:block; }#S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT { background-color: transparent; background-image: none; }#S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT > .row .container > .video-iframe-container { display: none; }#S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT > .row > .video-iframe-container { display: none; }#S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT > .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); }#S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT { border-width: 0; border-radius: 0; }#S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;font-size:0.875rem;font-family:arial;height:67.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#dISqZQGhquZBbbwz1UXPZ5BFT9GWkeZa { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:1.2316589355469rem;left:0rem;display:block; }
#l4NBHnHaMA5uIAParJTGKzxzvqBxVE0Z { color:#1c2637;display:block;width:25.686990737915rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:3.2382888793945rem;left:8.3398447036744rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtGehw3rmJJqrECdcsJgniv2zbEmFvzP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:3.8097915649414rem;left:1.9582204818726rem;overflow:hidden;display:block; }
#iXH9qTLZ8bUGTBn1qe0EPT0RWUXthKyr { position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:1.25rem;left:39rem;display:block; }
#bIBuZ5uiZ81l1QvTsElerKsSJDpqo8kD { color:#1c2637;display:block;width:25.686990737915rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:3.25rem;left:47.375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UWdooOmqk0Sz69MNfEVuNq8CeZOW26d6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:3.8125rem;left:41rem;overflow:hidden;display:block; }
#qprFV4yxnABTq3iIdGOD0ANvqdv5BddT { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:11.5rem;left:38.9375rem;display:block; }
#GcqGsgaswCMz6kevLQQhMsaGKlhFQ4JZ { color:#1c2637;display:block;width:25.686990737915rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:13.5rem;left:47.3125rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aalb0QwHRtPauEcxpKAHmubfp2Bt82z3 { 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:3.75rem;width:4.4375rem;top:14.0625rem;left:40.9375rem;overflow:hidden;display:block; }
#PEP6gLyTzm1cMxlyRTNSn6tsmHIHeTTt { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:11.5625rem;left:0rem;display:block; }
#VcolSUkGq9fZas3I3hJdzETrpawuEcog { color:#1c2637;display:block;width:25.6861875rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:12.75rem;left:8.3125rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VLgxy8EyvtZ3NH18G001Bl2mib41y8yb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:14.1875rem;left:1.9375rem;overflow:hidden;display:block; }
#k5beFVuBvQK6Lq0Cd9pQNQQVd4gQGkEw { position:absolute;display:block;z-index:14999;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:1.1915740966797rem;left:0rem;display:block; }
#xOMIgGThSPLDawVq2LM4kxqiARB3a62k { position:absolute;display:block;z-index:14996;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0609375rem;top:11.5rem;left:0rem;display:block; }
#xqIMXzrW5wd1rNL8kqA8lh7eBdcTAiCx { position:absolute;display:block;z-index:14992;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:1.2318267822266rem;left:38.999323844909rem;display:block; }
#iPgb2kbszqCW8SeVCrHKk7Pkpiu1AdBe { position:absolute;display:block;z-index:14993;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:11.4375rem;left:38.9375rem;display:block; }
#E4ME4eOo4CwupQEQP8CTTG2wA2mgNdEe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:9.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:11.4375rem;left:38.8125rem;display:block; }
#gw3xP96znDPBalH0GyzZ8glT3UKl7xWF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DVfTcTDbCBsd2srMcIxybl770ClxQKRX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1229375rem;height:9.1229375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:11.5rem;left:0rem;display:block; }
#n9DzuIVKi7kBQckJLXrxT93sMyTsi8uW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qmwoAZITdv9TUf5y9IwwKPEEnC1aifzE { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:21.6875rem;left:38.9375rem;display:block; }
#tTbNlTob0pGAOcFpFNKmlu9UeT3JK9Jl { position:absolute;display:block;z-index:15001;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0609375rem;top:21.65625rem;left:38.938541412354rem;display:block; }
#vp6EDEO6kTN1SnXaIyxfri5r6XAslxv6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1229375rem;height:9.1229375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:21.626037597656rem;left:38.877082824707rem;display:block; }
#t897kNMU3hsbZFWPZ9kvwPzgHrB7CIEi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#waBWnArlsgJlcoAG0O3kTq1bOqrTKRNS { color:#1c2637;display:block;width:25.6859375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:23.637496948243rem;left:47.375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SegCdw47hcQdMvftaL5hkGsaefqvN43X { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:24.3125rem;left:41rem;overflow:hidden;display:block; }
#IVqFEquE7dlg6FIaeADBnwhJB2b3L6ed { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0625rem;top:32.4375rem;left:38.9375rem;display:block; }
#z9aQEIppGXFsloDwsvUnzZwFSqcgygr6 { position:absolute;display:block;z-index:15005;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0608125rem;top:32.4375rem;left:38.9375rem;display:block; }
#mpx8BucZAKkI7gK1JqUfUVI2CRi6aG9z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1229375rem;height:9.1229375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:32.4375rem;left:38.875rem;display:block; }
#PmU0Dqe6utOcblHQ2KgsLmpZ6S2l6HoI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MRx5L2T9FsgpnOug0C9iJPqlDGKtafFg { color:#1c2637;display:block;width:28.1875rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:34.5rem;left:46.6875rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RtlfzJc9LCCEXfO9VWeS5AbFChI512I7 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:35.125rem;left:41rem;overflow:hidden;display:block; }
#lylkcuBJe7yb462mX5HtcCbdtNc0cbZ7 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:21.75rem;left:0rem;display:block; }
#T7e8qI7itMA7UiSabRt1aOfDk6eoxNGC { position:absolute;display:block;z-index:15005;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0609375rem;top:21.75rem;left:0rem;display:block; }
#JuiL7XbN9Ng59SVEzMELTwnvo9SFoTTO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1229375rem;height:9.1229375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:21.6875rem;left:0rem;display:block; }
#haMU0A8QiGRFToxhb4Z8My7bwsW1tLBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gzpCLSH5z0qVodJEBssZZva4GnB1PyGv { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:24.3125rem;left:1.9375rem;overflow:hidden;display:block; }
#QoXvv3z2v3UwqnbMGlVXyVIwHWxvn6xX { color:#1c2637;display:block;width:25.6860625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:23.625rem;left:8.3125rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iy99qvQhgbpdzfW1Nmqn4WhMXSSx53hw { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:32.5rem;left:0rem;display:block; }
#IsUMLBl6agB4HiZVszTrT0utObXZBS9z { position:absolute;display:block;z-index:15005;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0609375rem;top:32.5rem;left:0rem;display:block; }
#iWytka4yCdQzaVETGHMOf8RN6c54BvkU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1229375rem;height:9.1229375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:32.5rem;left:0rem;display:block; }
#DDCPLLSOR7O9MWvzRi6SLqsvNbEkzTCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SlpayE7SOkywLEW7Eb39bPgf0FFToIQ6 { color:#1c2637;display:block;width:25.6860625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:34.3125rem;left:7.875rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fG0OwyrsPo0CxpO5l2WiiIxXrw6arCmX { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:35.125rem;left:2.125rem;overflow:hidden;display:block; }
#ImkWdvAOp49WZT3gQ6X9w3zmmMWWUBqv { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:43.0625rem;left:0rem;display:block; }
#qQo4okhF5HI7nnkTzvrbBe1gN808ZVCm { position:absolute;display:block;z-index:15010;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0609375rem;top:43.0625rem;left:0rem;display:block; }
#w439kRnHNwHQ7PkmlnTqbkg0tgrXQ0Hg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1229375rem;height:9.1229375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:43rem;left:0rem;display:block; }
#fhBBk6TU7ce6vOP5P0dhPLc8oI5Ti6Bs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rN5PPAKWti3VwLpQ1aKhRxsJ8c84yz8l { color:#1c2637;display:block;width:25.6860625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:44.125rem;left:7.75rem;height:8.49853125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sErpEBcIGICTNHEPO7oKFt855sDgbx4Q { 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:3.75rem;width:4.43725625rem;top:45.6875rem;left:1.9375rem;overflow:hidden;display:block; }
#K2OtTdpvEVfWCrWWbDVaTeF3PRMStndN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:9.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.1374998092651rem;left:0rem;display:block; }
#GHo2w7ulSKNfEwQOO6MwD6eDviccpotP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fkNePK8yZ2mqihkOpm6mshqRTkfuOyQB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:9.125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:1.1687498092651rem;left:38.875rem;display:block; }
#vyMvnaOPQ4Qc6yShQmgxm0GtrZEkIsoF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3BKOiBCbTEEiW1aCEOG6tLe82znAREs { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:43.0625rem;left:38.875rem;display:block; }
#Z3UvK8B2IRUVm9qLoNWbyCGaWBW7ss8g { position:absolute;display:block;z-index:15015;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0614375rem;top:43rem;left:38.875rem;display:block; }
#aZkWMrI98K6Gi9vtIRX4Sm2hTTatexrT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1229375rem;height:9.1229375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:43rem;left:38.8125rem;display:block; }
#LqR5UoUUC1srUkGdRAHNvNs4cht3VJyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUd1i0THxsgmHr4wq5OrxmFyKzuaC2ut { color:#1c2637;display:block;width:25.6860625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:44.1875rem;left:46.6875rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KFcBPx6GegV1rm6nz8i7TbcUmTsx7PVz { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:45.6875rem;left:40.9375rem;overflow:hidden;display:block; }
#uUn0ufLCE9PIr1Weks9DKfUlL9QPMhNM { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0625rem;top:53.875rem;left:0rem;display:block; }
#b9Q0xgN38znmsTiTUHJTS3O8VClezHKT { position:absolute;display:block;z-index:15015;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0609375rem;top:53.875rem;left:0rem;display:block; }
#uswVT4C1D7WhL0bbysF14Cib1L49pCfh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1229375rem;height:9.1229375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:53.875rem;left:0rem;display:block; }
#eHedtFBFwhzcODADCxxipTAiSXJc820a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mIq9zPJ70bTxG4xCxvPIIKcP4VvEzPQH { color:#1c2637;display:block;width:25.6864375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:55.125rem;left:7.75rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTuOyXfL1OnKftC9QlWZrArRaZvmM0zm { 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:3.75rem;width:4.4375rem;top:56.5625rem;left:1.9375rem;overflow:hidden;display:block; }
#QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp > .row .container { background-color: transparent; background-image: none; }#QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp > .row .container > .video-iframe-container { display: none; }#QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp > .row > .video-iframe-container { display: none; }#QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp > .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); }#QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp > .row .container { border-width: 0; border-radius: 0; }#QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#ZWKncsc1UZUGkfPVzUxJKU6reUJ8iIBq { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.3125rem;width:75rem;top:0.40887451171875rem;left:0rem;display:block; }
#yNgbzx2IpJoDed7GetsCIiKTymKgPBzb { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e99c2d38-fa03-49fd-91e1-56e7456da547/KodeksAgentaPro120of1881.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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.6875rem;width:75rem;top:0.1875rem;left:0rem;display:block; }#yNgbzx2IpJoDed7GetsCIiKTymKgPBzb.adaptive-delivery-prevent-bg, #yNgbzx2IpJoDed7GetsCIiKTymKgPBzb.lazyload, #yNgbzx2IpJoDed7GetsCIiKTymKgPBzb.lazyloading { background-image: none; }
#yNgbzx2IpJoDed7GetsCIiKTymKgPBzb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#yNgbzx2IpJoDed7GetsCIiKTymKgPBzb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,227,227,0.12); }#ghsKmlBXEMPSCWXR6Tf0CIecOUAm45vi { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:8.1875rem;left:18.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oiA0T8etwbh8mq3F0EGsxozDzAuJvXTb { 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:3.8119904994964rem;width:3.125rem;top:3.875rem;left:35.9375rem;overflow:hidden;display:block; }
#taTTzwDyTTg5FWBdPJf1UpyyPHsA18Tk { position:absolute;display:block;z-index:15019;background-color:rgba(255,210,85,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.811990737915rem;width:75rem;top:0.25302124023438rem;left:0rem;display:block; }
#dT0A9QCWMieontSyqSHKWdGe2syi6iEz { background-color:#1c2637;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.344598770142rem;height:2.7496604919434rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:8.375rem;left:28.826824188233rem;display:block; }
#kH1KKXqu4ThOSswkiM29c7NDtl1ZRdQc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ztBPkWHJ20rsw3NV294zT7Jq543k5V9S { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:4rem;left:18.59375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XD2TqDTmrTBUZPlCeQtQlmaV8KIKPnRl { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:5.9062423706055rem;left:18.59375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThJ2OdSz3i6570C7r6yFyKkaDMD2y6Ub { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:13.8110625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#civ1irnNGyVw7T13qcGVQ9xDCH9mr8hG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ck7h89WMpbETKW2MPn73v0DcaKmsFHy8 { position:relative;display:block; }#ck7h89WMpbETKW2MPn73v0DcaKmsFHy8 { background-color: transparent; background-image: none; }#ck7h89WMpbETKW2MPn73v0DcaKmsFHy8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ck7h89WMpbETKW2MPn73v0DcaKmsFHy8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ck7h89WMpbETKW2MPn73v0DcaKmsFHy8 > .row .container > .video-iframe-container { display: none; }#ck7h89WMpbETKW2MPn73v0DcaKmsFHy8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ck7h89WMpbETKW2MPn73v0DcaKmsFHy8 > .row > .video-iframe-container { display: none; }#ck7h89WMpbETKW2MPn73v0DcaKmsFHy8 > .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); }#ck7h89WMpbETKW2MPn73v0DcaKmsFHy8 { border-width: 0; border-radius: 0; }#ck7h89WMpbETKW2MPn73v0DcaKmsFHy8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ck7h89WMpbETKW2MPn73v0DcaKmsFHy8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rmqxHZFFRZLPBra3AkiNkytCinaILLUW { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:1.2316589355469rem;left:0rem;display:block; }
#tSWkDQc1gVprPJGMz3JPgCL3EVT2bS0G { color:#1c2637;display:block;width:27rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:2.48828125rem;left:8.33984375rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zf5Nxaworh4aMNZXWoARD9NvyBXexxG1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:3.8097915649414rem;left:1.9582204818726rem;overflow:hidden;display:block; }
#oTaRKd4nxZESPxTN6ZtslKLpHkxy5581 { position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:1.25rem;left:38.9375rem;display:block; }
#HzCHZ7Sgex4mAoHmZ6Lb6mhxXdWJgpzk { color:#1c2637;display:block;width:25.686990737915rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:3.25rem;left:47.3125rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iwcp76bQqoNN6otzzsEPVv4c9TqG8y64 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:3.8125rem;left:40.9375rem;overflow:hidden;display:block; }
#VHhJGHUlUASTob7nRqL6lo5VsllnXyPR { position:absolute;display:block;z-index:14999;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.062rem;top:1.1993408203125rem;left:0rem;display:block; }
#eL8IeBJgnIz1OLJb7cqvfoAXHqFhaJMx { position:absolute;display:block;z-index:14992;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:1.25rem;left:38.9375rem;display:block; }
#AVJWikvMDiTB8Oz4T8ik6xSoUqn74NVC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:9.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.1687498092651rem;left:0rem;display:block; }
#gInqgeCqEGtdrNP7ZKq3LaFJmzbQMudA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UdpDqBPSFbOpckAb4cWUTBknM2v6Bpd6 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:11.6875rem;left:38.9375rem;display:block; }
#KC2gzf8582FLNLc3N4rmiRhdN5bc67Vv { position:absolute;display:block;z-index:15010;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0616875rem;top:11.6875rem;left:38.9375rem;display:block; }
#LTo8Fgwuw8nwVnBdgvnfwhLTE8uKNI6n { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1229375rem;height:9.1229375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:11.626041412354rem;left:38.877082824707rem;display:block; }
#fbGWNluROqCFWDwVX6OeyCC2eks7xnzO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kba2TcLJPE6O6pPoOFKzbbyd8Crv7L71 { color:#1c2637;display:block;width:25.6860625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:13.625rem;left:46.6875rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U8kRmNK3LEXRPT4Hgt6my0ZzTTEqDt89 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:14.3125rem;left:40.8125rem;overflow:hidden;display:block; }
#n4nxPyhm5DRDerVfw9lZgSL4DWXf7l5m { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.121875rem;height:9.121875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.1875rem;left:38.8125rem;display:block; }
#iF7ZHhLTryt6m1TAgJCNwMZaqAT7LLcQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lm8uhVfT8QFbdk8vbiSMwXt9ngLXeaMZ { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:11.6875rem;left:0.0625rem;display:block; }
#C0oIp0KRQix8JFQKpurfTkSi2ngwMIaS { position:absolute;display:block;z-index:15015;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.0616875rem;top:11.625rem;left:0.0625rem;display:block; }
#NKisAS0Vh4PzN1bfmuaAJdFd796mSXmx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1224375rem;height:9.1229375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:11.625rem;left:0rem;display:block; }
#L81sfl9BqMrM8IpZBcNlmKzgDgQOnWPJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xsW5EfCINpeuMZ0g7aRDdTxkNWpmz4dE { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:14.3125rem;left:1.9375rem;overflow:hidden;display:block; }
#firoSyVT5MfpUXtGW2S888VgSHJ116Ss { color:#1c2637;display:block;width:25.6860625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:11.9375rem;left:7.4375rem;height:8.49853125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FhU3gUZ0ThcKdr7J3r3528cyQXteZevb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FhU3gUZ0ThcKdr7J3r3528cyQXteZevb > .row .container { background-color: transparent; background-image: none; }#FhU3gUZ0ThcKdr7J3r3528cyQXteZevb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhU3gUZ0ThcKdr7J3r3528cyQXteZevb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhU3gUZ0ThcKdr7J3r3528cyQXteZevb > .row .container > .video-iframe-container { display: none; }#FhU3gUZ0ThcKdr7J3r3528cyQXteZevb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhU3gUZ0ThcKdr7J3r3528cyQXteZevb > .row > .video-iframe-container { display: none; }#FhU3gUZ0ThcKdr7J3r3528cyQXteZevb > .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); }#FhU3gUZ0ThcKdr7J3r3528cyQXteZevb > .row .container { border-width: 0; border-radius: 0; }#FhU3gUZ0ThcKdr7J3r3528cyQXteZevb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhU3gUZ0ThcKdr7J3r3528cyQXteZevb > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#q4wrmGKoTn1hxItxf2Xp3bv2SC62o3aA { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.3125rem;width:75rem;top:0.40887451171875rem;left:0rem;display:block; }
#NRT2Qdq6SMA07os8wLC61Cvuy2F0DCz1 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/47d45554-fd2f-4c03-9622-0acef946a67d/bg2.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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.6875rem;width:75rem;top:0.1875rem;left:0rem;display:block; }#NRT2Qdq6SMA07os8wLC61Cvuy2F0DCz1.adaptive-delivery-prevent-bg, #NRT2Qdq6SMA07os8wLC61Cvuy2F0DCz1.lazyload, #NRT2Qdq6SMA07os8wLC61Cvuy2F0DCz1.lazyloading { background-image: none; }
#NRT2Qdq6SMA07os8wLC61Cvuy2F0DCz1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#NRT2Qdq6SMA07os8wLC61Cvuy2F0DCz1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,227,227,0.12); }#zKG7i3mbVT7KIlMukupJ7S9ggsmZr1Ph { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:8.1875rem;left:18.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruAwdkhhMyGqQbJp8406hfEm3PlqxDcJ { 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:3.125rem;width:3.125rem;top:3.875rem;left:35.9375rem;overflow:hidden;display:block; }
#reJf0efV5JoB4RGiM7IicExNNCfzScoI { position:absolute;display:block;z-index:15019;background-color:rgba(255,210,85,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.8125rem;width:75rem;top:0.125rem;left:0rem;display:block; }
#P2iTdJR58HPSEfIgqG6xWZwP0fIgVnEt { background-color:#1c2637;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.344598770142rem;height:2.7496604919434rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:8.375rem;left:28.826824188233rem;display:block; }
#bQsJiFpCFi1ltgXHxrlADMaJXoCCS5uK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#htg6dyJ9zZGw5H1d69vUIoFdp4xyTUSX { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:4rem;left:18.59375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LnI5rhhmcTWnpeKLTme4qqKv5WO6nnFq { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:5.9062423706055rem;left:18.59375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fbIGg41TKIiRJ84gI7gbMh3akTiV9sHg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:13.8125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#Qn2gML051sGNluIuP1hhfmLVZExETt0a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr { position:relative;display:block; }#BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr { background-color: transparent; background-image: none; }#BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr > .row .container > .video-iframe-container { display: none; }#BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr > .row > .video-iframe-container { display: none; }#BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr > .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); }#BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr { border-width: 0; border-radius: 0; }#BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Jy5H3bbHtgQ7r3UqgRcy96SgzI8oFQ7T { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:1.2316589355469rem;left:0rem;display:block; }
#tgxVmhVoTu56U5a8Q2N7fu0TClGMPqIB { color:#1c2637;display:block;width:27rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:4.03125rem;left:8.3395833969119rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LBiHqphExPAfmDpv4T4aC7mI2vLQl7og { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:3.8097915649414rem;left:1.9582204818726rem;overflow:hidden;display:block; }
#f1B6x3UPItTKw3Ptg48PtthP2GTOJ7WI { position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:1.25rem;left:39rem;display:block; }
#xphgCEQ6wVAmsg2q7vdMKxQPoucTDaWC { color:#1c2637;display:block;width:25.686990737915rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:3.25rem;left:47.375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ebuQUXxzaPcSNHKnJMwPLnT2AZ77wPiG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:3.8125rem;left:41rem;overflow:hidden;display:block; }
#srR24IE9vdEealwg2lTao7T6Cp6VGkuW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:3.8097915649414rem;left:1.9582204818726rem;overflow:hidden;display:none; }
#p1QALTzGyMK7UPo3HCMVWby7OxRF8IfG { position:absolute;display:block;z-index:14999;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.062rem;top:1.1989593505859rem;left:0rem;display:block; }
#hoVp8WTkC24La3VfCHWp2UiSmLStekrv { position:absolute;display:block;z-index:14992;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:1.2318267822266rem;left:38.999323844909rem;display:block; }
#kVqcVnyuWQ07btR204mkgq466BckZtPs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:9.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.1687507629394rem;left:0rem;display:block; }
#z2z6OH0vgQoofIsKI8uQe99D4mRSg9go { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zd3X3KMUMXyRBrAU6NTX9ykkV7qJaZZX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.121875rem;height:9.121875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.1708335876465rem;left:38.9375rem;display:block; }
#MNkMba62zUlBdENsTsru0l5y4DJGKubm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EJtixFyBxATBMTrW6yo9bnwOMwHqZGb0 { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:12.25rem;left:0rem;display:block; }
#OCOnPn6KnMVy5aEmI3EDJs38sGotLeo3 { position:absolute;display:block;z-index:14997;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:12.1875rem;left:0rem;display:block; }
#a0qqWEGCdlb2G5ObULTZnMxptJHVEhyn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1218125rem;height:9.1216875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:12.188720703125rem;left:0rem;display:block; }
#VTaLLToPO9454isL0yrn5oAg32TALytF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LyzkVBINQloQOWvZq7kBEBa1v7WBlvm0 { 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:3.75rem;width:4.43725625rem;top:14.874267578125rem;left:1.9580078125rem;overflow:hidden;display:block; }
#KoTHh98mvXVMbVstO42iTgHTJPMGvTZl { color:#1c2637;display:block;width:25.686625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:14.200439453125rem;left:8.3392333984375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jz2ruScp0BLbLVMrs9uWbUX6MvgUdM2k { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:12.3125rem;left:38.875rem;display:block; }
#pnTcHTzh0APBTTDONalih0mFNfBeX0f3 { position:absolute;display:block;z-index:15002;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:12.25rem;left:38.875rem;display:block; }
#ATA24qpR9ORqzywlEB95IG1dRwifLx8u { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1211875rem;height:9.121125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:12.188720703125rem;left:38.878784179688rem;display:block; }
#M1qsw04SKMfO2htzXeQ9dat0TDtOkum9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GrhlLSoL8JxrlLzbtgFTz2uaO91iTnl3 { color:#1c2637;display:block;width:25.6860625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:14.200439453125rem;left:47.374877929688rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wimRUig5iJJLZIt3DFLEshNe4TV0evOd { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:14.874267578125rem;left:40.999755859375rem;overflow:hidden;display:block; }
#RJ5kcTmZ4a0gzs9pxy8aJTfcvXANDsSO { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:22.6875rem;left:0rem;display:block; }
#DSlsDKb4JTwbidoTlp7eGcrhuflLZTkr { position:absolute;display:block;z-index:15007;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:22.625rem;left:0rem;display:block; }
#MvQ52hNSMXeLnCTlQO06cBoPKuZIGEG4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.120625rem;height:9.121125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:22.626342773438rem;left:0rem;display:block; }
#kTHt7sa3Lv9FAfIT6kvRsV3QcJ9FDsF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zO6OlJuhtqkcOkNOHKl9gpZR7P4gAxuf { color:#1c2637;display:block;width:27.56225rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:23.788452148438rem;left:8.0560302734375rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eyVLETG2Cl7Aco58OtOTDXNWWidagzsd { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:25.311889648438rem;left:1.9580078125rem;overflow:hidden;display:block; }
#IsMOQJQrWQ3Ta5DC6AXD2vNzBOTB2o4f { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:22.75rem;left:38.875rem;display:block; }
#Ht6IdrpbqSh91LQ2gM0fKTQnErNPXNZf { position:absolute;display:block;z-index:15012;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:22.6875rem;left:38.875rem;display:block; }
#XyF2Fd2aAO0DKDaEiJA25sIMO51cG9e8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.120625rem;height:9.121125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:22.626342773438rem;left:38.878784179688rem;display:block; }
#TQi7pvk0oHdp8MPk4xNyi8VCrGgdNhGd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JRlKmSv1vy0EGwdJXEXRFfDM1znxvpUk { color:#1c2637;display:block;width:27.561625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:24.638061523438rem;left:46.437377929688rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F78PqzgfQggO3ODJx3Om7T79bfFBatLM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:25.311889648438rem;left:40.999755859375rem;overflow:hidden;display:block; }
#uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW > .row .container { background-color: transparent; background-image: none; }#uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW > .row .container > .video-iframe-container { display: none; }#uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW > .row > .video-iframe-container { display: none; }#uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW > .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); }#uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW > .row .container { border-width: 0; border-radius: 0; }#uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#zEGbDHFbQ2KiMBdZHZZt4y0JEqB1sqR3 { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.3125rem;width:75rem;top:0.40887451171875rem;left:0rem;display:block; }
#UtJJ47BIm0wbvuHK6v0OmzIhi36RgBWr { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f866695b-bf0c-449c-92b1-8d76683243d3/bg3.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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.6875rem;width:75rem;top:0.1875rem;left:0rem;display:block; }#UtJJ47BIm0wbvuHK6v0OmzIhi36RgBWr.adaptive-delivery-prevent-bg, #UtJJ47BIm0wbvuHK6v0OmzIhi36RgBWr.lazyload, #UtJJ47BIm0wbvuHK6v0OmzIhi36RgBWr.lazyloading { background-image: none; }
#UtJJ47BIm0wbvuHK6v0OmzIhi36RgBWr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#UtJJ47BIm0wbvuHK6v0OmzIhi36RgBWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,227,227,0.12); }#wT0M46ycH6pTWsh5k3Fkl6Di4AJ1vHqV { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:8.1875rem;left:18.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugP3bL8ygTE9QLIJ0J4hgrCIOZyiKGbC { 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:3.125rem;width:3.125rem;top:3.875rem;left:35.9375rem;overflow:hidden;display:block; }
#Tuhlsh8f0WlJtFFniEl1teGyyHrPEWJT { position:absolute;display:block;z-index:15019;background-color:rgba(255,210,85,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.8125rem;width:75rem;top:0.125rem;left:0rem;display:block; }
#fnd2y1Pzmga3sPQT96zXLzkK2r0s5OzU { background-color:#1c2637;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.344598770142rem;height:2.7496604919434rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:8.375rem;left:28.826824188233rem;display:block; }
#F11ydqP9I5D4aklPn31vOGdrF5IaNJTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQMdD7km1V2yHNV7cverxGQlCzSkhdhb { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:4rem;left:18.59375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AlsR3KSXDq26AxZ2TcPxbQ6eAOOi5bhz { color:#1c2637;display:block;width:37.8125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:5.9062423706055rem;left:18.59375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TilBtRMS5TbEx9iaSthNXm64FiTEdgyr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:13.8125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#mhwDm4ggtFn3gNoJ5tk3KAqCmcypzOiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P6GNTU0RqXvkhMPX767L33QcFTBtUsHR { position:relative;display:block; }#P6GNTU0RqXvkhMPX767L33QcFTBtUsHR { background-color: transparent; background-image: none; }#P6GNTU0RqXvkhMPX767L33QcFTBtUsHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6GNTU0RqXvkhMPX767L33QcFTBtUsHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6GNTU0RqXvkhMPX767L33QcFTBtUsHR > .row .container > .video-iframe-container { display: none; }#P6GNTU0RqXvkhMPX767L33QcFTBtUsHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6GNTU0RqXvkhMPX767L33QcFTBtUsHR > .row > .video-iframe-container { display: none; }#P6GNTU0RqXvkhMPX767L33QcFTBtUsHR > .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); }#P6GNTU0RqXvkhMPX767L33QcFTBtUsHR { border-width: 0; border-radius: 0; }#P6GNTU0RqXvkhMPX767L33QcFTBtUsHR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6GNTU0RqXvkhMPX767L33QcFTBtUsHR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ylEkx0hQblqGwBQRBGQulkqDqXCwvJax { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:1.2316589355469rem;left:0rem;display:block; }
#FU21gpkvwLMhqpNGb8n9v58CGl4Zt9kQ { color:#1c2637;display:block;width:27rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:3.1812496185302rem;left:8.3395833969119rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W98xL1rmn1mE1K2WH3kCBM7ckq86VGIh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:3.8097915649414rem;left:1.9582204818726rem;overflow:hidden;display:block; }
#R4LZr8GoEkZc1N2MaFa1yMAnKkAgRF3i { position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:1.25rem;left:39rem;display:block; }
#EaG1l3BWHWB5u5KRh5NhvItQ0Nl7CSp9 { color:#1c2637;display:block;width:25.686990737915rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:3.25rem;left:47.375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mULTviwv37lHekgAWQSEu8rowN3KLwXN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:3.8125rem;left:41rem;overflow:hidden;display:block; }
#yOahUt2gKLC1rc6RWys7vSrqveqGyi49 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.4375rem;top:3.8097915649414rem;left:1.9582204818726rem;overflow:hidden;display:none; }
#IlIDXCyCRVKBZ5zvn0hTF9ca3xRdemnb { position:absolute;display:block;z-index:14999;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.062rem;top:1.1989593505859rem;left:0rem;display:block; }
#PVguCXODBVVM9efePWOt2CDMZf1xrdkP { position:absolute;display:block;z-index:14992;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:1.2318267822266rem;left:38.999323844909rem;display:block; }
#nVE0smSdskvnVBXELW9L6eSTzUV5MNtR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:9.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.1875rem;left:0rem;display:block; }
#kNRPmLe1KTgB20kUR4OUeapecUpFLgWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UXuuIKs7iWZICchIFwJJ9oKAuEILQgT2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.121875rem;height:9.121875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.1875rem;left:38.9375rem;display:block; }
#aH2ued4RtcDwxmAz6bZHNFq2CbhByLtb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZrMN1p1lIeqrAfCWHILwspHzh2ychbPk { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:12.0625rem;left:0.0625rem;display:block; }
#PXREJm90OMiXSSmkCVMAfsC7ZC4xOzIt { 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:3.75rem;width:4.43725625rem;top:14.686889648438rem;left:1.9580078125rem;overflow:hidden;display:block; }
#oQvfaxODnOfrd0XFeX3U69kkTkMTbbVB { position:absolute;display:block;z-index:14997;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:12rem;left:0.0625rem;display:block; }
#Vl6E2sQ8i5uz1hkqOTyUX0DHxKGJTSi5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1218125rem;height:9.1216875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:12.001342773438rem;left:0rem;display:block; }
#yQAPER1TU8WdLmpVSbvrFPtv2yc2oueb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vkIP9U2gyCtKeVddyx8cNudxZJBQGFkN { color:#1c2637;display:block;width:25.686625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:14.013061523438rem;left:8.3392333984375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dfeh2DLsSoNG6xSqy2z4MEevn76hiTsH { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:12.0625rem;left:38.9375rem;display:block; }
#tqRxcCyB6IPk3zUJcIZiB2LAbodx4zUD { position:absolute;display:block;z-index:15002;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:12rem;left:38.9375rem;display:block; }
#w0qrIEC6BAA3O95uJXvO2kPzSVyBygFL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1211875rem;height:9.121125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:12.001342773438rem;left:38.878784179688rem;display:block; }
#cJaAlTTM82Nmu746ozeb7HBfWrFiEa1d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaqFSucoWTkxrqaxKHvHAyzJ3cN76r2X { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:14.6875rem;left:40.8125rem;overflow:hidden;display:block; }
#dfIDWWCwTBnMM4iw6sLh2FrPVZJiqn0a { color:#1c2637;display:block;width:25.686625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:14rem;left:47.1875rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mDig25vnQwnwKNwvDnbFTNwpeaFmlIk9 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:22.9375rem;left:0.0625rem;display:block; }
#De9suTx5210inKhv4TExr0dQ6aNkrcnH { position:absolute;display:block;z-index:15007;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:22.875rem;left:0.0625rem;display:block; }
#x8MuJIW0TQGTOfzUxvqGxEyTWrekGBs2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.120625rem;height:9.121125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:22.8759765625rem;left:0rem;display:block; }
#xR0BdWeRhDsfV3WTqbvnAFnQqGcXM0Bb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pLthOrH1bginIQpxfoJMqvicQPc5khWV { color:#1c2637;display:block;width:25.6860625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:24.8876953125rem;left:8.3392333984375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bbkoXUWBOSzrdTlpRTJoWRriSAF0XA1s { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:25.5615234375rem;left:1.9580078125rem;overflow:hidden;display:block; }
#Ss8fR88SmxkqtXuM1qzomoxxJiixLxUh { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:23rem;left:38.9375rem;display:block; }
#MZQHcfpMM0wFZL4x3Qb2OBFUgAxsbitg { position:absolute;display:block;z-index:15012;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:22.9375rem;left:38.9375rem;display:block; }
#sTsnPPxVEdacZoxcBiCw036ud5sssUfT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.120625rem;height:9.121125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:22.8759765625rem;left:38.878784179688rem;display:block; }
#fS7xuic2oFPwQfNxrntsETs4pgIwcGU1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJF3V0BRye13iV4hwLIrdUI3wxicyonh { color:#1c2637;display:block;width:25.6860625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:24.8876953125rem;left:47.1875rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v8msWuNrWEDBKvuipJhlIsKlQvpu5Xaw { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.43725625rem;top:24.8876953125rem;left:40.999755859375rem;overflow:hidden;display:block; }
#iStv0qlI2NXJHOqRt6qx32xyffJqlHIK { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:33.875rem;left:0.0625rem;display:block; }
#E8yWCA45J54pJmVFqZKGVR5OCsiX3qKK { position:absolute;display:block;z-index:15017;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:33.8125rem;left:0.0625rem;display:block; }
#vmT22PV47kf2T23IwUr4qI4FCEodZce2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.120625rem;height:9.121125rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:33.8134765625rem;left:0rem;display:block; }
#hNmyO2DILcLtfbIoLx5fUUwerGqREskq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gVCdBJx3LTvsAdWuMV2IVwub0ibv6eCA { color:#1c2637;display:block;width:26.0625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:35.8251953125rem;left:8.3392333984375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nuh49ii9fUdOSKDGCwxpE1mfkhBbd203 { 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:3.75rem;width:4.43725625rem;top:36.8125rem;left:2.125rem;overflow:hidden;display:block; }
#XdbdncTIi7SnLD4mQDv8byKfxwHGGbBq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.120625rem;height:9.121125rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:33.8134765625rem;left:38.878784179688rem;display:block; }
#gwkEJTIRDD3hTD6Xpw3TO4r194U2En4b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sdpe3JFUwWrO6X4ZZ3ir2n1ZZbNcnq9p { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:36.0625rem;top:33.9375rem;left:38.9375rem;display:block; }
#yJOaxHE6sbBrITvV9vClnw39R4pBuOKC { position:absolute;display:block;z-index:15022;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:36.06233215332rem;top:33.875rem;left:38.9375rem;display:block; }
#eh8kLTaTe4OZFmbrHTG09DMDPTUpSkNm { color:#1c2637;display:block;width:26.062rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15036;line-height:1.7;letter-spacing:0;top:36.138305664062rem;left:47.185668945312rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ky2rtXBWZPLJ47ooH3JsamnIEhUE2Lmm { 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:3.75rem;width:4.43725625rem;top:36.4990234375rem;left:40.999755859375rem;overflow:hidden;display:block; }
#ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC > .row .container { background-color: transparent; background-image: none; }#ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC > .row .container > .video-iframe-container { display: none; }#ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC > .row > .video-iframe-container { display: none; }#ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC > .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); }#ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC > .row .container { border-width: 0; border-radius: 0; }#ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#PqeT23Si5IKLE0ZdyaLKz9TSTVKzPmyJ { color:#ffffff;display:block;width:47.62483215332rem;position:absolute;font-family:sora;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8111267089844rem;left:13.687161445617rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sW5rUUUWCeADfWOIION8uXmyxTrwyTLf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2537;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sW5rUUUWCeADfWOIION8uXmyxTrwyTLf > .row .container { background-color: transparent; background-image: none; }#sW5rUUUWCeADfWOIION8uXmyxTrwyTLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW5rUUUWCeADfWOIION8uXmyxTrwyTLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW5rUUUWCeADfWOIION8uXmyxTrwyTLf > .row .container > .video-iframe-container { display: none; }#sW5rUUUWCeADfWOIION8uXmyxTrwyTLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW5rUUUWCeADfWOIION8uXmyxTrwyTLf > .row > .video-iframe-container { display: none; }#sW5rUUUWCeADfWOIION8uXmyxTrwyTLf > .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); }#sW5rUUUWCeADfWOIION8uXmyxTrwyTLf > .row .container { border-width: 0; border-radius: 0; }#sW5rUUUWCeADfWOIION8uXmyxTrwyTLf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sW5rUUUWCeADfWOIION8uXmyxTrwyTLf > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#ngwOnmAooZLob9lg0JlwtrVX9mw8AKyS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:11.062330245972rem;top:5.6875rem;left:31.9375rem;overflow:hidden;display:block; }
#ugrgTyGJgyh0kiuAcmyp0wlkQ9XLGm3R { position:absolute;display:block;z-index:15027;background-color:rgba(255,210,85,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.0625rem;width:23.125rem;top:2.375rem;left:25.9375rem;display:block; }
#bIERwQpoEh9EPOzMPVgsn1zU9D90MxpK { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c09d522-09d4-479d-8393-29c71a79e609/priscilladupreezXkKCui44iM0unsplash1.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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16rem;width:23.125rem;top:2.375rem;left:25.9375rem;display:block; }#bIERwQpoEh9EPOzMPVgsn1zU9D90MxpK.adaptive-delivery-prevent-bg, #bIERwQpoEh9EPOzMPVgsn1zU9D90MxpK.lazyload, #bIERwQpoEh9EPOzMPVgsn1zU9D90MxpK.lazyloading { background-image: none; }
#bIERwQpoEh9EPOzMPVgsn1zU9D90MxpK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#bIERwQpoEh9EPOzMPVgsn1zU9D90MxpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#HInFmLLW4HTtIy9ECHhIGTdcvtN4QT1Q { color:#1c2637;display:block;width:21.9360625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:6.6875rem;left:26.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oPM8ux4e6wwVnQSNVVPGWVoi6Iu6nmJT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:16.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:25.9375rem;display:block; }
#rin5n49tQCNzFhyKpXPNUtBrklQ3SMRg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XZ7UGthD6zaW45XHfaC0C8TD8OZEHRLc { color:#1c2637;display:block;width:21.9360625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:11.875rem;left:26.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TF7yClNlzg2DTDbmnrpbrA9EurXrMugb { color:#1c2637;display:block;width:21.9360625rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:15.6875rem;left:26.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8VM5pZSxLhWBRSOZ2FMu4Jm2XmPzTqV { color:#1c2637;display:block;width:21.9360625rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:15.687255859375rem;left:12.593383789062rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RnscwZFRIvviBF2dhlp8DaJDxOmSyWS6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:16.1236875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:2.34375rem;left:25.9375rem;display:block; }
#yAJbiPDH7S6s48DoLebHcPbboXD6SMmM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2637;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD > .row .container { background-color: transparent; background-image: none; }#Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD > .row .container > .video-iframe-container { display: none; }#Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD > .row > .video-iframe-container { display: none; }#Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD > .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); }#Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD > .row .container { border-width: 0; border-radius: 0; }#Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#ETfyCh4wvQ7Dno7aHZfHnJxIaF4AzLLb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:13.875rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#VRiSeK1nIPyq2mGD9waKHik3DPWB1x0f { color:#ffffff;display:block;width:29rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#amatiZkTrWiFISl4TufOZo2vtEFueoFn { background-color:#ffd255;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#2a3342;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:8.4375rem;left:30.5rem;display:block; }
#JHVb3sMmaTnPovRdFrACkItDV6z5rvuO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H4veAvToT4Kr1zRbVuBG1PTl1WkhnZWA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:8.75rem;left:61.937503814698rem; }
#H4veAvToT4Kr1zRbVuBG1PTl1WkhnZWA > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#EpPpDpko57ZnCGC4OpX4Ogku2ylGMTpx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:8.75rem;left:69.1875038147rem; }
#EpPpDpko57ZnCGC4OpX4Ogku2ylGMTpx > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#BWdEz1Rk6Iugd40e6Doqd2IOqL3km1eq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:8.75rem;left:65.4375038147rem; }
#BWdEz1Rk6Iugd40e6Doqd2IOqL3km1eq > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#bpZJeC6bhptJcxaxo9kixGrpBW55GTtZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:8.75rem;left:72.8750038147rem; }
#bpZJeC6bhptJcxaxo9kixGrpBW55GTtZ > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hb75sBmuDatciCtSL2e8psmmtxCSe1by { width:6.6875rem;height:2.8125rem;top:0.9375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiuA8pEhWOqIozn8rlJSHPgsSTtPUNRv { display:block; }
 }@media only screen and (max-width: 763px) { #bMDKbeOtgtAIU3XdU8zdKhb5nmcC5X5M { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPCSo5ipHsKNGEt8zoLRqXSPJeMADvJi { width:9.6875rem;height:1.6873302459717rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHVFPuxXvBO1PAfCNe5XbgZEqNmhEUuN { width:6.6875rem;height:2.8125rem;top:0.9375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiQkNXRCPXa5wJCU43nXgUl9XkVL1Aky { display:block; }
 }@media only screen and (max-width: 763px) { #muKlmnOZHkT5R4rTUhKLAauvLNUqONbN { width:6.6875rem;height:2.8125rem;top:0.9375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXvqZl9RbOvNOF1ZPIBycuK8sW7bpPx { display:block; }
 }@media only screen and (max-width: 763px) { #KdhFUc5hrxwDgNyhqLvpOdSIkvvo0A9y { display:none; }#KdhFUc5hrxwDgNyhqLvpOdSIkvvo0A9y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bqSgX0MTpiwlK7GDzF3RcPmCbt3FnWbI { width:6.6875rem;height:2.8125rem;top:0.9375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNeuQ83SKO8vQnvBQR3FIvmHVXaWTms9 { display:block; }
 }@media only screen and (max-width: 763px) { #IsxsWag5poVxWMmZw8PovnN1Gz0vpXho { width:6.6875rem;height:2.8125rem;top:0.9375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKWM4u4AyqwJep849p4ryJJWSsTPwMf2 { display:block; }
 }@media only screen and (max-width: 763px) { #wOhBGH0BXcLd7oXdggfvO80fiSyGuGWw { width:6.6875rem;height:2.8125rem;top:0.9375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpqKrZBCS9rXkiT8V2S3GVyMB10hAVdT { display:block; }
 }@media only screen and (max-width: 763px) { #GbyoI4ZeT05UByBiVLhk2WB17Shwmffx { display:none; }#GbyoI4ZeT05UByBiVLhk2WB17Shwmffx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I1cA0o4llKACEwcRSgzfmOtHHcelaIrK { display:none; }#I1cA0o4llKACEwcRSgzfmOtHHcelaIrK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aEg2UetD5WkTFR85wnmT1b0SXseP2UJS { width:5.125rem;height:2.8125rem;top:0.9375rem;left:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzNzqDgeFbbf5St2kTcQOVgTkZU4tT2g { display:block; }
 }@media only screen and (max-width: 763px) { #XegQZTpFcIBTHsa7tMzkTGrwHSe1nqSg { width:13.875rem;height:2.8125rem;top:1rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olxVtLHAvacHSy5GJHmL94AwW1GqwNTq { display:block; }
 }@media only screen and (max-width: 763px) { #VSWRlkW762UlfIIPqOXh8qCrlO30PAMH { width:6.875rem;height:2.8125rem;top:0.9375rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2MHTeiNxphlnoDTRpNINNOunTycxV8G { display:block; }
 }@media only screen and (max-width: 763px) { #garyCye0QOU10GTN6ExrsulMz3ZxWOtG { width:6.6875rem;height:2.8125rem;top:0.9375rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPvgdlGiVUe7Mc7D2ok8Oqsbmmz6X8VA { display:block; }
 }@media only screen and (max-width: 763px) { #N1KictcprRBCp064PzT4dy8dJ5K81zQC { width:13.0625rem;height:2.8125rem;top:0.9375rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWM3TRgqSH5TD7XceDvTnrsMxdA7fcoF { display:block; }
 }@media only screen and (max-width: 763px) { #NS3ufiPReOTU3TOoqZoZVbb0fkZE5FOO { width:10.125rem;height:2.8125rem;top:0.9375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IoRbfQ15TcBWcgT1ehexIO2Dk55LNWdm { display:block; }
 }@media only screen and (max-width: 763px) { #bmvbMnfmRolJhABWubIxzU8iheRfFT34 { display:block; }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoLfPiOdOoTh4eXTTGlnBqCNM8c7ZLrM { width:6.125rem;height:6.125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVVueVCTn7FPxfo49vBksqTPXkGdhkgG { width:10rem;height:2.8744904994964rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOewgTa41pu8Ndb9TDxhUa0pFUeShxIq { width:47.75rem;height:17.759813542689rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27 { display:block; }#JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIflnJFXCoXNLKNHAQ5V2LqdkdqHuQdu { width:47.75rem;height:7.9375rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae5Zvl6QKqVd5H9o5PqDEAaTJLeCyGFg { width:37.8125rem;height:2.5625rem;top:4.625rem;left:4.9687509536743rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlW9nhhTMZScZAlHcs7M3sApPRBkw4Ln { width:17.4375rem;height:2.75rem;top:20.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mml0p5isSSCZXKFXytk2ghCWSon4xg1f { display:block; }
 }@media only screen and (max-width: 763px) { #tPfbwuXtGA4ufgAKnPrO2ImguJHmvu4J { width:17.375rem;height:2.75rem;top:20.1875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgtNhvST70pZPTwTPiThSZQrUTZpMuDl { display:block; }
 }@media only screen and (max-width: 763px) { #OUrGwTNSkkZbBPIevsbBA60QklRR7FxA { width:47.75rem;height:18.562958435208rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U { display:block; }#sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2mat2XeVF1NkXqrVxZu10DU80A2eEu9 { width:30.375rem;height:2.5625rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVEWOMqM4kDs1LRPuFkWDBMJi4HHxRxy { width:1.9375rem;height:1.9375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo0LGhI3fiuEiyiZTIwbgFMqAWRPm8f5 { width:33rem;height:7.5rem;top:6.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4osgQtO1mGLcTT1fBPTAZr4ggHUctrz { width:15.4375rem;height:2.625rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3n0MyVKetw6VHs1lbTi1GUoat47Hesz { display:block; }
 }@media only screen and (max-width: 763px) { #S9NE9goho6LW8F0lHAbaT0unMhyAn3t8 { width:47.75rem;height:18.562958435208rem;top:27.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sT6hy5JMgick3DQLFICMWCBaE8pB7TTu { display:block; }#sT6hy5JMgick3DQLFICMWCBaE8pB7TTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcAyta7HZ5TyIiQVGRAyrLokuv93PxI3 { width:40.625rem;height:2.5rem;top:6.6875rem;left:3.531081199646rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe { display:block; }#wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f01AdIcL8Us530HdMppNWlwwtJ1ZcvVe { width:47.75rem;height:13.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGXry6hIB2nMsh3xPH3oNMs2xZfZLkZ4 { width:17.3125rem;height:2.6875rem;top:8.1875rem;left:15.187503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4g7TIDt2WkkR7nuFIlgGTGr2ZBqXVHD { display:block; }
 }@media only screen and (max-width: 763px) { #O3A2IUXwZmoOwGJZfoIlbXaCwaLRaRSU { width:37.8125rem;height:2rem;top:8rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nppN6pJaZz0FOsp7flIUTasQkKJ4euKM { width:47.75rem;height:13.75rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSy8srKpW1DvnqIMcET9E19oTMJ1bAiU { width:4.375rem;height:2.5625rem;top:4.25rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir1lS4BAvDMecL05CfxmVre1hSLQEJGr { width:37.8125rem;height:2rem;top:3.9375rem;left:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9mbZ8Qg2Do6UPMpcH1P5EVMCgzyZ7to { width:37.8125rem;height:1.25rem;top:5.875rem;left:4.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1MeER5W1pfXzrelkSQRkD7Gndf7RG7 { width:46.75rem;height:13.6875rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTPIrCuLq26ddOVRQZ6SFadG20mZdPzz { display:block; }
 }@media only screen and (max-width: 763px) { #CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u { display:block; }#CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdvuhmv1isOrBJQwRkODTmcAU2aNf0qE { width:36.0625rem;height:9rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFnuvUyU9iyKXr19xm57bLQI2Z1u10Iy { width:25.625rem;height:5.0625rem;top:3.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz2XAI8KsmCa1mTz1R9sggGPZaeJn9TJ { width:4.4375rem;height:3.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsi9dN5nagvI5ty7q8m44qUcUan6DKy3 { width:36rem;height:8.9375rem;top:1.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewT6TNehx55ZItzdXWvbEan17oV93IbZ { width:25.625rem;height:5.0625rem;top:3.25rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB4xL3AEW42o6Q5gbWrFe4OmAzqiRK5z { width:4.375rem;height:3.6976074481754rem;top:3.8125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRdUkoCZmtXnMIIvpHmu0Dl3fTiaWHvD { width:36rem;height:8.9375rem;top:11.3125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQIREyIItmV8Uf43BDgItZ114QlidPL3 { width:25.625rem;height:5.0625rem;top:13.3125rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8Bl4yW3QRWAp3wPJLEDZp74TMrE3pXH { width:36rem;height:8.9375rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHb1N7kSHdk0kiPkFMAi3VJAWwW4KE6T { width:4.375rem;height:3.6976074481754rem;top:13.875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA7Qysei07vKmKnZpznOgPGXQT6PeHih { width:25.625rem;height:5.0625rem;top:13.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2OfEfhouB3LbGHvTnd2MOrzEoPwInQV { width:4.375rem;height:3.6976074481754rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvSElqNhmrZ8RsEKh8mMRDpzgUsAVGKe { width:36rem;height:8.9375rem;top:21.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5qU7wnoLZkUxzWWySl1MhWl5ZaCJqP { width:25.625rem;height:5.0625rem;top:23.4375rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0TFgsoknyrTzfllWgyTvfd0FeTILPNf { width:36rem;height:8.9375rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s67xDwdwA4vMCRWIcPv9CpTMEO4z1QNH { width:4.375rem;height:3.6976074481754rem;top:24rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTwsb1twpmgzMiohw3iE6lc44awcT8QR { width:25.625rem;height:5.0625rem;top:23.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqv04LoCdGrE5F46nT6mtT6VgCh8Of7J { width:4.375rem;height:3.6976074481754rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTbfuUgNfc7KPpIQtyd2BQPdcreJgK9q { width:36rem;height:8.9375rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trlLQ3LTauUriD44gBqavDG4Vh3AUy2t { width:25.625rem;height:5.0625rem;top:33.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql3fvfIvw4PWXKDc9OieznJGGXecyWkT { width:4.375rem;height:3.6976074481754rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4f3AwEO4sBXFbFXM9vmRsBRHQmtwwEL { width:36rem;height:9.0625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTvBSEWXz0gVE1TQpN0q8lpGlA8duxd0 { width:36rem;height:9.0625rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFRlmcfScOrOk0WUWJ8wHUxHNPw3i4RT { width:36rem;height:9.0625rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKW7Ig5x5nsJPc41WQQbXpzkhiR6ohM6 { width:36rem;height:9.0625rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNxvQuDncy8kTBTBCQOtTUHqqiGiOZZm { width:36rem;height:9.0625rem;top:1.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khy3XGzZfHGk4ZD8JINTV31EhD1Zf7NE { width:36rem;height:9.0625rem;top:11.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkJRawHGWXlMRTGt7zvvzS7apduyuaD8 { width:36.0625rem;height:9.0625rem;top:21.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgRxdzZ3IkRlAdo94ZTTuRyovlQqWl4T { width:36.0625rem;height:9.0625rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd3GBNg4TtuaOHpJTuD0VfydaqJ4oTMT { display:block; }
 }@media only screen and (max-width: 763px) { #yhEsD9QbLkb8HTZTkNogMNNlWT6TC5JX { width:36.125rem;height:9.125rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC9WyOkUKrkauH9FsJ8yyphe5k17WoJy { display:block; }
 }@media only screen and (max-width: 763px) { #JNmi4gauMCUxAbpAcGbwieTWAUXLhQ6E { width:36.0625rem;height:9.0625rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4XFkau5wtlyKTxfZ1T1dIJ2iibwHoX9 { display:block; }
 }@media only screen and (max-width: 763px) { #f3CiPbzs7N9IPBAipghQq9OeCiuxszUd { width:36.125rem;height:9.125rem;top:11.25rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILOsqeSpd0VFTh0nFWTh4RvzLxTyq6eN { display:block; }
 }@media only screen and (max-width: 763px) { #zdqKzTfGSrwpKListPzFNTki5azW7AXe { width:36.125rem;height:9.125rem;top:21.375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqNsg90Gy6OFUZmz9OWg5ZlGR5BpPqLx { display:block; }
 }@media only screen and (max-width: 763px) { #ISL4305xkBB7k1BHR3U4XTmJGSnhl0kA { width:36.125rem;height:9.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySZP3fi0BaHhaPTkKP0pTl8vlZtMAu8l { display:block; }
 }@media only screen and (max-width: 763px) { #dWZHaGrwBb0k0UxZLJLLt2MyRbHTpKQB { width:36.125rem;height:9.125rem;top:1.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grqf1y6Md7hbugZxCeSUpDqwytRWfmOm { display:block; }
 }@media only screen and (max-width: 763px) { #zsL5kuRXezyA0bMURRcHgXFUA5PabQZw { width:36.0625rem;height:9rem;top:31.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmyEfZea6OWpy86bIA0WbNigcgMLaRkq { width:36rem;height:9.0625rem;top:31.5625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoLvqXTg013es1yn4nnQxSMbDBRZ3CVp { width:36.0625rem;height:9.0625rem;top:31.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz67otrid9pTgwRiPgqJ4rScr28kCbfT { display:block; }
 }@media only screen and (max-width: 763px) { #OuxTFArorsrubq3msovWyuUzt24hVTcN { width:25.625rem;height:5.0625rem;top:33.5625rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P84x2RJZmJikTX4OLvI2vNy5dXykXJSo { width:4.4375rem;height:3.75rem;top:34.125rem;left:27.375003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWUbh5NuvfuqC9iIzizEWRCPpoyi2r94 { width:36.0625rem;height:9rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0xia7cwGztmbc6UMdLRN5OpuWMKwnqT { width:36rem;height:9.0625rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNIBe9FdA13SEUFE5eZz2ZTmH94BxDMe { width:36.0625rem;height:9.0625rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk5AA7FB4bUT7cimWTVUSIGP8T1TXe7O { display:block; }
 }@media only screen and (max-width: 763px) { #D9Tlf16KhVdoQuGkTuibWdvmFMGhHHbu { width:26.625rem;height:6.75rem;top:42.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb4GN7KS4fZld0LRo7uXCgn2TKxWdwkR { width:4.4375rem;height:3.75rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpM8TNAdHhUPQURqsgWr3rMeKauTycME { width:36rem;height:9.0625rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvcl0C3wFOONGAvUUT6TpFhGUWZG8E0b { width:25.625rem;height:5.0625rem;top:53.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLP4aAqIGZeEEO5JeBEUrPHP2dTA9JaI { width:4.4375rem;height:3.75rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO5iMf6SXHa9VkaSz3x6kBG2i8UshOqK { width:36rem;height:9.0625rem;top:51.8125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTzxdnBI23vTdgXhrguyaQVTBSQFSCd { width:25.625rem;height:5.0625rem;top:53.75rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2UpyCyzB4bIPlp8weToQFneHunuJVTe { width:4.4375rem;height:3.75rem;top:54.4375rem;left:27.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqE5xwVLuwzSflnDu2UB4kD83bf6giy1 { width:36.0625rem;height:9.0625rem;top:51.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIDrCHKUIEp01n4eug95LELHI8XHK9NX { display:block; }
 }@media only screen and (max-width: 763px) { #wBRPc92clrKPHla15KAWwJCCI6NKAJku { width:36rem;height:9.0625rem;top:62.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOTWyoAQtmSOmSCRNZ7SqKgnGWpoBd1S { width:25.625rem;height:5.0625rem;top:64rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rouKDaswXH3gNNiTD3dRL9DnrOnro0w8 { width:4.4375rem;height:3.75rem;top:64.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9JuM4t9AIf2lkTfV5Ty8WXuhWBvLkDb { width:36.125rem;height:9.125rem;top:62.0625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umPhOrGIUsTnPGcCNa2BwUZDueG38z3P { display:block; }
 }@media only screen and (max-width: 763px) { #OcCW84IgCWcJWeI131Zniez4NADiTS9I { width:36.0625rem;height:9.0625rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HALfhsKAWhxTerl1vgLBpeoafZ0JFcN9 { display:block; }
 }@media only screen and (max-width: 763px) { #IcZlyLZc2lmTLgz6Ef4vSaAgXLURNlOq { width:36.0625rem;height:9rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4sObnWVACxNu0ZxK8t6aIihfftTgi1n { width:36.0625rem;height:9rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFcsyuTfxR5TOTJ66Huv7yDqu6wTaDeU { width:36.0625rem;height:9rem;top:51.8125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFX5Ol1UZ06i2bJJXzira6RbLvhMlVOl { width:36rem;height:9.0625rem;top:62.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbDm436DzkNFMHcM2khm2PndT1TO7pga { width:36.0625rem;height:9rem;top:62.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEme0CWJtbitAk3xL2B0d7qERmMZePBo { width:25.625rem;height:5.0625rem;top:64.0625rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISkdT3XfiNJAyXcbUVM3f9X6HPF0x0zM { width:4.4375rem;height:3.75rem;top:64.6875rem;left:27.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyTZSqFgs2HkRXhbVZHk2RRovZk82arD { width:36.0625rem;height:9.0625rem;top:62rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4CJWzgVGyKDRKZnBpHxPaZw3i9JtgMz { display:block; }
 }@media only screen and (max-width: 763px) { #t4t420wZyZNFWkU1ukAyCCxz3yaTC0hh { width:36.0625rem;height:9.0625rem;top:72.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp3SSIz3vw2HskGGdig6RfhH8JIfkHQI { display:block; }
 }@media only screen and (max-width: 763px) { #opn3aO4ipfTL24TOQpVUkdc0h7O8cHgB { width:36rem;height:9.0625rem;top:72.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia1oF6T3qfQtHzOIZzC8xtOPSiBKxR6A { width:36rem;height:8.9375rem;top:72.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb2I9OBz7CGMM2LcaZtStdtoE7XQGtGd { width:25.625rem;height:5.0625rem;top:74.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #co1e3bl6N8572aUyyogi6T4lWH6yFySw { width:4.375rem;height:3.6973861944529rem;top:74.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEQTU7G1GdBIUGwbHpu9gHCTT7qKEITh { width:36.0625rem;height:9.0625rem;top:72.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRgJtR5UG0J1ysRJ3uXVNlmbJCN02SgJ { display:block; }
 }@media only screen and (max-width: 763px) { #AT7yGnkuIZFk19Ks39KN3t9gRWyelHfx { width:36rem;height:9.0625rem;top:72.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxAFPrFvfJAHgsV0e5nnrDxNGXBg8hNG { width:36.0625rem;height:9rem;top:72.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6umfkoIHxDtWB82gxaaT0R1CVw6e5BA { width:25.625rem;height:5.0625rem;top:74.4375rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx6wWW0ZsqncfT3swHgTeMtsV3aqw0PB { width:4.4375rem;height:3.75rem;top:75.0625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4tnPTZBEx2yD5bEKezS3ddEtiqTvAOA { width:36.0625rem;height:9rem;top:41.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeLrZgixh7GxWTo5EkRcClgvQcRm8Or4 { width:36rem;height:9.0625rem;top:41.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSwDQa4GMtrFcu53yAlkDT5PC8a44aJr { width:36.0625rem;height:9.0625rem;top:45.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaAlxKP7bUVsfx0rvvb7AFNvEr1HEwmV { display:block; }
 }@media only screen and (max-width: 763px) { #w50kzT9y2OvTzZcRff2BGGFC2ayephts { width:26.625rem;height:5.0625rem;top:43.5625rem;left:21.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM4phMv93sAySIgLsKQ8caTwclrA9fWP { width:4.4375rem;height:3.75rem;top:44.25rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZuT3yXpJRiBKZqhsd0OJyqUMPk1wgz { width:36.0625rem;height:9.0625rem;top:82.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3fukDaA28lnU882v4QdBSAh9v6ddlbO { display:block; }
 }@media only screen and (max-width: 763px) { #FGdehecNgNo6A0OcnfXgf18UPrHb4GhS { width:36rem;height:9.0625rem;top:82.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIZb6l6lliw1XrtH8Ud1A8nATNce8QBo { width:36.0625rem;height:9rem;top:82.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBBo4HKG0HvqnB35cvb5H0xDt6TcEXSA { width:4.4375rem;height:3.75rem;top:84.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKtIw1tD5GgNA31AA8PzUSp5gUZ91DVv { width:25.625rem;height:5.0625rem;top:84.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCTSmLFa9Ow0UDhxUmeOFzxdrypkGGBJ { width:36.0625rem;height:9.0625rem;top:82.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Lm55IaSJNef5MwZbpkqpeLozks6T9L { display:block; }
 }@media only screen and (max-width: 763px) { #KoNDEiqwMxLlCPvVoiDpuwVIw5T2e8gz { width:36rem;height:9.0625rem;top:82.8125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMseZJDG5sEzgCtK3zWi8O4fe4VFtWAl { width:36.0625rem;height:9rem;top:82.8125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpCOeTkuSikSsHFda10nlGz5VHiG1TPI { width:25.625rem;height:5.0625rem;top:84.75rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxXZhVkk5mkJtG8tsn7h1pLZSSi5bhrU { width:4.4375rem;height:3.75rem;top:84.75rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKNkTEA5rlmTzqJiU1RQvtpucoTQ2pAa { width:36.0625rem;height:9.0625rem;top:93.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTC6n1JkpXtnHG2FndL4CZdwIhFyN5gs { display:block; }
 }@media only screen and (max-width: 763px) { #mPv5MVuo6shOxX5oC5ee1Fn2U41Ibaun { width:36rem;height:9.0625rem;top:93.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxsdXHTU7U0bPNFZlGMRTvmIuVhgFtzr { width:36.0625rem;height:9rem;top:93.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyy8NnzZ5n5U8RbFBbcM20sv4VMw0ATy { width:25.625rem;height:5.0625rem;top:95.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvqlGIT2VZLuQsteFLX9ALcpAhUJyZ21 { width:4.4375rem;height:3.75rem;top:95.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwKI3LeUUXFDM2QxN7lDeUhSmixLbvmN { width:36.0625rem;height:9.0625rem;top:93.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCQ2q5qx8x6D7v5gx81NRFRFio6Usf7L { display:block; }
 }@media only screen and (max-width: 763px) { #miGGMA8l729SVymTmpy779RriTvnUkMJ { width:36rem;height:9.0625rem;top:93.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8GMZt7WemWNd9RFzXkKB7SH7dIBWCeg { width:36.0625rem;height:9rem;top:93.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS31lV3SyUrrpA994VzHX2HEP4kqgBs6 { width:4.4375rem;height:3.75rem;top:95.1875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNCdcmabEIU1diKv4y6GGcAm70FyNCl { width:25.625rem;height:6.75rem;top:94.5rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tURTR8fmkXya0FeUfpUdALp9JxK3PiVP { width:36.0625rem;height:9.0625rem;top:103.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX93zx0x9NRDFtCdzMMaMaIwyfgn76Pf { display:block; }
 }@media only screen and (max-width: 763px) { #CU7CoC52UMsDPBqaWubJBcn4vt9J0Afr { width:36rem;height:9.0625rem;top:103.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqBIQrIHQMngchF8fEMsFXsWflamBqfl { width:36.0625rem;height:9rem;top:103.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRFAAD7pJ8GPb9Rd6x50QXDvPKbUIeGp { width:4.4375rem;height:3.75rem;top:105.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx9SSs6khh2fZTxTIr7puzyZVCkanv3R { width:25.625rem;height:5.0625rem;top:105.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz4vFfk1z67AJ9See6rJ7i2zu0AxT3pw { width:36.0625rem;height:9.0625rem;top:103.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq0s0TBL3BDU1E5Z2T2vcmhPweGKQKE5 { display:block; }
 }@media only screen and (max-width: 763px) { #mw8qkxDh48GDmbNH7qU41B4azNFZTJmi { width:36rem;height:9.0625rem;top:103.5625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWzC7uLEPzPao71uwNr4OXQIEKZXR7J8 { width:36.0625rem;height:9.0625rem;top:103.5625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhOS1XftFxBc38XNWD347Dlqd8PJ2kPS { width:25.625rem;height:6.75rem;top:104.8125rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkLTUlH2DJqrQGtQ2ZMh53JXqMXN3yiq { width:4.375rem;height:3.6971830985916rem;top:106.1875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvG3D1JrqvGESqMzTr4fgMfqBZldLs0r { width:36.0625rem;height:9.0625rem;top:114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpOKt3nZXw5eXr4Dws8K1KsgBgfXCwq3 { display:block; }
 }@media only screen and (max-width: 763px) { #bxH6uhcR2bB2p0VmbG69dwBq4LgIV8Ky { width:36rem;height:9.0625rem;top:114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsrRKvsLctAVc3GLnSD6nT0T8FeXtnW6 { width:36.0625rem;height:9.0625rem;top:114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #me7mEQ2v40g9kgwaN4K7WagNOqentlcD { width:4.375rem;height:3.6971830985916rem;top:116.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpPho8Ayvfccl61pBSf5W3pzamBLIvIs { width:25.625rem;height:3.375rem;top:116.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgmJTlg0U9pJ7JNo6gUE4DZtAbNGIMLV { width:36.0625rem;height:9.0625rem;top:114rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea2vDlnDNfTQBmXQtxbr0uytx2mse58V { display:block; }
 }@media only screen and (max-width: 763px) { #dTutq9QXQHTSemUFGw1X2H3BoiuM3Gqa { width:36rem;height:9.0625rem;top:114.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd69GX299cgPzQs1Dsor9prPObnExtoO { width:36rem;height:9.0625rem;top:114.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUzTRKInQeg2Fh2vkUcavEBor1oPrixl { width:25.625rem;height:5.0625rem;top:116rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTtHgD9u5uQUR6V9uiJFds0JLi8bsHDE { width:4.375rem;height:3.6973861944529rem;top:116.625rem;left:27.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWqwqRDruT3OTOsyDZTNBuHXdbw6hTzf { width:36.0625rem;height:9.0625rem;top:124.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZXtuIK6uodt6moHLS1XIiDRL5xvyeiH { display:block; }
 }@media only screen and (max-width: 763px) { #FWOg7SF3Bkp6o7JrCiN1kikpizskvI3p { width:36rem;height:9.0625rem;top:124.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmHUuyNBK4W7nvolmnZF9TI9PQriwE5I { width:36rem;height:9.0625rem;top:124.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsiCbhWmhin1Ug76pBzKAdDpeNM3vTom { width:25.9375rem;height:3.375rem;top:127.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxNNn4l1v2AdR5zTnOOq0JvCtbidFTmR { width:4.375rem;height:3.6973861944529rem;top:127.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI { display:block; }#h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mquwwDaqzUBpBR0q7RIp0qTl9Lu3Ovag { width:47.75rem;height:13.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ZHePEuX10GfbfvQaRrAUlucJVEhf9t { width:37.8125rem;height:2rem;top:8rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoyuq7Wb8if3VFKip0TygkxUrXB74T9p { width:4.375rem;height:2.5rem;top:4.25rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOVEeDrkLc1WWw169K0k3vC38rvJZRzd { width:47.75rem;height:13.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ3v5RMfcz3bJ1ciOZgqZNQLeWzUbvp8 { width:17.3125rem;height:2.6875rem;top:8.25rem;left:15.187503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1gPaTGS53BZWO7T66KiC7vSP5o1XlmI { display:block; }
 }@media only screen and (max-width: 763px) { #mqTKQ06GLLN58K1pynaAMhTneDPrxZ3i { width:37.8125rem;height:2rem;top:3.9375rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRaCigR3DuJLIcerhb2KiSlpMNklupqL { width:37.8125rem;height:1.25rem;top:5.875rem;left:4.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQv0MFqWauVuTcpENdU3KLUvg4hmyeaT { width:47.75rem;height:14rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC0zDTw4idpFrrxILbWLVRlwZZ9PiJ6A { width:46.75rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCB1s9m1rld8msp2aIXNUIBs8SBJ6yBp { display:block; }
 }@media only screen and (max-width: 763px) { #KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx { display:block; }#KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7S1uhBIygRckoeyPXVST8oyzKX2mR7b { width:36.0625rem;height:9rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3x3TvZ85ennRdXnuut0dKEMlE7ukJKJ { width:25.6875rem;height:5.0625rem;top:3.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHkguVRHrbftZveyNg2gEvmLCxm2TZqa { width:4.4375rem;height:3.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTIfikyDM8hWqn98SKgwJ19GF6JkOEk2 { width:36.0625rem;height:9.125rem;top:1.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcG9aaxKMoMktJsNoyTVdDMNa9VazctR { width:25.625rem;height:5.0625rem;top:3.25rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTmuourIVD48WtCGEdXP24QJ4bplnDG8 { width:4.375rem;height:3.6971830985916rem;top:3.8125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLpZynf6yNIkSwCOu2dzOTTqMyFrMZq2 { width:36.0625rem;height:9rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upInZNDzhvm5R1rbl7FHq2iraWLiIQSV { width:36.0625rem;height:9rem;top:1.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrpex3dEMWhSE2QEgLSi5fBJTdcfEKXT { width:36.0625rem;height:9.125rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnyMopL5RdP2WcqR1FIraQxwVEmOcEJ8 { width:36.0625rem;height:9rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GciwnEDCxrUJsfNdXtN4IrFWQsCoocLL { width:26.3125rem;height:5.0625rem;top:13.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWuN2OevWheAczie20MrNTqOoLcNKIu { width:4.4375rem;height:3.75rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRCh6Bl74cuIJRohEeDeOy2a5xEJATB5 { width:36.125rem;height:9.25rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXIrxJisaNyuTs48SqZH1w9W5SmKSf8d { display:block; }
 }@media only screen and (max-width: 763px) { #AKdJHsgyKO6kciMdO1eGrcSqMEXVNt2X { width:36.0625rem;height:9.0625rem;top:11.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0rUwTp8e6qT7prgQFUI7WT8HRCb9PIy { width:36rem;height:9.0625rem;top:11.5rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8VqwfmtlGXDRq5MT2p8TPhJ52zQpXAU { width:36.0625rem;height:9.0625rem;top:21.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVwbHEGJaMINbhHsdLPEPefDH9T6HEou { display:block; }
 }@media only screen and (max-width: 763px) { #Bkp2QeXkTW1WkqlzbbIzsDCbXniBtgfu { width:26.5625rem;height:5.0625rem;top:13.5rem;left:21.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lanrAihDv3pttTOKTqlSG9Xytgqa2dNJ { width:4.4375rem;height:3.75rem;top:14.125rem;left:27.375003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb69FE6NPrRdCyi0af82X9puNgn6xmvU { width:36.0625rem;height:9.0625rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyTTn2xyE2UmDgpoWDosNbNQUkktUNnN { display:block; }
 }@media only screen and (max-width: 763px) { #nKdDxS2eDuaK6BJSNJzST7oBRIRd2yhH { width:36rem;height:9.0625rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAKMrOhuXhf8kRbZ3lgpXiEWTM1EwwTR { width:25.625rem;height:5.0625rem;top:23.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vINvVGfhXraICgUaT1QdbPG9X73mXiOb { width:4.4375rem;height:3.75rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izmbXhBqvB8uON5HvZ4DK6OQ2ub7T61n { width:36.0625rem;height:9rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv8AakiG8TWO4kUwHZIgUy5pKgb8nN6H { width:36.0625rem;height:9rem;top:21.5625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGMvRlbMLl0xF31PJxg06QZ6gpCrXeib { width:36rem;height:9.0625rem;top:21.5625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFRZ0kR9xwrAFppqLxwbR0Fce0d8sZb7 { width:4.4375rem;height:3.75rem;top:24.1875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP6la7RPQh9XtvJWlSdLTtG0EtU5qRni { width:27.5625rem;height:5.0625rem;top:23.5rem;left:20.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9tvBUFbBsKyoO6GXEMalVdfKxJhapAg { width:36.0625rem;height:9.0625rem;top:11.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW9QpTG9875rUqg4JUPQ7yKiNgd6uAfi { display:block; }
 }@media only screen and (max-width: 763px) { #lhuLdSd1poc9cF0L0RJqHTOUPDmkVdpp { width:36rem;height:9.0625rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOn4DScGXRxXcyIp3fyiTH03foNqApzT { width:36.0625rem;height:9rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Got0HZmTb7chrGT4P16QvgZthiv13Wr2 { width:25.625rem;height:5.0625rem;top:33.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4fNl7NOfoCJM113hk72etOyT47XMt9U { width:4.4375rem;height:3.75rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZITphQHlnfQ6GwNVdEAztTNTTofFtX2 { width:36.0625rem;height:9.0625rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzI1r0XtmDt6RVRxOcxlO9IUSIovCDJR { display:block; }
 }@media only screen and (max-width: 763px) { #q0VxcPHiZnALhssHbTTUFlADxCTKda7X { width:36.0625rem;height:9.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URRKAtgONxpLkplrMh1Fe4ZipomXmnPP { display:block; }
 }@media only screen and (max-width: 763px) { #Lh5WeiDpkGolAbiVTF2gf7RBCqPHE4SF { width:36.125rem;height:9.25rem;top:1.0625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU54UZ0BSmPcysVO3uBsTST9aNGTvUyE { display:block; }
 }@media only screen and (max-width: 763px) { #kxVAUrDTos4U40PrS0atoSG3ESMtBFnB { width:36.0625rem;height:9.0625rem;top:31.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NblK93FXJQLsZXJSchAZXaM5IbkdfWZP { display:block; }
 }@media only screen and (max-width: 763px) { #uW5rHxDEweE2cKI8AhORPxgNPrKF8QOu { width:36rem;height:9.0625rem;top:31.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiSoNrdwEZVNWeQ9yEFloNHVxBT0fTWJ { width:36rem;height:8.9375rem;top:31.8125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzSG6oxupMgqyaTN4TlBgmSpvu3OqVVL { width:4.375rem;height:3.6971830985916rem;top:34.25rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKw5qXNUTygK5oc4VSFTyfSDVikDDSvT { width:27.3125rem;height:5.0625rem;top:33.6875rem;left:20.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ39hU5IEhU0igMzQ59EKlnRuuBFBiFh { width:36rem;height:9.0625rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCuBIM7GzTbDnrRLRz6V8ckgXan211dT { width:36rem;height:8.9375rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvg1IzZwT7dISTTFxNk5db49syUs3btz { width:36.0625rem;height:9.0625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueGOuBr85aeFEImL0eXbGNPFJF4TMxnl { display:block; }
 }@media only screen and (max-width: 763px) { #XHLHmCxa4yUIAy9W636s4QFHifd2OkDs { width:4.375rem;height:3.6973861944529rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay5ZBdx132osPGhmb1SrdKiALbNqkzvu { width:27.3125rem;height:5.0625rem;top:44rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ6TRSudBxTHw1PvQD80LUWliKwuucFn { width:36rem;height:9.0625rem;top:42rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCW7QRUbfmodeKuTZqKS4L0b4Hqxpc4U { width:36rem;height:8.9375rem;top:42.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt9C7oTqO5Tv1EfbB8SDETH9xB4pioB2 { width:36.0625rem;height:9.0625rem;top:41.9375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqxZDItagzIC74f0Tx0ZotfWRsFBDT1i { display:block; }
 }@media only screen and (max-width: 763px) { #WdW8U9O7dbkFUsS3Cqif5zmEl02lZzNV { width:4.375rem;height:3.6973861944529rem;top:44.5rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQDlPcJpgCyDOdfyWE0HDgVT0VeqFQJ { width:27.3125rem;height:5.0625rem;top:43.9375rem;left:20.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKHFtDqzf6VGgO2O58rTeBXKWSH4rhEM { width:36rem;height:9.0625rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G21fX8isyEsWGZ0U5l4LoXMaO6cTnaRl { width:36rem;height:8.9375rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpD6CR32m50XNKEEfuK2Xupf97iTaFHZ { width:36.0625rem;height:9.0625rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTM1TnC9U8E7TTR5OarKfFXTxHBbLqF { display:block; }
 }@media only screen and (max-width: 763px) { #c9959KtTvzPOEDb9TOtpltgI78VXwTOC { width:4.375rem;height:3.6971830985916rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVPfCRVupptBNCfWfs3W0n3s7cVPzcoT { width:27.3125rem;height:5.0625rem;top:54.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaoW9NN5i5b5FXkJVm1TFUVRQd0eRi7K { width:36rem;height:9.0625rem;top:52.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRRuFXKn7xQTIK06ARJ0eVpblUMT9aP4 { width:36rem;height:8.9375rem;top:52.5rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVSpK6BDescmP4uuekKpVTupTEcwZZbH { width:36.0625rem;height:9.0625rem;top:52.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtQ8hxOQRsKWR4AbUUTPP4BDQB946elm { display:block; }
 }@media only screen and (max-width: 763px) { #tKOB6UuhTpnlqSAmK55syC6tfmDVM4d7 { width:27.3125rem;height:5.0625rem;top:54.8125rem;left:20.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHdmf1DvuAF4wcXyi6l2eShz8Fael6sD { width:4.375rem;height:3.6973861944529rem;top:55rem;left:27.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxUEQgMVTGNbI2r03sEduti1tyPT88wn { width:36rem;height:9.0625rem;top:62.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snHLyvztu593UQZiUPCZcHVxGKNOlvsA { width:36rem;height:8.9375rem;top:62.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKyPSn5bCRR9lSZb1TNZdor4kVJqXZmr { width:36.0625rem;height:9.0625rem;top:62.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onagciK4rEkaEnldkEbPrwJdiglgRxit { display:block; }
 }@media only screen and (max-width: 763px) { #ToFOHGki7H5amrJW0JU9JDrAFJEHwUz6 { width:27.3125rem;height:5.0625rem;top:64.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGenA8WR3c4I7PsP98r5yBrSGI7hK7pP { width:4.375rem;height:3.6973861944529rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1H4ayH9Gp3ZklmvUfafWTJxqGOLO1Uc { width:36rem;height:9.0625rem;top:62.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeaDVhkgi9PuOinrhLXfSaotVqp6nALL { width:36rem;height:8.9375rem;top:62.9375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1V96ZbH5MAio20T16gXFszRuO37HDKa { width:36.0625rem;height:9.0625rem;top:62.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ0eUk4KkkkBABADhbIu25TlUFzw2lXx { display:block; }
 }@media only screen and (max-width: 763px) { #CASz3gHmBEF9TlERdF7Vig7B2nTnGAFn { width:27.3125rem;height:5.0625rem;top:64.875rem;left:20.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPf4wdX8Xigu1iFCunJ9lnfrZkBcNp2A { width:4.375rem;height:3.6973861944529rem;top:65.5rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM3fn3mvXeM2xTrSVGVInii5orauCmm2 { width:36rem;height:9.0625rem;top:73.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTJvdAlSPWTtiTxPddSu8tM2811ggXaN { width:36rem;height:8.9375rem;top:73.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwqpliDEA9rlW01xDD4U83yB6wzQaWyr { width:36.0625rem;height:9.0625rem;top:73.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDkwi46FGTG7HBLx4AwNXTVkuh9q65M3 { display:block; }
 }@media only screen and (max-width: 763px) { #c0spQ36GQtQH8SsEHNKBlemGxxdBETHA { width:4.375rem;height:3.6973861944529rem;top:76.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPqX0WMNBvTlLCKRI4wxd6Mm5q8RxzOK { width:27.3125rem;height:5.0625rem;top:75.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iil8TrwKVb1bvdIcUw8Pe5MTSBPTIvTb { width:36.0625rem;height:9.0625rem;top:73.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRmw5HqILTCrS1C9Jk42ivUHPxuv3wg7 { display:block; }
 }@media only screen and (max-width: 763px) { #pzbwALDNXADhVRePJnuHwIUoo0HM9zc2 { width:36rem;height:9.0625rem;top:73.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsrf5PKoyKonb2LUHNJlKwKhrTqOzUcv { width:36rem;height:8.9375rem;top:73.8125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6OSzMXedLPLVaaXW0gxrEtSdu9HZvD7 { width:27.3125rem;height:5.0625rem;top:75.625rem;left:20.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q88gS6wzkClauCKNPKKR7DR86xqHgQxV { width:4.375rem;height:3.6973861944529rem;top:76.3125rem;left:27.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c { display:block; }#J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTCkaSHOGtN9tIBcomip3uJcUE8JURoM { width:47.75rem;height:13.625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc0KEkESHZnfeopIGDxeeMNhfG83DqlG { width:47.75rem;height:13.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM8gmUmbu3ybPyDhm8o3yR3reriPTaUS { width:37.8125rem;height:2rem;top:8.125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQVFwaBd9qKMu550lwJsWdehOlsNpdSc { width:3rem;height:3.3061224489796rem;top:3.625rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ5fqa6cU3MxDkEHTKD4KfrKL1yJZv4k { width:47.75rem;height:13.8125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #syfPL8tH0myoTz2sr7MzEk3LKdtS39qs { width:17.3125rem;height:2.6875rem;top:8.4375rem;left:15.187503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8mB6wIeKpeJC95UyP1yWOnzTfG5LJbV { display:block; }
 }@media only screen and (max-width: 763px) { #m1dF5TNO2yK2VRAUTn39v1gsgMlbsEAP { width:37.8125rem;height:;top:4rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG6OSlILGpAMUgzDCOsM2xkrNNWoo8J1 { width:37.8125rem;height:1.25rem;top:6rem;left:4.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHPUaa7sOxNaedcZdW6d9GdMZSaWSylU { width:46.75rem;height:14rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXkRngnrGJgsexWUBS9JGDaATPL7pCh9 { display:block; }
 }@media only screen and (max-width: 763px) { #S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT { display:block; }#S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dISqZQGhquZBbbwz1UXPZ5BFT9GWkeZa { width:36.0625rem;height:9rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4NBHnHaMA5uIAParJTGKzxzvqBxVE0Z { width:25.625rem;height:5.0625rem;top:3.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtGehw3rmJJqrECdcsJgniv2zbEmFvzP { width:4.4375rem;height:3.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXH9qTLZ8bUGTBn1qe0EPT0RWUXthKyr { width:36rem;height:8.9375rem;top:1.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIBuZ5uiZ81l1QvTsElerKsSJDpqo8kD { width:25.625rem;height:5.0625rem;top:3.25rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWdooOmqk0Sz69MNfEVuNq8CeZOW26d6 { width:4.375rem;height:3.6976074481754rem;top:3.8125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qprFV4yxnABTq3iIdGOD0ANvqdv5BddT { width:36.0625rem;height:9rem;top:11.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcqGsgaswCMz6kevLQQhMsaGKlhFQ4JZ { width:25.6875rem;height:5.0625rem;top:13.5rem;left:22.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aalb0QwHRtPauEcxpKAHmubfp2Bt82z3 { width:4.4375rem;height:3.75rem;top:14.0625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEP6gLyTzm1cMxlyRTNSn6tsmHIHeTTt { width:36rem;height:8.9375rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcolSUkGq9fZas3I3hJdzETrpawuEcog { width:25.625rem;height:6.75rem;top:12.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLgxy8EyvtZ3NH18G001Bl2mib41y8yb { width:4.375rem;height:3.6973861944529rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5beFVuBvQK6Lq0Cd9pQNQQVd4gQGkEw { width:36rem;height:9.0625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOMIgGThSPLDawVq2LM4kxqiARB3a62k { width:36rem;height:9.0625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqIMXzrW5wd1rNL8kqA8lh7eBdcTAiCx { width:36rem;height:9.0625rem;top:1.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPgb2kbszqCW8SeVCrHKk7Pkpiu1AdBe { width:36.0625rem;height:9.0625rem;top:11.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4ME4eOo4CwupQEQP8CTTG2wA2mgNdEe { width:36.125rem;height:9.125rem;top:11.4375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw3xP96znDPBalH0GyzZ8glT3UKl7xWF { display:block; }
 }@media only screen and (max-width: 763px) { #DVfTcTDbCBsd2srMcIxybl770ClxQKRX { width:36.0625rem;height:9.0625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9DzuIVKi7kBQckJLXrxT93sMyTsi8uW { display:block; }
 }@media only screen and (max-width: 763px) { #qmwoAZITdv9TUf5y9IwwKPEEnC1aifzE { width:36.0625rem;height:9rem;top:21.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTbNlTob0pGAOcFpFNKmlu9UeT3JK9Jl { width:36rem;height:9.0625rem;top:21.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp6EDEO6kTN1SnXaIyxfri5r6XAslxv6 { width:36.0625rem;height:9.0625rem;top:21.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t897kNMU3hsbZFWPZ9kvwPzgHrB7CIEi { display:block; }
 }@media only screen and (max-width: 763px) { #waBWnArlsgJlcoAG0O3kTq1bOqrTKRNS { width:25.625rem;height:5.0625rem;top:23.625rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SegCdw47hcQdMvftaL5hkGsaefqvN43X { width:4.4375rem;height:3.75rem;top:24.3125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVqFEquE7dlg6FIaeADBnwhJB2b3L6ed { width:36rem;height:9.0625rem;top:32.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9aQEIppGXFsloDwsvUnzZwFSqcgygr6 { width:36rem;height:9.0625rem;top:32.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpx8BucZAKkI7gK1JqUfUVI2CRi6aG9z { width:36.0625rem;height:9.0625rem;top:32.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmU0Dqe6utOcblHQ2KgsLmpZ6S2l6HoI { display:block; }
 }@media only screen and (max-width: 763px) { #MRx5L2T9FsgpnOug0C9iJPqlDGKtafFg { width:28.125rem;height:6.3125rem;top:34.5rem;left:19.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtlfzJc9LCCEXfO9VWeS5AbFChI512I7 { width:4.375rem;height:3.6973861944529rem;top:35.125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lylkcuBJe7yb462mX5HtcCbdtNc0cbZ7 { width:36rem;height:8.9375rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7e8qI7itMA7UiSabRt1aOfDk6eoxNGC { width:36rem;height:9.0625rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuiL7XbN9Ng59SVEzMELTwnvo9SFoTTO { width:36.0625rem;height:9.0625rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haMU0A8QiGRFToxhb4Z8My7bwsW1tLBb { display:block; }
 }@media only screen and (max-width: 763px) { #gzpCLSH5z0qVodJEBssZZva4GnB1PyGv { width:4.375rem;height:3.6973861944529rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoXvv3z2v3UwqnbMGlVXyVIwHWxvn6xX { width:25.625rem;height:6.75rem;top:23.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy99qvQhgbpdzfW1Nmqn4WhMXSSx53hw { width:36rem;height:8.9375rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsUMLBl6agB4HiZVszTrT0utObXZBS9z { width:36rem;height:9.0625rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWytka4yCdQzaVETGHMOf8RN6c54BvkU { width:36.0625rem;height:9.0625rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDCPLLSOR7O9MWvzRi6SLqsvNbEkzTCx { display:block; }
 }@media only screen and (max-width: 763px) { #SlpayE7SOkywLEW7Eb39bPgf0FFToIQ6 { width:25.625rem;height:6.75rem;top:34.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG0OwyrsPo0CxpO5l2WiiIxXrw6arCmX { width:4.375rem;height:3.6973861944529rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImkWdvAOp49WZT3gQ6X9w3zmmMWWUBqv { width:36rem;height:8.9375rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQo4okhF5HI7nnkTzvrbBe1gN808ZVCm { width:36rem;height:9.0625rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w439kRnHNwHQ7PkmlnTqbkg0tgrXQ0Hg { width:36.0625rem;height:9.0625rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhBBk6TU7ce6vOP5P0dhPLc8oI5Ti6Bs { display:block; }
 }@media only screen and (max-width: 763px) { #rN5PPAKWti3VwLpQ1aKhRxsJ8c84yz8l { width:25.625rem;height:8.4375rem;top:44.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sErpEBcIGICTNHEPO7oKFt855sDgbx4Q { width:4.375rem;height:3.6973861944529rem;top:45.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2OtTdpvEVfWCrWWbDVaTeF3PRMStndN { width:36.125rem;height:9.1875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHo2w7ulSKNfEwQOO6MwD6eDviccpotP { display:block; }
 }@media only screen and (max-width: 763px) { #fkNePK8yZ2mqihkOpm6mshqRTkfuOyQB { width:36.125rem;height:9.125rem;top:1.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyMvnaOPQ4Qc6yShQmgxm0GtrZEkIsoF { display:block; }
 }@media only screen and (max-width: 763px) { #Z3BKOiBCbTEEiW1aCEOG6tLe82znAREs { width:36rem;height:8.9375rem;top:43.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3UvK8B2IRUVm9qLoNWbyCGaWBW7ss8g { width:36rem;height:9.0625rem;top:43rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZkWMrI98K6Gi9vtIRX4Sm2hTTatexrT { width:36.0625rem;height:9.0625rem;top:43rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqR5UoUUC1srUkGdRAHNvNs4cht3VJyU { display:block; }
 }@media only screen and (max-width: 763px) { #MUd1i0THxsgmHr4wq5OrxmFyKzuaC2ut { width:25.625rem;height:6.75rem;top:44.1875rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFcBPx6GegV1rm6nz8i7TbcUmTsx7PVz { width:4.375rem;height:3.6973861944529rem;top:45.6875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUn0ufLCE9PIr1Weks9DKfUlL9QPMhNM { width:36rem;height:9.0625rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9Q0xgN38znmsTiTUHJTS3O8VClezHKT { width:36rem;height:9.0625rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uswVT4C1D7WhL0bbysF14Cib1L49pCfh { width:36.0625rem;height:9.0625rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHedtFBFwhzcODADCxxipTAiSXJc820a { display:block; }
 }@media only screen and (max-width: 763px) { #mIq9zPJ70bTxG4xCxvPIIKcP4VvEzPQH { width:25.625rem;height:6.75rem;top:55.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTuOyXfL1OnKftC9QlWZrArRaZvmM0zm { width:4.375rem;height:3.6973861944529rem;top:56.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp { display:block; }#QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWKncsc1UZUGkfPVzUxJKU6reUJ8iIBq { width:47.75rem;height:13.3125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNgbzx2IpJoDed7GetsCIiKTymKgPBzb { width:47.75rem;height:13.6875rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghsKmlBXEMPSCWXR6Tf0CIecOUAm45vi { width:37.8125rem;height:2rem;top:8.1875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiA0T8etwbh8mq3F0EGsxozDzAuJvXTb { width:3.125rem;height:3.8125rem;top:3.875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taTTzwDyTTg5FWBdPJf1UpyyPHsA18Tk { width:47.75rem;height:13.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT0A9QCWMieontSyqSHKWdGe2syi6iEz { width:17.3125rem;height:2.6875rem;top:8.375rem;left:15.201824188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH1KKXqu4ThOSswkiM29c7NDtl1ZRdQc { display:block; }
 }@media only screen and (max-width: 763px) { #ztBPkWHJ20rsw3NV294zT7Jq543k5V9S { width:37.8125rem;height:;top:4rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD2TqDTmrTBUZPlCeQtQlmaV8KIKPnRl { width:37.8125rem;height:1.25rem;top:5.875rem;left:4.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThJ2OdSz3i6570C7r6yFyKkaDMD2y6Ub { width:46.75rem;height:13.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #civ1irnNGyVw7T13qcGVQ9xDCH9mr8hG { display:block; }
 }@media only screen and (max-width: 763px) { #ck7h89WMpbETKW2MPn73v0DcaKmsFHy8 { display:block; }#ck7h89WMpbETKW2MPn73v0DcaKmsFHy8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmqxHZFFRZLPBra3AkiNkytCinaILLUW { width:36.0625rem;height:9rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSWkDQc1gVprPJGMz3JPgCL3EVT2bS0G { width:27rem;height:6.75rem;top:2.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf5Nxaworh4aMNZXWoARD9NvyBXexxG1 { width:4.4375rem;height:3.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTaRKd4nxZESPxTN6ZtslKLpHkxy5581 { width:36.0625rem;height:9rem;top:1.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzCHZ7Sgex4mAoHmZ6Lb6mhxXdWJgpzk { width:25.6875rem;height:5.0625rem;top:3.25rem;left:22.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwcp76bQqoNN6otzzsEPVv4c9TqG8y64 { width:4.4375rem;height:3.75rem;top:3.8125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHhJGHUlUASTob7nRqL6lo5VsllnXyPR { width:36rem;height:9.0625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL8IeBJgnIz1OLJb7cqvfoAXHqFhaJMx { width:36.0625rem;height:9.0625rem;top:1.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVJWikvMDiTB8Oz4T8ik6xSoUqn74NVC { width:36.125rem;height:9.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gInqgeCqEGtdrNP7ZKq3LaFJmzbQMudA { display:block; }
 }@media only screen and (max-width: 763px) { #UdpDqBPSFbOpckAb4cWUTBknM2v6Bpd6 { width:36.0625rem;height:9rem;top:11.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC2gzf8582FLNLc3N4rmiRhdN5bc67Vv { width:36rem;height:9.0625rem;top:11.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTo8Fgwuw8nwVnBdgvnfwhLTE8uKNI6n { width:36.0625rem;height:9.0625rem;top:11.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbGWNluROqCFWDwVX6OeyCC2eks7xnzO { display:block; }
 }@media only screen and (max-width: 763px) { #Kba2TcLJPE6O6pPoOFKzbbyd8Crv7L71 { width:25.625rem;height:5.0625rem;top:13.625rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8kRmNK3LEXRPT4Hgt6my0ZzTTEqDt89 { width:4.375rem;height:3.6973861944529rem;top:14.3125rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4nxPyhm5DRDerVfw9lZgSL4DWXf7l5m { width:36.0625rem;height:9.0625rem;top:1.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF7ZHhLTryt6m1TAgJCNwMZaqAT7LLcQ { display:block; }
 }@media only screen and (max-width: 763px) { #Lm8uhVfT8QFbdk8vbiSMwXt9ngLXeaMZ { width:36rem;height:8.9375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0oIp0KRQix8JFQKpurfTkSi2ngwMIaS { width:36rem;height:9.0625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKisAS0Vh4PzN1bfmuaAJdFd796mSXmx { width:36.0625rem;height:9.0625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L81sfl9BqMrM8IpZBcNlmKzgDgQOnWPJ { display:block; }
 }@media only screen and (max-width: 763px) { #xsW5EfCINpeuMZ0g7aRDdTxkNWpmz4dE { width:4.375rem;height:3.6973861944529rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #firoSyVT5MfpUXtGW2S888VgSHJ116Ss { width:25.625rem;height:8.4375rem;top:11.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhU3gUZ0ThcKdr7J3r3528cyQXteZevb { display:block; }#FhU3gUZ0ThcKdr7J3r3528cyQXteZevb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4wrmGKoTn1hxItxf2Xp3bv2SC62o3aA { width:47.75rem;height:13.3125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRT2Qdq6SMA07os8wLC61Cvuy2F0DCz1 { width:47.75rem;height:13.6875rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKG7i3mbVT7KIlMukupJ7S9ggsmZr1Ph { width:37.8125rem;height:;top:8.1875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruAwdkhhMyGqQbJp8406hfEm3PlqxDcJ { width:3.125rem;height:3.125rem;top:3.875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reJf0efV5JoB4RGiM7IicExNNCfzScoI { width:47.75rem;height:13.8125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2iTdJR58HPSEfIgqG6xWZwP0fIgVnEt { width:17.3125rem;height:2.6875rem;top:8.375rem;left:15.201824188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQsJiFpCFi1ltgXHxrlADMaJXoCCS5uK { display:block; }
 }@media only screen and (max-width: 763px) { #htg6dyJ9zZGw5H1d69vUIoFdp4xyTUSX { width:37.8125rem;height:2rem;top:4rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnI5rhhmcTWnpeKLTme4qqKv5WO6nnFq { width:37.8125rem;height:1.25rem;top:5.875rem;left:4.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbIGg41TKIiRJ84gI7gbMh3akTiV9sHg { width:46.75rem;height:13.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn2gML051sGNluIuP1hhfmLVZExETt0a { display:block; }
 }@media only screen and (max-width: 763px) { #BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr { display:block; }#BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jy5H3bbHtgQ7r3UqgRcy96SgzI8oFQ7T { width:36.0625rem;height:9rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgxVmhVoTu56U5a8Q2N7fu0TClGMPqIB { width:27rem;height:3.375rem;top:4rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBiHqphExPAfmDpv4T4aC7mI2vLQl7og { width:4.4375rem;height:3.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1B6x3UPItTKw3Ptg48PtthP2GTOJ7WI { width:36rem;height:8.9375rem;top:1.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xphgCEQ6wVAmsg2q7vdMKxQPoucTDaWC { width:25.6875rem;height:5.0625rem;top:3.25rem;left:22.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebuQUXxzaPcSNHKnJMwPLnT2AZ77wPiG { width:4.375rem;height:3.6976074481754rem;top:3.8125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srR24IE9vdEealwg2lTao7T6Cp6VGkuW { width:4.4375rem;height:3.75rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1QALTzGyMK7UPo3HCMVWby7OxRF8IfG { width:36rem;height:9.0625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoVp8WTkC24La3VfCHWp2UiSmLStekrv { width:36rem;height:9.0625rem;top:1.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVqcVnyuWQ07btR204mkgq466BckZtPs { width:36.125rem;height:9.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2z6OH0vgQoofIsKI8uQe99D4mRSg9go { display:block; }
 }@media only screen and (max-width: 763px) { #zd3X3KMUMXyRBrAU6NTX9ykkV7qJaZZX { width:36.0625rem;height:9.0625rem;top:1.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNkMba62zUlBdENsTsru0l5y4DJGKubm { display:block; }
 }@media only screen and (max-width: 763px) { #EJtixFyBxATBMTrW6yo9bnwOMwHqZGb0 { width:36rem;height:8.9375rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCOnPn6KnMVy5aEmI3EDJs38sGotLeo3 { width:36rem;height:9.0625rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qqWEGCdlb2G5ObULTZnMxptJHVEhyn { width:36.0625rem;height:9.0625rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTaLLToPO9454isL0yrn5oAg32TALytF { display:block; }
 }@media only screen and (max-width: 763px) { #LyzkVBINQloQOWvZq7kBEBa1v7WBlvm0 { width:4.375rem;height:3.6973861944529rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoTHh98mvXVMbVstO42iTgHTJPMGvTZl { width:25.625rem;height:5.0625rem;top:14.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz2ruScp0BLbLVMrs9uWbUX6MvgUdM2k { width:36rem;height:8.9375rem;top:12.3125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnTcHTzh0APBTTDONalih0mFNfBeX0f3 { width:36rem;height:9.0625rem;top:12.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATA24qpR9ORqzywlEB95IG1dRwifLx8u { width:36.0625rem;height:9.0625rem;top:12.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1qsw04SKMfO2htzXeQ9dat0TDtOkum9 { display:block; }
 }@media only screen and (max-width: 763px) { #GrhlLSoL8JxrlLzbtgFTz2uaO91iTnl3 { width:25.625rem;height:5.0625rem;top:14.1875rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wimRUig5iJJLZIt3DFLEshNe4TV0evOd { width:4.375rem;height:3.6973861944529rem;top:14.8125rem;left:27.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ5kcTmZ4a0gzs9pxy8aJTfcvXANDsSO { width:36rem;height:8.9375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSlsDKb4JTwbidoTlp7eGcrhuflLZTkr { width:36rem;height:9.0625rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvQ52hNSMXeLnCTlQO06cBoPKuZIGEG4 { width:36.0625rem;height:9.0625rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTHt7sa3Lv9FAfIT6kvRsV3QcJ9FDsF5 { display:block; }
 }@media only screen and (max-width: 763px) { #zO6OlJuhtqkcOkNOHKl9gpZR7P4gAxuf { width:27.5rem;height:6.75rem;top:23.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyVLETG2Cl7Aco58OtOTDXNWWidagzsd { width:4.375rem;height:3.6973861944529rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsMOQJQrWQ3Ta5DC6AXD2vNzBOTB2o4f { width:36rem;height:8.9375rem;top:22.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht6IdrpbqSh91LQ2gM0fKTQnErNPXNZf { width:36rem;height:9.0625rem;top:22.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyF2Fd2aAO0DKDaEiJA25sIMO51cG9e8 { width:36.0625rem;height:9.0625rem;top:22.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQi7pvk0oHdp8MPk4xNyi8VCrGgdNhGd { display:block; }
 }@media only screen and (max-width: 763px) { #JRlKmSv1vy0EGwdJXEXRFfDM1znxvpUk { width:27.5rem;height:5.0625rem;top:24.625rem;left:20.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F78PqzgfQggO3ODJx3Om7T79bfFBatLM { width:4.375rem;height:3.6973861944529rem;top:25.25rem;left:27.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW { display:block; }#uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEGbDHFbQ2KiMBdZHZZt4y0JEqB1sqR3 { width:47.75rem;height:13.3125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtJJ47BIm0wbvuHK6v0OmzIhi36RgBWr { width:47.75rem;height:13.6875rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT0M46ycH6pTWsh5k3Fkl6Di4AJ1vHqV { width:37.8125rem;height:2rem;top:8.1875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugP3bL8ygTE9QLIJ0J4hgrCIOZyiKGbC { width:3.125rem;height:3.125rem;top:3.875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuhlsh8f0WlJtFFniEl1teGyyHrPEWJT { width:47.75rem;height:13.8125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnd2y1Pzmga3sPQT96zXLzkK2r0s5OzU { width:17.3125rem;height:2.6875rem;top:8.375rem;left:15.201824188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #F11ydqP9I5D4aklPn31vOGdrF5IaNJTX { display:block; }
 }@media only screen and (max-width: 763px) { #fQMdD7km1V2yHNV7cverxGQlCzSkhdhb { width:37.8125rem;height:2rem;top:4rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlsR3KSXDq26AxZ2TcPxbQ6eAOOi5bhz { width:37.8125rem;height:1.25rem;top:5.875rem;left:4.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TilBtRMS5TbEx9iaSthNXm64FiTEdgyr { width:46.75rem;height:13.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhwDm4ggtFn3gNoJ5tk3KAqCmcypzOiT { display:block; }
 }@media only screen and (max-width: 763px) { #P6GNTU0RqXvkhMPX767L33QcFTBtUsHR { display:block; }#P6GNTU0RqXvkhMPX767L33QcFTBtUsHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylEkx0hQblqGwBQRBGQulkqDqXCwvJax { width:36.0625rem;height:9rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU21gpkvwLMhqpNGb8n9v58CGl4Zt9kQ { width:27rem;height:5.0625rem;top:3.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W98xL1rmn1mE1K2WH3kCBM7ckq86VGIh { width:4.4375rem;height:3.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4LZr8GoEkZc1N2MaFa1yMAnKkAgRF3i { width:36rem;height:8.9375rem;top:1.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaG1l3BWHWB5u5KRh5NhvItQ0Nl7CSp9 { width:25.6875rem;height:5.0625rem;top:3.25rem;left:22.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mULTviwv37lHekgAWQSEu8rowN3KLwXN { width:4.375rem;height:3.6976074481754rem;top:3.8125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOahUt2gKLC1rc6RWys7vSrqveqGyi49 { width:4.4375rem;height:3.75rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlIDXCyCRVKBZ5zvn0hTF9ca3xRdemnb { width:36rem;height:9.0625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVguCXODBVVM9efePWOt2CDMZf1xrdkP { width:36rem;height:9.0625rem;top:1.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVE0smSdskvnVBXELW9L6eSTzUV5MNtR { width:36.125rem;height:9.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNRPmLe1KTgB20kUR4OUeapecUpFLgWp { display:block; }
 }@media only screen and (max-width: 763px) { #UXuuIKs7iWZICchIFwJJ9oKAuEILQgT2 { width:36.0625rem;height:9.0625rem;top:1.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH2ued4RtcDwxmAz6bZHNFq2CbhByLtb { display:block; }
 }@media only screen and (max-width: 763px) { #ZrMN1p1lIeqrAfCWHILwspHzh2ychbPk { width:36rem;height:8.9375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXREJm90OMiXSSmkCVMAfsC7ZC4xOzIt { width:4.375rem;height:3.6973861944529rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQvfaxODnOfrd0XFeX3U69kkTkMTbbVB { width:36rem;height:9.0625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl6E2sQ8i5uz1hkqOTyUX0DHxKGJTSi5 { width:36.0625rem;height:9.0625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQAPER1TU8WdLmpVSbvrFPtv2yc2oueb { display:block; }
 }@media only screen and (max-width: 763px) { #vkIP9U2gyCtKeVddyx8cNudxZJBQGFkN { width:25.625rem;height:5.0625rem;top:14rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfeh2DLsSoNG6xSqy2z4MEevn76hiTsH { width:36rem;height:8.9375rem;top:12.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqRxcCyB6IPk3zUJcIZiB2LAbodx4zUD { width:36rem;height:9.0625rem;top:12rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0qrIEC6BAA3O95uJXvO2kPzSVyBygFL { width:36.0625rem;height:9.0625rem;top:12rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJaAlTTM82Nmu746ozeb7HBfWrFiEa1d { display:block; }
 }@media only screen and (max-width: 763px) { #TaqFSucoWTkxrqaxKHvHAyzJ3cN76r2X { width:4.375rem;height:3.6973861944529rem;top:14.6875rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfIDWWCwTBnMM4iw6sLh2FrPVZJiqn0a { width:25.625rem;height:5.0625rem;top:14rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDig25vnQwnwKNwvDnbFTNwpeaFmlIk9 { width:36rem;height:8.9375rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #De9suTx5210inKhv4TExr0dQ6aNkrcnH { width:36rem;height:9.0625rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8MuJIW0TQGTOfzUxvqGxEyTWrekGBs2 { width:36.0625rem;height:9.0625rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR0BdWeRhDsfV3WTqbvnAFnQqGcXM0Bb { display:block; }
 }@media only screen and (max-width: 763px) { #pLthOrH1bginIQpxfoJMqvicQPc5khWV { width:25.625rem;height:5.0625rem;top:24.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbkoXUWBOSzrdTlpRTJoWRriSAF0XA1s { width:4.375rem;height:3.6973861944529rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss8fR88SmxkqtXuM1qzomoxxJiixLxUh { width:36rem;height:8.9375rem;top:23rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQHcfpMM0wFZL4x3Qb2OBFUgAxsbitg { width:36rem;height:9.0625rem;top:22.9375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTsnPPxVEdacZoxcBiCw036ud5sssUfT { width:36.0625rem;height:9.0625rem;top:22.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS7xuic2oFPwQfNxrntsETs4pgIwcGU1 { display:block; }
 }@media only screen and (max-width: 763px) { #fJF3V0BRye13iV4hwLIrdUI3wxicyonh { width:25.625rem;height:5.0625rem;top:24.875rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8msWuNrWEDBKvuipJhlIsKlQvpu5Xaw { width:4.375rem;height:3.6973861944529rem;top:24.875rem;left:27.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iStv0qlI2NXJHOqRt6qx32xyffJqlHIK { width:36rem;height:8.9375rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8yWCA45J54pJmVFqZKGVR5OCsiX3qKK { width:36rem;height:9.0625rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmT22PV47kf2T23IwUr4qI4FCEodZce2 { width:36.0625rem;height:9.0625rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNmyO2DILcLtfbIoLx5fUUwerGqREskq { display:block; }
 }@media only screen and (max-width: 763px) { #gVCdBJx3LTvsAdWuMV2IVwub0ibv6eCA { width:26.0625rem;height:5.125rem;top:35.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuh49ii9fUdOSKDGCwxpE1mfkhBbd203 { width:4.375rem;height:3.6973861944529rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdbdncTIi7SnLD4mQDv8byKfxwHGGbBq { width:36.0625rem;height:9.0625rem;top:33.8125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwkEJTIRDD3hTD6Xpw3TO4r194U2En4b { display:block; }
 }@media only screen and (max-width: 763px) { #sdpe3JFUwWrO6X4ZZ3ir2n1ZZbNcnq9p { width:36rem;height:8.9375rem;top:33.9375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJOaxHE6sbBrITvV9vClnw39R4pBuOKC { width:36rem;height:9.0625rem;top:33.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh8kLTaTe4OZFmbrHTG09DMDPTUpSkNm { width:26rem;height:5.0625rem;top:36.125rem;left:21.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky2rtXBWZPLJ47ooH3JsamnIEhUE2Lmm { width:4.375rem;height:3.6973861944529rem;top:36.4375rem;left:27.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC { display:block; }#ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqeT23Si5IKLE0ZdyaLKz9TSTVKzPmyJ { width:47.5625rem;height:2.5rem;top:3.75rem;left:0.062161445617676rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW5rUUUWCeADfWOIION8uXmyxTrwyTLf { display:block; }#sW5rUUUWCeADfWOIION8uXmyxTrwyTLf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngwOnmAooZLob9lg0JlwtrVX9mw8AKyS { width:11rem;height:9.322455252215rem;top:5.6875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugrgTyGJgyh0kiuAcmyp0wlkQ9XLGm3R { width:23.125rem;height:16rem;top:2.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIERwQpoEh9EPOzMPVgsn1zU9D90MxpK { width:23.125rem;height:15.9375rem;top:2.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HInFmLLW4HTtIy9ECHhIGTdcvtN4QT1Q { width:21.875rem;height:2.5625rem;top:6.6875rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPM8ux4e6wwVnQSNVVPGWVoi6Iu6nmJT { width:23.125rem;height:16rem;top:2.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rin5n49tQCNzFhyKpXPNUtBrklQ3SMRg { display:block; }
 }@media only screen and (max-width: 763px) { #XZ7UGthD6zaW45XHfaC0C8TD8OZEHRLc { width:21.875rem;height:1.25rem;top:11.875rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF7yClNlzg2DTDbmnrpbrA9EurXrMugb { width:21.875rem;height:1.1875rem;top:15.6875rem;left:9.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8VM5pZSxLhWBRSOZ2FMu4Jm2XmPzTqV { width:21.875rem;height:1.1875rem;top:15.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnscwZFRIvviBF2dhlp8DaJDxOmSyWS6 { width:23.125rem;height:16.0625rem;top:2.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAJbiPDH7S6s48DoLebHcPbboXD6SMmM { display:block; }
 }@media only screen and (max-width: 763px) { #Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD { display:block; }#Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETfyCh4wvQ7Dno7aHZfHnJxIaF4AzLLb { width:13.875rem;height:2.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRiSeK1nIPyq2mGD9waKHik3DPWB1x0f { width:29rem;height:1.25rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amatiZkTrWiFISl4TufOZo2vtEFueoFn { width:19.875rem;height:3.125rem;top:8.4375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHVb3sMmaTnPovRdFrACkItDV6z5rvuO { display:block; }
 }@media only screen and (max-width: 763px) { #H4veAvToT4Kr1zRbVuBG1PTl1WkhnZWA { width:2.125rem;height:2.125rem;top:8.75rem;left:45.625rem;display:block; }
#H4veAvToT4Kr1zRbVuBG1PTl1WkhnZWA > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #EpPpDpko57ZnCGC4OpX4Ogku2ylGMTpx { width:2.0625rem;height:2.0625rem;top:8.75rem;left:45.6875rem;display:block; }
#EpPpDpko57ZnCGC4OpX4Ogku2ylGMTpx > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #BWdEz1Rk6Iugd40e6Doqd2IOqL3km1eq { width:2.125rem;height:2.125rem;top:8.75rem;left:45.625rem;display:block; }
#BWdEz1Rk6Iugd40e6Doqd2IOqL3km1eq > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #bpZJeC6bhptJcxaxo9kixGrpBW55GTtZ { width:2.125rem;height:2.125rem;top:8.75rem;left:45.625rem;display:block; }
#bpZJeC6bhptJcxaxo9kixGrpBW55GTtZ > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hb75sBmuDatciCtSL2e8psmmtxCSe1by { width:4.375rem;height:2.8125rem;top:3.0625rem;left:8.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiuA8pEhWOqIozn8rlJSHPgsSTtPUNRv { display:block; }
 }@media only screen and (max-width: 763px) { #bMDKbeOtgtAIU3XdU8zdKhb5nmcC5X5M { top:-0.2972412109375rem;left:6.125rem;width:3.125rem;height:3.125rem;z-index:15005;color:#263347;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPCSo5ipHsKNGEt8zoLRqXSPJeMADvJi { width:7.687375rem;height:1.437375rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHVFPuxXvBO1PAfCNe5XbgZEqNmhEUuN { width:6.6875rem;height:2.8125rem;top:0.9375rem;left:6.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiQkNXRCPXa5wJCU43nXgUl9XkVL1Aky { display:block; }
 }@media only screen and (max-width: 763px) { #muKlmnOZHkT5R4rTUhKLAauvLNUqONbN { width:6.6875rem;height:2.8125rem;top:0.9375rem;left:6.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #huXvqZl9RbOvNOF1ZPIBycuK8sW7bpPx { display:block; }
 }@media only screen and (max-width: 763px) { #KdhFUc5hrxwDgNyhqLvpOdSIkvvo0A9y { position:relative;z-index:auto;display:block; }#KdhFUc5hrxwDgNyhqLvpOdSIkvvo0A9y > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqSgX0MTpiwlK7GDzF3RcPmCbt3FnWbI { width:4.375rem;height:1.749875rem;top:1.25rem;left:7.8125rem;font-size:0.75rem;color:#1c2637;display:block; }
 }@media only screen and (max-width: 763px) { #aNeuQ83SKO8vQnvBQR3FIvmHVXaWTms9 { display:block; }
 }@media only screen and (max-width: 763px) { #IsxsWag5poVxWMmZw8PovnN1Gz0vpXho { width:6.687rem;height:1.749875rem;top:4.24926875rem;left:6.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKWM4u4AyqwJep849p4ryJJWSsTPwMf2 { display:block; }
 }@media only screen and (max-width: 763px) { #wOhBGH0BXcLd7oXdggfvO80fiSyGuGWw { width:6.687rem;height:1.749875rem;top:7.2485375rem;left:6.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpqKrZBCS9rXkiT8V2S3GVyMB10hAVdT { display:block; }
 }@media only screen and (max-width: 763px) { #GbyoI4ZeT05UByBiVLhk2WB17Shwmffx { display:none; }#GbyoI4ZeT05UByBiVLhk2WB17Shwmffx > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I1cA0o4llKACEwcRSgzfmOtHHcelaIrK { display:none; }#I1cA0o4llKACEwcRSgzfmOtHHcelaIrK > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aEg2UetD5WkTFR85wnmT1b0SXseP2UJS { width:4.4375rem;height:2rem;top:14.25rem;left:7.75rem;font-size:0.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #FzNzqDgeFbbf5St2kTcQOVgTkZU4tT2g { display:block; }
 }@media only screen and (max-width: 763px) { #XegQZTpFcIBTHsa7tMzkTGrwHSe1nqSg { width:10.625rem;height:2rem;top:11rem;left:4.6875rem;font-size:0.75rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #olxVtLHAvacHSy5GJHmL94AwW1GqwNTq { display:block; }
 }@media only screen and (max-width: 763px) { #VSWRlkW762UlfIIPqOXh8qCrlO30PAMH { width:4.375rem;height:2rem;top:7.75rem;left:7.8125rem;font-size:0.75rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #I2MHTeiNxphlnoDTRpNINNOunTycxV8G { display:block; }
 }@media only screen and (max-width: 763px) { #garyCye0QOU10GTN6ExrsulMz3ZxWOtG { width:4.0625rem;height:2rem;top:17.5rem;left:7.9375rem;font-size:0.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uPvgdlGiVUe7Mc7D2ok8Oqsbmmz6X8VA { display:block; }
 }@media only screen and (max-width: 763px) { #N1KictcprRBCp064PzT4dy8dJ5K81zQC { width:9.3125rem;height:2rem;top:4.5rem;left:5.3125rem;font-size:0.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TWM3TRgqSH5TD7XceDvTnrsMxdA7fcoF { display:block; }
 }@media only screen and (max-width: 763px) { #NS3ufiPReOTU3TOoqZoZVbb0fkZE5FOO { width:6rem;height:2rem;top:1.25rem;left:7rem;font-size:0.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #IoRbfQ15TcBWcgT1ehexIO2Dk55LNWdm { display:block; }
 }@media only screen and (max-width: 763px) { #bmvbMnfmRolJhABWubIxzU8iheRfFT34 { background-color:#263347;background-image:url("https://images.assets-landingi.com/uc/f9f11afe-2aa6-440b-bf87-68aeba209b15/Bg_home.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bmvbMnfmRolJhABWubIxzU8iheRfFT34.adaptive-delivery-prevent-bg, #bmvbMnfmRolJhABWubIxzU8iheRfFT34.lazyload, #bmvbMnfmRolJhABWubIxzU8iheRfFT34.lazyloading { background-image: none; }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row .container { background-color: transparent; background-image: none; }#bmvbMnfmRolJhABWubIxzU8iheRfFT34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row .container > .video-iframe-container { display: none; }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row > .video-iframe-container { display: none; }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .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); }#bmvbMnfmRolJhABWubIxzU8iheRfFT34 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoLfPiOdOoTh4eXTTGlnBqCNM8c7ZLrM { width:2.999025rem;height:2.999025rem;top:3.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVVueVCTn7FPxfo49vBksqTPXkGdhkgG { width:10rem;height:2.874025rem;top:8.2490234375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOewgTa41pu8Ndb9TDxhUa0pFUeShxIq { width:20rem;height:7.4386653581944rem;top:62.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27 { display:block; }#JOWEA1JTd1NnHSGnvkAn3rexpt2ZdM27 > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIflnJFXCoXNLKNHAQ5V2LqdkdqHuQdu { width:19.6875rem;height:19.59865625rem;top:6.3983125rem;left:0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ae5Zvl6QKqVd5H9o5PqDEAaTJLeCyGFg { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlW9nhhTMZScZAlHcs7M3sApPRBkw4Ln { width:17.2655rem;height:2.64025625rem;top:27.24975rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mml0p5isSSCZXKFXytk2ghCWSon4xg1f { display:block; }
 }@media only screen and (max-width: 763px) { #tPfbwuXtGA4ufgAKnPrO2ImguJHmvu4J { width:17.37425rem;height:2.74963125rem;top:31.13951875rem;left:1.3125rem;font-size:1rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xgtNhvST70pZPTwTPiThSZQrUTZpMuDl { display:block; }
 }@media only screen and (max-width: 763px) { #OUrGwTNSkkZbBPIevsbBA60QklRR7FxA { width:18.125rem;height:7.1875rem;top:49.25rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U { display:block; }#sxdsPCps7cyO2JNtrNknPWWF7lMc1s5U > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2mat2XeVF1NkXqrVxZu10DU80A2eEu9 { width:14.937125rem;height:1.94970625rem;top:4.8120125rem;left:2.5rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVEWOMqM4kDs1LRPuFkWDBMJi4HHxRxy { width:2.3120125rem;height:2.3120125rem;top:1.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo0LGhI3fiuEiyiZTIwbgFMqAWRPm8f5 { width:20rem;height:10.5rem;top:8.0108625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4osgQtO1mGLcTT1fBPTAZr4ggHUctrz { width:18.140125rem;height:3.015625rem;top:19.763175rem;left:0.875rem;font-size:1rem;box-shadow: 0rem 0rem 1.1875rem rgba(0,0,0,0.27) ;display:block; }
 }@media only screen and (max-width: 763px) { #G3n0MyVKetw6VHs1lbTi1GUoat47Hesz { display:block; }
 }@media only screen and (max-width: 763px) { #S9NE9goho6LW8F0lHAbaT0unMhyAn3t8 { width:18.125rem;height:7.1875rem;top:24.0283125rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #sT6hy5JMgick3DQLFICMWCBaE8pB7TTu { display:block; }#sT6hy5JMgick3DQLFICMWCBaE8pB7TTu > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcAyta7HZ5TyIiQVGRAyrLokuv93PxI3 { width:15.68725rem;height:6.3369375rem;top:1.25rem;left:2.125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe { display:block; }#wG6tGVtzifA6V4PsA7M5p5JSBoE8gyLe > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f01AdIcL8Us530HdMppNWlwwtJ1ZcvVe { width:20rem;height:8.18725rem;top:1.2908935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGXry6hIB2nMsh3xPH3oNMs2xZfZLkZ4 { width:10.1245rem;height:2.1875rem;top:9.228515625rem;left:9.8755rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4g7TIDt2WkkR7nuFIlgGTGr2ZBqXVHD { display:block; }
 }@media only screen and (max-width: 763px) { #O3A2IUXwZmoOwGJZfoIlbXaCwaLRaRSU { width:20rem;height:1.19970625rem;top:9.0411376953125rem;left:0rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nppN6pJaZz0FOsp7flIUTasQkKJ4euKM { width:20rem;height:8.18725rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mSy8srKpW1DvnqIMcET9E19oTMJ1bAiU { width:2.8125rem;height:1.62475625rem;top:5.2911376953125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir1lS4BAvDMecL05CfxmVre1hSLQEJGr { width:20rem;height:1.19970625rem;top:4.9786376953125rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C9mbZ8Qg2Do6UPMpcH1P5EVMCgzyZ7to { width:20rem;height:0.97473125rem;top:6.9482421875rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1MeER5W1pfXzrelkSQRkD7Gndf7RG7 { width:20rem;height:8.18725rem;top:1.2908935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTPIrCuLq26ddOVRQZ6SFadG20mZdPzz { display:block; }
 }@media only screen and (max-width: 763px) { #CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u { display:block; }#CAGcrwlkHgl0qchOZP1Mm6ZQ7ot15x0u > .row .container { width:20rem;height:657.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdvuhmv1isOrBJQwRkODTmcAU2aNf0qE { width:20rem;height:7.8125rem;top:1.2896728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFnuvUyU9iyKXr19xm57bLQI2Z1u10Iy { width:17.1875rem;height:4.1425875rem;top:3.2965087890625rem;left:2.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mz2XAI8KsmCa1mTz1R9sggGPZaeJn9TJ { width:2.06115625rem;height:1.6870125rem;top:3.8677978515625rem;left:1.9580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsi9dN5nagvI5ty7q8m44qUcUan6DKy3 { width:20rem;height:7.8125rem;top:28.495483398438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewT6TNehx55ZItzdXWvbEan17oV93IbZ { width:20rem;height:4.14258125rem;top:30.494995117188rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rB4xL3AEW42o6Q5gbWrFe4OmAzqiRK5z { width:2.062375rem;height:1.6870125rem;top:31.057739257812rem;left:2.0001220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRdUkoCZmtXnMIIvpHmu0Dl3fTiaWHvD { width:20rem;height:7.8125rem;top:75.106811523438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQIREyIItmV8Uf43BDgItZ114QlidPL3 { width:17.124625rem;height:5.5234375rem;top:77.10693359375rem;left:2.875375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f8Bl4yW3QRWAp3wPJLEDZp74TMrE3pXH { width:20rem;height:7.8125rem;top:46.620483398438rem;left:0rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #nHb1N7kSHdk0kiPkFMAi3VJAWwW4KE6T { width:2.062375rem;height:1.62475625rem;top:77.669067382812rem;left:2.0001220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA7Qysei07vKmKnZpznOgPGXQT6PeHih { width:20rem;height:4.14258125rem;top:39.505615234375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2OfEfhouB3LbGHvTnd2MOrzEoPwInQV { width:2.062375rem;height:1.6870125rem;top:40.1171875rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvSElqNhmrZ8RsEKh8mMRDpzgUsAVGKe { width:20rem;height:7.8125rem;top:121.67053222656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5qU7wnoLZkUxzWWySl1MhWl5ZaCJqP { width:20rem;height:4.14258125rem;top:123.67065429688rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0TFgsoknyrTzfllWgyTvfd0FeTILPNf { width:20rem;height:7.8125rem;top:94.432983398438rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #s67xDwdwA4vMCRWIcPv9CpTMEO4z1QNH { width:2.062375rem;height:1.6870125rem;top:124.23278808594rem;left:2.0001220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTwsb1twpmgzMiohw3iE6lc44awcT8QR { width:20rem;height:4.14258125rem;top:87.35107421875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uqv04LoCdGrE5F46nT6mtT6VgCh8Of7J { width:2.062375rem;height:1.6870125rem;top:87.97607421875rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTbfuUgNfc7KPpIQtyd2BQPdcreJgK9q { width:20rem;height:8.93675rem;top:130.77087402344rem;left:0rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #trlLQ3LTauUriD44gBqavDG4Vh3AUy2t { width:20rem;height:4.142575rem;top:132.77038574219rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ql3fvfIvw4PWXKDc9OieznJGGXecyWkT { width:2.062375rem;height:1.6870125rem;top:133.33312988281rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4f3AwEO4sBXFbFXM9vmRsBRHQmtwwEL { width:20rem;height:7.8125rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cTvBSEWXz0gVE1TQpN0q8lpGlA8duxd0 { width:20rem;height:7.8125rem;top:37.557983398438rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #KFRlmcfScOrOk0WUWJ8wHUxHNPw3i4RT { width:20rem;height:7.8125rem;top:85.370483398438rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #eKW7Ig5x5nsJPc41WQQbXpzkhiR6ohM6 { width:20rem;height:7.8125rem;top:130.73303222656rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pNxvQuDncy8kTBTBCQOtTUHqqiGiOZZm { width:20rem;height:7.8125rem;top:28.477172851562rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Khy3XGzZfHGk4ZD8JINTV31EhD1Zf7NE { width:20rem;height:9.0625rem;top:75.057983398438rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #kkJRawHGWXlMRTGt7zvvzS7apduyuaD8 { width:20rem;height:7.8125rem;top:121.62048339844rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #RgRxdzZ3IkRlAdo94ZTTuRyovlQqWl4T { width:20rem;height:7.8125rem;top:55.682983398438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd3GBNg4TtuaOHpJTuD0VfydaqJ4oTMT { display:block; }
 }@media only screen and (max-width: 763px) { #yhEsD9QbLkb8HTZTkNogMNNlWT6TC5JX { width:20rem;height:7.8125rem;top:103.49548339844rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #AC9WyOkUKrkauH9FsJ8yyphe5k17WoJy { display:block; }
 }@media only screen and (max-width: 763px) { #JNmi4gauMCUxAbpAcGbwieTWAUXLhQ6E { width:20rem;height:7.8125rem;top:140.95706152344rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #R4XFkau5wtlyKTxfZ1T1dIJ2iibwHoX9 { display:block; }
 }@media only screen and (max-width: 763px) { #f3CiPbzs7N9IPBAipghQq9OeCiuxszUd { width:20rem;height:9.0625rem;top:64.745483398438rem;left:0rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #ILOsqeSpd0VFTh0nFWTh4RvzLxTyq6eN { display:block; }
 }@media only screen and (max-width: 763px) { #zdqKzTfGSrwpKListPzFNTki5azW7AXe { width:20rem;height:7.8125rem;top:112.55798339844rem;left:0rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #BqNsg90Gy6OFUZmz9OWg5ZlGR5BpPqLx { display:block; }
 }@media only screen and (max-width: 763px) { #ISL4305xkBB7k1BHR3U4XTmJGSnhl0kA { width:20rem;height:7.8125rem;top:10.352172851562rem;left:0rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #ySZP3fi0BaHhaPTkKP0pTl8vlZtMAu8l { display:block; }
 }@media only screen and (max-width: 763px) { #dWZHaGrwBb0k0UxZLJLLt2MyRbHTpKQB { width:20rem;height:7.8125rem;top:19.414672851562rem;left:0rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #grqf1y6Md7hbugZxCeSUpDqwytRWfmOm { display:block; }
 }@media only screen and (max-width: 763px) { #zsL5kuRXezyA0bMURRcHgXFUA5PabQZw { width:20rem;height:7.8125rem;top:150.08181738281rem;left:0rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #RmyEfZea6OWpy86bIA0WbNigcgMLaRkq { width:20rem;height:7.8125rem;top:150.01956152344rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xoLvqXTg013es1yn4nnQxSMbDBRZ3CVp { width:20rem;height:7.8125rem;top:159.14431738281rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #iz67otrid9pTgwRiPgqJ4rScr28kCbfT { display:block; }
 }@media only screen and (max-width: 763px) { #OuxTFArorsrubq3msovWyuUzt24hVTcN { width:20rem;height:4.1425875rem;top:152.01907324219rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P84x2RJZmJikTX4OLvI2vNy5dXykXJSo { width:2.062375rem;height:1.6870125rem;top:152.64285253906rem;left:2.125244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWUbh5NuvfuqC9iIzizEWRCPpoyi2r94 { width:20rem;height:8.999625rem;top:168.20681738281rem;left:0rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #X0xia7cwGztmbc6UMdLRN5OpuWMKwnqT { width:20rem;height:9.0625rem;top:168.20681738281rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #WNIBe9FdA13SEUFE5eZz2ZTmH94BxDMe { width:20rem;height:9.0625rem;top:178.51931738281rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #hk5AA7FB4bUT7cimWTVUSIGP8T1TXe7O { display:block; }
 }@media only screen and (max-width: 763px) { #D9Tlf16KhVdoQuGkTuibWdvmFMGhHHbu { width:20rem;height:5.5234375rem;top:169.3707578125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qb4GN7KS4fZld0LRo7uXCgn2TKxWdwkR { width:2.062375rem;height:1.6870125rem;top:170.83193945312rem;left:2.1246337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpM8TNAdHhUPQURqsgWr3rMeKauTycME { width:20rem;height:10.1245rem;top:197.92605566406rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Mvcl0C3wFOONGAvUUT6TpFhGUWZG8E0b { width:16.9995rem;height:6.90429375rem;top:199.844390625rem;left:3.0005rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLP4aAqIGZeEEO5JeBEUrPHP2dTA9JaI { width:2.062375rem;height:1.62475625rem;top:200.51943945312rem;left:1.956787109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO5iMf6SXHa9VkaSz3x6kBG2i8UshOqK { width:20rem;height:10.1245rem;top:252.48405566406rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OqTzxdnBI23vTdgXhrguyaQVTBSQFSCd { width:17.56225rem;height:6.90429375rem;top:243.06025390625rem;left:2.43775rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2UpyCyzB4bIPlp8weToQFneHunuJVTe { width:2.062375rem;height:1.6870125rem;top:243.73530273438rem;left:2.0623779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqE5xwVLuwzSflnDu2UB4kD83bf6giy1 { width:20rem;height:10.1245rem;top:229.73630566406rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #gIDrCHKUIEp01n4eug95LELHI8XHK9NX { display:block; }
 }@media only screen and (max-width: 763px) { #wBRPc92clrKPHla15KAWwJCCI6NKAJku { width:20rem;height:7.8125rem;top:263.85793066406rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cOTWyoAQtmSOmSCRNZ7SqKgnGWpoBd1S { width:20rem;height:4.14258125rem;top:265.83913183594rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rouKDaswXH3gNNiTD3dRL9DnrOnro0w8 { width:2.062375rem;height:1.62475625rem;top:266.51418066406rem;left:1.956787109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9JuM4t9AIf2lkTfV5Ty8WXuhWBvLkDb { width:20rem;height:9.0625rem;top:282.04518652344rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #umPhOrGIUsTnPGcCNa2BwUZDueG38z3P { display:block; }
 }@media only screen and (max-width: 763px) { #OcCW84IgCWcJWeI131Zniez4NADiTS9I { width:20rem;height:10.1245rem;top:209.29993066406rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #HALfhsKAWhxTerl1vgLBpeoafZ0JFcN9 { display:block; }
 }@media only screen and (max-width: 763px) { #IcZlyLZc2lmTLgz6Ef4vSaAgXLURNlOq { width:20rem;height:10.1245rem;top:197.89431738281rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #U4sObnWVACxNu0ZxK8t6aIihfftTgi1n { width:20rem;height:7.8125rem;top:263.92018652344rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #LFcsyuTfxR5TOTJ66Huv7yDqu6wTaDeU { width:20rem;height:10.1245rem;top:241.11018066406rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #IFX5Ol1UZ06i2bJJXzira6RbLvhMlVOl { width:20rem;height:9.0625rem;top:292.35768652344rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #dbDm436DzkNFMHcM2khm2PndT1TO7pga { width:20rem;height:8.999625rem;top:302.67018652344rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #QEme0CWJtbitAk3xL2B0d7qERmMZePBo { width:19.4995rem;height:5.5234375rem;top:315.85619902344rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ISkdT3XfiNJAyXcbUVM3f9X6HPF0x0zM { width:2.062375rem;height:1.6870125rem;top:312.91918652344rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyTZSqFgs2HkRXhbVZHk2RRovZk82arD { width:20rem;height:7.8125rem;top:272.98268652344rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #X4CJWzgVGyKDRKZnBpHxPaZw3i9JtgMz { display:block; }
 }@media only screen and (max-width: 763px) { #t4t420wZyZNFWkU1ukAyCCxz3yaTC0hh { width:20rem;height:7.8125rem;top:322.62866152344rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #zp3SSIz3vw2HskGGdig6RfhH8JIfkHQI { display:block; }
 }@media only screen and (max-width: 763px) { #opn3aO4ipfTL24TOQpVUkdc0h7O8cHgB { width:20rem;height:7.8125rem;top:331.69116152344rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Ia1oF6T3qfQtHzOIZzC8xtOPSiBKxR6A { width:20rem;height:7.8125rem;top:340.75366152344rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #Pb2I9OBz7CGMM2LcaZtStdtoE7XQGtGd { width:20rem;height:4.14258125rem;top:352.75317402344rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #co1e3bl6N8572aUyyogi6T4lWH6yFySw { width:2.062375rem;height:1.6870125rem;top:349.81616152344rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEQTU7G1GdBIUGwbHpu9gHCTT7qKEITh { width:20rem;height:7.8125rem;top:358.14441152344rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #dRgJtR5UG0J1ysRJ3uXVNlmbJCN02SgJ { display:block; }
 }@media only screen and (max-width: 763px) { #AT7yGnkuIZFk19Ks39KN3t9gRWyelHfx { width:20rem;height:7.8125rem;top:376.26941152344rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #SxAFPrFvfJAHgsV0e5nnrDxNGXBg8hNG { width:20rem;height:7.8125rem;top:367.20691152344rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #M6umfkoIHxDtWB82gxaaT0R1CVw6e5BA { width:18.125rem;height:4.14258125rem;top:378.30066152344rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tx6wWW0ZsqncfT3swHgTeMtsV3aqw0PB { width:2.062375rem;height:1.6870125rem;top:378.92566152344rem;left:2.061767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4tnPTZBEx2yD5bEKezS3ddEtiqTvAOA { width:20rem;height:7.8125rem;top:188.83181738281rem;left:0rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #BeLrZgixh7GxWTo5EkRcClgvQcRm8Or4 { width:20rem;height:7.8125rem;top:188.83181738281rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #BSwDQa4GMtrFcu53yAlkDT5PC8a44aJr { width:20rem;height:7.8125rem;top:220.67380566406rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #AaAlxKP7bUVsfx0rvvb7AFNvEr1HEwmV { display:block; }
 }@media only screen and (max-width: 763px) { #w50kzT9y2OvTzZcRff2BGGFC2ayephts { width:20rem;height:4.14258125rem;top:190.81301855469rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qM4phMv93sAySIgLsKQ8caTwclrA9fWP { width:2.062375rem;height:1.6870125rem;top:191.45693945312rem;left:2.125244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZuT3yXpJRiBKZqhsd0OJyqUMPk1wgz { width:20rem;height:9.0625rem;top:385.33191152344rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #O3fukDaA28lnU882v4QdBSAh9v6ddlbO { display:block; }
 }@media only screen and (max-width: 763px) { #FGdehecNgNo6A0OcnfXgf18UPrHb4GhS { width:20rem;height:9.0625rem;top:395.64441152344rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #WIZb6l6lliw1XrtH8Ud1A8nATNce8QBo { width:20rem;height:8.999625rem;top:405.95691152344rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #oBBo4HKG0HvqnB35cvb5H0xDt6TcEXSA { width:2.062375rem;height:1.6870125rem;top:416.20591152344rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKtIw1tD5GgNA31AA8PzUSp5gUZ91DVv { width:20rem;height:5.5234375rem;top:419.14292402344rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCTSmLFa9Ow0UDhxUmeOFzxdrypkGGBJ { width:20rem;height:7.8125rem;top:425.91477402344rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #T4Lm55IaSJNef5MwZbpkqpeLozks6T9L { display:block; }
 }@media only screen and (max-width: 763px) { #KoNDEiqwMxLlCPvVoiDpuwVIw5T2e8gz { width:20rem;height:7.8125rem;top:434.97727402344rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TMseZJDG5sEzgCtK3zWi8O4fe4VFtWAl { width:20rem;height:7.8125rem;top:444.03977402344rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #WpCOeTkuSikSsHFda10nlGz5VHiG1TPI { width:18.312375rem;height:4.14258125rem;top:456.03928652344rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxXZhVkk5mkJtG8tsn7h1pLZSSi5bhrU { width:2.062375rem;height:1.6870125rem;top:453.10227402344rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKNkTEA5rlmTzqJiU1RQvtpucoTQ2pAa { width:20rem;height:7.8125rem;top:461.43052402344rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #vTC6n1JkpXtnHG2FndL4CZdwIhFyN5gs { display:block; }
 }@media only screen and (max-width: 763px) { #mPv5MVuo6shOxX5oC5ee1Fn2U41Ibaun { width:20rem;height:7.8125rem;top:470.49302402344rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #KxsdXHTU7U0bPNFZlGMRTvmIuVhgFtzr { width:20rem;height:7.8125rem;top:479.55552402344rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #pyy8NnzZ5n5U8RbFBbcM20sv4VMw0ATy { width:20rem;height:4.14258125rem;top:491.49278027344rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GvqlGIT2VZLuQsteFLX9ALcpAhUJyZ21 { width:1.9995125rem;height:1.62475625rem;top:488.61802402344rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwKI3LeUUXFDM2QxN7lDeUhSmixLbvmN { width:20rem;height:9.0625rem;top:496.88401777344rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #gCQ2q5qx8x6D7v5gx81NRFRFio6Usf7L { display:block; }
 }@media only screen and (max-width: 763px) { #miGGMA8l729SVymTmpy779RriTvnUkMJ { width:20rem;height:9.0625rem;top:507.19651777344rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #c8GMZt7WemWNd9RFzXkKB7SH7dIBWCeg { width:20rem;height:8.999625rem;top:517.50901777344rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #zS31lV3SyUrrpA994VzHX2HEP4kqgBs6 { width:2.12463125rem;height:1.6870125rem;top:527.75801777344rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNCdcmabEIU1diKv4y6GGcAm70FyNCl { width:18.2495rem;height:5.5234375rem;top:530.69503027344rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tURTR8fmkXya0FeUfpUdALp9JxK3PiVP { width:20rem;height:7.8125rem;top:537.46688027344rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #tX93zx0x9NRDFtCdzMMaMaIwyfgn76Pf { display:block; }
 }@media only screen and (max-width: 763px) { #CU7CoC52UMsDPBqaWubJBcn4vt9J0Afr { width:20rem;height:7.8125rem;top:546.52938027344rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lqBIQrIHQMngchF8fEMsFXsWflamBqfl { width:20rem;height:7.8125rem;top:555.59188027344rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #MRFAAD7pJ8GPb9Rd6x50QXDvPKbUIeGp { width:2.062375rem;height:1.6870125rem;top:564.65438027344rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx9SSs6khh2fZTxTIr7puzyZVCkanv3R { width:20rem;height:4.14258125rem;top:567.59139277344rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lz4vFfk1z67AJ9See6rJ7i2zu0AxT3pw { width:20rem;height:8.937375rem;top:583.16938027344rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #Pq0s0TBL3BDU1E5Z2T2vcmhPweGKQKE5 { display:block; }
 }@media only screen and (max-width: 763px) { #mw8qkxDh48GDmbNH7qU41B4azNFZTJmi { width:20rem;height:8.937375rem;top:572.98263027344rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TWzC7uLEPzPao71uwNr4OXQIEKZXR7J8 { width:20rem;height:8.937375rem;top:572.98263027344rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #LhOS1XftFxBc38XNWD347Dlqd8PJ2kPS { width:18.062125rem;height:5.52344375rem;top:574.24605800781rem;left:1.937875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkLTUlH2DJqrQGtQ2ZMh53JXqMXN3yiq { width:2.062375rem;height:1.6870125rem;top:575.63826992188rem;left:2.125244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvG3D1JrqvGESqMzTr4fgMfqBZldLs0r { width:20rem;height:6.499625rem;top:601.10513027344rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #xpOKt3nZXw5eXr4Dws8K1KsgBgfXCwq3 { display:block; }
 }@media only screen and (max-width: 763px) { #bxH6uhcR2bB2p0VmbG69dwBq4LgIV8Ky { width:20rem;height:6.499625rem;top:593.35613027344rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TsrRKvsLctAVc3GLnSD6nT0T8FeXtnW6 { width:20rem;height:6.499625rem;top:608.85413027344rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #me7mEQ2v40g9kgwaN4K7WagNOqentlcD { width:2.062375rem;height:1.6870125rem;top:595.95073476563rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpPho8Ayvfccl61pBSf5W3pzamBLIvIs { width:20rem;height:2.761725rem;top:596.15825429688rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgmJTlg0U9pJ7JNo6gUE4DZtAbNGIMLV { width:18.999625rem;height:9.0625rem;top:626.91563027344rem;left:0.5rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #ea2vDlnDNfTQBmXQtxbr0uytx2mse58V { display:block; }
 }@media only screen and (max-width: 763px) { #dTutq9QXQHTSemUFGw1X2H3BoiuM3Gqa { width:20rem;height:9.0625rem;top:616.60313027344rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #hd69GX299cgPzQs1Dsor9prPObnExtoO { width:20rem;height:9.0625rem;top:616.60313027344rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #oUzTRKInQeg2Fh2vkUcavEBor1oPrixl { width:20rem;height:5.5234375rem;top:618.55259316406rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTtHgD9u5uQUR6V9uiJFds0JLi8bsHDE { width:2.87475625rem;height:2.436525rem;top:619.22642128906rem;left:2.125244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWqwqRDruT3OTOsyDZTNBuHXdbw6hTzf { width:18.999rem;height:9.0625rem;top:647.60288613281rem;left:0.5rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #iZXtuIK6uodt6moHLS1XIiDRL5xvyeiH { display:block; }
 }@media only screen and (max-width: 763px) { #FWOg7SF3Bkp6o7JrCiN1kikpizskvI3p { width:20rem;height:9.0625rem;top:637.29038613281rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #wmHUuyNBK4W7nvolmnZF9TI9PQriwE5I { width:20rem;height:9.0625rem;top:637.22813027344rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #IsiCbhWmhin1Ug76pBzKAdDpeNM3vTom { width:20rem;height:4.14258125rem;top:640.12241738281rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UxNNn4l1v2AdR5zTnOOq0JvCtbidFTmR { width:3.49975625rem;height:2.9370125rem;top:639.94663613281rem;left:1.9580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI { display:block; }#h4zmeG3g4J6p8dVCImF71tRn5rUSaJHI > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mquwwDaqzUBpBR0q7RIp0qTl9Lu3Ovag { width:20rem;height:8.125rem;top:21.873196679687rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ZHePEuX10GfbfvQaRrAUlucJVEhf9t { width:20rem;height:1.19970625rem;top:9.000244140625rem;left:0rem;font-size:1rem;line-height:1.2;z-index:15035;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qoyuq7Wb8if3VFKip0TygkxUrXB74T9p { width:2.5610375rem;height:1.43676875rem;top:5.250244140625rem;left:17.4389625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #UOVEeDrkLc1WWw169K0k3vC38rvJZRzd { width:20rem;height:8.125rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #FJ3v5RMfcz3bJ1ciOZgqZNQLeWzUbvp8 { width:7.937rem;height:1.93725625rem;top:9.2498779296875rem;left:12.063rem;font-size:0.6875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #o1gPaTGS53BZWO7T66KiC7vSP5o1XlmI { display:block; }
 }@media only screen and (max-width: 763px) { #mqTKQ06GLLN58K1pynaAMhTneDPrxZ3i { width:20rem;height:1.19970625rem;top:4.9407958984375rem;left:0rem;font-size:1rem;line-height:1.2;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #nRaCigR3DuJLIcerhb2KiSlpMNklupqL { width:20rem;height:0.97473125rem;top:6.910400390625rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HQv0MFqWauVuTcpENdU3KLUvg4hmyeaT { width:20rem;height:8.186625rem;top:12.437134179688rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aC0zDTw4idpFrrxILbWLVRlwZZ9PiJ6A { width:20rem;height:8.18725rem;top:31.248196679687rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #WCB1s9m1rld8msp2aIXNUIBs8SBJ6yBp { display:block; }
 }@media only screen and (max-width: 763px) { #KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx { display:block; }#KaA4IX1uNpnf5DIy7yWrkpnw6JffG0wx > .row .container { width:20rem;height:374.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7S1uhBIygRckoeyPXVST8oyzKX2mR7b { width:20rem;height:9.0625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3x3TvZ85ennRdXnuut0dKEMlE7ukJKJ { width:16.437375rem;height:5.5234375rem;top:3.2568359375rem;left:3.562625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHkguVRHrbftZveyNg2gEvmLCxm2TZqa { width:2.06115625rem;height:1.6870125rem;top:3.828125rem;left:1.9580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTIfikyDM8hWqn98SKgwJ19GF6JkOEk2 { width:20rem;height:7.8125rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcG9aaxKMoMktJsNoyTVdDMNa9VazctR { width:18.8745rem;height:4.1425875rem;top:34.249877929688rem;left:1.1255rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTmuourIVD48WtCGEdXP24QJ4bplnDG8 { width:1.9995125rem;height:1.62475625rem;top:34.812622070312rem;left:2.125244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLpZynf6yNIkSwCOu2dzOTTqMyFrMZq2 { width:20rem;height:9.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upInZNDzhvm5R1rbl7FHq2iraWLiIQSV { width:20rem;height:7.8125rem;top:32.2314453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrpex3dEMWhSE2QEgLSi5fBJTdcfEKXT { width:20rem;height:7.8125rem;top:50.3564453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnyMopL5RdP2WcqR1FIraQxwVEmOcEJ8 { width:20rem;height:7.8125rem;top:50.3564453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GciwnEDCxrUJsfNdXtN4IrFWQsCoocLL { width:20rem;height:4.14258125rem;top:52.418823242188rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFWuN2OevWheAczie20MrNTqOoLcNKIu { width:2.062375rem;height:1.6870125rem;top:52.981567382812rem;left:2.1246337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRCh6Bl74cuIJRohEeDeOy2a5xEJATB5 { width:20rem;height:7.8125rem;top:59.4189453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXIrxJisaNyuTs48SqZH1w9W5SmKSf8d { display:block; }
 }@media only screen and (max-width: 763px) { #AKdJHsgyKO6kciMdO1eGrcSqMEXVNt2X { width:20rem;height:9.0625rem;top:68.4814453125rem;left:0rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #N0rUwTp8e6qT7prgQFUI7WT8HRCb9PIy { width:20rem;height:9.0625rem;top:78.7939453125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #N8VqwfmtlGXDRq5MT2p8TPhJ52zQpXAU { width:20rem;height:9.0625rem;top:117.54516601562rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #OVwbHEGJaMINbhHsdLPEPefDH9T6HEou { display:block; }
 }@media only screen and (max-width: 763px) { #Bkp2QeXkTW1WkqlzbbIzsDCbXniBtgfu { width:17.437125rem;height:5.52344375rem;top:70.481567382812rem;left:2.562875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lanrAihDv3pttTOKTqlSG9Xytgqa2dNJ { width:2.062375rem;height:1.62475625rem;top:71.106567382812rem;left:2.125244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb69FE6NPrRdCyi0af82X9puNgn6xmvU { width:20rem;height:7.8125rem;top:108.48266601562rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #IyTTn2xyE2UmDgpoWDosNbNQUkktUNnN { display:block; }
 }@media only screen and (max-width: 763px) { #nKdDxS2eDuaK6BJSNJzST7oBRIRd2yhH { width:20rem;height:7.8125rem;top:99.4189453125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #dAKMrOhuXhf8kRbZ3lgpXiEWTM1EwwTR { width:20rem;height:4.14258125rem;top:101.35864257812rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vINvVGfhXraICgUaT1QdbPG9X73mXiOb { width:2.062375rem;height:1.62475625rem;top:102.0458984375rem;left:2.0623779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izmbXhBqvB8uON5HvZ4DK6OQ2ub7T61n { width:20rem;height:7.8125rem;top:99.420166015625rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #wv8AakiG8TWO4kUwHZIgUy5pKgb8nN6H { width:20rem;height:9.0625rem;top:138.17016601562rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #ZGMvRlbMLl0xF31PJxg06QZ6gpCrXeib { width:20rem;height:9.0625rem;top:127.85766601562rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lFRZ0kR9xwrAFppqLxwbR0Fce0d8sZb7 { width:2.062375rem;height:1.6870125rem;top:148.48266601562rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP6la7RPQh9XtvJWlSdLTtG0EtU5qRni { width:20rem;height:5.5234375rem;top:151.41967851563rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9tvBUFbBsKyoO6GXEMalVdfKxJhapAg { width:20rem;height:9.0625rem;top:89.1064453125rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #xW9QpTG9875rUqg4JUPQ7yKiNgd6uAfi { display:block; }
 }@media only screen and (max-width: 763px) { #lhuLdSd1poc9cF0L0RJqHTOUPDmkVdpp { width:20rem;height:7.8125rem;top:167.25402851563rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NOn4DScGXRxXcyIp3fyiTH03foNqApzT { width:20rem;height:7.8125rem;top:176.31652851563rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #Got0HZmTb7chrGT4P16QvgZthiv13Wr2 { width:18.562rem;height:4.14258125rem;top:188.12805351562rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4fNl7NOfoCJM113hk72etOyT47XMt9U { width:1.875rem;height:1.49963125rem;top:185.37902851563rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZITphQHlnfQ6GwNVdEAztTNTTofFtX2 { width:20rem;height:7.8125rem;top:158.19152851563rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #gzI1r0XtmDt6RVRxOcxlO9IUSIovCDJR { display:block; }
 }@media only screen and (max-width: 763px) { #q0VxcPHiZnALhssHbTTUFlADxCTKda7X { width:20rem;height:9.0625rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URRKAtgONxpLkplrMh1Fe4ZipomXmnPP { display:block; }
 }@media only screen and (max-width: 763px) { #Lh5WeiDpkGolAbiVTF2gf7RBCqPHE4SF { width:20rem;height:7.8125rem;top:41.2939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU54UZ0BSmPcysVO3uBsTST9aNGTvUyE { display:block; }
 }@media only screen and (max-width: 763px) { #kxVAUrDTos4U40PrS0atoSG3ESMtBFnB { width:20rem;height:9.0625rem;top:203.83179101562rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #NblK93FXJQLsZXJSchAZXaM5IbkdfWZP { display:block; }
 }@media only screen and (max-width: 763px) { #uW5rHxDEweE2cKI8AhORPxgNPrKF8QOu { width:20rem;height:9.0625rem;top:193.42590722656rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QiSoNrdwEZVNWeQ9yEFloNHVxBT0fTWJ { width:20rem;height:9.0625rem;top:193.51929101562rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #QzSG6oxupMgqyaTN4TlBgmSpvu3OqVVL { width:2.062375rem;height:1.6870125rem;top:195.95703515625rem;left:2.125244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKw5qXNUTygK5oc4VSFTyfSDVikDDSvT { width:20rem;height:5.5234375rem;top:195.39429101562rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZ39hU5IEhU0igMzQ59EKlnRuuBFBiFh { width:20rem;height:7.8125rem;top:214.14429101562rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #iCuBIM7GzTbDnrRLRz6V8ckgXan211dT { width:20rem;height:7.8125rem;top:214.206546875rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #wvg1IzZwT7dISTTFxNk5db49syUs3btz { width:20rem;height:7.8125rem;top:223.269046875rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #ueGOuBr85aeFEImL0eXbGNPFJF4TMxnl { display:block; }
 }@media only screen and (max-width: 763px) { #XHLHmCxa4yUIAy9W636s4QFHifd2OkDs { width:2.062375rem;height:1.6870125rem;top:216.64429101562rem;left:2.1246337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay5ZBdx132osPGhmb1SrdKiALbNqkzvu { width:20rem;height:4.14258125rem;top:216.081546875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZ6TRSudBxTHw1PvQD80LUWliKwuucFn { width:20rem;height:9.0625rem;top:232.331546875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #zCW7QRUbfmodeKuTZqKS4L0b4Hqxpc4U { width:20rem;height:9.0625rem;top:232.39441308594rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #wt9C7oTqO5Tv1EfbB8SDETH9xB4pioB2 { width:20rem;height:9.0625rem;top:242.70691308594rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #kqxZDItagzIC74f0Tx0ZotfWRsFBDT1i { display:block; }
 }@media only screen and (max-width: 763px) { #WdW8U9O7dbkFUsS3Cqif5zmEl02lZzNV { width:2.062375rem;height:1.6870125rem;top:234.831546875rem;left:2.125244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQDlPcJpgCyDOdfyWE0HDgVT0VeqFQJ { width:18.4375rem;height:5.5234375rem;top:234.26941308594rem;left:1.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKHFtDqzf6VGgO2O58rTeBXKWSH4rhEM { width:20rem;height:7.8125rem;top:253.01941308594rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #G21fX8isyEsWGZ0U5l4LoXMaO6cTnaRl { width:20rem;height:7.8125rem;top:253.08166894531rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #TpD6CR32m50XNKEEfuK2Xupf97iTaFHZ { width:20rem;height:7.8125rem;top:262.14416894531rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #TyTM1TnC9U8E7TTR5OarKfFXTxHBbLqF { display:block; }
 }@media only screen and (max-width: 763px) { #c9959KtTvzPOEDb9TOtpltgI78VXwTOC { width:2.12463125rem;height:1.6870125rem;top:255.51941308594rem;left:2.1246337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVPfCRVupptBNCfWfs3W0n3s7cVPzcoT { width:20rem;height:4.14258125rem;top:254.95666894531rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaoW9NN5i5b5FXkJVm1TFUVRQd0eRi7K { width:20rem;height:9.0625rem;top:281.51916894531rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #qRRuFXKn7xQTIK06ARJ0eVpblUMT9aP4 { width:20rem;height:8.937375rem;top:281.58203515625rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #ZVSpK6BDescmP4uuekKpVTupTEcwZZbH { width:18.999625rem;height:9.0625rem;top:271.20666894531rem;left:0.5rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #GtQ8hxOQRsKWR4AbUUTPP4BDQB946elm { display:block; }
 }@media only screen and (max-width: 763px) { #tKOB6UuhTpnlqSAmK55syC6tfmDVM4d7 { width:20rem;height:4.14258125rem;top:283.95691308594rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHdmf1DvuAF4wcXyi6l2eShz8Fael6sD { width:3.06213125rem;height:2.56225625rem;top:284.11316308594rem;left:2.125244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxUEQgMVTGNbI2r03sEduti1tyPT88wn { width:20rem;height:9.0625rem;top:291.83166894531rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #snHLyvztu593UQZiUPCZcHVxGKNOlvsA { width:20rem;height:8.937375rem;top:291.89392480469rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #UKyPSn5bCRR9lSZb1TNZdor4kVJqXZmr { width:18.999rem;height:9.0625rem;top:302.14416894531rem;left:0.5rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #onagciK4rEkaEnldkEbPrwJdiglgRxit { display:block; }
 }@media only screen and (max-width: 763px) { #ToFOHGki7H5amrJW0JU9JDrAFJEHwUz6 { width:20rem;height:4.14258125rem;top:293.81409082031rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGenA8WR3c4I7PsP98r5yBrSGI7hK7pP { width:2.99926875rem;height:2.5rem;top:294.48791894531rem;left:1.9580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1H4ayH9Gp3ZklmvUfafWTJxqGOLO1Uc { width:20rem;height:9.0625rem;top:312.45666894531rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GeaDVhkgi9PuOinrhLXfSaotVqp6nALL { width:20rem;height:8.937375rem;top:312.51892480469rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #s1V96ZbH5MAio20T16gXFszRuO37HDKa { width:18.999625rem;height:9.0625rem;top:322.76916894531rem;left:0.5rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #XJ0eUk4KkkkBABADhbIu25TlUFzw2lXx { display:block; }
 }@media only screen and (max-width: 763px) { #CASz3gHmBEF9TlERdF7Vig7B2nTnGAFn { width:20rem;height:5.5234375rem;top:314.45679101563rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NPf4wdX8Xigu1iFCunJ9lnfrZkBcNp2A { width:2.8125rem;height:2.37426875rem;top:315.08179101563rem;left:1.9378662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM3fn3mvXeM2xTrSVGVInii5orauCmm2 { width:20rem;height:9.0625rem;top:333.08166894531rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QTJvdAlSPWTtiTxPddSu8tM2811ggXaN { width:20rem;height:8.937375rem;top:333.14453515625rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #NwqpliDEA9rlW01xDD4U83yB6wzQaWyr { width:18.999625rem;height:9.0625rem;top:343.39416894531rem;left:0.5rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #bDkwi46FGTG7HBLx4AwNXTVkuh9q65M3 { display:block; }
 }@media only screen and (max-width: 763px) { #c0spQ36GQtQH8SsEHNKBlemGxxdBETHA { width:2.8125rem;height:2.37426875rem;top:335.73791894531rem;left:1.9580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPqX0WMNBvTlLCKRI4wxd6Mm5q8RxzOK { width:20rem;height:5.5234375rem;top:335.06409082031rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iil8TrwKVb1bvdIcUw8Pe5MTSBPTIvTb { width:18.999625rem;height:9.0625rem;top:364.01916894531rem;left:0.5rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #NRmw5HqILTCrS1C9Jk42ivUHPxuv3wg7 { display:block; }
 }@media only screen and (max-width: 763px) { #pzbwALDNXADhVRePJnuHwIUoo0HM9zc2 { width:20rem;height:9.0625rem;top:353.70666894531rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Lsrf5PKoyKonb2LUHNJlKwKhrTqOzUcv { width:20rem;height:8.937375rem;top:353.76892480469rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #a6OSzMXedLPLVaaXW0gxrEtSdu9HZvD7 { width:20rem;height:5.5234375rem;top:355.62622460938rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q88gS6wzkClauCKNPKKR7DR86xqHgQxV { width:2.74963125rem;height:2.3120125rem;top:356.30005273438rem;left:2.125244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c { display:block; }#J3PtHKIpNLEwJHObnrAFbE1OuAUCEy2c > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTCkaSHOGtN9tIBcomip3uJcUE8JURoM { width:20rem;height:8.18725rem;top:1.2701416015625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #oc0KEkESHZnfeopIGDxeeMNhfG83DqlG { width:20rem;height:8.18725rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM8gmUmbu3ybPyDhm8o3yR3reriPTaUS { width:20rem;height:1.19970625rem;top:9.1253662109375rem;left:0rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQVFwaBd9qKMu550lwJsWdehOlsNpdSc { width:1.6870125rem;height:1.875rem;top:4.625244140625rem;left:18.3129875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #kJ5fqa6cU3MxDkEHTKD4KfrKL1yJZv4k { width:20rem;height:8.18725rem;top:12.687378710937rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #syfPL8tH0myoTz2sr7MzEk3LKdtS39qs { width:7.937rem;height:1.9995125rem;top:9.4378662109375rem;left:12.063rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8mB6wIeKpeJC95UyP1yWOnzTfG5LJbV { display:block; }
 }@media only screen and (max-width: 763px) { #m1dF5TNO2yK2VRAUTn39v1gsgMlbsEAP { width:20rem;height:1.19970625rem;top:5rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UG6OSlILGpAMUgzDCOsM2xkrNNWoo8J1 { width:20rem;height:0.97473125rem;top:7.03125rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pHPUaa7sOxNaedcZdW6d9GdMZSaWSylU { width:20rem;height:8.18725rem;top:22.124003710938rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #XXkRngnrGJgsexWUBS9JGDaATPL7pCh9 { display:block; }
 }@media only screen and (max-width: 763px) { #S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT { display:block; }#S2XyAsa0TKuVXCzv2HWykUSFcSUrlAPT > .row .container { width:20rem;height:283.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dISqZQGhquZBbbwz1UXPZ5BFT9GWkeZa { width:20rem;height:7.8125rem;top:1.2896728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4NBHnHaMA5uIAParJTGKzxzvqBxVE0Z { width:18.937375rem;height:4.1425875rem;top:3.2965087890625rem;left:1.062625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtGehw3rmJJqrECdcsJgniv2zbEmFvzP { width:2.06115625rem;height:1.6870125rem;top:3.8677978515625rem;left:1.9580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXH9qTLZ8bUGTBn1qe0EPT0RWUXthKyr { width:20rem;height:7.8125rem;top:28.495483398438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIBuZ5uiZ81l1QvTsElerKsSJDpqo8kD { width:19.187rem;height:4.1425875rem;top:30.494995117188rem;left:0.813rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWdooOmqk0Sz69MNfEVuNq8CeZOW26d6 { width:2.062375rem;height:1.6870125rem;top:31.057739257812rem;left:2.0001220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qprFV4yxnABTq3iIdGOD0ANvqdv5BddT { width:20rem;height:7.8125rem;top:67.307739257812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcqGsgaswCMz6kevLQQhMsaGKlhFQ4JZ { width:20rem;height:4.1425875rem;top:69.307861328125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aalb0QwHRtPauEcxpKAHmubfp2Bt82z3 { width:2.062375rem;height:1.62475625rem;top:69.87060546875rem;left:2.0001220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEP6gLyTzm1cMxlyRTNSn6tsmHIHeTTt { width:20rem;height:8.9361875rem;top:37.620483398438rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #VcolSUkGq9fZas3I3hJdzETrpawuEcog { width:19.375rem;height:5.52344375rem;top:38.807983398438rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLgxy8EyvtZ3NH18G001Bl2mib41y8yb { width:2.062375rem;height:1.62475625rem;top:40.245483398438rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5beFVuBvQK6Lq0Cd9pQNQQVd4gQGkEw { width:20rem;height:7.8125rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xOMIgGThSPLDawVq2LM4kxqiARB3a62k { width:20rem;height:9.0625rem;top:37.557983398438rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xqIMXzrW5wd1rNL8kqA8lh7eBdcTAiCx { width:20rem;height:7.8125rem;top:28.477172851562rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #iPgb2kbszqCW8SeVCrHKk7Pkpiu1AdBe { width:20rem;height:7.8125rem;top:67.245483398438rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #E4ME4eOo4CwupQEQP8CTTG2wA2mgNdEe { width:20rem;height:7.8125rem;top:58.182983398438rem;left:0rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #gw3xP96znDPBalH0GyzZ8glT3UKl7xWF { display:block; }
 }@media only screen and (max-width: 763px) { #DVfTcTDbCBsd2srMcIxybl770ClxQKRX { width:20rem;height:9.0625rem;top:47.870483398438rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #n9DzuIVKi7kBQckJLXrxT93sMyTsi8uW { display:block; }
 }@media only screen and (max-width: 763px) { #qmwoAZITdv9TUf5y9IwwKPEEnC1aifzE { width:20rem;height:7.8125rem;top:122.32910175781rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #tTbNlTob0pGAOcFpFNKmlu9UeT3JK9Jl { width:20rem;height:7.8125rem;top:131.39160175781rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #vp6EDEO6kTN1SnXaIyxfri5r6XAslxv6 { width:20rem;height:7.8125rem;top:113.26660175781rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #t897kNMU3hsbZFWPZ9kvwPzgHrB7CIEi { display:block; }
 }@media only screen and (max-width: 763px) { #waBWnArlsgJlcoAG0O3kTq1bOqrTKRNS { width:19.624625rem;height:4.14258125rem;top:124.279175rem;left:0.375375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SegCdw47hcQdMvftaL5hkGsaefqvN43X { width:2.062375rem;height:1.6870125rem;top:124.95422382812rem;left:2.0623779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVqFEquE7dlg6FIaeADBnwhJB2b3L6ed { width:20rem;height:10.3125rem;top:188.85070800781rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #z9aQEIppGXFsloDwsvUnzZwFSqcgygr6 { width:20rem;height:10.3125rem;top:188.85070800781rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mpx8BucZAKkI7gK1JqUfUVI2CRi6aG9z { width:20rem;height:10.3125rem;top:177.28820800781rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #PmU0Dqe6utOcblHQ2KgsLmpZ6S2l6HoI { display:block; }
 }@media only screen and (max-width: 763px) { #MRx5L2T9FsgpnOug0C9iJPqlDGKtafFg { width:17.6245rem;height:8.28515625rem;top:190.91320800781rem;left:2.3755rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RtlfzJc9LCCEXfO9VWeS5AbFChI512I7 { width:2.062375rem;height:1.6870125rem;top:191.53820800781rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lylkcuBJe7yb462mX5HtcCbdtNc0cbZ7 { width:20rem;height:7.8125rem;top:85.432739257812rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #T7e8qI7itMA7UiSabRt1aOfDk6eoxNGC { width:20rem;height:7.8125rem;top:94.495239257812rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #JuiL7XbN9Ng59SVEzMELTwnvo9SFoTTO { width:20rem;height:7.8125rem;top:76.370239257812rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #haMU0A8QiGRFToxhb4Z8My7bwsW1tLBb { display:block; }
 }@media only screen and (max-width: 763px) { #gzpCLSH5z0qVodJEBssZZva4GnB1PyGv { width:2.062375rem;height:1.6870125rem;top:103.55773925781rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoXvv3z2v3UwqnbMGlVXyVIwHWxvn6xX { width:20rem;height:5.52344375rem;top:106.49475175781rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iy99qvQhgbpdzfW1Nmqn4WhMXSSx53hw { width:20rem;height:7.8125rem;top:149.51660175781rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #IsUMLBl6agB4HiZVszTrT0utObXZBS9z { width:20rem;height:7.8125rem;top:158.57910175781rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #iWytka4yCdQzaVETGHMOf8RN6c54BvkU { width:20rem;height:7.8125rem;top:140.45410175781rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #DDCPLLSOR7O9MWvzRi6SLqsvNbEkzTCx { display:block; }
 }@media only screen and (max-width: 763px) { #SlpayE7SOkywLEW7Eb39bPgf0FFToIQ6 { width:17.312rem;height:5.52344375rem;top:170.51635800781rem;left:1.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fG0OwyrsPo0CxpO5l2WiiIxXrw6arCmX { width:1.9995125rem;height:1.62475625rem;top:167.64160175781rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImkWdvAOp49WZT3gQ6X9w3zmmMWWUBqv { width:20rem;height:9.0625rem;top:210.75877050781rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #qQo4okhF5HI7nnkTzvrbBe1gN808ZVCm { width:20rem;height:9.0625rem;top:221.07127050781rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #w439kRnHNwHQ7PkmlnTqbkg0tgrXQ0Hg { width:20rem;height:9.0625rem;top:200.44627050781rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #fhBBk6TU7ce6vOP5P0dhPLc8oI5Ti6Bs { display:block; }
 }@media only screen and (max-width: 763px) { #rN5PPAKWti3VwLpQ1aKhRxsJ8c84yz8l { width:19.562375rem;height:6.9043rem;top:234.32078300781rem;left:0.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sErpEBcIGICTNHEPO7oKFt855sDgbx4Q { width:2.062375rem;height:1.6870125rem;top:231.38377050781rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2OtTdpvEVfWCrWWbDVaTeF3PRMStndN { width:20rem;height:7.8125rem;top:10.352172851562rem;left:0rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #GHo2w7ulSKNfEwQOO6MwD6eDviccpotP { display:block; }
 }@media only screen and (max-width: 763px) { #fkNePK8yZ2mqihkOpm6mshqRTkfuOyQB { width:20rem;height:7.8125rem;top:19.414672851562rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #vyMvnaOPQ4Qc6yShQmgxm0GtrZEkIsoF { display:block; }
 }@media only screen and (max-width: 763px) { #Z3BKOiBCbTEEiW1aCEOG6tLe82znAREs { width:20rem;height:9.0625rem;top:252.84822050781rem;left:0rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #Z3UvK8B2IRUVm9qLoNWbyCGaWBW7ss8g { width:20rem;height:9.0625rem;top:252.78572050781rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aZkWMrI98K6Gi9vtIRX4Sm2hTTatexrT { width:20rem;height:9.0625rem;top:242.47322050781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqR5UoUUC1srUkGdRAHNvNs4cht3VJyU { display:block; }
 }@media only screen and (max-width: 763px) { #MUd1i0THxsgmHr4wq5OrxmFyKzuaC2ut { width:19.43725rem;height:5.5234375rem;top:253.97322050781rem;left:0.56275rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFcBPx6GegV1rm6nz8i7TbcUmTsx7PVz { width:2.062375rem;height:1.62475625rem;top:255.47322050781rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUn0ufLCE9PIr1Weks9DKfUlL9QPMhNM { width:20rem;height:9.0625rem;top:263.16072050781rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #b9Q0xgN38znmsTiTUHJTS3O8VClezHKT { width:20rem;height:9.0625rem;top:263.16072050781rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uswVT4C1D7WhL0bbysF14Cib1L49pCfh { width:20rem;height:9.0625rem;top:273.47322050781rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #eHedtFBFwhzcODADCxxipTAiSXJc820a { display:block; }
 }@media only screen and (max-width: 763px) { #mIq9zPJ70bTxG4xCxvPIIKcP4VvEzPQH { width:19.249875rem;height:5.5234375rem;top:264.41072050781rem;left:0.750125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTuOyXfL1OnKftC9QlWZrArRaZvmM0zm { width:2.062375rem;height:1.62475625rem;top:265.84822050781rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp { display:block; }#QuZWPlbsrZgTJWvhRiAEb3aLIKMBg2bp > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWKncsc1UZUGkfPVzUxJKU6reUJ8iIBq { width:20rem;height:8.18725rem;top:1.470947265625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #yNgbzx2IpJoDed7GetsCIiKTymKgPBzb { width:20rem;height:8.18725rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghsKmlBXEMPSCWXR6Tf0CIecOUAm45vi { width:20rem;height:1.19970625rem;top:9.2498779296875rem;left:0rem;font-size:1rem;line-height:1.2;z-index:15041;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oiA0T8etwbh8mq3F0EGsxozDzAuJvXTb { width:1.6870125rem;height:2.1875rem;top:4.9371337890625rem;left:18.3129875rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #taTTzwDyTTg5FWBdPJf1UpyyPHsA18Tk { width:20rem;height:8.2495rem;top:12.686768359375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #dT0A9QCWMieontSyqSHKWdGe2syi6iEz { width:7.937rem;height:1.9995125rem;top:9.437255859375rem;left:12.063rem;font-size:0.6875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #kH1KKXqu4ThOSswkiM29c7NDtl1ZRdQc { display:block; }
 }@media only screen and (max-width: 763px) { #ztBPkWHJ20rsw3NV294zT7Jq543k5V9S { width:20rem;height:1.19970625rem;top:5.062255859375rem;left:0rem;font-size:1rem;line-height:1.2;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #XD2TqDTmrTBUZPlCeQtQlmaV8KIKPnRl { width:20rem;height:0.97473125rem;top:6.9683837890625rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ThJ2OdSz3i6570C7r6yFyKkaDMD2y6Ub { width:20rem;height:8.18725rem;top:22.185643359375rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #civ1irnNGyVw7T13qcGVQ9xDCH9mr8hG { display:block; }
 }@media only screen and (max-width: 763px) { #ck7h89WMpbETKW2MPn73v0DcaKmsFHy8 { display:block; }#ck7h89WMpbETKW2MPn73v0DcaKmsFHy8 > .row .container { width:20rem;height:98.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmqxHZFFRZLPBra3AkiNkytCinaILLUW { width:20rem;height:10.3125rem;top:1.28173828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSWkDQc1gVprPJGMz3JPgCL3EVT2bS0G { width:19.12475rem;height:6.90429375rem;top:2.5384521484375rem;left:0.87525rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zf5Nxaworh4aMNZXWoARD9NvyBXexxG1 { width:2.06115625rem;height:1.6870125rem;top:3.85986328125rem;left:1.9580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTaRKd4nxZESPxTN6ZtslKLpHkxy5581 { width:20rem;height:7.8125rem;top:33.46923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzCHZ7Sgex4mAoHmZ6Lb6mhxXdWJgpzk { width:18.81225rem;height:4.14258125rem;top:35.46875rem;left:1.18775rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iwcp76bQqoNN6otzzsEPVv4c9TqG8y64 { width:2.062375rem;height:1.6870125rem;top:36.031494140625rem;left:2.0001220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHhJGHUlUASTob7nRqL6lo5VsllnXyPR { width:20rem;height:10.3125rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #eL8IeBJgnIz1OLJb7cqvfoAXHqFhaJMx { width:20rem;height:7.8125rem;top:33.46923828125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #AVJWikvMDiTB8Oz4T8ik6xSoUqn74NVC { width:20rem;height:10.3125rem;top:12.84423828125rem;left:0rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #gInqgeCqEGtdrNP7ZKq3LaFJmzbQMudA { display:block; }
 }@media only screen and (max-width: 763px) { #UdpDqBPSFbOpckAb4cWUTBknM2v6Bpd6 { width:20rem;height:7.8125rem;top:81.28173828125rem;left:0rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #KC2gzf8582FLNLc3N4rmiRhdN5bc67Vv { width:20rem;height:7.8125rem;top:72.21923828125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #LTo8Fgwuw8nwVnBdgvnfwhLTE8uKNI6n { width:20rem;height:7.8125rem;top:63.15673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbGWNluROqCFWDwVX6OeyCC2eks7xnzO { display:block; }
 }@media only screen and (max-width: 763px) { #Kba2TcLJPE6O6pPoOFKzbbyd8Crv7L71 { width:20rem;height:4.1425875rem;top:93.28125078125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8kRmNK3LEXRPT4Hgt6my0ZzTTEqDt89 { width:2.062375rem;height:1.6870125rem;top:90.34423828125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4nxPyhm5DRDerVfw9lZgSL4DWXf7l5m { width:20rem;height:7.8125rem;top:24.40673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF7ZHhLTryt6m1TAgJCNwMZaqAT7LLcQ { display:block; }
 }@media only screen and (max-width: 763px) { #Lm8uhVfT8QFbdk8vbiSMwXt9ngLXeaMZ { width:20rem;height:8.937375rem;top:52.90673828125rem;left:0rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #C0oIp0KRQix8JFQKpurfTkSi2ngwMIaS { width:20rem;height:9.0625rem;top:52.84423828125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NKisAS0Vh4PzN1bfmuaAJdFd796mSXmx { width:18.999625rem;height:9.0625rem;top:42.53173828125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L81sfl9BqMrM8IpZBcNlmKzgDgQOnWPJ { display:block; }
 }@media only screen and (max-width: 763px) { #xsW5EfCINpeuMZ0g7aRDdTxkNWpmz4dE { width:4.375rem;height:3.6969rem;top:55.53173828125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #firoSyVT5MfpUXtGW2S888VgSHJ116Ss { width:20rem;height:6.90429375rem;top:53.15673828125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhU3gUZ0ThcKdr7J3r3528cyQXteZevb { display:block; }#FhU3gUZ0ThcKdr7J3r3528cyQXteZevb > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4wrmGKoTn1hxItxf2Xp3bv2SC62o3aA { width:20rem;height:8.18725rem;top:1.5338134765625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #NRT2Qdq6SMA07os8wLC61Cvuy2F0DCz1 { width:20rem;height:8.18725rem;top:1.3128662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKG7i3mbVT7KIlMukupJ7S9ggsmZr1Ph { width:20rem;height:1.19970625rem;top:9.312744140625rem;left:0rem;font-size:1rem;line-height:1.2;z-index:15041;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ruAwdkhhMyGqQbJp8406hfEm3PlqxDcJ { width:2.1875rem;height:2.1875rem;top:5rem;left:17.8125rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #reJf0efV5JoB4RGiM7IicExNNCfzScoI { width:20rem;height:8.2495rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #P2iTdJR58HPSEfIgqG6xWZwP0fIgVnEt { width:7.937rem;height:1.9995125rem;top:9.5001220703125rem;left:12.063rem;font-size:0.6875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #bQsJiFpCFi1ltgXHxrlADMaJXoCCS5uK { display:block; }
 }@media only screen and (max-width: 763px) { #htg6dyJ9zZGw5H1d69vUIoFdp4xyTUSX { width:20rem;height:1.19970625rem;top:5.1251220703125rem;left:0rem;font-size:1rem;line-height:1.2;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #LnI5rhhmcTWnpeKLTme4qqKv5WO6nnFq { width:20rem;height:0.97473125rem;top:7.03125rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fbIGg41TKIiRJ84gI7gbMh3akTiV9sHg { width:20rem;height:8.18725rem;top:12.749634570312rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #Qn2gML051sGNluIuP1hhfmLVZExETt0a { display:block; }
 }@media only screen and (max-width: 763px) { #BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr { display:block; }#BLMkuEzf9rnuq1gfxb3B7PqTCgWVEMdr > .row .container { width:20rem;height:121.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jy5H3bbHtgQ7r3UqgRcy96SgzI8oFQ7T { width:20rem;height:6.812125rem;top:1.2823486328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgxVmhVoTu56U5a8Q2N7fu0TClGMPqIB { width:19.4995rem;height:2.761725rem;top:4.08203125rem;left:0.5005rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LBiHqphExPAfmDpv4T4aC7mI2vLQl7og { width:2.06176875rem;height:1.6870125rem;top:3.8604736328125rem;left:1.9580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1B6x3UPItTKw3Ptg48PtthP2GTOJ7WI { width:20rem;height:9.375rem;top:28.048659179688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xphgCEQ6wVAmsg2q7vdMKxQPoucTDaWC { width:17.687375rem;height:5.5234375rem;top:30.048170898438rem;left:2.312625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebuQUXxzaPcSNHKnJMwPLnT2AZ77wPiG { width:4.375rem;height:3.6973505020142rem;top:30.610915039063rem;left:2.0001220703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #srR24IE9vdEealwg2lTao7T6Cp6VGkuW { width:2.06176875rem;height:1.6870125rem;top:3.8607025146484rem;left:1.9582204818726rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #p1QALTzGyMK7UPo3HCMVWby7OxRF8IfG { width:20rem;height:6.812125rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #hoVp8WTkC24La3VfCHWp2UiSmLStekrv { width:20rem;height:9.375rem;top:28.030348632813rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #kVqcVnyuWQ07btR204mkgq466BckZtPs { width:20rem;height:6.812125rem;top:9.3438486328125rem;left:0rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #z2z6OH0vgQoofIsKI8uQe99D4mRSg9go { display:block; }
 }@media only screen and (max-width: 763px) { #zd3X3KMUMXyRBrAU6NTX9ykkV7qJaZZX { width:20rem;height:9.375rem;top:17.405348632813rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNkMba62zUlBdENsTsru0l5y4DJGKubm { display:block; }
 }@media only screen and (max-width: 763px) { #EJtixFyBxATBMTrW6yo9bnwOMwHqZGb0 { width:20rem;height:8.937375rem;top:38.735915039062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCOnPn6KnMVy5aEmI3EDJs38sGotLeo3 { width:20rem;height:9.0625rem;top:38.673659179687rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #a0qqWEGCdlb2G5ObULTZnMxptJHVEhyn { width:18.999625rem;height:9.0625rem;top:48.986159179687rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTaLLToPO9454isL0yrn5oAg32TALytF { display:block; }
 }@media only screen and (max-width: 763px) { #LyzkVBINQloQOWvZq7kBEBa1v7WBlvm0 { width:4.375rem;height:3.6973861944529rem;top:41.360426757812rem;left:1.9580078125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KoTHh98mvXVMbVstO42iTgHTJPMGvTZl { width:20rem;height:4.14258125rem;top:40.686598632812rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jz2ruScp0BLbLVMrs9uWbUX6MvgUdM2k { width:20rem;height:8.937375rem;top:59.360915039062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnTcHTzh0APBTTDONalih0mFNfBeX0f3 { width:20rem;height:9.0625rem;top:59.298659179687rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ATA24qpR9ORqzywlEB95IG1dRwifLx8u { width:18.999625rem;height:9.0625rem;top:69.611159179688rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1qsw04SKMfO2htzXeQ9dat0TDtOkum9 { display:block; }
 }@media only screen and (max-width: 763px) { #GrhlLSoL8JxrlLzbtgFTz2uaO91iTnl3 { width:20rem;height:4.14258125rem;top:61.249342773437rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wimRUig5iJJLZIt3DFLEshNe4TV0evOd { width:4.375rem;height:3.6973861944529rem;top:61.923170898437rem;left:2.125244140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJ5kcTmZ4a0gzs9pxy8aJTfcvXANDsSO { width:20rem;height:8.937375rem;top:79.986525390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSlsDKb4JTwbidoTlp7eGcrhuflLZTkr { width:20rem;height:9.0625rem;top:79.923659179688rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #MvQ52hNSMXeLnCTlQO06cBoPKuZIGEG4 { width:18.999625rem;height:9.0625rem;top:90.236159179688rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTHt7sa3Lv9FAfIT6kvRsV3QcJ9FDsF5 { display:block; }
 }@media only screen and (max-width: 763px) { #zO6OlJuhtqkcOkNOHKl9gpZR7P4gAxuf { width:20rem;height:5.5234375rem;top:81.087599609375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyVLETG2Cl7Aco58OtOTDXNWWidagzsd { width:4.375rem;height:3.6973861944529rem;top:82.611037109375rem;left:1.9580078125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsMOQJQrWQ3Ta5DC6AXD2vNzBOTB2o4f { width:20rem;height:8.937375rem;top:100.61091503906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht6IdrpbqSh91LQ2gM0fKTQnErNPXNZf { width:20rem;height:9.0625rem;top:100.54865917969rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #XyF2Fd2aAO0DKDaEiJA25sIMO51cG9e8 { width:18.999rem;height:9.0625rem;top:110.86115917969rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQi7pvk0oHdp8MPk4xNyi8VCrGgdNhGd { display:block; }
 }@media only screen and (max-width: 763px) { #JRlKmSv1vy0EGwdJXEXRFfDM1znxvpUk { width:20rem;height:4.14258125rem;top:102.49934277344rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F78PqzgfQggO3ODJx3Om7T79bfFBatLM { width:4.375rem;height:3.6973861944529rem;top:103.17317089844rem;left:2.125244140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW { display:block; }#uMfvBfozFhTSU46RhkA9Qw4Pf2MqtDoW > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEGbDHFbQ2KiMBdZHZZt4y0JEqB1sqR3 { width:20rem;height:8.18725rem;top:1.5338134765625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #UtJJ47BIm0wbvuHK6v0OmzIhi36RgBWr { width:20rem;height:8.18725rem;top:1.3128662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT0M46ycH6pTWsh5k3Fkl6Di4AJ1vHqV { width:20rem;height:1.19970625rem;top:9.312744140625rem;left:0rem;font-size:1rem;line-height:1.2;z-index:15041;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ugP3bL8ygTE9QLIJ0J4hgrCIOZyiKGbC { width:2.43713125rem;height:2.43713125rem;top:5rem;left:17.56286875rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #Tuhlsh8f0WlJtFFniEl1teGyyHrPEWJT { width:20rem;height:8.2495rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #fnd2y1Pzmga3sPQT96zXLzkK2r0s5OzU { width:7.937rem;height:1.9995125rem;top:9.5001220703125rem;left:12.063rem;font-size:0.6875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #F11ydqP9I5D4aklPn31vOGdrF5IaNJTX { display:block; }
 }@media only screen and (max-width: 763px) { #fQMdD7km1V2yHNV7cverxGQlCzSkhdhb { width:20rem;height:1.19970625rem;top:5.1251220703125rem;left:0rem;font-size:1rem;line-height:1.2;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #AlsR3KSXDq26AxZ2TcPxbQ6eAOOi5bhz { width:20rem;height:0.97473125rem;top:7.03125rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TilBtRMS5TbEx9iaSthNXm64FiTEdgyr { width:20rem;height:8.186625rem;top:12.749634570312rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #mhwDm4ggtFn3gNoJ5tk3KAqCmcypzOiT { display:block; }
 }@media only screen and (max-width: 763px) { #P6GNTU0RqXvkhMPX767L33QcFTBtUsHR { display:block; }#P6GNTU0RqXvkhMPX767L33QcFTBtUsHR > .row .container { width:20rem;height:182.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylEkx0hQblqGwBQRBGQulkqDqXCwvJax { width:20rem;height:8.125rem;top:1.2823486328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU21gpkvwLMhqpNGb8n9v58CGl4Zt9kQ { width:19.4995rem;height:4.14258125rem;top:3.232421875rem;left:0.5005rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W98xL1rmn1mE1K2WH3kCBM7ckq86VGIh { width:2.06176875rem;height:1.6870125rem;top:3.8604736328125rem;left:1.9580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4LZr8GoEkZc1N2MaFa1yMAnKkAgRF3i { width:20rem;height:9.375rem;top:30.675659179688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaG1l3BWHWB5u5KRh5NhvItQ0Nl7CSp9 { width:17.687375rem;height:5.5234375rem;top:32.675170898438rem;left:2.312625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mULTviwv37lHekgAWQSEu8rowN3KLwXN { width:4.375rem;height:3.6973505020142rem;top:33.237915039062rem;left:2.0001220703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOahUt2gKLC1rc6RWys7vSrqveqGyi49 { width:2.06176875rem;height:1.6870125rem;top:3.8607025146484rem;left:1.9582204818726rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #IlIDXCyCRVKBZ5zvn0hTF9ca3xRdemnb { width:20rem;height:8.125rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PVguCXODBVVM9efePWOt2CDMZf1xrdkP { width:20rem;height:9.375rem;top:30.657348632812rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nVE0smSdskvnVBXELW9L6eSTzUV5MNtR { width:20rem;height:8.125rem;top:10.657348632812rem;left:0rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #kNRPmLe1KTgB20kUR4OUeapecUpFLgWp { display:block; }
 }@media only screen and (max-width: 763px) { #UXuuIKs7iWZICchIFwJJ9oKAuEILQgT2 { width:20rem;height:9.375rem;top:20.032348632812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH2ued4RtcDwxmAz6bZHNFq2CbhByLtb { display:block; }
 }@media only screen and (max-width: 763px) { #ZrMN1p1lIeqrAfCWHILwspHzh2ychbPk { width:20rem;height:8.937375rem;top:51.676025390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXREJm90OMiXSSmkCVMAfsC7ZC4xOzIt { width:4.375rem;height:3.6973861944529rem;top:54.300537109375rem;left:1.895751953125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQvfaxODnOfrd0XFeX3U69kkTkMTbbVB { width:20rem;height:9.0625rem;top:51.613159179688rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Vl6E2sQ8i5uz1hkqOTyUX0DHxKGJTSi5 { width:18.999625rem;height:9.0625rem;top:41.300659179688rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQAPER1TU8WdLmpVSbvrFPtv2yc2oueb { display:block; }
 }@media only screen and (max-width: 763px) { #vkIP9U2gyCtKeVddyx8cNudxZJBQGFkN { width:20rem;height:4.14258125rem;top:53.626708984375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dfeh2DLsSoNG6xSqy2z4MEevn76hiTsH { width:20rem;height:8.937375rem;top:72.301025390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqRxcCyB6IPk3zUJcIZiB2LAbodx4zUD { width:20rem;height:9.0625rem;top:72.238159179688rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #w0qrIEC6BAA3O95uJXvO2kPzSVyBygFL { width:18.999rem;height:9.0625rem;top:61.925659179688rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJaAlTTM82Nmu746ozeb7HBfWrFiEa1d { display:block; }
 }@media only screen and (max-width: 763px) { #TaqFSucoWTkxrqaxKHvHAyzJ3cN76r2X { width:4.375rem;height:3.6973861944529rem;top:74.926147460938rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfIDWWCwTBnMM4iw6sLh2FrPVZJiqn0a { width:20rem;height:5.5234375rem;top:74.23828125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mDig25vnQwnwKNwvDnbFTNwpeaFmlIk9 { width:20rem;height:8.937375rem;top:92.925415039062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #De9suTx5210inKhv4TExr0dQ6aNkrcnH { width:20rem;height:9.0625rem;top:92.863159179688rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #x8MuJIW0TQGTOfzUxvqGxEyTWrekGBs2 { width:18.999625rem;height:9.0625rem;top:82.550659179688rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR0BdWeRhDsfV3WTqbvnAFnQqGcXM0Bb { display:block; }
 }@media only screen and (max-width: 763px) { #pLthOrH1bginIQpxfoJMqvicQPc5khWV { width:20rem;height:4.14258125rem;top:94.876098632812rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bbkoXUWBOSzrdTlpRTJoWRriSAF0XA1s { width:4.375rem;height:3.6973861944529rem;top:95.549926757812rem;left:1.895751953125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ss8fR88SmxkqtXuM1qzomoxxJiixLxUh { width:20rem;height:8.937375rem;top:113.55102539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQHcfpMM0wFZL4x3Qb2OBFUgAxsbitg { width:20rem;height:9.0625rem;top:113.48815917969rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sTsnPPxVEdacZoxcBiCw036ud5sssUfT { width:18.999625rem;height:9.0625rem;top:103.17565917969rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS7xuic2oFPwQfNxrntsETs4pgIwcGU1 { display:block; }
 }@media only screen and (max-width: 763px) { #fJF3V0BRye13iV4hwLIrdUI3wxicyonh { width:20rem;height:5.5234375rem;top:115.43884277344rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8msWuNrWEDBKvuipJhlIsKlQvpu5Xaw { width:4.375rem;height:3.6973861944529rem;top:115.43884277344rem;left:2.0623779296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iStv0qlI2NXJHOqRt6qx32xyffJqlHIK { width:20rem;height:8.937375rem;top:134.17541503906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8yWCA45J54pJmVFqZKGVR5OCsiX3qKK { width:20rem;height:9.0625rem;top:134.11315917969rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #vmT22PV47kf2T23IwUr4qI4FCEodZce2 { width:18.999625rem;height:9.0625rem;top:123.80065917969rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNmyO2DILcLtfbIoLx5fUUwerGqREskq { display:block; }
 }@media only screen and (max-width: 763px) { #gVCdBJx3LTvsAdWuMV2IVwub0ibv6eCA { width:20rem;height:5.5234375rem;top:136.12609863281rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nuh49ii9fUdOSKDGCwxpE1mfkhBbd203 { width:4.375rem;height:3.6973861944529rem;top:137.11303710938rem;left:2.0623779296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdbdncTIi7SnLD4mQDv8byKfxwHGGbBq { width:18.999625rem;height:9.0625rem;top:144.42565917969rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwkEJTIRDD3hTD6Xpw3TO4r194U2En4b { display:block; }
 }@media only screen and (max-width: 763px) { #sdpe3JFUwWrO6X4ZZ3ir2n1ZZbNcnq9p { width:20rem;height:8.937375rem;top:154.80102539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJOaxHE6sbBrITvV9vClnw39R4pBuOKC { width:20rem;height:9.0625rem;top:154.73815917969rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #eh8kLTaTe4OZFmbrHTG09DMDPTUpSkNm { width:20rem;height:5.5234375rem;top:157.001953125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ky2rtXBWZPLJ47ooH3JsamnIEhUE2Lmm { width:4.375rem;height:3.6973861944529rem;top:157.36267089844rem;left:2.0623779296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC { display:block; }#ZDaS0xkGuo7u06dxE8XqaIhTHLV5g4TC > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqeT23Si5IKLE0ZdyaLKz9TSTVKzPmyJ { width:17.6245rem;height:6.3369375rem;top:1.25rem;left:1.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sW5rUUUWCeADfWOIION8uXmyxTrwyTLf { display:block; }#sW5rUUUWCeADfWOIION8uXmyxTrwyTLf > .row .container { width:20rem;height:144.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngwOnmAooZLob9lg0JlwtrVX9mw8AKyS { width:10.999125rem;height:9.3213125rem;top:4.6246337890625rem;left:5.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugrgTyGJgyh0kiuAcmyp0wlkQ9XLGm3R { width:20rem;height:16.062rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bIERwQpoEh9EPOzMPVgsn1zU9D90MxpK { width:20rem;height:15.99975rem;top:18.561375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HInFmLLW4HTtIy9ECHhIGTdcvtN4QT1Q { width:20rem;height:2.4375rem;top:4.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oPM8ux4e6wwVnQSNVVPGWVoi6Iu6nmJT { width:18.999rem;height:16.061375rem;top:35.8105rem;left:0.5rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #rin5n49tQCNzFhyKpXPNUtBrklQ3SMRg { display:block; }
 }@media only screen and (max-width: 763px) { #XZ7UGthD6zaW45XHfaC0C8TD8OZEHRLc { width:20rem;height:1.29980625rem;top:139.44147753906rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TF7yClNlzg2DTDbmnrpbrA9EurXrMugb { width:20rem;height:1.21875rem;top:141.99030253906rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8VM5pZSxLhWBRSOZ2FMu4Jm2XmPzTqV { width:20rem;height:1.21875rem;top:101.05685839844rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnscwZFRIvviBF2dhlp8DaJDxOmSyWS6 { width:20rem;height:16.062rem;top:53.1213125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAJbiPDH7S6s48DoLebHcPbboXD6SMmM { display:block; }
 }@media only screen and (max-width: 763px) { #Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD { display:block; }#Ir6tOCsHtZVFzkug6ORwn1XxT2gcU9QD > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETfyCh4wvQ7Dno7aHZfHnJxIaF4AzLLb { width:7.937rem;height:1.437375rem;top:1.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRiSeK1nIPyq2mGD9waKHik3DPWB1x0f { width:14.375rem;height:2.5996125rem;top:3.93676875rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amatiZkTrWiFISl4TufOZo2vtEFueoFn { width:19.874875rem;height:3.125rem;top:7.7850375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHVb3sMmaTnPovRdFrACkItDV6z5rvuO { display:block; }
 }@media only screen and (max-width: 763px) { #H4veAvToT4Kr1zRbVuBG1PTl1WkhnZWA { width:2.12463125rem;height:2.12463125rem;top:12.1600375rem;left:8.9375rem;display:block; }
#H4veAvToT4Kr1zRbVuBG1PTl1WkhnZWA > img { max-width: 100%;max-height:100%; width:2.12463125rem; height:2.12463125rem; } }@media only screen and (max-width: 763px) { #EpPpDpko57ZnCGC4OpX4Ogku2ylGMTpx { width:2.062375rem;height:2.062375rem;top:18.9080875rem;left:8.9375rem;display:block; }
#EpPpDpko57ZnCGC4OpX4Ogku2ylGMTpx > img { max-width: 100%;max-height:100%; width:2.062375rem; height:2.062375rem; } }@media only screen and (max-width: 763px) { #BWdEz1Rk6Iugd40e6Doqd2IOqL3km1eq { width:2.12463125rem;height:2.12463125rem;top:15.5340625rem;left:8.9375rem;display:block; }
#BWdEz1Rk6Iugd40e6Doqd2IOqL3km1eq > img { max-width: 100%;max-height:100%; width:2.12463125rem; height:2.12463125rem; } }@media only screen and (max-width: 763px) { #bpZJeC6bhptJcxaxo9kixGrpBW55GTtZ { width:2.12463125rem;height:2.12463125rem;top:22.21985625rem;left:8.9375rem;display:block; }
#bpZJeC6bhptJcxaxo9kixGrpBW55GTtZ > img { max-width: 100%;max-height:100%; width:2.12463125rem; height:2.12463125rem; } }