.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_f9779589342ef5465c7494730093b5d3ed120ad3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { position:relative;z-index:auto;display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { background-color: transparent; background-image: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container > .video-iframe-container { display: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row > .video-iframe-container { display: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .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); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { border-width: 0; border-radius: 0; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .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; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:fraunces;height:4.25rem;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; }#xeal9UENuyB8I6Ioi1qNs6AogTA4orhH { color:#010304;display:block;width:56.375rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:1.375rem;left:2.0625rem;height:1.5rem;font-style:normal;display:block; }
#EHocTndMnvUBrVzNNlA290hGFc0quRUn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.5rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#23194f;padding-top:0.364375rem;padding-right:0.324375rem;padding-bottom:0.364375rem;padding-left:0.324375rem;display:block;align-items:center;width:1.946875rem;min-width:1.946875rem;height:1.9575rem;position:relative;font-family:fraunces;font-size:1.456875rem;font-weight:700;line-height:31.32px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-label { background-color:;background-image:none;color:#010304;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.595625rem;height:0.77375rem;position:relative;font-family:"open sans ";font-size:0.54625rem;font-weight:300;line-height:12.38px;text-align:center;text-align-last:center;text-transform:none;top:-10%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.375rem;height:3.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.28125rem;left:60.625rem;z-index:5001; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #w5bkfDdy7sM6Feqv6W3s84UQKSfIR6QE { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #nDLgAAnWxJT50S2OMBSzLh7eqOJXGU4I { width:auto; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #M1dxhll4KB2lWJbN7fnLSVAeH0VppW9J {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #Rdshx9buLk6dt2xHoSHgUnNcB7lsl6Oz { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ak1KkyUVxsHq8qy5FnPtpz4yIbrN0rlD {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #N3mNa3etpItHlo75Obs0fdsLlmN5e4Mg {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #HZl0nO3rFivruszlNCmL6Eeqmf8gWyv8 { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #mkeTXTHImQcPNxRE3qQ7h5ALiKTq5Eft {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #hDzMq3VZAV9BFgnxPTMuoZmgtLC3Mwl7 {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #KXcdU9KmDLPksIQhOl8re5HvoaILtVxH { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ItZeNM7c4pO7efGlq5xb3SkDrOdABn9b {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #fTQWv8W376ZSSFW3Oo8eTPsyJT0wV75H {  }
#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row .container { background-color: transparent; background-image: none; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row .container > .video-iframe-container { display: none; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row > .video-iframe-container { display: none; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .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); }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row .container { border-width: 0; border-radius: 0; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row .container { font-size:0.875rem;font-family:fraunces;height:6.875rem;width:75rem;position:relative;display:block; }#a9FpBWDclNwK542LScOF5uyqLlEFrUmQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#23194f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans ";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.40625rem;left:61rem;display:block; }
#yy3GNN77JVpTaBQ2qTq6UU87UHbG0Ot9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAupElS4bRdTCISwvh4OX8NPLo9BupqQ { box-sizing:content-box;height:5rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#10603d;background-image:none;top:0.59375rem;left:0rem;border-top-right-radius:156.25rem;border-bottom-right-radius:156.25rem;border-bottom-left-radius:156.25rem;border-top-left-radius:156.25rem;display:block; }
#w4QXpiQW7NGmuSdnArdU5LSZzRzxlEpZ { 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:13rem;top:1.5625rem;left:1.375rem;overflow:hidden;display:block; }
#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row .container { background-color: transparent; background-image: none; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row .container > .video-iframe-container { display: none; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row > .video-iframe-container { display: none; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .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); }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row .container { border-width: 0; border-radius: 0; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row .container { font-size:0.875rem;font-family:fraunces;height:55.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#Lk0G9WlfcTslypNsM1rmq2xd6LEowJdm { background-color:#10603d;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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:"open sans ";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:48rem;left:57.1875rem;display:block; }
#SS4DhzAJKABMsMKGv6W7re0IZLFRIQ6g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHRbrTliFMDlImo2yK2J9FTVZMfRcP0N { color:#010304;display:block;width:46.875rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:47.4375rem;left:5.34375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HZPgXpvz2Zg8AhkDrwLONlruvtHnDGS2 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:24rem;width:24rem;top:7.90625rem;left:0rem;overflow:hidden;display:block; }
#bVmyWkyMv9i6ktWxG2e8BJbvIecEgn3x { color:#010304;display:block;width:56rem;position:absolute;font-family:fraunces;font-size:5.875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:32.875rem;left:1.25rem;height:11.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rlJrcNX4SGGpzTzSfr5d2sx4AU89zRnT { box-sizing:content-box;height:20.625rem;width:69.6875rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:29.9375rem;left:2.65625rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#s2a9BrID2xmexEbAhx00q81GSCKQr6TT { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:23.875rem;width:23.875rem;top:7.96875rem;left:25.5625rem;overflow:hidden;display:block; }
#GoPXwNxRbPyTKavRzk49wl7EKJAGtZv2 { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:24.1875rem;width:24.1875rem;top:7.59375rem;left:51.25rem;overflow:hidden;display:block; }
#n8fBRTvPDHWrIuwWtpv7UTFofFR9d0rf { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:#10603d;background-image:none;top:6.3125rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rwzMuyJyTPZuG2hL7aGk73uzv88dJf49 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.6875rem;left:49.875rem; }
#z5N9SClmrXBWazWzixgKkRBKT79qrbMo { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.6875rem;left:23.875rem; }
#T5ZgvWKmMQ1BqrLGHfdUZfhCKNECw5Ii { box-sizing:content-box;height:13.75rem;width:22.1875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:19.91796875rem;left:11.25rem;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;border-top:0.0625rem solid #cf092a;border-left:0.0625rem solid #cf092a;border-right:0.0625rem solid #cf092a;border-bottom:0.0625rem solid #cf092a;display:block; }
#prhy5Jxkha8lQ05rGrS6Cy5SPcxdG7Sy { box-sizing:content-box;height:23.75rem;width:13.6875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:26.8125rem;left:56.21875rem;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;border-top:0.0625rem solid #cf092a;border-left:0.0625rem solid #cf092a;border-right:0.0625rem solid #cf092a;border-bottom:0.0625rem solid #cf092a;display:block; }
#d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX > .row .container { background-color: transparent; background-image: none; }#d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX > .row .container > .video-iframe-container { display: none; }#d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX > .row > .video-iframe-container { display: none; }#d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX > .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); }#d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX > .row .container { border-width: 0; border-radius: 0; }#d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX > .row .container { font-size:0.875rem;font-family:fraunces;height:46.625rem;width:75rem;position:relative;display:block; }#QtcoDO3hvUhuBTWyuS9mHe18PxZUEuq5 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:8.3125rem;left:3.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oqRIWH81svT00vtpa1MOTlJ3UQ9vO8D9 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:19.125rem;left:3.125rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sntMrtFZ17F6i8MonJNOWcCA9mmuzX2T { box-sizing:content-box;height:36.875rem;width:31.125rem;position:absolute;display:block;z-index:14998;background-color:#10603d;background-image:none;top:5.1875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#DtJfZAFGTqOs8M8UTEiVNdXp7gTMsSrc { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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:"open sans ";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36rem;left:3.125rem;display:block; }
#f0JzADPfbAWlP3hZ0eLZPJtINtc9Qurz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L9bKZ0AuyyBp6VOIDE12hvFxyHukCKJv { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:18.5rem;left:3.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pbMl9GleR8cqTEsuccbHRiafoeyI7xWd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17.875rem;left:23.625rem; }
#z1LmJlSRtyJMgJCM5MLRUviM9BfG9T33 { box-sizing:content-box;height:30rem;width:55rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:8.375rem;left:19.875rem;border-top-left-radius:0rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #cf092a;border-left:0.0625rem solid #cf092a;border-right:0.0625rem solid #cf092a;border-bottom:0.0625rem solid #cf092a;display:block; }
#gfuVUcXifTwnBGbsAyaT0PhvcGTQtTUW { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14994;background-color:#ddfef8;background-image:none;top:6.5rem;left:62.1875rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BBg5TJFUGHdSln4EKP7He9zv8iXy5d0P { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:29.3125rem;left:3.125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rBwapXWaFc6oybTgDEXs8zHoWpJTKWdT { background-color:#10603d;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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:"open sans ";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:12.5625rem;left:47.5625rem;display:block; }
#xU8doQMaq15ocAo7c5G2Tny3vnEOI6MN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfHTLMdKxcTuxWRRA74xpt7u6C1rFF99 { position:absolute;display:block;z-index:15009;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:17.5rem;width:17.5rem;top:19.125rem;left:44.75rem;overflow:hidden;display:block; }
#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { position:relative;display:block; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { background-color: transparent; background-image: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container > .video-iframe-container { display: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row > .video-iframe-container { display: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .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); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { border-width: 0; border-radius: 0; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .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; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:fraunces;height:50rem;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; }#Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { color:#010304;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5.5rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { color:#010304;display:block;width:21.875rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:14rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TwZGv3nFT75a9KBAGJr1mRULQ2pTMbel { background-color:transparent;background-image:none;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#23194f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans ";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23rem;left:0rem;display:block; }
#qlVWFKsarTyasK4aqOKv5pxCvAsxEhcm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ubFfiTgzTb9UzQnAvtEQyNF7KhGBRK5C { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:17.125rem;width:17.125rem;top:13.1875rem;left:53.125rem;overflow:hidden;display:block; }
#FZuv59ynVaMMLno4gsN4Ta7Uv5hoX272 { box-sizing:content-box;height:11.1875rem;width:35.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:33rem;left:23rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #cf092a;border-left:0.0625rem solid #cf092a;border-right:0.0625rem solid #cf092a;border-bottom:0.0625rem solid #cf092a;display:block; }
#KyWyv2LGpKftyZU7VvfCZ3HmJCrCLoQ5 { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:#10603d;background-image:none;top:13.1875rem;left:26.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#M9lLZHIZ9skfuXLMWf7DcqNRdcVCQirW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.8125rem;left:28.4375rem; }
#snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:15.75rem;left:30.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.625rem;left:28.4375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.7);background-image:none;top:18.9375rem;left:28.4375rem;display:block; }
#yfUWORMqvSlNEo6A8Htqad475lksPVob { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:#10603d;background-image:none;top:31.25rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.8125rem;left:3.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.6875rem;left:1.875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.7);background-image:none;top:37rem;left:1.875rem;display:block; }
#JTMIDGcmNv9IGc8pVi8LKc2AJskv9ZNW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.875rem;left:1.875rem; }
#E37mRcfMiTxTGZD4AK7fyHT2ccl3zS6p { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:#10603d;background-image:none;top:31.25rem;left:26.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.8125rem;left:30.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.6875rem;left:28.4375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.7);background-image:none;top:37rem;left:28.4375rem;display:block; }
#LWCr9FnNS6IWCkbCBItpfKK0qNLTqZ9G { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.875rem;left:28.4375rem; }
#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { position:relative;display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { background-color: transparent; background-image: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container > .video-iframe-container { display: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container { display: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .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); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { border-width: 0; border-radius: 0; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .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; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:fraunces;height:37.9375rem;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; }#tOh1BURJghbeWWRL6t8SyduDvvXe4aoT { color:#010304;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:7.1875rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WDLwSwQGtHLSeoaqkEnUbavmW4GqJsaw { box-sizing:content-box;height:4.8125rem;width:16.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:15.25rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;display:block; }
#ScSdD7En2NQJQPgH1OTCFWxPryEhhGkZ { box-sizing:content-box;height:4.8125rem;width:16.25rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:15.25rem;left:19.5rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;display:block; }
#skd3X2BaWIhd9vTR8mlifvsNEW4rq2BD { box-sizing:content-box;height:4.8125rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:15.25rem;left:39.0625rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;display:block; }
#piEKOQctKmVUozEe32e4o1sLbxDvrLm0 { color:#010304;display:block;width:13.3125rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:17rem;left:1.4375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sb4FoVmTaRSK2hrJe6mdlRzaGbBzHt0s { color:#010304;display:block;width:15.625rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:21.5rem;left:0.3125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uSSFFiD7LJu4MxtEZrGdtHQSmQIzGrtP { color:#010304;display:block;width:13.3125rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:17rem;left:21.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nSZFiXNNxU7P1QGS7fc2oQEoTiff4H2y { color:#010304;display:block;width:15.625rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.5rem;left:19.875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sXSXaRu0lDIfxQ6vEtOcbUMRbEbrOS2I { color:#010304;display:block;width:13.3125rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:17rem;left:40.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WOoDnMttc4mEaIkM72bmT5oWIoySz2TT { color:#010304;display:block;width:15.625rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:21.5rem;left:39.4375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZKgslbIOdTI9MTvemts45yL9F6KyxyCA { background-color:#10603d;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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:"open sans ";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:32.25rem;left:31.875rem;display:block; }
#dzIDEGFldfBTHIya72TRCHaMdkhBRfdF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o50Mw1L7X5g1xV5wNfN8S7DiQWKAXXFa { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:14.5625rem;left:7.5rem; }
#VqVsTbAIpmPTTda94s7EHR8mdpTalzV6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.5625rem;left:27.0625rem; }
#bogJskXzWwLKDVTMOtZapfI9gT6uLzud { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.5625rem;left:46.625rem; }
#k0SOIksmOAh42CwExsWd1IfnHIoV3pwa { color:#010304;display:block;width:15.625rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:21.5625rem;left:58.9375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z11AGXD97HVsxN7EJCAZAUnTA2E9mJWk { box-sizing:content-box;height:4.8125rem;width:16.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:15.25rem;left:58.5625rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;display:block; }
#e3triUdwVPaEaz0cCU9wbtouGiSH736V { color:#010304;display:block;width:13.3125rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:17rem;left:60rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MRmM5bLNU490xhN7ZAf7SDcfyrqGaz28 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.5625rem;left:66.125rem; }
#Ggsf42iaU2uUIQAAS16svWFnthmZpB4I { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.4375rem;left:29.4375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { z-index:;position:relative;display:block; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { background-color: transparent; background-image: none; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row .container > .video-iframe-container { display: none; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row > .video-iframe-container { display: none; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .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); }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { border-width: 0; border-radius: 0; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:fraunces;height:36.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Z9hLy7qR1DWl8ntq5MMqfMbd6rsfoTWz { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:14997;line-height:1;letter-spacing:0;top:11.75rem;left:1.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tsl0CkBQV1TqU5JA25xc0WEhJwTwCQT3 { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:14996;line-height:1.5;letter-spacing:0;top:20.59375rem;left:1.8125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UWQF75Q7k8AhNWMfqTz9BINbNAyITy2w { box-sizing:content-box;height:25.5625rem;width:30rem;position:absolute;display:block;z-index:14995;background-color:#10603d;background-image:none;top:9.3125rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IEh7bAzti1qL0rpWpu53KQvd9SEwHZ0T { box-sizing:content-box;height:9.9375rem;width:18.25rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:23.1875rem;left:55rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;display:block; }
#eapGHRa2MPJJ05QFRM2GNZApwwk1eNKS { color:#010304;display:block;width:14.375rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:25.375rem;left:58.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aKoRck2s3kCpmeFM8IgU7PsF1NCcepZb { color:#010304;display:block;width:16.25rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.4375rem;left:56.875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SSi8BtWDHN6efueaMPfrKAvPAZVFT2WQ { box-sizing:content-box;height:9.6875rem;width:16.9375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:9.84375rem;left:55.65625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;display:block; }
#vqr0TFwQPOK8zFHsIHvK34E2oHV1JbqV { box-sizing:content-box;height:10rem;width:17.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:9.6875rem;left:32.78125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;display:block; }
#tJBTeAwFuhhTrNmXKQ8kkDdFTXXvEsLT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:25.4375rem;left:57rem; }
#XR5nh8qIl5nJlCUVWetHuCu40gns5fvg { box-sizing:content-box;height:10.25rem;width:17.9375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:23.25rem;left:32.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;display:block; }
#tohtMMAUw3F8rHP1itnthWx3bJKNkTHK { color:#010304;display:block;width:14.375rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:25.4375rem;left:36.4375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aFkGWv5bAzpvyNR3uKSnlPgXf1zQIRco { color:#010304;display:block;width:16.25rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.4375rem;left:34.4375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sNl7cxWUGHVbBfLkykLgQgNDbnG8o3Vo { color:#010304;display:block;width:16.25rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.4375rem;left:56.75rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AZC3hepyuSDSyafsHfAXl0WGK6Qb44p8 { color:#010304;display:block;width:16.25rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.4375rem;left:34.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZAV12paw1qFTPeTrqgCn0shUVqSBNFzN { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:25.5rem;left:34.5625rem; }
#xEBFz9ipMhIWf9XHihwSiE8kNkpCmz7F { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.5rem;left:56.875rem; }
#L9aHvuLGrPBlJWdl4XJMa3Ww0C8xE8iX { color:#010304;display:block;width:14.375rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:11.4375rem;left:58.75rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r2sKHOUlJNVvtH2BOFTEEt9gz3aCqRBZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.5rem;left:34.5625rem; }
#lGG2SdUTlGwQVlbmrbelHAmdO4NozBVo { color:#010304;display:block;width:14.375rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:11.4375rem;left:36.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sedtF8qaLpcbRlu75OwArMhNLJtJTs0a { box-sizing:content-box;height:6.6875rem;width:6.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:#ddfef8;background-image:none;top:6.125rem;left:18.9375rem;display:block; }
#zIgWI2dqmGGtka254AsNnTvGlHxhVB6v { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:14997;line-height:1.5;letter-spacing:0;top:26.6875rem;left:1.8125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eZ2Z1acN0DlTNre17xOteJu5zH7bXLBD { z-index:;position:relative;display:block; }#eZ2Z1acN0DlTNre17xOteJu5zH7bXLBD { background-color: transparent; background-image: none; }#eZ2Z1acN0DlTNre17xOteJu5zH7bXLBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZ2Z1acN0DlTNre17xOteJu5zH7bXLBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZ2Z1acN0DlTNre17xOteJu5zH7bXLBD > .row .container > .video-iframe-container { display: none; }#eZ2Z1acN0DlTNre17xOteJu5zH7bXLBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZ2Z1acN0DlTNre17xOteJu5zH7bXLBD > .row > .video-iframe-container { display: none; }#eZ2Z1acN0DlTNre17xOteJu5zH7bXLBD > .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); }#eZ2Z1acN0DlTNre17xOteJu5zH7bXLBD { border-width: 0; border-radius: 0; }#eZ2Z1acN0DlTNre17xOteJu5zH7bXLBD > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:fraunces;height:46.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#EnJQKmBNZBE8P6dr4Goe7ovrCedzhHuD { color:#010304;display:block;width:33.75rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:11.25rem;left:1.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xdAwfKGizCpLTeZWlI3fJgveHHm0HmRC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:13.125rem;width:8.75rem;top:8.75rem;left:40.25rem;overflow:hidden;display:block; }
#L2wWgf2Ferq7AEbBBac1yMMaihy2xSwl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:13.125rem;width:8.75rem;top:24.375rem;left:40.25rem;overflow:hidden;display:block; }
#WayVKR80nkWdcXNxXFDSAGRJz7qC8CNb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:19.125rem;width:19.125rem;top:8.75rem;left:55.875rem;overflow:hidden;display:block; }
#gnJEx4k6K9Qwz4OPMU8pwhiJMnyE6T0R { box-sizing:content-box;height:13.75rem;width:22.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:16.1875rem;left:44.375rem;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;border-top:0.0625rem solid #cf092a;border-left:0.0625rem solid #cf092a;border-right:0.0625rem solid #cf092a;border-bottom:0.0625rem solid #cf092a;display:block; }
#b4nZDC4JDhbw3yTaUMIk3r7gawXGRDgd { box-sizing:content-box;height:28.6875rem;width:37.6875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:8.8125rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;display:block; }
#PrhnmsyBCwszag4ZHcoTpsOTexRPWzTM { color:#010304;display:block;width:33.75rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:24.4375rem;left:1.875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wAdnPWn8PsDXTp8y7kmh86dSLqJLmiAu { box-sizing:content-box;height:0.0625rem;width:33.75rem;position:absolute;display:block;z-index:15029;background-color:#23194f;background-image:none;top:19.5rem;left:1.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Emi3ToION3oWwRUN2QT70kFKy6v3rRpT { color:#010304;display:block;width:30.9375rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:21.6875rem;left:4.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zS8k38ury3xrhc1rQdpfImUTQgdWoChq { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:21.6875rem;left:1.875rem; }
#v47m1g0QGidRzBHT39xzXqXRrTkCZH1N { color:#010304;display:block;width:33.75rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:30.6875rem;left:1.375rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wXNknavNwTMf3IgiJDBuy4m4E4WIolCV { z-index:;position:relative;display:block; }#wXNknavNwTMf3IgiJDBuy4m4E4WIolCV { background-color: transparent; background-image: none; }#wXNknavNwTMf3IgiJDBuy4m4E4WIolCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXNknavNwTMf3IgiJDBuy4m4E4WIolCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXNknavNwTMf3IgiJDBuy4m4E4WIolCV > .row .container > .video-iframe-container { display: none; }#wXNknavNwTMf3IgiJDBuy4m4E4WIolCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXNknavNwTMf3IgiJDBuy4m4E4WIolCV > .row > .video-iframe-container { display: none; }#wXNknavNwTMf3IgiJDBuy4m4E4WIolCV > .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); }#wXNknavNwTMf3IgiJDBuy4m4E4WIolCV { border-width: 0; border-radius: 0; }#wXNknavNwTMf3IgiJDBuy4m4E4WIolCV > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:fraunces;height:61.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#zDqA0lVdNXn2Ww4iuFOpr3KVauVaA4Ni { color:#010304;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:4.3125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lAOtvUc8xT8dozEkDU1XnS20KGLCn2X9 { color:#010304;display:block;width:50rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.75rem;left:12.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NJ2G7LdLTPCv93ogNLH71aVdp6spB9wA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:20.5rem;width:11.5rem;top:15.375rem;left:20.8125rem;overflow:hidden;display:block; }
#x2BxZK0apLhPvuui6OUIJAg9h7AUVdzO { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:43.3125rem;left:22.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PE3bDTrLApA4xUkzWSCtMxm28cZOKrhk { color:#000000;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:45.3125rem;left:20.8125rem;height:2.625rem;font-style:normal;display:block; }
#MXWt4SFNiITsUrARlhNtff3PaTQr9Fds { box-sizing:content-box;height:23.375rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:16.9375rem;left:19.4375rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;border-top:0.0625rem solid #cf092a;border-left:0.0625rem solid #cf092a;border-right:0.0625rem solid #cf092a;border-bottom:0.0625rem solid #cf092a;display:block; }
#lps3CDsV4NOwoaPTVt0aEMJGHMQVvc41 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:43.25rem;left:20.8125rem; }
#PCgD0NFBzNB4OBITP0QIyXHlWusdzhRJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:19.25rem;width:10.6875rem;top:16rem;left:41.71875rem;overflow:hidden;display:block; }
#AGV3bpiAvSUoirBBzzxG3kAX0mdhzAtf { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:43.25rem;left:43.6875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ho7LvMxDAxm2ZH0JZz2rfeUUmoFqlAMO { color:#000000;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:45.3125rem;left:41.75rem;height:2.625rem;font-style:normal;display:block; }
#gvDOlDAoTTx8D42EEAZueLG7pwkFJZaD { box-sizing:content-box;height:23.4375rem;width:15.625rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:16.9375rem;left:38.9375rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;border-top:0.0625rem solid #cf092a;border-left:0.0625rem solid #cf092a;border-right:0.0625rem solid #cf092a;border-bottom:0.0625rem solid #cf092a;display:block; }
#kMER3QB9qiKIKtHVyyxRLpmrnWlWCVvC { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:43.1875rem;left:41.75rem; }
#PlUJsv2kynxFGlMe7TOTc6NDhyqxdr3E { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#23194f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans ";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:50.5rem;left:20.8125rem;display:block; }
#R0zU7rbnVtBB1tTRBUVNS9T1IIa4QLdv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lKcxmyaSdvb6bNzmu1GDUhIBRscSE9Lz { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#23194f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans ";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:50.4375rem;left:41.75rem;display:block; }
#HWCtVVlJoqkFu2UzT3dHJW94C10qHEJC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gsawn49nrFm86ygCfvu85zTJ9xhiGECu { box-sizing:content-box;height:8.6875rem;width:8.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#ddfef8;background-image:none;top:16.875rem;left:23.4375rem;display:block; }
#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#10603d;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; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { background-color: transparent; background-image: none; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container > .video-iframe-container { display: none; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row > .video-iframe-container { display: none; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .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); }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { border-width: 0; border-radius: 0; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { font-size:0.875rem;font-family:fraunces;height:36.125rem;width:75rem;position:relative;display:block; }#T4rRLfCTLUrKH9TBIEhE0g2cTS7zGVQM { 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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#23194f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans ";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.6875rem;left:37.375rem;display:block; }
#qfrgecwHIpMdCbx0yCpzowU6dNeT81F1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vqAkTyf5TdyX1hhzT6o5v5RXCsK8H2C4 { color:#ffffff;display:block;width:45.5625rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.8125rem;left:21.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9W3gB7yXbZW6hVNDA9u7OZNuIscW5SJ { color:#ffffff;display:block;width:67.0625rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:9.625rem;left:1.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sED4yDM7ObJvztXlGHa7e2VV0Au1n0yQ { box-sizing:content-box;height:18.375rem;width:69.0625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:5.875rem;left:0rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#EZfUxePvs0PBugDxXPFIHrwBXSU4cWnM { box-sizing:content-box;height:14.8125rem;width:56.25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:15.4375rem;left:18.625rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#WmrODivBfSFCbeZZlXKnh6OvrG3il3Av { z-index:;position:relative;display:block; }#WmrODivBfSFCbeZZlXKnh6OvrG3il3Av { background-color: transparent; background-image: none; }#WmrODivBfSFCbeZZlXKnh6OvrG3il3Av::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmrODivBfSFCbeZZlXKnh6OvrG3il3Av > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmrODivBfSFCbeZZlXKnh6OvrG3il3Av > .row .container > .video-iframe-container { display: none; }#WmrODivBfSFCbeZZlXKnh6OvrG3il3Av > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmrODivBfSFCbeZZlXKnh6OvrG3il3Av > .row > .video-iframe-container { display: none; }#WmrODivBfSFCbeZZlXKnh6OvrG3il3Av > .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); }#WmrODivBfSFCbeZZlXKnh6OvrG3il3Av { border-width: 0; border-radius: 0; }#WmrODivBfSFCbeZZlXKnh6OvrG3il3Av > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:fraunces;height:53.9375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#yycU47aUfPTlnZrtzKCq9QTpD5eyouwe { color:#010304;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:8.5rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UZt52V8sfXhXK4L1qqXTyNEVC7RD9QAR { box-sizing:content-box;height:30.75rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#10603d;background-image:none;top:14.5625rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;display:block; }
#zJC96mtsQpNUa97XEeq0ThhxpQmiLoCu { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:25.65625rem;left:1.4375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dDqlU82spu3Mzzgg5weAV7uXTocMX0WL { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:42.125rem;left:6.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UIRm1f7TrEnkLrCq23BNeQbv3UPfxqT7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:39.9375rem;left:2.0625rem;overflow:hidden;display:block; }
#nJGhpPUSFhFRkT2hn7IDz1yuioiTsW8x { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:"open sans ";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:19.5625rem;left:1.875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AFn6Zal1skFh1ww6kChZowI5WL7CGuQW { box-sizing:content-box;height:14.375rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:14.5625rem;left:25.5625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;display:block; }
#tqlSSlTrM8iBfzXeJpXVSZ6TQIHpnAT4 { color:#010304;display:block;width:20rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:18.8125rem;left:27.5625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VtprDDb6T5HIvkfJghUvUiFVfC3fWffV { color:#010304;display:block;width:16.75rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:16.4375rem;left:30.5625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qy5ehx2UeboIgi6OfdZMzPT2kvAZFo03 { color:#010304;display:block;width:14.375rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:25.75rem;left:30.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fIIuVZFx20dlcJ1COdK9obBDLcNpcRQA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.5rem;width:2.5rem;top:24.8125rem;left:27.4375rem;overflow:hidden;display:block; }
#sbVP9XOsVMiHH1Fy6UdcF9iGwyT8uytu { 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:15015;opacity:1;top:16.1875rem;left:27.5625rem; }
#ALaRxyNRr5Mfnu9df9HPK6hFIGdTTSc3 { box-sizing:content-box;height:14.375rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:14.625rem;left:51.25rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;display:block; }
#TghLdwMTEGUfkbfVJBUeJ9BAhu9HNza5 { color:#010304;display:block;width:20rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:18.875rem;left:53.25rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c9bB9FyNOQ8QZ3Kb5fWkKlGCKUHWM88e { color:#010304;display:block;width:14.375rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:25.8125rem;left:56.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FbAEUdmdn8a2UtS52r7H4yJ9WAaPMPmC { color:#010304;display:block;width:16.75rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:16.5rem;left:56.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XKgvNFeJpCdzv2Z7rwdF0ip2kmN7qmuL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.5rem;width:2.5rem;top:24.875rem;left:53.125rem;overflow:hidden;display:block; }
#MUM05ROzs3lDvs2DmElTdcby7ziP5wOS { 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:15021;opacity:1;top:16.25rem;left:53.25rem; }
#zpaiusTrIadkMWG6pSeKh2RWpcn23OuW { box-sizing:content-box;height:14.375rem;width:23.75rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:31rem;left:51.25rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;display:block; }
#DuCIRMOrsngR3CoFMD6vAC3UXHg0tI0u { color:#010304;display:block;width:19.875rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:35.25rem;left:53.25rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gTcup6earGpKKF8QGghT3HcIxoKatTPa { color:#010304;display:block;width:14.375rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:42.1875rem;left:56.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MM0gMAeii3dVnsV6x3ZQHZNtdPOTxyDF { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.5rem;width:2.5rem;top:41.25rem;left:53.125rem;overflow:hidden;display:block; }
#ibVKnlf1VPtGTpPN9w0fF6RatlezRoOq { box-sizing:content-box;height:14.375rem;width:23.75rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:30.9375rem;left:25.5625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f;display:block; }
#ahQpsydfKEyIPTt7mcD9C1fT0XNnX1DJ { color:#010304;display:block;width:19.875rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:35.1875rem;left:27.5625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mCDcTVLHpLseZ6H7PRfBVRHLqUhX6xBC { color:#010304;display:block;width:16.75rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:32.8125rem;left:30.5625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lMsZI5dNxPxDe7iJB4JRfGAz1mFTnZeM { color:#010304;display:block;width:14.375rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:42.125rem;left:30.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XpQoGfDVLH5JBt4iCrJIW4VMV2Q5B5zV { color:#010304;display:block;width:16.75rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:32.875rem;left:56.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KOhr4zty3blsIST6SNEU2KKdI6tWr4V3 { 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:15033;opacity:1;top:32.625rem;left:53.25rem; }
#R4MkpWtdI0E8OHysCFIfhnJfoDTQyDmC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.5rem;width:2.5rem;top:41.1875rem;left:27.4375rem;overflow:hidden;display:block; }
#RWic1wdDNVtNahyIHQo7K8wXQ3nTJI5t { 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:15027;opacity:1;top:32.5625rem;left:27.5625rem; }
#o3BI5z5b8kO6xSH5vGF1EPVoksbKkOQ6 { 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:15016;opacity:1;top:16.5rem;left:2rem; }
#ndTfXfFWUprax8XiU0TtE4DtWSAmpgWH { 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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#23194f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans ";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.5rem;left:37.9375rem;display:block; }
#zeUBL6631Tl1OA3FD07SvR7oFBKoOe92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJBkM64nMCdF7VG0AhuaXU2TXlF0AVgQ { z-index:;position:relative;display:block; }#TJBkM64nMCdF7VG0AhuaXU2TXlF0AVgQ { background-color: transparent; background-image: none; }#TJBkM64nMCdF7VG0AhuaXU2TXlF0AVgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJBkM64nMCdF7VG0AhuaXU2TXlF0AVgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJBkM64nMCdF7VG0AhuaXU2TXlF0AVgQ > .row .container > .video-iframe-container { display: none; }#TJBkM64nMCdF7VG0AhuaXU2TXlF0AVgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJBkM64nMCdF7VG0AhuaXU2TXlF0AVgQ > .row > .video-iframe-container { display: none; }#TJBkM64nMCdF7VG0AhuaXU2TXlF0AVgQ > .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); }#TJBkM64nMCdF7VG0AhuaXU2TXlF0AVgQ { border-width: 0; border-radius: 0; }#TJBkM64nMCdF7VG0AhuaXU2TXlF0AVgQ > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:fraunces;height:33.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#cZ9sxATzrSf2EqFOWWEH6qeN5WVOJ9pi { color:#010304;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:8.9375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kT8oFqies1ZS93IpVJ3oGWKFHnzIBWfp { color:#010304;display:block;width:16.25rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:22rem;left:10.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y5lxPddmDxys1gcZ5QDz8I9gTFxJ6vmE { color:#010304;display:block;width:16.25rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.4375rem;left:32.3125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oR6uUtXy1VET3qReKdC6T3kwRoGZrvb1 { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#10603d;background-image:none;top:20.9375rem;left:10.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Mdx2nAEMJaaPru9GrdLZJ50CChIxCH8y { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#10603d;background-image:none;top:20.375rem;left:32.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#udvKfu1GHvSTtnH3nNtsLVZaZfFQ7Ic5 { color:#010304;display:block;width:16.5rem;position:absolute;font-family:fraunces;font-size:2.25rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:18.125rem;left:10.6875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QcSl2Mb7USP7N5OHTNVnT9W4unG3fOgV { color:#010304;display:block;width:16.5rem;position:absolute;font-family:fraunces;font-size:2.25rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:17.5625rem;left:32.3125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LVnJ7oMEUKpoEbHPGaxSat0RmvfBTuci { color:#010304;display:block;width:16.25rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.5rem;left:54.5625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c6PSzVkACOM3FVncdNk174hRBZCD8z9r { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#10603d;background-image:none;top:20.4375rem;left:54.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TXVgkKnVeODsJgUOFonGQ5xqdm0qCszd { color:#010304;display:block;width:16.9375rem;position:absolute;font-family:fraunces;font-size:2.25rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:17.625rem;left:54.5625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 { z-index:;position:relative;display:block; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 { background-color: transparent; background-image: none; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row .container > .video-iframe-container { display: none; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row > .video-iframe-container { display: none; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .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); }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 { border-width: 0; border-radius: 0; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:fraunces;height:34.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#pbIw7BSmJ2sLuaZkRx6OkQ7KIXozPBSL { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:6.3125rem;left:2.5rem;height:7.19925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GJ7R8JutT4QbWkXw7uoiLJuloPVCMsTe { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:"open sans ";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:25.3125rem;left:2.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kZ1RawI0fNpaE7g5SMWb8bsO3G4XfIW9 { box-sizing:content-box;height:26.5625rem;width:34.3125rem;position:absolute;display:block;z-index:15002;background-color:#10603d;background-image:none;top:3.875rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid #23194f;border-left:0.0625rem solid #23194f;border-right:0.0625rem solid #23194f;border-bottom:0.0625rem solid #23194f; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:"open sans ";color:#010304;height:auto; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"open sans ";color:#010304;line-height:1.5;overflow:hidden;height:auto; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_6dd43c6412d5e824eeb494c10edcf1c1921d089e.svg");background-size:contain !important; }#sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-trigger.adaptive-delivery-prevent-bg, #sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-trigger.lazyload, #sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-trigger.lazyloading { background-image: none; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp { box-sizing:content-box;height:auto;width:31.375rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.25rem;left:39.6875rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 { display:block;position:relative; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE { display:block;position:relative; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #t10kCL5xicfb2aPOowA6xxmUPwel6PBd { display:none; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #kaPQEpITBTTazWbi2doiwUWuhUznxhJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL { display:block;position:relative; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb { display:none; }
#gtrzqNTG0TFOcxewxXreSsMIrcLwCxmg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.5rem;left:71rem; }
#rVaGzmvDRxmDErauDsckxEMJQLZtpDFw { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15010;background-color:#10603d;background-image:none;top:5.0625rem;left:39.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GCo6qNx3nlrgBw6Nk41TR7XmRBMk9HAr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.5rem;left:38.375rem; }
#CIGlgRaIKN0JRlFHXECX6o3mc44FQXi5 { z-index:15003;top:29.125rem;left:49.03125rem;background-color:#10603d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ddfef8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HRGFH4qXBeSqv3FfJhfth2cTBwGtLByb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#10603d;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; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { background-color: transparent; background-image: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container > .video-iframe-container { display: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row > .video-iframe-container { display: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .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); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { border-width: 0; border-radius: 0; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { font-size:0.875rem;font-family:fraunces;height:18.75rem;width:75rem;position:relative;display:block; }#xuUFtLSUCAITpksMxoTLrLXMUrA0oJxf { color:#ffffff;display:block;width:64.0625rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:6.5625rem;left:10.9375rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:9.6875rem;left:0rem; }
#ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9.875rem;left:3.75rem; }
#LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.0625rem;left:8rem; }
#Nmx8ubkScqggL4QXe5NhaEZFE1wLRQnh { background-color:#23194f;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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:"open sans ";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:9.3125rem;left:65rem;display:block; }
#BG87TmC9dE5Jk5oTiIFdqSqeP8yRvsex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VdnyhUq3aCSSvqzm21F0kDVFmOkmilra { 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:1.875rem;width:6.0625rem;top:6.28125rem;left:0rem;overflow:hidden;display:block; }
#Q6u2wIm8Zn2NdGQcECFGICedncoXfbP4 { background-color:#23194f;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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:"open sans ";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:9.3125rem;left:53.75rem;display:block; }
#Mlmx4WHCLyyNCAKKvtPzfni2PGmnb52v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oG4Q0WI01ANm3UQd62DW8yTdss2v3FGP { background-color:#23194f;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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:"open sans ";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.3125rem;left:41.6875rem;display:block; }
#TCbtMNrlnBuTty2nEeNtXLxepxdEdbPK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeal9UENuyB8I6Ioi1qNs6AogTA4orhH { top:1.375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHocTndMnvUBrVzNNlA290hGFc0quRUn { top:1.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg { display:flex;width:18rem;height:5.0625rem;top:17.25rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #w5bkfDdy7sM6Feqv6W3s84UQKSfIR6QE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #nDLgAAnWxJT50S2OMBSzLh7eqOJXGU4I {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #M1dxhll4KB2lWJbN7fnLSVAeH0VppW9J {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #Rdshx9buLk6dt2xHoSHgUnNcB7lsl6Oz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ak1KkyUVxsHq8qy5FnPtpz4yIbrN0rlD {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #N3mNa3etpItHlo75Obs0fdsLlmN5e4Mg {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #HZl0nO3rFivruszlNCmL6Eeqmf8gWyv8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #mkeTXTHImQcPNxRE3qQ7h5ALiKTq5Eft {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #hDzMq3VZAV9BFgnxPTMuoZmgtLC3Mwl7 {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #KXcdU9KmDLPksIQhOl8re5HvoaILtVxH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ItZeNM7c4pO7efGlq5xb3SkDrOdABn9b {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #fTQWv8W376ZSSFW3Oo8eTPsyJT0wV75H {  }
 }@media only screen and (max-width: 763px) { #unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m { display:block; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9FpBWDclNwK542LScOF5uyqLlEFrUmQ { width:11.5rem;height:3.375rem;top:1.375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy3GNN77JVpTaBQ2qTq6UU87UHbG0Ot9 { display:block; }
 }@media only screen and (max-width: 763px) { #QAupElS4bRdTCISwvh4OX8NPLo9BupqQ { top:0.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4QXpiQW7NGmuSdnArdU5LSZzRzxlEpZ { top:1.5625rem;left:0rem;width:13rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHu4o1MorHweuwDv8ecVQwbceBmAOnTR { display:block; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk0G9WlfcTslypNsM1rmq2xd6LEowJdm { width:11.875rem;height:3.375rem;top:48rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS4DhzAJKABMsMKGv6W7re0IZLFRIQ6g { display:block; }
 }@media only screen and (max-width: 763px) { #OHRbrTliFMDlImo2yK2J9FTVZMfRcP0N { top:47.4375rem;left:0rem;width:46.875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZPgXpvz2Zg8AhkDrwLONlruvtHnDGS2 { top:7.875rem;left:0rem;width:24rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVmyWkyMv9i6ktWxG2e8BJbvIecEgn3x { top:32.875rem;left:0rem;width:47.75rem;height:11.75rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlJrcNX4SGGpzTzSfr5d2sx4AU89zRnT { top:29.9375rem;left:0rem;width:47.75rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2a9BrID2xmexEbAhx00q81GSCKQr6TT { top:7.9375rem;left:11.9375rem;width:23.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoPXwNxRbPyTKavRzk49wl7EKJAGtZv2 { top:7.5625rem;left:23.5625rem;width:24.1875rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8fBRTvPDHWrIuwWtpv7UTFofFR9d0rf { top:6.3125rem;left:11.375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwzMuyJyTPZuG2hL7aGk73uzv88dJf49 { top:5.6875rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5N9SClmrXBWazWzixgKkRBKT79qrbMo { top:5.6875rem;left:10.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ZgvWKmMQ1BqrLGHfdUZfhCKNECw5Ii { top:19.875rem;left:0rem;width:22.1875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prhy5Jxkha8lQ05rGrS6Cy5SPcxdG7Sy { top:26.8125rem;left:33.9375rem;width:13.6875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX { display:block; }#d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtcoDO3hvUhuBTWyuS9mHe18PxZUEuq5 { top:8.3125rem;left:0rem;width:25rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqRIWH81svT00vtpa1MOTlJ3UQ9vO8D9 { top:19.125rem;left:0rem;width:25rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sntMrtFZ17F6i8MonJNOWcCA9mmuzX2T { top:5.1875rem;left:0rem;width:31.125rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtJfZAFGTqOs8M8UTEiVNdXp7gTMsSrc { width:11.25rem;height:3.375rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0JzADPfbAWlP3hZ0eLZPJtINtc9Qurz { display:block; }
 }@media only screen and (max-width: 763px) { #L9bKZ0AuyyBp6VOIDE12hvFxyHukCKJv { top:18.5rem;left:0rem;width:21.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbMl9GleR8cqTEsuccbHRiafoeyI7xWd { top:17.875rem;left:10rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1LmJlSRtyJMgJCM5MLRUviM9BfG9T33 { top:8.375rem;left:0rem;width:47.625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfuVUcXifTwnBGbsAyaT0PhvcGTQtTUW { top:6.5rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBg5TJFUGHdSln4EKP7He9zv8iXy5d0P { top:29.3125rem;left:0rem;width:25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBwapXWaFc6oybTgDEXs8zHoWpJTKWdT { width:11.875rem;height:3.375rem;top:12.5625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU8doQMaq15ocAo7c5G2Tny3vnEOI6MN { display:block; }
 }@media only screen and (max-width: 763px) { #TfHTLMdKxcTuxWRRA74xpt7u6C1rFF99 { top:19.125rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { display:block; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { top:14rem;left:0rem;width:21.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwZGv3nFT75a9KBAGJr1mRULQ2pTMbel { width:11.25rem;height:3.375rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlVWFKsarTyasK4aqOKv5pxCvAsxEhcm { display:block; }
 }@media only screen and (max-width: 763px) { #ubFfiTgzTb9UzQnAvtEQyNF7KhGBRK5C { top:13.1875rem;left:25.875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZuv59ynVaMMLno4gsN4Ta7Uv5hoX272 { top:33rem;left:9.375rem;width:35.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyWyv2LGpKftyZU7VvfCZ3HmJCrCLoQ5 { top:13.1875rem;left:12.9375rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9lLZHIZ9skfuXLMWf7DcqNRdcVCQirW { top:15.8125rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { top:15.75rem;left:16.6875rem;width:16.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { top:20.625rem;left:14.8125rem;width:18.125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { top:18.9375rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUWORMqvSlNEo6A8Htqad475lksPVob { top:31.25rem;left:0rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { top:33.8125rem;left:0rem;width:16.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { top:38.6875rem;left:0rem;width:18.125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { top:37rem;left:0rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMIDGcmNv9IGc8pVi8LKc2AJskv9ZNW { top:33.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E37mRcfMiTxTGZD4AK7fyHT2ccl3zS6p { top:31.25rem;left:12.9375rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { top:33.8125rem;left:16.6875rem;width:16.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { top:38.6875rem;left:14.8125rem;width:18.125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { top:37rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWCr9FnNS6IWCkbCBItpfKK0qNLTqZ9G { top:33.875rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOh1BURJghbeWWRL6t8SyduDvvXe4aoT { top:7.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDLwSwQGtHLSeoaqkEnUbavmW4GqJsaw { top:15.25rem;left:0rem;width:16.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScSdD7En2NQJQPgH1OTCFWxPryEhhGkZ { top:15.25rem;left:5.875rem;width:16.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skd3X2BaWIhd9vTR8mlifvsNEW4rq2BD { top:15.25rem;left:25.4375rem;width:16.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piEKOQctKmVUozEe32e4o1sLbxDvrLm0 { top:17rem;left:0rem;width:13.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb4FoVmTaRSK2hrJe6mdlRzaGbBzHt0s { top:21.5rem;left:0rem;width:15.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSSFFiD7LJu4MxtEZrGdtHQSmQIzGrtP { top:17rem;left:7.4375rem;width:13.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSZFiXNNxU7P1QGS7fc2oQEoTiff4H2y { top:21.5rem;left:6.25rem;width:15.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXSXaRu0lDIfxQ6vEtOcbUMRbEbrOS2I { top:17rem;left:26.9375rem;width:13.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOoDnMttc4mEaIkM72bmT5oWIoySz2TT { top:21.5rem;left:25.8125rem;width:15.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKgslbIOdTI9MTvemts45yL9F6KyxyCA { width:13.4375rem;height:3.375rem;top:32.25rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzIDEGFldfBTHIya72TRCHaMdkhBRfdF { display:block; }
 }@media only screen and (max-width: 763px) { #o50Mw1L7X5g1xV5wNfN8S7DiQWKAXXFa { top:14.5625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqVsTbAIpmPTTda94s7EHR8mdpTalzV6 { top:14.5625rem;left:13.4375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bogJskXzWwLKDVTMOtZapfI9gT6uLzud { top:14.5625rem;left:33rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0SOIksmOAh42CwExsWd1IfnHIoV3pwa { top:21.5625rem;left:32.125rem;width:15.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z11AGXD97HVsxN7EJCAZAUnTA2E9mJWk { top:15.25rem;left:31.375rem;width:16.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3triUdwVPaEaz0cCU9wbtouGiSH736V { top:17rem;left:34.4375rem;width:13.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRmM5bLNU490xhN7ZAf7SDcfyrqGaz28 { top:14.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggsf42iaU2uUIQAAS16svWFnthmZpB4I { top:11.4375rem;left:15.8125rem;width:16.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { display:block; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9hLy7qR1DWl8ntq5MMqfMbd6rsfoTWz { top:11.75rem;left:0rem;width:25.625rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsl0CkBQV1TqU5JA25xc0WEhJwTwCQT3 { top:20.5625rem;left:0rem;width:25.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWQF75Q7k8AhNWMfqTz9BINbNAyITy2w { top:9.3125rem;left:0rem;width:30rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEh7bAzti1qL0rpWpu53KQvd9SEwHZ0T { top:23.1875rem;left:29.375rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eapGHRa2MPJJ05QFRM2GNZApwwk1eNKS { top:25.375rem;left:33.375rem;width:14.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKoRck2s3kCpmeFM8IgU7PsF1NCcepZb { top:28.4375rem;left:31.5rem;width:16.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSi8BtWDHN6efueaMPfrKAvPAZVFT2WQ { top:9.8125rem;left:30.6875rem;width:16.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqr0TFwQPOK8zFHsIHvK34E2oHV1JbqV { top:9.6875rem;left:19.15625rem;width:17.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJBTeAwFuhhTrNmXKQ8kkDdFTXXvEsLT { top:25.4375rem;left:43.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR5nh8qIl5nJlCUVWetHuCu40gns5fvg { top:23.25rem;left:18.9375rem;width:17.9375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tohtMMAUw3F8rHP1itnthWx3bJKNkTHK { top:25.4375rem;left:22.8125rem;width:14.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFkGWv5bAzpvyNR3uKSnlPgXf1zQIRco { top:28.4375rem;left:20.8125rem;width:16.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNl7cxWUGHVbBfLkykLgQgNDbnG8o3Vo { top:14.4375rem;left:31.5rem;width:16.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZC3hepyuSDSyafsHfAXl0WGK6Qb44p8 { top:14.4375rem;left:20.9375rem;width:16.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAV12paw1qFTPeTrqgCn0shUVqSBNFzN { top:25.5rem;left:20.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEBFz9ipMhIWf9XHihwSiE8kNkpCmz7F { top:11.5rem;left:43.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9aHvuLGrPBlJWdl4XJMa3Ww0C8xE8iX { top:11.4375rem;left:33.375rem;width:14.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2sKHOUlJNVvtH2BOFTEEt9gz3aCqRBZ { top:11.5rem;left:20.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGG2SdUTlGwQVlbmrbelHAmdO4NozBVo { top:11.4375rem;left:22.8125rem;width:14.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sedtF8qaLpcbRlu75OwArMhNLJtJTs0a { top:6.125rem;left:5.3125rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIgWI2dqmGGtka254AsNnTvGlHxhVB6v { top:26.6875rem;left:0rem;width:25.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ2Z1acN0DlTNre17xOteJu5zH7bXLBD { display:block; }#eZ2Z1acN0DlTNre17xOteJu5zH7bXLBD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnJQKmBNZBE8P6dr4Goe7ovrCedzhHuD { top:11.25rem;left:0rem;width:33.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdAwfKGizCpLTeZWlI3fJgveHHm0HmRC { top:8.75rem;left:26.625rem;width:8.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2wWgf2Ferq7AEbBBac1yMMaihy2xSwl { top:24.375rem;left:26.625rem;width:8.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WayVKR80nkWdcXNxXFDSAGRJz7qC8CNb { top:8.75rem;left:28.625rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnJEx4k6K9Qwz4OPMU8pwhiJMnyE6T0R { top:16.1875rem;left:25.4375rem;width:22.1875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4nZDC4JDhbw3yTaUMIk3r7gawXGRDgd { top:8.8125rem;left:0rem;width:37.6875rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrhnmsyBCwszag4ZHcoTpsOTexRPWzTM { top:24.4375rem;left:0rem;width:33.75rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAdnPWn8PsDXTp8y7kmh86dSLqJLmiAu { top:19.5rem;left:0rem;width:33.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emi3ToION3oWwRUN2QT70kFKy6v3rRpT { top:21.6875rem;left:0rem;width:30.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS8k38ury3xrhc1rQdpfImUTQgdWoChq { top:21.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v47m1g0QGidRzBHT39xzXqXRrTkCZH1N { top:30.6875rem;left:0rem;width:33.75rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXNknavNwTMf3IgiJDBuy4m4E4WIolCV { display:block; }#wXNknavNwTMf3IgiJDBuy4m4E4WIolCV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDqA0lVdNXn2Ww4iuFOpr3KVauVaA4Ni { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAOtvUc8xT8dozEkDU1XnS20KGLCn2X9 { top:9.75rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ2G7LdLTPCv93ogNLH71aVdp6spB9wA { top:15.375rem;left:7.1875rem;width:11.5rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2BxZK0apLhPvuui6OUIJAg9h7AUVdzO { top:43.3125rem;left:9.125rem;width:14.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE3bDTrLApA4xUkzWSCtMxm28cZOKrhk { top:45.3125rem;left:7.1875rem;width:16.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXWt4SFNiITsUrARlhNtff3PaTQr9Fds { top:16.9375rem;left:5.8125rem;width:15.625rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lps3CDsV4NOwoaPTVt0aEMJGHMQVvc41 { top:43.25rem;left:7.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCgD0NFBzNB4OBITP0QIyXHlWusdzhRJ { top:16rem;left:28.09375rem;width:10.6875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGV3bpiAvSUoirBBzzxG3kAX0mdhzAtf { top:43.25rem;left:30.0625rem;width:14.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho7LvMxDAxm2ZH0JZz2rfeUUmoFqlAMO { top:45.3125rem;left:28.125rem;width:16.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvDOlDAoTTx8D42EEAZueLG7pwkFJZaD { top:16.9375rem;left:25.3125rem;width:15.625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMER3QB9qiKIKtHVyyxRLpmrnWlWCVvC { top:43.1875rem;left:28.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlUJsv2kynxFGlMe7TOTc6NDhyqxdr3E { width:8.125rem;height:3.375rem;top:50.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0zU7rbnVtBB1tTRBUVNS9T1IIa4QLdv { display:block; }
 }@media only screen and (max-width: 763px) { #lKcxmyaSdvb6bNzmu1GDUhIBRscSE9Lz { width:8.125rem;height:3.375rem;top:50.4375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWCtVVlJoqkFu2UzT3dHJW94C10qHEJC { display:block; }
 }@media only screen and (max-width: 763px) { #Gsawn49nrFm86ygCfvu85zTJ9xhiGECu { top:16.875rem;left:9.8125rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 { display:block; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4rRLfCTLUrKH9TBIEhE0g2cTS7zGVQM { width:12.6875rem;height:3.375rem;top:22.6875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfrgecwHIpMdCbx0yCpzowU6dNeT81F1 { display:block; }
 }@media only screen and (max-width: 763px) { #vqAkTyf5TdyX1hhzT6o5v5RXCsK8H2C4 { top:17.8125rem;left:2.1875rem;width:45.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9W3gB7yXbZW6hVNDA9u7OZNuIscW5SJ { top:9.625rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sED4yDM7ObJvztXlGHa7e2VV0Au1n0yQ { top:5.875rem;left:0rem;width:47.625rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZfUxePvs0PBugDxXPFIHrwBXSU4cWnM { top:15.4375rem;left:0rem;width:47.625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmrODivBfSFCbeZZlXKnh6OvrG3il3Av { display:block; }#WmrODivBfSFCbeZZlXKnh6OvrG3il3Av > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yycU47aUfPTlnZrtzKCq9QTpD5eyouwe { top:8.5rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZt52V8sfXhXK4L1qqXTyNEVC7RD9QAR { top:14.5625rem;left:0rem;width:23.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJC96mtsQpNUa97XEeq0ThhxpQmiLoCu { top:25.625rem;left:0rem;width:19.875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDqlU82spu3Mzzgg5weAV7uXTocMX0WL { top:42.125rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIRm1f7TrEnkLrCq23BNeQbv3UPfxqT7 { top:39.9375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJGhpPUSFhFRkT2hn7IDz1yuioiTsW8x { top:19.5625rem;left:0rem;width:19.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFn6Zal1skFh1ww6kChZowI5WL7CGuQW { top:14.5625rem;left:11.9375rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqlSSlTrM8iBfzXeJpXVSZ6TQIHpnAT4 { top:18.8125rem;left:13.9375rem;width:20rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtprDDb6T5HIvkfJghUvUiFVfC3fWffV { top:16.4375rem;left:16.9375rem;width:16.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy5ehx2UeboIgi6OfdZMzPT2kvAZFo03 { top:25.75rem;left:16.9375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIIuVZFx20dlcJ1COdK9obBDLcNpcRQA { top:24.8125rem;left:13.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbVP9XOsVMiHH1Fy6UdcF9iGwyT8uytu { top:16.1875rem;left:13.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALaRxyNRr5Mfnu9df9HPK6hFIGdTTSc3 { top:14.625rem;left:23.875rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghLdwMTEGUfkbfVJBUeJ9BAhu9HNza5 { top:18.875rem;left:27.75rem;width:20rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9bB9FyNOQ8QZ3Kb5fWkKlGCKUHWM88e { top:25.8125rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbAEUdmdn8a2UtS52r7H4yJ9WAaPMPmC { top:16.5rem;left:31rem;width:16.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKgvNFeJpCdzv2Z7rwdF0ip2kmN7qmuL { top:24.875rem;left:39.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUM05ROzs3lDvs2DmElTdcby7ziP5wOS { top:16.25rem;left:39.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpaiusTrIadkMWG6pSeKh2RWpcn23OuW { top:31rem;left:23.875rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuCIRMOrsngR3CoFMD6vAC3UXHg0tI0u { top:35.25rem;left:27.875rem;width:19.875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTcup6earGpKKF8QGghT3HcIxoKatTPa { top:42.1875rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM0gMAeii3dVnsV6x3ZQHZNtdPOTxyDF { top:41.25rem;left:39.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibVKnlf1VPtGTpPN9w0fF6RatlezRoOq { top:30.9375rem;left:11.9375rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahQpsydfKEyIPTt7mcD9C1fT0XNnX1DJ { top:35.1875rem;left:13.9375rem;width:19.875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCDcTVLHpLseZ6H7PRfBVRHLqUhX6xBC { top:32.8125rem;left:16.9375rem;width:16.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMsZI5dNxPxDe7iJB4JRfGAz1mFTnZeM { top:42.125rem;left:16.9375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpQoGfDVLH5JBt4iCrJIW4VMV2Q5B5zV { top:32.875rem;left:31rem;width:16.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOhr4zty3blsIST6SNEU2KKdI6tWr4V3 { top:32.625rem;left:39.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4MkpWtdI0E8OHysCFIfhnJfoDTQyDmC { top:41.1875rem;left:13.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWic1wdDNVtNahyIHQo7K8wXQ3nTJI5t { top:32.5625rem;left:13.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3BI5z5b8kO6xSH5vGF1EPVoksbKkOQ6 { top:16.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndTfXfFWUprax8XiU0TtE4DtWSAmpgWH { width:12.6875rem;height:3.375rem;top:34.5rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeUBL6631Tl1OA3FD07SvR7oFBKoOe92 { display:block; }
 }@media only screen and (max-width: 763px) { #TJBkM64nMCdF7VG0AhuaXU2TXlF0AVgQ { display:block; }#TJBkM64nMCdF7VG0AhuaXU2TXlF0AVgQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZ9sxATzrSf2EqFOWWEH6qeN5WVOJ9pi { top:8.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT8oFqies1ZS93IpVJ3oGWKFHnzIBWfp { top:22rem;left:0rem;width:16.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5lxPddmDxys1gcZ5QDz8I9gTFxJ6vmE { top:21.4375rem;left:18.6875rem;width:16.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR6uUtXy1VET3qReKdC6T3kwRoGZrvb1 { top:20.9375rem;left:0rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdx2nAEMJaaPru9GrdLZJ50CChIxCH8y { top:20.375rem;left:18.6875rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udvKfu1GHvSTtnH3nNtsLVZaZfFQ7Ic5 { top:18.125rem;left:0rem;width:16.5rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcSl2Mb7USP7N5OHTNVnT9W4unG3fOgV { top:17.5625rem;left:18.6875rem;width:16.5rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVnJ7oMEUKpoEbHPGaxSat0RmvfBTuci { top:21.5rem;left:31.5rem;width:16.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6PSzVkACOM3FVncdNk174hRBZCD8z9r { top:20.4375rem;left:30.25rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXVgkKnVeODsJgUOFonGQ5xqdm0qCszd { top:17.625rem;left:30.8125rem;width:16.9375rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 { display:block; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbIw7BSmJ2sLuaZkRx6OkQ7KIXozPBSL { top:6.3125rem;left:0rem;width:29.0625rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7R8JutT4QbWkXw7uoiLJuloPVCMsTe { top:25.3125rem;left:0rem;width:29.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ1RawI0fNpaE7g5SMWb8bsO3G4XfIW9 { top:3.875rem;left:0rem;width:34.3125rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #gtrzqNTG0TFOcxewxXreSsMIrcLwCxmg { top:4.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVaGzmvDRxmDErauDsckxEMJQLZtpDFw { top:5.0625rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCo6qNx3nlrgBw6Nk41TR7XmRBMk9HAr { top:4.5rem;left:24.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIGlgRaIKN0JRlFHXECX6o3mc44FQXi5 { top:29.125rem;left:35.0625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRGFH4qXBeSqv3FfJhfth2cTBwGtLByb { display:block; }
 }@media only screen and (max-width: 763px) { #UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ { display:block; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuUFtLSUCAITpksMxoTLrLXMUrA0oJxf { top:6.5625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 { top:9.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL { top:9.875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 { top:10.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmx8ubkScqggL4QXe5NhaEZFE1wLRQnh { width:10rem;height:3rem;top:9.3125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG87TmC9dE5Jk5oTiIFdqSqeP8yRvsex { display:block; }
 }@media only screen and (max-width: 763px) { #VdnyhUq3aCSSvqzm21F0kDVFmOkmilra { width:6.0625rem;height:1.875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6u2wIm8Zn2NdGQcECFGICedncoXfbP4 { width:10rem;height:3rem;top:9.3125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlmx4WHCLyyNCAKKvtPzfni2PGmnb52v { display:block; }
 }@media only screen and (max-width: 763px) { #oG4Q0WI01ANm3UQd62DW8yTdss2v3FGP { width:10rem;height:3rem;top:9.3125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCbtMNrlnBuTty2nEeNtXLxepxdEdbPK { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { position:relative;z-index:auto;display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeal9UENuyB8I6Ioi1qNs6AogTA4orhH { width:20rem;height:1.125rem;top:2.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHocTndMnvUBrVzNNlA290hGFc0quRUn { display:flex;width:1.25rem;height:1.25rem;top:0.625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.304375rem;padding-bottom:0.333125rem;padding-left:0.304375rem;width:1.82375rem;min-width:1.82375rem;height:1.79125rem;font-size:1.333125rem;line-height:28.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.431875rem;height:0.7075rem;font-size:0.5rem;line-height:11.32px;top:-10%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg { display:flex;width:13.75rem;height:3.37375rem;top:4.4375rem;left:3.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #w5bkfDdy7sM6Feqv6W3s84UQKSfIR6QE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #nDLgAAnWxJT50S2OMBSzLh7eqOJXGU4I {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #M1dxhll4KB2lWJbN7fnLSVAeH0VppW9J {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #Rdshx9buLk6dt2xHoSHgUnNcB7lsl6Oz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ak1KkyUVxsHq8qy5FnPtpz4yIbrN0rlD {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #N3mNa3etpItHlo75Obs0fdsLlmN5e4Mg {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #HZl0nO3rFivruszlNCmL6Eeqmf8gWyv8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #mkeTXTHImQcPNxRE3qQ7h5ALiKTq5Eft {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #hDzMq3VZAV9BFgnxPTMuoZmgtLC3Mwl7 {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #KXcdU9KmDLPksIQhOl8re5HvoaILtVxH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ItZeNM7c4pO7efGlq5xb3SkDrOdABn9b {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #fTQWv8W376ZSSFW3Oo8eTPsyJT0wV75H {  }
 }@media only screen and (max-width: 763px) { #unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m { position:relative;z-index:auto;display:block; }#unqq4WNVQWWoIfIt4BP2XKSbxTFFoB7m > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9FpBWDclNwK542LScOF5uyqLlEFrUmQ { width:11.9375rem;height:4rem;top:5.875rem;left:4.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy3GNN77JVpTaBQ2qTq6UU87UHbG0Ot9 { display:block; }
 }@media only screen and (max-width: 763px) { #QAupElS4bRdTCISwvh4OX8NPLo9BupqQ { width:20rem;height:11.25rem;top:0rem;left:0rem;z-index:15002;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4QXpiQW7NGmuSdnArdU5LSZzRzxlEpZ { width:13.25rem;height:3.9375rem;top:1rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHu4o1MorHweuwDv8ecVQwbceBmAOnTR { display:block; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk0G9WlfcTslypNsM1rmq2xd6LEowJdm { width:11.6875rem;height:3.375rem;top:31.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS4DhzAJKABMsMKGv6W7re0IZLFRIQ6g { display:block; }
 }@media only screen and (max-width: 763px) { #OHRbrTliFMDlImo2yK2J9FTVZMfRcP0N { width:20rem;height:9rem;top:21.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZPgXpvz2Zg8AhkDrwLONlruvtHnDGS2 { width:5.9375rem;height:5.9375rem;top:7.125rem;left:0.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bVmyWkyMv9i6ktWxG2e8BJbvIecEgn3x { width:20rem;height:6rem;top:14.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlJrcNX4SGGpzTzSfr5d2sx4AU89zRnT { width:20rem;height:24.0625rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2a9BrID2xmexEbAhx00q81GSCKQr6TT { width:5.875rem;height:5.875rem;top:7.1875rem;left:7.0625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GoPXwNxRbPyTKavRzk49wl7EKJAGtZv2 { width:5.875rem;height:5.875rem;top:7.1875rem;left:13.625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8fBRTvPDHWrIuwWtpv7UTFofFR9d0rf { width:19.0625rem;height:0.0625rem;top:3.5rem;left:0.5rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #rwzMuyJyTPZuG2hL7aGk73uzv88dJf49 { display:flex;width:1.25rem;height:1.25rem;top:2.875rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #z5N9SClmrXBWazWzixgKkRBKT79qrbMo { display:flex;width:1.25rem;height:1.25rem;top:2.875rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #T5ZgvWKmMQ1BqrLGHfdUZfhCKNECw5Ii { width:7.1875rem;height:3.9375rem;top:5.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prhy5Jxkha8lQ05rGrS6Cy5SPcxdG7Sy { width:5.4375rem;height:8.875rem;top:9rem;left:11.6875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX { display:block; }#d5fgqFigC8WLkTlLuA9ThgzmaWoVVbEX > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtcoDO3hvUhuBTWyuS9mHe18PxZUEuq5 { width:18.125rem;height:2rem;top:3.125rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqRIWH81svT00vtpa1MOTlJ3UQ9vO8D9 { width:18.125rem;height:9.1875rem;top:11.1875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sntMrtFZ17F6i8MonJNOWcCA9mmuzX2T { width:20rem;height:39rem;top:1.25rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #DtJfZAFGTqOs8M8UTEiVNdXp7gTMsSrc { width:11.25rem;height:3.375rem;top:26.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0JzADPfbAWlP3hZ0eLZPJtINtc9Qurz { display:block; }
 }@media only screen and (max-width: 763px) { #L9bKZ0AuyyBp6VOIDE12hvFxyHukCKJv { width:16.4375rem;height:0.0625rem;top:9.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbMl9GleR8cqTEsuccbHRiafoeyI7xWd { display:flex;width:1.25rem;height:1.25rem;top:8.625rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #z1LmJlSRtyJMgJCM5MLRUviM9BfG9T33 { width:16.25rem;height:5.4375rem;top:40.125rem;left:3.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #gfuVUcXifTwnBGbsAyaT0PhvcGTQtTUW { width:9.375rem;height:9.375rem;top:38.21875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBg5TJFUGHdSln4EKP7He9zv8iXy5d0P { width:18.125rem;height:3.9375rem;top:21.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBwapXWaFc6oybTgDEXs8zHoWpJTKWdT { width:11.875rem;height:3.375rem;top:45.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU8doQMaq15ocAo7c5G2Tny3vnEOI6MN { display:block; }
 }@media only screen and (max-width: 763px) { #TfHTLMdKxcTuxWRRA74xpt7u6C1rFF99 { width:17.5rem;height:17.5rem;top:51.46875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { display:block; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { width:20rem;height:102.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { width:20rem;height:4rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { width:20rem;height:7.5rem;top:29.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwZGv3nFT75a9KBAGJr1mRULQ2pTMbel { width:11.25rem;height:3.375rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlVWFKsarTyasK4aqOKv5pxCvAsxEhcm { display:block; }
 }@media only screen and (max-width: 763px) { #ubFfiTgzTb9UzQnAvtEQyNF7KhGBRK5C { width:11.75rem;height:11.75rem;top:9.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FZuv59ynVaMMLno4gsN4Ta7Uv5hoX272 { width:5.3125rem;height:13.6875rem;top:14.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyWyv2LGpKftyZU7VvfCZ3HmJCrCLoQ5 { width:20rem;height:14.8125rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9lLZHIZ9skfuXLMWf7DcqNRdcVCQirW { display:flex;width:1.25rem;height:1.25rem;top:51.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { width:14.375rem;height:1.5rem;top:51rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { width:17.5rem;height:2.625rem;top:55.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { width:16.25rem;height:0.0625rem;top:54.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUWORMqvSlNEo6A8Htqad475lksPVob { width:20rem;height:14.8125rem;top:65.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { width:14.375rem;height:1.5rem;top:68.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { width:17.5rem;height:3.9375rem;top:73.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { width:16.25rem;height:0.0625rem;top:71.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMIDGcmNv9IGc8pVi8LKc2AJskv9ZNW { display:flex;width:1.25rem;height:1.25rem;top:68.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #E37mRcfMiTxTGZD4AK7fyHT2ccl3zS6p { width:20rem;height:14.8125rem;top:83.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { width:14.375rem;height:1.5rem;top:85.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { width:17.5rem;height:2.625rem;top:90.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { width:16.25rem;height:0.0625rem;top:88.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWCr9FnNS6IWCkbCBItpfKK0qNLTqZ9G { display:flex;width:1.25rem;height:1.25rem;top:85.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { width:20rem;height:72.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOh1BURJghbeWWRL6t8SyduDvvXe4aoT { width:20rem;height:4rem;top:2.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDLwSwQGtHLSeoaqkEnUbavmW4GqJsaw { width:16.25rem;height:4.8125rem;top:10.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScSdD7En2NQJQPgH1OTCFWxPryEhhGkZ { width:16.25rem;height:4.8125rem;top:24.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skd3X2BaWIhd9vTR8mlifvsNEW4rq2BD { width:16.25rem;height:4.8125rem;top:36.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piEKOQctKmVUozEe32e4o1sLbxDvrLm0 { width:13.3125rem;height:1.5rem;top:12.125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb4FoVmTaRSK2hrJe6mdlRzaGbBzHt0s { width:20rem;height:2.625rem;top:16.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSSFFiD7LJu4MxtEZrGdtHQSmQIzGrtP { width:13.3125rem;height:1.5rem;top:26rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSZFiXNNxU7P1QGS7fc2oQEoTiff4H2y { width:20rem;height:2.625rem;top:30.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXSXaRu0lDIfxQ6vEtOcbUMRbEbrOS2I { width:13.3125rem;height:1.5rem;top:38.5625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOoDnMttc4mEaIkM72bmT5oWIoySz2TT { width:20rem;height:2.625rem;top:42.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKgslbIOdTI9MTvemts45yL9F6KyxyCA { width:12.1875rem;height:3.5625rem;top:61.9375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzIDEGFldfBTHIya72TRCHaMdkhBRfdF { display:block; }
 }@media only screen and (max-width: 763px) { #o50Mw1L7X5g1xV5wNfN8S7DiQWKAXXFa { display:flex;width:1.25rem;height:1.25rem;top:9.625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #VqVsTbAIpmPTTda94s7EHR8mdpTalzV6 { display:flex;width:1.25rem;height:1.25rem;top:23.5rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #bogJskXzWwLKDVTMOtZapfI9gT6uLzud { display:flex;width:1.25rem;height:1.25rem;top:36.0625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #k0SOIksmOAh42CwExsWd1IfnHIoV3pwa { width:20rem;height:2.625rem;top:56.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z11AGXD97HVsxN7EJCAZAUnTA2E9mJWk { width:16.25rem;height:4.8125rem;top:50.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3triUdwVPaEaz0cCU9wbtouGiSH736V { width:13.3125rem;height:1.5rem;top:52.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRmM5bLNU490xhN7ZAf7SDcfyrqGaz28 { display:flex;width:1.25rem;height:1.25rem;top:49.9375rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #Ggsf42iaU2uUIQAAS16svWFnthmZpB4I { width:16.125rem;height:1.29980625rem;top:7.125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { display:block; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9hLy7qR1DWl8ntq5MMqfMbd6rsfoTWz { width:17.5rem;height:4rem;top:4.0625rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tsl0CkBQV1TqU5JA25xc0WEhJwTwCQT3 { width:17.5rem;height:4.5rem;top:11.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UWQF75Q7k8AhNWMfqTz9BINbNAyITy2w { width:20rem;height:18.9375rem;top:2.1875rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #IEh7bAzti1qL0rpWpu53KQvd9SEwHZ0T { width:20rem;height:12.5rem;top:65.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eapGHRa2MPJJ05QFRM2GNZApwwk1eNKS { width:14.375rem;height:1.5rem;top:67.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKoRck2s3kCpmeFM8IgU7PsF1NCcepZb { width:17.5rem;height:3.9375rem;top:70.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSi8BtWDHN6efueaMPfrKAvPAZVFT2WQ { width:20rem;height:12.5rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqr0TFwQPOK8zFHsIHvK34E2oHV1JbqV { width:20rem;height:12.5rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJBTeAwFuhhTrNmXKQ8kkDdFTXXvEsLT { display:flex;width:1.25rem;height:1.25rem;top:67.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #XR5nh8qIl5nJlCUVWetHuCu40gns5fvg { width:20rem;height:12.5rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tohtMMAUw3F8rHP1itnthWx3bJKNkTHK { width:14.375rem;height:1.5rem;top:53.4375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFkGWv5bAzpvyNR3uKSnlPgXf1zQIRco { width:17.5rem;height:2.625rem;top:57.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNl7cxWUGHVbBfLkykLgQgNDbnG8o3Vo { width:17.5rem;height:1.3125rem;top:42.21875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZC3hepyuSDSyafsHfAXl0WGK6Qb44p8 { width:17.5rem;height:1.3125rem;top:27.90625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAV12paw1qFTPeTrqgCn0shUVqSBNFzN { display:flex;width:1.25rem;height:1.25rem;top:53.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #xEBFz9ipMhIWf9XHihwSiE8kNkpCmz7F { display:flex;width:1.25rem;height:1.25rem;top:39.1875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #L9aHvuLGrPBlJWdl4XJMa3Ww0C8xE8iX { width:14.375rem;height:1.5rem;top:39.125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2sKHOUlJNVvtH2BOFTEEt9gz3aCqRBZ { display:flex;width:1.25rem;height:1.25rem;top:24.875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #lGG2SdUTlGwQVlbmrbelHAmdO4NozBVo { width:14.375rem;height:1.5rem;top:24.8125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sedtF8qaLpcbRlu75OwArMhNLJtJTs0a { width:6.6875rem;height:6.6875rem;top:19.5rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIgWI2dqmGGtka254AsNnTvGlHxhVB6v { width:20rem;height:7.5rem;top:79.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eZ2Z1acN0DlTNre17xOteJu5zH7bXLBD { display:block; }#eZ2Z1acN0DlTNre17xOteJu5zH7bXLBD > .row .container { width:20rem;height:105.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnJQKmBNZBE8P6dr4Goe7ovrCedzhHuD { width:20rem;height:4rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdAwfKGizCpLTeZWlI3fJgveHHm0HmRC { width:6.25rem;height:9.375rem;top:16.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2wWgf2Ferq7AEbBBac1yMMaihy2xSwl { width:6.25rem;height:9.375rem;top:16.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WayVKR80nkWdcXNxXFDSAGRJz7qC8CNb { width:20rem;height:20rem;top:71.9375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gnJEx4k6K9Qwz4OPMU8pwhiJMnyE6T0R { width:14.625rem;height:4.5625rem;top:18.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4nZDC4JDhbw3yTaUMIk3r7gawXGRDgd { width:19.875rem;height:26.125rem;top:43.5rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #PrhnmsyBCwszag4ZHcoTpsOTexRPWzTM { width:17.5rem;height:6.5625rem;top:49.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAdnPWn8PsDXTp8y7kmh86dSLqJLmiAu { width:17.5rem;height:0.0625rem;top:48.1875rem;left:1.25rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #Emi3ToION3oWwRUN2QT70kFKy6v3rRpT { width:15.125rem;height:1.5rem;top:45.375rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zS8k38ury3xrhc1rQdpfImUTQgdWoChq { display:flex;width:1.5rem;height:1.5rem;top:45.375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #v47m1g0QGidRzBHT39xzXqXRrTkCZH1N { width:17.5rem;height:6.5625rem;top:58.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXNknavNwTMf3IgiJDBuy4m4E4WIolCV { display:block; }#wXNknavNwTMf3IgiJDBuy4m4E4WIolCV > .row .container { width:20rem;height:135.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDqA0lVdNXn2Ww4iuFOpr3KVauVaA4Ni { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAOtvUc8xT8dozEkDU1XnS20KGLCn2X9 { width:20rem;height:4.5rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJ2G7LdLTPCv93ogNLH71aVdp6spB9wA { width:11.5rem;height:20.5rem;top:56.5rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2BxZK0apLhPvuui6OUIJAg9h7AUVdzO { width:20rem;height:1.29980625rem;top:83.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PE3bDTrLApA4xUkzWSCtMxm28cZOKrhk { width:20rem;height:2.625rem;top:85.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MXWt4SFNiITsUrARlhNtff3PaTQr9Fds { width:15.625rem;height:23.375rem;top:58.4375rem;left:2.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #lps3CDsV4NOwoaPTVt0aEMJGHMQVvc41 { display:flex;width:1.375rem;height:1.375rem;top:81.3125rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #PCgD0NFBzNB4OBITP0QIyXHlWusdzhRJ { width:9.1875rem;height:16.375rem;top:97.75rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGV3bpiAvSUoirBBzzxG3kAX0mdhzAtf { width:20rem;height:1.29980625rem;top:123.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ho7LvMxDAxm2ZH0JZz2rfeUUmoFqlAMO { width:20rem;height:2.625rem;top:125.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvDOlDAoTTx8D42EEAZueLG7pwkFJZaD { width:15.625rem;height:23.4375rem;top:98.6875rem;left:2.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #kMER3QB9qiKIKtHVyyxRLpmrnWlWCVvC { display:flex;width:1.375rem;height:1.375rem;top:121.5625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #PlUJsv2kynxFGlMe7TOTc6NDhyqxdr3E { width:8.125rem;height:3.375rem;top:89rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0zU7rbnVtBB1tTRBUVNS9T1IIa4QLdv { display:block; }
 }@media only screen and (max-width: 763px) { #lKcxmyaSdvb6bNzmu1GDUhIBRscSE9Lz { width:8.125rem;height:3.375rem;top:128.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWCtVVlJoqkFu2UzT3dHJW94C10qHEJC { display:block; }
 }@media only screen and (max-width: 763px) { #Gsawn49nrFm86ygCfvu85zTJ9xhiGECu { width:8.6875rem;height:8.6875rem;top:30.3125rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 { display:block; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4rRLfCTLUrKH9TBIEhE0g2cTS7zGVQM { width:11.25rem;height:3.375rem;top:23.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfrgecwHIpMdCbx0yCpzowU6dNeT81F1 { display:block; }
 }@media only screen and (max-width: 763px) { #vqAkTyf5TdyX1hhzT6o5v5RXCsK8H2C4 { width:20rem;height:4.5rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9W3gB7yXbZW6hVNDA9u7OZNuIscW5SJ { width:19.375rem;height:4rem;top:6.125rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sED4yDM7ObJvztXlGHa7e2VV0Au1n0yQ { width:19.875rem;height:9.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZfUxePvs0PBugDxXPFIHrwBXSU4cWnM { width:19.875rem;height:9rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmrODivBfSFCbeZZlXKnh6OvrG3il3Av { display:block; }#WmrODivBfSFCbeZZlXKnh6OvrG3il3Av > .row .container { width:20rem;height:123.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yycU47aUfPTlnZrtzKCq9QTpD5eyouwe { width:20rem;height:2rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZt52V8sfXhXK4L1qqXTyNEVC7RD9QAR { width:19.875rem;height:29.4375rem;top:10.375rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #zJC96mtsQpNUa97XEeq0ThhxpQmiLoCu { width:17.5rem;height:2.625rem;top:22.8125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dDqlU82spu3Mzzgg5weAV7uXTocMX0WL { width:11.5rem;height:1.3125rem;top:36.6875rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIRm1f7TrEnkLrCq23BNeQbv3UPfxqT7 { width:3.75rem;height:3.75rem;top:34.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJGhpPUSFhFRkT2hn7IDz1yuioiTsW8x { width:17.5rem;height:1.5rem;top:15.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFn6Zal1skFh1ww6kChZowI5WL7CGuQW { width:19.875rem;height:16.5625rem;top:43.875rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #tqlSSlTrM8iBfzXeJpXVSZ6TQIHpnAT4 { width:17.5rem;height:3.9375rem;top:50.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtprDDb6T5HIvkfJghUvUiFVfC3fWffV { width:15.625rem;height:1.5rem;top:48.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy5ehx2UeboIgi6OfdZMzPT2kvAZFo03 { width:11.5rem;height:1.3125rem;top:57.875rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIIuVZFx20dlcJ1COdK9obBDLcNpcRQA { width:2.5rem;height:2.5rem;top:56.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbVP9XOsVMiHH1Fy6UdcF9iGwyT8uytu { display:flex;width:2.0625rem;height:2.0625rem;top:45.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ALaRxyNRr5Mfnu9df9HPK6hFIGdTTSc3 { width:19.875rem;height:16.5625rem;top:63.0625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #TghLdwMTEGUfkbfVJBUeJ9BAhu9HNza5 { width:17.5rem;height:3.9375rem;top:70.125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9bB9FyNOQ8QZ3Kb5fWkKlGCKUHWM88e { width:14.375rem;height:1.3125rem;top:77.0625rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbAEUdmdn8a2UtS52r7H4yJ9WAaPMPmC { width:16.75rem;height:1.5rem;top:67.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKgvNFeJpCdzv2Z7rwdF0ip2kmN7qmuL { width:2.5rem;height:2.5rem;top:76.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUM05ROzs3lDvs2DmElTdcby7ziP5wOS { display:flex;width:2.0625rem;height:2.0625rem;top:64.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #zpaiusTrIadkMWG6pSeKh2RWpcn23OuW { width:19.875rem;height:16.5625rem;top:100.8125rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #DuCIRMOrsngR3CoFMD6vAC3UXHg0tI0u { width:17.5rem;height:3.9375rem;top:107.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTcup6earGpKKF8QGghT3HcIxoKatTPa { width:14.375rem;height:1.3125rem;top:114.8125rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM0gMAeii3dVnsV6x3ZQHZNtdPOTxyDF { width:2.5rem;height:2.5rem;top:113.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibVKnlf1VPtGTpPN9w0fF6RatlezRoOq { width:19.875rem;height:16.5625rem;top:81.9375rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #ahQpsydfKEyIPTt7mcD9C1fT0XNnX1DJ { width:17.5rem;height:2.625rem;top:89rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCDcTVLHpLseZ6H7PRfBVRHLqUhX6xBC { width:16.75rem;height:1.5rem;top:86.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMsZI5dNxPxDe7iJB4JRfGAz1mFTnZeM { width:14.375rem;height:1.3125rem;top:95.9375rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpQoGfDVLH5JBt4iCrJIW4VMV2Q5B5zV { width:16.75rem;height:1.5rem;top:105.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOhr4zty3blsIST6SNEU2KKdI6tWr4V3 { display:flex;width:2.0625rem;height:2.0625rem;top:102.4375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #R4MkpWtdI0E8OHysCFIfhnJfoDTQyDmC { width:2.5rem;height:2.5rem;top:95rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWic1wdDNVtNahyIHQo7K8wXQ3nTJI5t { display:flex;width:2.0625rem;height:2.0625rem;top:83.5625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #o3BI5z5b8kO6xSH5vGF1EPVoksbKkOQ6 { display:flex;width:2.0625rem;height:2.0625rem;top:12.3125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ndTfXfFWUprax8XiU0TtE4DtWSAmpgWH { width:12.6875rem;height:3.375rem;top:118.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeUBL6631Tl1OA3FD07SvR7oFBKoOe92 { display:block; }
 }@media only screen and (max-width: 763px) { #TJBkM64nMCdF7VG0AhuaXU2TXlF0AVgQ { display:block; }#TJBkM64nMCdF7VG0AhuaXU2TXlF0AVgQ > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZ9sxATzrSf2EqFOWWEH6qeN5WVOJ9pi { width:20rem;height:2rem;top:3.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kT8oFqies1ZS93IpVJ3oGWKFHnzIBWfp { width:18.75rem;height:1.5rem;top:13.3125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5lxPddmDxys1gcZ5QDz8I9gTFxJ6vmE { width:18.75rem;height:1.5rem;top:22.3125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oR6uUtXy1VET3qReKdC6T3kwRoGZrvb1 { width:19.875rem;height:0.125rem;top:11.875rem;left:0.125rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #Mdx2nAEMJaaPru9GrdLZJ50CChIxCH8y { width:19.875rem;height:0.0625rem;top:21.25rem;left:0rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #udvKfu1GHvSTtnH3nNtsLVZaZfFQ7Ic5 { width:11.25rem;height:2rem;top:7.875rem;left:4.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QcSl2Mb7USP7N5OHTNVnT9W4unG3fOgV { width:11.25rem;height:2rem;top:17.5rem;left:4.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVnJ7oMEUKpoEbHPGaxSat0RmvfBTuci { width:18.75rem;height:3rem;top:31.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6PSzVkACOM3FVncdNk174hRBZCD8z9r { width:19.875rem;height:0.0625rem;top:29.875rem;left:0.125rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #TXVgkKnVeODsJgUOFonGQ5xqdm0qCszd { width:11.25rem;height:2rem;top:26.25rem;left:4.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 { display:block; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row .container { width:20rem;height:53.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbIw7BSmJ2sLuaZkRx6OkQ7KIXozPBSL { width:17.5rem;height:4.798825rem;top:3.6875rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7R8JutT4QbWkXw7uoiLJuloPVCMsTe { width:17.5rem;height:4.5rem;top:12.6875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kZ1RawI0fNpaE7g5SMWb8bsO3G4XfIW9 { width:20rem;height:16.5625rem;top:2.1875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp { display:flex;height:auto;width:20rem;top:24.125rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #gtrzqNTG0TFOcxewxXreSsMIrcLwCxmg { display:flex;width:1.25rem;height:1.25rem;top:21.0625rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #rVaGzmvDRxmDErauDsckxEMJQLZtpDFw { width:19.375rem;height:0.0625rem;top:21.625rem;left:0.3125rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #GCo6qNx3nlrgBw6Nk41TR7XmRBMk9HAr { display:flex;width:1.25rem;height:1.25rem;top:21.125rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #CIGlgRaIKN0JRlFHXECX6o3mc44FQXi5 { top:49rem;left:3.625rem;width:12.6875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRGFH4qXBeSqv3FfJhfth2cTBwGtLByb { display:block; }
 }@media only screen and (max-width: 763px) { #UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ { display:block; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuUFtLSUCAITpksMxoTLrLXMUrA0oJxf { width:20rem;height:1.3125rem;top:4.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 { display:flex;width:2.375rem;height:2.375rem;top:8.375rem;left:5.875rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL { display:flex;width:2.375rem;height:2.375rem;top:8.375rem;left:8.8125rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 { display:flex;width:2rem;height:2rem;top:8.5625rem;left:11.8125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #Nmx8ubkScqggL4QXe5NhaEZFE1wLRQnh { width:10rem;height:3rem;top:20.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG87TmC9dE5Jk5oTiIFdqSqeP8yRvsex { display:block; }
 }@media only screen and (max-width: 763px) { #VdnyhUq3aCSSvqzm21F0kDVFmOkmilra { width:8.6875rem;height:2.5625rem;top:1.25rem;left:5.65625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q6u2wIm8Zn2NdGQcECFGICedncoXfbP4 { width:10rem;height:3rem;top:16.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlmx4WHCLyyNCAKKvtPzfni2PGmnb52v { display:block; }
 }@media only screen and (max-width: 763px) { #oG4Q0WI01ANm3UQd62DW8yTdss2v3FGP { width:11.125rem;height:3rem;top:11.90625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCbtMNrlnBuTty2nEeNtXLxepxdEdbPK { display:block; }
 }