.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:231,241,250;--color-primary-1:163,175,182;--color-primary-2:102,121,134;--color-primary-3:61,73,80;--color-primary-4:0,32,53;--color-secondary-0:255,228,204;--color-secondary-1:255,175,102;--color-secondary-2:255,121,0;--color-secondary-3:234,112,5;--color-secondary-4:51,24,0;--color-tertiary-0:255,255,255;--color-tertiary-1:164,184,198;--color-tertiary-2:103,137,160;--color-tertiary-3:62,82,96;--color-tertiary-4:1,59,97;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2761dc1-f195-4add-b630-1b80ec10d1e4/lakeview.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0.adaptive-delivery-prevent-bg, #uemzTgaKfteNhzDnOwth7ZHrdI0dKth0.lazyload, #uemzTgaKfteNhzDnOwth7ZHrdI0dKth0.lazyloading { background-image: none; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row .container { background-color: transparent; background-image: none; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.72); }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row .container > .video-iframe-container { display: none; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.72); }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row > .video-iframe-container { display: none; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .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); }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row .container { border-width: 0; border-radius: 0; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#c3JLVrlwAezECeg8R2TdKCipC1JdPhDX { color:#013a66;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:16rem;left:43.3125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-form-header {  }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:18.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#eaf2ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-text {padding-top: 0; padding-bottom: 0;}#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#eaf2ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-select {padding-top: 0; padding-bottom: 0;}#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#013a66;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:18.375rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm [class*="-text"]:-moz-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm [class*="-text"]::-moz-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm [class*="-text"]:-ms-input-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm [class*="-text"]::-webkit-input-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal;float:none; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-container:first-of-type{padding-top:0;}#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-container:last-of-type{padding-bottom:0;}#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.71875rem;top:19.5rem;z-index:15012;position:absolute; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm {display:block;}#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.71875rem;top:19.5rem;z-index:15012;position:absolute; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #ppHwU2PTs6BusTO4CclsKMPf2eK2023X { position:relative; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #KLCuzcXRq56lftNUpTBu012TFpLHBfXq { position:relative;display:none; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #ObK1ExXA11n3qOuyHE3twxAPhVSi1bst { position:relative; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #GiJEZ43HvPDSEKsEdbfgApIhlLVMucWR { position:relative; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #U2TlEGSroVilhvQnLNJVUsxw6kkQqKN5 { position:relative;display:none; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #o35EB1nWKkTMGnhqeGtmJLUxsNqL8IvT { position:relative; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #NFfIT1PXOEsi84zfutQl99OK6ELs1ZUK { position:relative; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #xxTuTMSAIlWHGoD924d3lihfxLv1czD0 { position:relative;display:none; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #wO87I5i1NvVAtKdG2VgR1fwWnbNS4LQA { position:relative; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #BCesdWar6CSTEH0SILTIoCeubSQWpTrP { position:relative; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #n5RSztkMPihyuCximTfAJTtRrUy3rQgm { position:relative;display:none; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #r9PuiU07eKMrHMBC8BQf6NlHvXXlK3Ow { position:relative; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #EneDoAZ5WQd63KX1s8MOTn5ypaNtwagB { position:relative; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #OOGsKEKxdszlMRlrdwsm2TTyuKhTKxKR { position:relative; }
#r32CWFvNQ2GM05I4r7CGosvP74cE0xTp { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.36) ;height:25.625rem;width:20.8125rem;top:14rem;left:41.75rem;display:block; }
#RRAiLhb2ykHQnkZpzT6y86p7bypqNArM { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:15.5rem;top:1.8125rem;left:15rem;overflow:hidden;display:block; }
#ANCUA6haFWgEh0ORvqSOR5WeVrDbZXAT { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.625rem;width:27.6875rem;top:11.125rem;left:8.9375rem;display:block; }
#qHABE2NbWvGZ8I9lXQKhriNwovcJrDC2 { color:#ffec6d;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:11.3125rem;left:10.4375rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JIV0xDGcdruqDto79u1vh6IihDqB7TOT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.67);top:16.375rem;left:6.8125rem;height:4.6875rem;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;text-align:center;text-align-last:center;display:block; }
#Rue1CwvrE3F47J31JcmS4kqaklkwxKBn { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.3125rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.67);top:20.875rem;left:19.4375rem;height:12.4375rem;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;text-align:center;text-align-last:center;display:block; }
#rKI8ItNaysvKPPARy6MOO6k4PKMdoFqM { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.67);top:23.125rem;left:13.3125rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TU6ll28XlBqJ5PRlTy3bmApK2gA5hbiK { color:rgba(var(--color-tertiary-0),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.67);top:29.6875rem;left:27.3125rem;height:1.625rem;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;text-align:center;text-align-last:center;display:block; }
#TRh86AbOPzm0Ncy7ghzuh3BJeCMMI7D0 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:35.625rem;left:19.125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EeVxVvm6i66xHQ0EkQOCPfcOIc88lPeE { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:36rem;left:28.375rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFMPw9U5rFmcJH5xEpZ4nNEDl7ITZsg5 { box-sizing:content-box;height:4rem;width:0.1875rem;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;top:36rem;left:17.9375rem;display:block; }
#zGr6gBC5PokK80NMhetgr31rU9UFHWDi { box-sizing:content-box;height:4rem;width:0.1875rem;position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;top:36rem;left:27.3125rem;display:block; }
#LRJM2oa8dKckTySND66Tfxma14NyK0OR { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:36.4375rem;left:9.125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sgSnRTLe5RmJ1lXvyXsrb78cwlRuCSJV { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:37.625rem;left:19.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GI2IROVob0y86w9n4DVQTKTx5onqMMIS { color:#ffec6d;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32rem;left:10.15625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF > .row .container { background-color: transparent; background-image: none; }#TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF > .row .container > .video-iframe-container { display: none; }#TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF > .row > .video-iframe-container { display: none; }#TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF > .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); }#TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF > .row .container { border-width: 0; border-radius: 0; }#TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#GmD9chspedDK2S1elSA55F6K2qFrZpC6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:31.375rem;width:25.0625rem;top:0.5rem;left:5.935546875rem;overflow:hidden;display:block; }
#kGhllXBAZX21KqbQzUXPyJoxGUTfncOu { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:32.5615234375rem;top:4.625rem;left:32.9375rem;display:block; }
#kAGbQR0uxXaPp1EGDnMJ6THJngInKOdv { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:28.4375rem;left:62.6875rem;height:0.875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#OWtovHWHWVfId0un8Vr0paTH5AbErV5U { background-color:#013b61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.49609375rem;height:3.1162109375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:28.4375rem;left:32.9375rem;display:block; }
#czKn6gqZyFMKWxOQS004KFbTeLwdoHHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DoF86e77U1nnxaVmXDoXBOhCbktGiP5F { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:8.4375rem;left:33.125rem;height:18.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bi9O7X1i4dVDJnl4kCi3vf1PMv54dzFD { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:5rem;left:33.0625rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#DTRUTdTeFVmTx0FWIE5wwxDD9d0KdrV6 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:1rem;left:32.9375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXMf12d5FkEgIoOqPcAGM56PSonTHOS6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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; }#TXMf12d5FkEgIoOqPcAGM56PSonTHOS6 > .row .container { background-color: transparent; background-image: none; }#TXMf12d5FkEgIoOqPcAGM56PSonTHOS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXMf12d5FkEgIoOqPcAGM56PSonTHOS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXMf12d5FkEgIoOqPcAGM56PSonTHOS6 > .row .container > .video-iframe-container { display: none; }#TXMf12d5FkEgIoOqPcAGM56PSonTHOS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXMf12d5FkEgIoOqPcAGM56PSonTHOS6 > .row > .video-iframe-container { display: none; }#TXMf12d5FkEgIoOqPcAGM56PSonTHOS6 > .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); }#TXMf12d5FkEgIoOqPcAGM56PSonTHOS6 > .row .container { border-width: 0; border-radius: 0; }#TXMf12d5FkEgIoOqPcAGM56PSonTHOS6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXMf12d5FkEgIoOqPcAGM56PSonTHOS6 > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#RLX0uTodff7DZwvPkvfbUbEzo4SthuBW { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.8125rem;width:18.3125rem;top:4.6875rem;left:18.96875rem;overflow:hidden;display:block; }
#lbIq2TduHrV5Hwpg32eMLRgaKRy9ePOQ { box-sizing:content-box;height:10.125rem;width:18.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.1875rem;left:19rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#u7TkIWCiTON1QQHVHVuHBwktCSCQiCsT { color:#013b61;display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:15.25rem;left:22.1875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i03AN2J7R02lWQSKx7SqZD270l92H1X4 { color:#013b61;display:block;width:47.9989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.37091755867004rem;left:13.778408050537rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s1FUP8dPEO0TmcN4mkbPQIrePOHW5JZ6 { box-sizing:content-box;height:9.9375rem;width:18.25rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.3125rem;left:0.25rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#stOqJf7rcFVKMvWbTh48z2oOTr31Ae6M { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:17.4375rem;left:0.90625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eaP8sgqUKgvwwWV6zt93eSB6NAQDACOc { 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:15148;opacity:1;top:20.625rem;left:2.375rem; }
#iTDuLSzODrI5zu8u1uqKlEA2wEmTPDoT { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15108;line-height:1.2;letter-spacing:0;top:21.3125rem;left:4.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mdwo0vhZ0kNggCDT80ADTWNx6wzLyuUN { 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:15150;opacity:1;top:20.625rem;left:7.75rem; }
#ksILQe95iunm1lDUbo6xSnBPzb0ZDzQG { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15109;line-height:1.2;letter-spacing:0;top:21.25rem;left:9.9375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFdIqRmpqelWI81sDpmCeq2h6kFbkp9g { color:#013b61;display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15102;line-height:1.2;letter-spacing:0;top:15.375rem;left:3.4375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S25d3RaOIwwoTTWo8fOToVPa9pc9f8nB { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.8125rem;width:18.3125rem;top:4.6875rem;left:0.21875rem;overflow:hidden;display:block; }
#ukkbqX8QWmq0f9RRJ2VoTnTbhG7RWi48 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15151;opacity:1;top:20.625rem;left:13.25rem; }
#Tzc5swN7eivw39qDhQU7yObMTsqCbEtf { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15110;line-height:1.2;letter-spacing:0;top:21.375rem;left:15.25rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UPekTRE7pBfcNHPLtL50hRyO51AKKc6B { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15073;line-height:1.5;letter-spacing:0;top:17.5rem;left:19.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bu6F3rVBQgpAX8mOC00Z6p1D3zdaRWSp { 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:15155;opacity:1;top:20.6875rem;left:21rem; }
#yIpKsBqyeO6dKbi32fMXIEU8a6vsf47T { 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:15157;opacity:1;top:20.6875rem;left:26.375rem; }
#qdGWkyhNRNuvvNb8cpRmwF7G2I9QDyZm { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:20.6875rem;left:31.875rem; }
#gBRBBsRSUER10d9mqc7EscqBvWDvRWce { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15115;line-height:1.2;letter-spacing:0;top:21.375rem;left:23.25rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PwO1tgTJTLbN4R9b0mdfrrxfO5hGHqEB { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15116;line-height:1.2;letter-spacing:0;top:21.3125rem;left:28.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XDtNwnHhTzativvxda6nkIOLEloM2moC { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15117;line-height:1.2;letter-spacing:0;top:21.4375rem;left:33.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XLKmQmayU67XGxJlTTm456kbJ9BaWNT5 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.6875rem;width:18.3125rem;top:4.6875rem;left:37.75rem;overflow:hidden;display:block; }
#SZTE9rT25FirXPQvcxdUs6TPx5Ts0VF7 { box-sizing:content-box;height:10.125rem;width:18.25rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.1875rem;left:37.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#CUrCOU6T16GiJzloQJyOaOiqMRyxq0QF { color:#013b61;display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:15.25rem;left:40.9375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyLlHW8OuKkXgQXG5MfkC29J4weNpLn0 { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15083;line-height:1.5;letter-spacing:0;top:17.5rem;left:38.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yi5So1kJsAczPsG5ZTb5UTnblSClnvkI { 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:15167;opacity:1;top:20.6875rem;left:45.125rem; }
#BhQEsnUvCGAMo8y9ZX5qlJ3NMnHxm4ts { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:20.6875rem;left:50.625rem; }
#xwoleMmVW5SDTTsyaaCXTwK4eHqohymg { 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:15165;opacity:1;top:20.6875rem;left:39.75rem; }
#ZZq4ciJoGOf7TN4rQLd9M2vbIe9VvuTu { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15125;line-height:1.2;letter-spacing:0;top:21.375rem;left:42rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OaG2mSP4WEVOTEw21t5zQvkRKnzZHd32 { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15126;line-height:1.2;letter-spacing:0;top:21.3125rem;left:47.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbwTRRzLo0dniTVBLThsBDk8MHgwBgcE { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15127;line-height:1.2;letter-spacing:0;top:21.4375rem;left:52.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1hA78BWM63TtFfO3nTp2mcge0PT67fv { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.6875rem;width:18.25rem;top:4.6875rem;left:56.5rem;overflow:hidden;display:block; }
#A98yNc7VN8KEtb5z24ZrxIoof7G3JN2P { box-sizing:content-box;height:10.125rem;width:18.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.1875rem;left:56.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#KmGNavHWoKJZ9ETCJEXGuqJFIBLXmDyu { color:#013b61;display:block;width:11.748046875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:15.25rem;left:59.876953125rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2bshTrAPwFVNQxfqX9wiiZOyNoeD5u9 { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15093;line-height:1.5;letter-spacing:0;top:17.5rem;left:57rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RlzwxTidCtydzSt5isSUHerOgdSgAuBI { 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:15177;opacity:1;top:20.6875rem;left:63.875rem; }
#ayOxVk3T3Klo8K54RN3W8qIabU1LF3dl { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:20.6875rem;left:69.375rem; }
#TyTTXdGgIkiD9h7qr1fL24BGu0vwM5GW { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15136;line-height:1.2;letter-spacing:0;top:21.3125rem;left:66.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#esqm1mDUByxSr0AxdaM3u8vswgQX7sX5 { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15137;line-height:1.2;letter-spacing:0;top:21.4375rem;left:71.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g0GfqCuJpUvt46UJTaQTlxlGAf2zOlTt { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15135;line-height:1.2;letter-spacing:0;top:21.375rem;left:60.75rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVS3XTUZRgiX1T2fFuywtLzNLzGks3b3 { 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:15175;opacity:1;top:20.6875rem;left:58.5rem; }
#VHPTL3iHZgBaH9uQVP2zFG0r8pkJ8ghr { box-sizing:content-box;height:9.9375rem;width:18.25rem;position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.8125rem;left:0.25rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#Jpm2EXudOUBzbHkHrFIZ4q0fK2Pks4GZ { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15104;line-height:1.5;letter-spacing:0;top:37.9375rem;left:0.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QFPAhsTqrdSziiByFWrKNcaNbl4lwPuB { 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:15188;opacity:1;top:41.125rem;left:8.1875rem; }
#tbuGXT4Kh3SekENzNi1vctgH1Oq0WboA { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15147;line-height:1.2;letter-spacing:0;top:41.75rem;left:9.9375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hu0NkaXiDW1EXt8N4HFxDR5A5TbSi3H5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15189;opacity:1;top:41.125rem;left:12.25rem; }
#zwZabv100Zi9p5MwOpxHDhTB2qZ6iql7 { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:41.875rem;left:14rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkeboTRI3h03c4MBCMQm0ffkls0FDA4S { color:#013b61;display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:35.875rem;left:3.4375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrNH9GygQtDl5nSBUOtnnsSvt95EI6eW { position:absolute;display:block;z-index:15131;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.8125rem;width:18.4375rem;top:25.1875rem;left:0.1875rem;overflow:hidden;display:block; }
#hzv1lBbKs5ewAF1foidQKw2vGihJAAa1 { 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:15150;opacity:1;top:41.125rem;left:3.9375rem; }
#zzieUPwJCHf8IkQIo3nndbf4CTdXvZ4K { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15110;line-height:1.2;letter-spacing:0;top:41.8125rem;left:5.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z9w3ezoSW2BR1qWxUQHIkpTZOc823HHQ { position:absolute;display:block;z-index:15141;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.75rem;width:18.375rem;top:25.25rem;left:18.9375rem;overflow:hidden;display:block; }
#ae0qq9zZlOQhTrxyNUeCpfL643VP3nf4 { box-sizing:content-box;height:9.9375rem;width:18.25rem;position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.875rem;left:19rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#FLUZToEp3Ep2EEEzSVCVcq2h6ZeuQ5Hr { color:#013b61;display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15150;line-height:1.2;letter-spacing:0;top:35.9375rem;left:22.1875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aFPLbEDFimDektw8ah7RAPFTbftXvTJE { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15114;line-height:1.5;letter-spacing:0;top:38rem;left:19.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cyx7ukx7zUyero57prb9FzuJoHUqSua7 { 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:15198;opacity:1;top:41.1875rem;left:26.9375rem; }
#W50R7GlX0o6LTHBGHZMhKUFcqLwfLeGG { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15157;line-height:1.2;letter-spacing:0;top:41.8125rem;left:28.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pX9x0WdcekmRcQycfawpQVszvy4nEwI0 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15199;opacity:1;top:41.1875rem;left:31rem; }
#qiVRsPSMhKgIQmFdHw1FBrUVASF0OgHA { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:41.9375rem;left:32.75rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRQqh1UW75pFR79SsoWUAIm8G3zvSF0D { 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:15160;opacity:1;top:41.1875rem;left:22.6875rem; }
#PXyPf9yUTWmnbKppgHV2idTNs0BBCD6X { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15120;line-height:1.2;letter-spacing:0;top:41.875rem;left:24.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZSRaCP32ZA9kBqchqA7ohdZiPB9che7N { position:absolute;display:block;z-index:15151;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.875rem;width:18.375rem;top:25.25rem;left:37.6875rem;overflow:hidden;display:block; }
#opXEZ9FT6w2eWdyJugibPuaN1TpqWTk2 { box-sizing:content-box;height:9.9375rem;width:18.25rem;position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.875rem;left:37.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#qhPPhOhZub3slc0ogycbObeBlLyTFKQw { color:#013b61;display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15160;line-height:1.2;letter-spacing:0;top:35.9375rem;left:40.9375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NEZXHUo6T46ME7gN3E3NNI4EeypkqnxM { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15124;line-height:1.5;letter-spacing:0;top:38rem;left:38.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eUyQqJTUMkUB5oTBb6XFHgvVaVHAA2hM { 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:15208;opacity:1;top:41.1875rem;left:45.6875rem; }
#OXfXDuo4JbxaSTwHnb3FvAXl9NciJbAr { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15209;opacity:1;top:41.1875rem;left:49.75rem; }
#OD0B7I2nLsXePliP6h0zIqNNBBOFLqOi { 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:15170;opacity:1;top:41.1875rem;left:41.4375rem; }
#WT1IMT2dsKiQfXIecVF6g067MxTcQorT { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15167;line-height:1.2;letter-spacing:0;top:41.8125rem;left:47.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VsA9OJxLiycdSlzIzmhC6A47JCpbk6VZ { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:41.9375rem;left:51.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uu72voMaGadUWTXEzWvh6ToEHSmxDMKZ { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15130;line-height:1.2;letter-spacing:0;top:41.875rem;left:43.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0FbxJMkTV6NiethfZXeCLkPVKMPlxsO { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.8125rem;width:18.375rem;top:25.25rem;left:56.4375rem;overflow:hidden;display:block; }
#SW2yGtBR5r1sHLy8yd32n8rRmwb83V5R { box-sizing:content-box;height:9.9375rem;width:18.25rem;position:absolute;display:block;z-index:15116;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.875rem;left:56.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#OMN4ym6He3T74876nwg3FTBPOoDTumfz { color:#013b61;display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15170;line-height:1.2;letter-spacing:0;top:35.9375rem;left:59.6875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OQFwKep6zuNxhVArQmCNTS9WH5qISeUc { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15134;line-height:1.5;letter-spacing:0;top:38rem;left:57.125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X425wihqgW60P9CXRvratg9pnxme2KNK { 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:15218;opacity:1;top:41.1875rem;left:64.4375rem; }
#GvZ1azla9dJqxeFZ1TkdG58nD9dVE66M { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15219;opacity:1;top:41.1875rem;left:68.5rem; }
#LXclxngGeanCRJD73G0Unpi80vygp7oG { 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:15180;opacity:1;top:41.1875rem;left:60.1875rem; }
#OCPeZesJW8gFf3nX87T9C7unurDuwxm0 { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15177;line-height:1.2;letter-spacing:0;top:41.8125rem;left:66.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rruJrSSS42lE1XzVrnXUB30BL3d6Ryy4 { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15178;line-height:1.2;letter-spacing:0;top:41.9375rem;left:70.25rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bRzXcnEQ4BAt2BeNv1T2kfNXSvN6lXkr { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:41.875rem;left:61.9375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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; }#f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W > .row .container { background-color: transparent; background-image: none; }#f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W > .row .container > .video-iframe-container { display: none; }#f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W > .row > .video-iframe-container { display: none; }#f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W > .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); }#f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W > .row .container { border-width: 0; border-radius: 0; }#f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#v7P9b17XC01nBBDAwbEtwTLsVyWeGO1c { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1241302490234rem;left:9.749351501465rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KOLkOpo2VyGbKo9tVhqy6caV9138yLct { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.6875rem;width:18.5625rem;top:4.9375rem;left:0rem;overflow:hidden;display:block; }
#QkJFJVJGD31JUEGOszNPyBTErgceRiyv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9368125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.75rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U7CcoxnF8JqdOE70Tssb7VQxBUO1UuqS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9368125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.875rem;left:22.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sdT7B9MmhZ61B4cWG7S9aWKf7d5RP0N0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11rem;width:18.5rem;top:4.9375rem;left:18.8125rem;overflow:hidden;display:block; }
#DULq1lJd1etwiC06MPtTRdBQhWXaxQN9 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11rem;width:18.4375rem;top:4.8748168945312rem;left:37.687141418457rem;overflow:hidden;display:block; }
#tlUEgiI8zxpVkzctotL5bhbdGNMT8Vpd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9368125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.999633789062rem;left:39.874641418457rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUkkEP6DJg4Cxh6tC1NicJ6nW9ME1CS9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:18.5rem;top:4.875rem;left:56.3125rem;overflow:hidden;display:block; }
#RtrMtxM3GRflgb5W6hPB8R29Oa6gdnyD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9368125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16rem;left:59.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uTIRcTNb7AJ6SJaFZUAWhJ0TNRXRLOK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9361875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.685981154442rem;left:31.187067031861rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#elCGobno8zKOtnAZZmT0WkJnqMW7oqiA { box-sizing:content-box;height:1.875rem;width:18.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:15.5625rem;left:0.0625rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#STP0RKBO9x9zwCPqgJKxHNzSFHKtZ3PW { box-sizing:content-box;height:1.875rem;width:18.499625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:15.5625rem;left:18.8125rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#NiUtUrsfcHBnTcatvhN9VHmtphgN5uAA { box-sizing:content-box;height:1.875rem;width:18.49875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:15.749282836914rem;left:37.687141418457rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#N6o3ioTfx3F2Nn1zgl9czAsMuMrCUxf6 { box-sizing:content-box;height:1.875rem;width:18.497875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:15.8125rem;left:56.3125rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D { position:relative;display:block; }#npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D { background-color: transparent; background-image: none; }#npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D > .row .container > .video-iframe-container { display: none; }#npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D > .row > .video-iframe-container { display: none; }#npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D > .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); }#npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D { border-width: 0; border-radius: 0; }#npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PJPB7UwbEoV5dOGsECAg49LXxuBXX5Dz { color:#013b61;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.1943359375rem;left:0.8740234375rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#baP76zWGHoSy2bRVvyi9FRT0UkqTkI4g { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1875rem;width:60rem;top:1.185546875rem;left:13.685546875rem;overflow:hidden;display:block; }
#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row .container { background-color: transparent; background-image: none; }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row .container > .video-iframe-container { display: none; }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row > .video-iframe-container { display: none; }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .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); }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row .container { border-width: 0; border-radius: 0; }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#yA5wOGK3w4ipI4woUosw0cNAU0TDvIu4 { color:#fafafa;display:block;width:65.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2478294372559rem;left:2.4359817504883rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eki7vLg7w15381AoMkyS5Wwrloz1mB3F { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.49978125rem;width:4.49978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.875rem;left:4.6875rem; }
#FRxCn6HKzhguTqftTMIXx6S7UR1TXorW { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.375rem;left:2.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5nmoU8QIoRBqBsufT2Kvv8c394t618e { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.6875rem;left:2.4375rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#w3d16gStKwMROAItkN7OKeaOTsT7u7eF { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.43685rem;width:4.43685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.875rem;left:18.25rem; }
#VpHLueKikbPTR40pelZLwITJVQEfaqNq { color:rgba(var(--color-tertiary-0),1);display:block;width:6.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.125rem;left:17rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HrcWw8i9CcPTWqJyOzS8O7wccWlwPbzt { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.6875rem;left:16.375rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#CqD39FCMnRin74pXXTJvTACneFmdJMiG { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.49978125rem;width:4.49978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.875rem;left:62.875rem; }
#SbSlghi9ZQQesOtNvGAIvNmtrhP2ewkU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.9375rem;left:31.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nidr7cByZxh66AsS65qibH7IQnrTnK0T { color:rgba(var(--color-tertiary-0),1);display:block;width:10.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.5625rem;left:30.375rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#TdJdIo5cv42O2uWO3N8NUJ6iP1U4fwsD { color:rgba(var(--color-tertiary-0),1);display:block;width:10.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.625rem;left:45.5625rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#p1Os4ofyVBNJ79lk1f2phRtirneV9e7i { color:rgba(var(--color-tertiary-0),1);display:block;width:10.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.125rem;left:45.4375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#swml3sdlBffbTbnJmUUdGTzk0w9cxhoE { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.125rem;left:33.75rem; }
#ZxifMnXJroETLVyCsBE3KXHy23tVW5MH { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.75rem;left:48.375rem; }
#icBmzbPXvaUmEmmnMELRzxLrKNxLfw9A { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.9375rem;left:60.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TaJS3fIT0NW6pmRoL9QxGpAH1yE3PHzI { color:rgba(var(--color-tertiary-0),1);display:block;width:10.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.5rem;left:59.875rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#bi46RzRIduJlecexIIrA1WaGCobaD17I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row .container { background-color: transparent; background-image: none; }#bi46RzRIduJlecexIIrA1WaGCobaD17I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row .container > .video-iframe-container { display: none; }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row > .video-iframe-container { display: none; }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .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); }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row .container { border-width: 0; border-radius: 0; }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#CJFqxF1CnFQuiZ3W7dvy6R0deX1NNuuI { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:7.2576351165769rem;left:1.4364337921143rem;height:5.5rem;text-align:left;text-align-last:left;display:block; }
#Wirm4NDnPpXLFx2NT71qHEesNiruy3AB { color:rgba(var(--color-tertiary-0),1);display:block;width:26.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.75rem;left:43.1875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#xx3HFU73oK5dO9SknVU9gZDgTPRQQEDK { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6248125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:4.3125rem;left:47.8125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lyf6TW0d5orfdWoo0sF44eDZZXmnaV6W { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:0rem;left:2.029296875rem;overflow:hidden;display:block; }
#WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);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; }#WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm > .row .container { background-color: transparent; background-image: none; }#WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm > .row .container > .video-iframe-container { display: none; }#WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm > .row > .video-iframe-container { display: none; }#WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm > .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); }#WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm > .row .container { border-width: 0; border-radius: 0; }#WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#yHdQcbh0toXiJuxvvASn0dLsB3gxAE0L { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:0.375rem;left:23.59375rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 { display:block; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3JLVrlwAezECeg8R2TdKCipC1JdPhDX { top:16rem;left:29.6875rem;width:17.6875rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-regular-label { display:block;width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-text {padding-top: 0; padding-bottom: 0;}#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-select {padding-top: 0; padding-bottom: 0;}#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-button { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm  { width:18.375rem;height:auto;top:9.75rem;left:26.875rem; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm {display:block;}#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm { width:18.375rem;height:auto;top:9.75rem;left:26.875rem; }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #ppHwU2PTs6BusTO4CclsKMPf2eK2023X {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #KLCuzcXRq56lftNUpTBu012TFpLHBfXq { display:none; }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #ObK1ExXA11n3qOuyHE3twxAPhVSi1bst {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #GiJEZ43HvPDSEKsEdbfgApIhlLVMucWR {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #U2TlEGSroVilhvQnLNJVUsxw6kkQqKN5 { display:none; }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #o35EB1nWKkTMGnhqeGtmJLUxsNqL8IvT {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #NFfIT1PXOEsi84zfutQl99OK6ELs1ZUK {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #xxTuTMSAIlWHGoD924d3lihfxLv1czD0 {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #wO87I5i1NvVAtKdG2VgR1fwWnbNS4LQA {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #BCesdWar6CSTEH0SILTIoCeubSQWpTrP {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #n5RSztkMPihyuCximTfAJTtRrUy3rQgm {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #r9PuiU07eKMrHMBC8BQf6NlHvXXlK3Ow {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #EneDoAZ5WQd63KX1s8MOTn5ypaNtwagB {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #OOGsKEKxdszlMRlrdwsm2TTyuKhTKxKR {  }
 }@media only screen and (max-width: 763px) { #r32CWFvNQ2GM05I4r7CGosvP74cE0xTp { top:14rem;left:26.9375rem;width:20.8125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRAiLhb2ykHQnkZpzT6y86p7bypqNArM { top:1.8125rem;left:1.375rem;width:15.5rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANCUA6haFWgEh0ORvqSOR5WeVrDbZXAT { top:11.125rem;left:0rem;width:27.6875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHABE2NbWvGZ8I9lXQKhriNwovcJrDC2 { top:11.3125rem;left:0rem;width:24.6875rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIV0xDGcdruqDto79u1vh6IihDqB7TOT { top:16.375rem;left:0rem;width:31.9375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rue1CwvrE3F47J31JcmS4kqaklkwxKBn { top:20.875rem;left:5.8125rem;width:6.6875rem;height:12.4375rem;font-size:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKI8ItNaysvKPPARy6MOO6k4PKMdoFqM { top:23.125rem;left:0rem;width:6.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU6ll28XlBqJ5PRlTy3bmApK2gA5hbiK { top:29.6875rem;left:13.6875rem;width:5.3125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRh86AbOPzm0Ncy7ghzuh3BJeCMMI7D0 { top:35.625rem;left:5.5rem;width:7.3125rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeVxVvm6i66xHQ0EkQOCPfcOIc88lPeE { top:36rem;left:14.75rem;width:10.4375rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFMPw9U5rFmcJH5xEpZ4nNEDl7ITZsg5 { top:36rem;left:4.3125rem;width:0.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGr6gBC5PokK80NMhetgr31rU9UFHWDi { top:36rem;left:13.6875rem;width:0.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRJM2oa8dKckTySND66Tfxma14NyK0OR { top:36.4375rem;left:0rem;width:7.5625rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgSnRTLe5RmJ1lXvyXsrb78cwlRuCSJV { top:37.625rem;left:5.5rem;width:7.3125rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI2IROVob0y86w9n4DVQTKTx5onqMMIS { top:32rem;left:0rem;width:25.1875rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF { display:block; }#TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmD9chspedDK2S1elSA55F6K2qFrZpC6 { top:0.5rem;left:0rem;width:25.0625rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGhllXBAZX21KqbQzUXPyJoxGUTfncOu { top:4.625rem;left:0rem;width:32.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAGbQR0uxXaPp1EGDnMJ6THJngInKOdv { top:28.4375rem;left:40.625rem;width:7.125rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWtovHWHWVfId0un8Vr0paTH5AbErV5U { width:13.4375rem;height:3.0625rem;top:28.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czKn6gqZyFMKWxOQS004KFbTeLwdoHHT { display:block; }
 }@media only screen and (max-width: 763px) { #DoF86e77U1nnxaVmXDoXBOhCbktGiP5F { top:8.4375rem;left:0rem;width:35.625rem;height:18.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi9O7X1i4dVDJnl4kCi3vf1PMv54dzFD { top:5rem;left:0rem;width:39.75rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTRUTdTeFVmTx0FWIE5wwxDD9d0KdrV6 { top:1rem;left:0rem;width:40.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXMf12d5FkEgIoOqPcAGM56PSonTHOS6 { display:block; }#TXMf12d5FkEgIoOqPcAGM56PSonTHOS6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLX0uTodff7DZwvPkvfbUbEzo4SthuBW { top:4.6875rem;left:5.5625rem;width:18.3125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbIq2TduHrV5Hwpg32eMLRgaKRy9ePOQ { top:14.1875rem;left:5.625rem;width:18.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7TkIWCiTON1QQHVHVuHBwktCSCQiCsT { top:15.25rem;left:11.96875rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i03AN2J7R02lWQSKx7SqZD270l92H1X4 { width:47.75rem;height:2.625rem;top:0.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1FUP8dPEO0TmcN4mkbPQIrePOHW5JZ6 { top:14.3125rem;left:0rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stOqJf7rcFVKMvWbTh48z2oOTr31Ae6M { top:17.4375rem;left:0rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaP8sgqUKgvwwWV6zt93eSB6NAQDACOc { top:20.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTDuLSzODrI5zu8u1uqKlEA2wEmTPDoT { top:21.3125rem;left:1.21875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdwo0vhZ0kNggCDT80ADTWNx6wzLyuUN { top:20.625rem;left:4.34375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksILQe95iunm1lDUbo6xSnBPzb0ZDzQG { top:21.25rem;left:6.53125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFdIqRmpqelWI81sDpmCeq2h6kFbkp9g { top:15.375rem;left:0.03125rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S25d3RaOIwwoTTWo8fOToVPa9pc9f8nB { top:4.6875rem;left:0rem;width:18.3125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukkbqX8QWmq0f9RRJ2VoTnTbhG7RWi48 { top:20.625rem;left:9.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzc5swN7eivw39qDhQU7yObMTsqCbEtf { top:21.375rem;left:10.0625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPekTRE7pBfcNHPLtL50hRyO51AKKc6B { top:17.5rem;left:6.625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu6F3rVBQgpAX8mOC00Z6p1D3zdaRWSp { top:20.6875rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIpKsBqyeO6dKbi32fMXIEU8a6vsf47T { top:20.6875rem;left:16.15625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdGWkyhNRNuvvNb8cpRmwF7G2I9QDyZm { top:20.6875rem;left:21.65625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBRBBsRSUER10d9mqc7EscqBvWDvRWce { top:21.375rem;left:13.03125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwO1tgTJTLbN4R9b0mdfrrxfO5hGHqEB { top:21.3125rem;left:18.34375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDtNwnHhTzativvxda6nkIOLEloM2moC { top:21.4375rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLKmQmayU67XGxJlTTm456kbJ9BaWNT5 { top:4.6875rem;left:17.5rem;width:18.3125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZTE9rT25FirXPQvcxdUs6TPx5Ts0VF7 { top:14.1875rem;left:17.5625rem;width:18.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUrCOU6T16GiJzloQJyOaOiqMRyxq0QF { top:15.25rem;left:23.90625rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyLlHW8OuKkXgQXG5MfkC29J4weNpLn0 { top:17.5rem;left:18.5625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi5So1kJsAczPsG5ZTb5UTnblSClnvkI { top:20.6875rem;left:28.09375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhQEsnUvCGAMo8y9ZX5qlJ3NMnHxm4ts { top:20.6875rem;left:33.59375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwoleMmVW5SDTTsyaaCXTwK4eHqohymg { top:20.6875rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZq4ciJoGOf7TN4rQLd9M2vbIe9VvuTu { top:21.375rem;left:24.96875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaG2mSP4WEVOTEw21t5zQvkRKnzZHd32 { top:21.3125rem;left:30.28125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbwTRRzLo0dniTVBLThsBDk8MHgwBgcE { top:21.4375rem;left:33.9375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1hA78BWM63TtFfO3nTp2mcge0PT67fv { top:4.6875rem;left:29.5rem;width:18.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A98yNc7VN8KEtb5z24ZrxIoof7G3JN2P { top:14.1875rem;left:29.5rem;width:18.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmGNavHWoKJZ9ETCJEXGuqJFIBLXmDyu { top:15.25rem;left:36.033203125rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2bshTrAPwFVNQxfqX9wiiZOyNoeD5u9 { top:17.5rem;left:30.5rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlzwxTidCtydzSt5isSUHerOgdSgAuBI { top:20.6875rem;left:40.03125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayOxVk3T3Klo8K54RN3W8qIabU1LF3dl { top:20.6875rem;left:45.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTTXdGgIkiD9h7qr1fL24BGu0vwM5GW { top:21.3125rem;left:42.21875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esqm1mDUByxSr0AxdaM3u8vswgQX7sX5 { top:21.4375rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0GfqCuJpUvt46UJTaQTlxlGAf2zOlTt { top:21.375rem;left:36.90625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVS3XTUZRgiX1T2fFuywtLzNLzGks3b3 { top:20.6875rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHPTL3iHZgBaH9uQVP2zFG0r8pkJ8ghr { top:34.8125rem;left:0rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpm2EXudOUBzbHkHrFIZ4q0fK2Pks4GZ { top:37.9375rem;left:0rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFPAhsTqrdSziiByFWrKNcaNbl4lwPuB { top:41.125rem;left:4.78125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbuGXT4Kh3SekENzNi1vctgH1Oq0WboA { top:41.75rem;left:6.53125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu0NkaXiDW1EXt8N4HFxDR5A5TbSi3H5 { top:41.125rem;left:8.84375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwZabv100Zi9p5MwOpxHDhTB2qZ6iql7 { top:41.875rem;left:10.0625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkeboTRI3h03c4MBCMQm0ffkls0FDA4S { top:35.875rem;left:0.03125rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrNH9GygQtDl5nSBUOtnnsSvt95EI6eW { top:25.1875rem;left:0rem;width:18.4375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzv1lBbKs5ewAF1foidQKw2vGihJAAa1 { top:41.125rem;left:0.53125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzieUPwJCHf8IkQIo3nndbf4CTdXvZ4K { top:41.8125rem;left:2.28125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9w3ezoSW2BR1qWxUQHIkpTZOc823HHQ { top:25.25rem;left:5.5rem;width:18.375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae0qq9zZlOQhTrxyNUeCpfL643VP3nf4 { top:34.875rem;left:5.625rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLUZToEp3Ep2EEEzSVCVcq2h6ZeuQ5Hr { top:35.9375rem;left:11.96875rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFPLbEDFimDektw8ah7RAPFTbftXvTJE { top:38rem;left:6.625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyx7ukx7zUyero57prb9FzuJoHUqSua7 { top:41.1875rem;left:16.71875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W50R7GlX0o6LTHBGHZMhKUFcqLwfLeGG { top:41.8125rem;left:18.46875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX9x0WdcekmRcQycfawpQVszvy4nEwI0 { top:41.1875rem;left:20.78125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiVRsPSMhKgIQmFdHw1FBrUVASF0OgHA { top:41.9375rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRQqh1UW75pFR79SsoWUAIm8G3zvSF0D { top:41.1875rem;left:12.46875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXyPf9yUTWmnbKppgHV2idTNs0BBCD6X { top:41.875rem;left:14.21875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSRaCP32ZA9kBqchqA7ohdZiPB9che7N { top:25.25rem;left:17.4375rem;width:18.375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opXEZ9FT6w2eWdyJugibPuaN1TpqWTk2 { top:34.875rem;left:17.5625rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhPPhOhZub3slc0ogycbObeBlLyTFKQw { top:35.9375rem;left:23.90625rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZXHUo6T46ME7gN3E3NNI4EeypkqnxM { top:38rem;left:18.5625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUyQqJTUMkUB5oTBb6XFHgvVaVHAA2hM { top:41.1875rem;left:28.65625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXfXDuo4JbxaSTwHnb3FvAXl9NciJbAr { top:41.1875rem;left:32.71875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD0B7I2nLsXePliP6h0zIqNNBBOFLqOi { top:41.1875rem;left:24.40625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT1IMT2dsKiQfXIecVF6g067MxTcQorT { top:41.8125rem;left:30.40625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsA9OJxLiycdSlzIzmhC6A47JCpbk6VZ { top:41.9375rem;left:33.9375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu72voMaGadUWTXEzWvh6ToEHSmxDMKZ { top:41.875rem;left:26.15625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0FbxJMkTV6NiethfZXeCLkPVKMPlxsO { top:25.25rem;left:29.375rem;width:18.375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW2yGtBR5r1sHLy8yd32n8rRmwb83V5R { top:34.875rem;left:29.5rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMN4ym6He3T74876nwg3FTBPOoDTumfz { top:35.9375rem;left:35.84375rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQFwKep6zuNxhVArQmCNTS9WH5qISeUc { top:38rem;left:30.5rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X425wihqgW60P9CXRvratg9pnxme2KNK { top:41.1875rem;left:40.59375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvZ1azla9dJqxeFZ1TkdG58nD9dVE66M { top:41.1875rem;left:44.65625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXclxngGeanCRJD73G0Unpi80vygp7oG { top:41.1875rem;left:36.34375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCPeZesJW8gFf3nX87T9C7unurDuwxm0 { top:41.8125rem;left:42.34375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rruJrSSS42lE1XzVrnXUB30BL3d6Ryy4 { top:41.9375rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRzXcnEQ4BAt2BeNv1T2kfNXSvN6lXkr { top:41.875rem;left:38.09375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W { display:block; }#f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7P9b17XC01nBBDAwbEtwTLsVyWeGO1c { width:47.75rem;height:2.625rem;top:1.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOLkOpo2VyGbKo9tVhqy6caV9138yLct { top:4.9375rem;left:0rem;width:18.5rem;height:10.651535915472rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkJFJVJGD31JUEGOszNPyBTErgceRiyv { top:15.8125rem;left:0rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7CcoxnF8JqdOE70Tssb7VQxBUO1UuqS { top:15.875rem;left:11rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdT7B9MmhZ61B4cWG7S9aWKf7d5RP0N0 { top:4.9375rem;left:5.375rem;width:18.5rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #DULq1lJd1etwiC06MPtTRdBQhWXaxQN9 { top:4.8125rem;left:17.375rem;width:18.4375rem;height:10.999625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlUEgiI8zxpVkzctotL5bhbdGNMT8Vpd { top:15.9375rem;left:22.9375rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUkkEP6DJg4Cxh6tC1NicJ6nW9ME1CS9 { top:4.875rem;left:29.25rem;width:18.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtrMtxM3GRflgb5W6hPB8R29Oa6gdnyD { top:16rem;left:34.875rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTIRcTNb7AJ6SJaFZUAWhJ0TNRXRLOK6 { top:18.625rem;left:11rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elCGobno8zKOtnAZZmT0WkJnqMW7oqiA { top:15.5625rem;left:0rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STP0RKBO9x9zwCPqgJKxHNzSFHKtZ3PW { top:15.5625rem;left:5.4375rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiUtUrsfcHBnTcatvhN9VHmtphgN5uAA { top:15.6875rem;left:17.375rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6o3ioTfx3F2Nn1zgl9czAsMuMrCUxf6 { top:15.8125rem;left:29.3125rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D { display:block; }#npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJPB7UwbEoV5dOGsECAg49LXxuBXX5Dz { width:13.125rem;height:7.25rem;top:15.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baP76zWGHoSy2bRVvyi9FRT0UkqTkI4g { top:1.125rem;left:0rem;width:47.75rem;height:24.820052083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp { display:block; }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yA5wOGK3w4ipI4woUosw0cNAU0TDvIu4 { width:47.75rem;height:2.625rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eki7vLg7w15381AoMkyS5Wwrloz1mB3F { top:5.875rem;left:1.28125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRxCn6HKzhguTqftTMIXx6S7UR1TXorW { top:11.375rem;left:0rem;width:8.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5nmoU8QIoRBqBsufT2Kvv8c394t618e { top:14.6875rem;left:0rem;width:9.25rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3d16gStKwMROAItkN7OKeaOTsT7u7eF { top:5.875rem;left:7.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpHLueKikbPTR40pelZLwITJVQEfaqNq { top:12.125rem;left:5.0625rem;width:6.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrcWw8i9CcPTWqJyOzS8O7wccWlwPbzt { top:14.6875rem;left:3.3125rem;width:8.625rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqD39FCMnRin74pXXTJvTACneFmdJMiG { top:5.875rem;left:39.03125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbSlghi9ZQQesOtNvGAIvNmtrhP2ewkU { top:11.9375rem;left:14.4375rem;width:9.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nidr7cByZxh66AsS65qibH7IQnrTnK0T { top:14.5625rem;left:13.125rem;width:10.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJdIo5cv42O2uWO3N8NUJ6iP1U4fwsD { top:14.625rem;left:25.1875rem;width:10.625rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1Os4ofyVBNJ79lk1f2phRtirneV9e7i { top:11.125rem;left:25.0625rem;width:10.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swml3sdlBffbTbnJmUUdGTzk0w9cxhoE { top:6.125rem;left:19.8125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxifMnXJroETLVyCsBE3KXHy23tVW5MH { top:5.75rem;left:30.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icBmzbPXvaUmEmmnMELRzxLrKNxLfw9A { top:10.9375rem;left:37.03125rem;width:8.4375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaJS3fIT0NW6pmRoL9QxGpAH1yE3PHzI { top:14.5rem;left:36.03125rem;width:10.1875rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi46RzRIduJlecexIIrA1WaGCobaD17I { display:block; }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJFqxF1CnFQuiZ3W7dvy6R0deX1NNuuI { top:7.25rem;left:0rem;width:25rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wirm4NDnPpXLFx2NT71qHEesNiruy3AB { top:7.75rem;left:21.0625rem;width:26.6875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx3HFU73oK5dO9SknVU9gZDgTPRQQEDK { top:4.3125rem;left:29.1875rem;width:18.5625rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyf6TW0d5orfdWoo0sF44eDZZXmnaV6W { top:0rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm { display:block; }#WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHdQcbh0toXiJuxvvASn0dLsB3gxAE0L { top:0.3125rem;left:9.96875rem;width:31.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2761dc1-f195-4add-b630-1b80ec10d1e4/lakeview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0.adaptive-delivery-prevent-bg, #uemzTgaKfteNhzDnOwth7ZHrdI0dKth0.lazyload, #uemzTgaKfteNhzDnOwth7ZHrdI0dKth0.lazyloading { background-image: none; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row .container { background-color: transparent; background-image: none; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,75,118,0.76); }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row .container > .video-iframe-container { display: none; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,75,118,0.76); }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row > .video-iframe-container { display: none; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .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); }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row .container { border-width: 0; border-radius: 0; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uemzTgaKfteNhzDnOwth7ZHrdI0dKth0 > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3JLVrlwAezECeg8R2TdKCipC1JdPhDX { width:16.1860625rem;height:3.375rem;top:32.0625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-regular-label { display:block;width:16.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-text { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:montserrat;display:block;vertical-align:top; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-text {padding-top: 0; padding-bottom: 0;}#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-textarea { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:montserrat;display:block;vertical-align:top; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-select { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-select {padding-top: 0; padding-bottom: 0;}#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;height:3.8125rem; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm  { width:16.625rem;height:auto;top:35.4375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm .radio-container { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm {display:block;}#d5O4hrFleq8qTz8vruwMdlBWvCJ905vm { width:16.625rem;height:auto;top:35.4375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #ppHwU2PTs6BusTO4CclsKMPf2eK2023X {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #KLCuzcXRq56lftNUpTBu012TFpLHBfXq { display:none; }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #ObK1ExXA11n3qOuyHE3twxAPhVSi1bst {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #GiJEZ43HvPDSEKsEdbfgApIhlLVMucWR {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #U2TlEGSroVilhvQnLNJVUsxw6kkQqKN5 { display:none; }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #o35EB1nWKkTMGnhqeGtmJLUxsNqL8IvT {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #NFfIT1PXOEsi84zfutQl99OK6ELs1ZUK {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #xxTuTMSAIlWHGoD924d3lihfxLv1czD0 { display:none; }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #wO87I5i1NvVAtKdG2VgR1fwWnbNS4LQA {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #BCesdWar6CSTEH0SILTIoCeubSQWpTrP {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #n5RSztkMPihyuCximTfAJTtRrUy3rQgm {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #r9PuiU07eKMrHMBC8BQf6NlHvXXlK3Ow {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #EneDoAZ5WQd63KX1s8MOTn5ypaNtwagB {  }
 }@media only screen and (max-width: 763px) { #d5O4hrFleq8qTz8vruwMdlBWvCJ905vm #OOGsKEKxdszlMRlrdwsm2TTyuKhTKxKR {  }
 }@media only screen and (max-width: 763px) { #r32CWFvNQ2GM05I4r7CGosvP74cE0xTp { width:18.25rem;height:24.125rem;top:31.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRAiLhb2ykHQnkZpzT6y86p7bypqNArM { width:15.5rem;height:10.75rem;top:0rem;left:2.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ANCUA6haFWgEh0ORvqSOR5WeVrDbZXAT { width:14rem;height:3.1875rem;top:9.59375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHABE2NbWvGZ8I9lXQKhriNwovcJrDC2 { width:20rem;height:2.25rem;top:10.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JIV0xDGcdruqDto79u1vh6IihDqB7TOT { width:20rem;height:2.8125rem;top:13.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rue1CwvrE3F47J31JcmS4kqaklkwxKBn { width:6.6875rem;height:8.5rem;top:15.9375rem;left:6.65625rem;font-size:7.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKI8ItNaysvKPPARy6MOO6k4PKMdoFqM { width:6.6875rem;height:2.25rem;top:17.375rem;left:1.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TU6ll28XlBqJ5PRlTy3bmApK2gA5hbiK { width:5.3125rem;height:1.625rem;top:21.4375rem;left:12.623046875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRh86AbOPzm0Ncy7ghzuh3BJeCMMI7D0 { width:7.3125rem;height:1.5rem;top:27.0625rem;left:5.59375rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EeVxVvm6i66xHQ0EkQOCPfcOIc88lPeE { width:6.5625rem;height:2.8125rem;top:27.46875rem;left:12.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yFMPw9U5rFmcJH5xEpZ4nNEDl7ITZsg5 { width:0.1875rem;height:4rem;top:26.875rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGr6gBC5PokK80NMhetgr31rU9UFHWDi { width:0.1875rem;height:4rem;top:26.875rem;left:11.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRJM2oa8dKckTySND66Tfxma14NyK0OR { width:4.8125rem;height:1.875rem;top:27.9375rem;left:0.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sgSnRTLe5RmJ1lXvyXsrb78cwlRuCSJV { width:2.9375rem;height:2.375rem;top:28.4375rem;left:7.8125rem;font-size:2rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GI2IROVob0y86w9n4DVQTKTx5onqMMIS { width:20rem;height:2.75rem;top:23.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF { display:block; }#TvI3ci7RiJ82STaFUgCcieNRgGD6rBFF > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmD9chspedDK2S1elSA55F6K2qFrZpC6 { width:16.3125rem;height:20.4375rem;top:0.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGhllXBAZX21KqbQzUXPyJoxGUTfncOu { width:18rem;height:0.25rem;top:25.2685546875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAGbQR0uxXaPp1EGDnMJ6THJngInKOdv { width:7.125rem;height:0.875rem;top:49.9375rem;left:12.875rem;font-size:0.5625rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OWtovHWHWVfId0un8Vr0paTH5AbErV5U { width:11.3740234375rem;height:2.5595703125rem;top:51.8125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czKn6gqZyFMKWxOQS004KFbTeLwdoHHT { display:block; }
 }@media only screen and (max-width: 763px) { #DoF86e77U1nnxaVmXDoXBOhCbktGiP5F { width:20rem;height:20rem;top:30.75rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bi9O7X1i4dVDJnl4kCi3vf1PMv54dzFD { width:20rem;height:4.5rem;top:26.125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DTRUTdTeFVmTx0FWIE5wwxDD9d0KdrV6 { width:20rem;height:3.375rem;top:21.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXMf12d5FkEgIoOqPcAGM56PSonTHOS6 { display:block; }#TXMf12d5FkEgIoOqPcAGM56PSonTHOS6 > .row .container { width:20rem;height:171rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLX0uTodff7DZwvPkvfbUbEzo4SthuBW { width:18.25rem;height:9.6875rem;top:25.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbIq2TduHrV5Hwpg32eMLRgaKRy9ePOQ { width:18.1875rem;height:10.0625rem;top:34.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7TkIWCiTON1QQHVHVuHBwktCSCQiCsT { width:11.6865234375rem;height:1.3125rem;top:36.3125rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i03AN2J7R02lWQSKx7SqZD270l92H1X4 { width:18.9990234375rem;height:1.5rem;top:1.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1FUP8dPEO0TmcN4mkbPQIrePOHW5JZ6 { width:18.25rem;height:9.9375rem;top:15.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stOqJf7rcFVKMvWbTh48z2oOTr31Ae6M { width:17.25rem;height:3rem;top:18.1875rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eaP8sgqUKgvwwWV6zt93eSB6NAQDACOc { display:flex;width:2.25rem;height:2.25rem;top:21.375rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #iTDuLSzODrI5zu8u1uqKlEA2wEmTPDoT { width:1.875rem;height:1.125rem;top:22.0625rem;left:5.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Mdwo0vhZ0kNggCDT80ADTWNx6wzLyuUN { display:flex;width:2.25rem;height:2.25rem;top:21.375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #ksILQe95iunm1lDUbo6xSnBPzb0ZDzQG { width:1.875rem;height:1.125rem;top:22rem;left:10.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EFdIqRmpqelWI81sDpmCeq2h6kFbkp9g { width:11.6875rem;height:1.3125rem;top:16.125rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S25d3RaOIwwoTTWo8fOToVPa9pc9f8nB { width:18.3125rem;height:9.8125rem;top:5.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukkbqX8QWmq0f9RRJ2VoTnTbhG7RWi48 { display:flex;width:2.1875rem;height:2.1875rem;top:21.375rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #Tzc5swN7eivw39qDhQU7yObMTsqCbEtf { width:1.875rem;height:1.125rem;top:22.125rem;left:15.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UPekTRE7pBfcNHPLtL50hRyO51AKKc6B { width:17.25rem;height:3rem;top:37.8125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bu6F3rVBQgpAX8mOC00Z6p1D3zdaRWSp { display:flex;width:2.25rem;height:2.25rem;top:41rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #yIpKsBqyeO6dKbi32fMXIEU8a6vsf47T { display:flex;width:2.25rem;height:2.25rem;top:41rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #qdGWkyhNRNuvvNb8cpRmwF7G2I9QDyZm { display:flex;width:2.1875rem;height:2.1875rem;top:41rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #gBRBBsRSUER10d9mqc7EscqBvWDvRWce { width:1.875rem;height:1.125rem;top:41.6875rem;left:5.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PwO1tgTJTLbN4R9b0mdfrrxfO5hGHqEB { width:1.875rem;height:1.125rem;top:41.625rem;left:10.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XDtNwnHhTzativvxda6nkIOLEloM2moC { width:1.875rem;height:1.125rem;top:41.75rem;left:15.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XLKmQmayU67XGxJlTTm456kbJ9BaWNT5 { width:18.3125rem;height:9.6875rem;top:45.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZTE9rT25FirXPQvcxdUs6TPx5Ts0VF7 { width:18.25rem;height:10.125rem;top:54.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUrCOU6T16GiJzloQJyOaOiqMRyxq0QF { width:11.6875rem;height:1.3125rem;top:55.8125rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TyLlHW8OuKkXgQXG5MfkC29J4weNpLn0 { width:17.25rem;height:3rem;top:57.9375rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yi5So1kJsAczPsG5ZTb5UTnblSClnvkI { display:flex;width:2.25rem;height:2.25rem;top:61.125rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #BhQEsnUvCGAMo8y9ZX5qlJ3NMnHxm4ts { display:flex;width:2.1875rem;height:2.1875rem;top:61.125rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #xwoleMmVW5SDTTsyaaCXTwK4eHqohymg { display:flex;width:2.25rem;height:2.25rem;top:61.125rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #ZZq4ciJoGOf7TN4rQLd9M2vbIe9VvuTu { width:1.875rem;height:1.125rem;top:61.8125rem;left:5.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OaG2mSP4WEVOTEw21t5zQvkRKnzZHd32 { width:1.875rem;height:1.125rem;top:61.75rem;left:10.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TbwTRRzLo0dniTVBLThsBDk8MHgwBgcE { width:1.875rem;height:1.125rem;top:61.875rem;left:15.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K1hA78BWM63TtFfO3nTp2mcge0PT67fv { width:18.25rem;height:9.6875rem;top:65.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A98yNc7VN8KEtb5z24ZrxIoof7G3JN2P { width:18.25rem;height:10.125rem;top:75.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmGNavHWoKJZ9ETCJEXGuqJFIBLXmDyu { width:11.6875rem;height:1.3125rem;top:76.5rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r2bshTrAPwFVNQxfqX9wiiZOyNoeD5u9 { width:17.25rem;height:3rem;top:78.625rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RlzwxTidCtydzSt5isSUHerOgdSgAuBI { display:flex;width:2.25rem;height:2.25rem;top:81.8125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #ayOxVk3T3Klo8K54RN3W8qIabU1LF3dl { display:flex;width:2.1875rem;height:2.1875rem;top:81.8125rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #TyTTXdGgIkiD9h7qr1fL24BGu0vwM5GW { width:1.875rem;height:1.125rem;top:82.4375rem;left:10.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #esqm1mDUByxSr0AxdaM3u8vswgQX7sX5 { width:1.875rem;height:1.125rem;top:82.5625rem;left:15.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g0GfqCuJpUvt46UJTaQTlxlGAf2zOlTt { width:1.875rem;height:1.125rem;top:82.5rem;left:5.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nVS3XTUZRgiX1T2fFuywtLzNLzGks3b3 { display:flex;width:2.25rem;height:2.25rem;top:81.8125rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #VHPTL3iHZgBaH9uQVP2zFG0r8pkJ8ghr { width:18.25rem;height:9.9375rem;top:95.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpm2EXudOUBzbHkHrFIZ4q0fK2Pks4GZ { width:17.25rem;height:3rem;top:98.875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QFPAhsTqrdSziiByFWrKNcaNbl4lwPuB { display:flex;width:2.25rem;height:2.25rem;top:102.0625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #tbuGXT4Kh3SekENzNi1vctgH1Oq0WboA { width:1.875rem;height:1.125rem;top:102.6875rem;left:10.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hu0NkaXiDW1EXt8N4HFxDR5A5TbSi3H5 { display:flex;width:2.1875rem;height:2.1875rem;top:102.0625rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #zwZabv100Zi9p5MwOpxHDhTB2qZ6iql7 { width:1.875rem;height:1.125rem;top:102.8125rem;left:14.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CkeboTRI3h03c4MBCMQm0ffkls0FDA4S { width:11.6875rem;height:1.3125rem;top:96.8125rem;left:4.125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TrNH9GygQtDl5nSBUOtnnsSvt95EI6eW { width:18.4375rem;height:9.8125rem;top:86.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzv1lBbKs5ewAF1foidQKw2vGihJAAa1 { display:flex;width:2.25rem;height:2.25rem;top:102.0625rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #zzieUPwJCHf8IkQIo3nndbf4CTdXvZ4K { width:1.875rem;height:1.125rem;top:102.75rem;left:6.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z9w3ezoSW2BR1qWxUQHIkpTZOc823HHQ { width:18.375rem;height:9.75rem;top:106.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae0qq9zZlOQhTrxyNUeCpfL643VP3nf4 { width:18.25rem;height:9.9375rem;top:116.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLUZToEp3Ep2EEEzSVCVcq2h6ZeuQ5Hr { width:11.6875rem;height:1.3125rem;top:117.375rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aFPLbEDFimDektw8ah7RAPFTbftXvTJE { width:17.25rem;height:3rem;top:119.3125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cyx7ukx7zUyero57prb9FzuJoHUqSua7 { display:flex;width:2.25rem;height:2.25rem;top:122.5rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #W50R7GlX0o6LTHBGHZMhKUFcqLwfLeGG { width:1.875rem;height:1.125rem;top:123.125rem;left:10.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pX9x0WdcekmRcQycfawpQVszvy4nEwI0 { display:flex;width:2.1875rem;height:2.1875rem;top:122.5rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #qiVRsPSMhKgIQmFdHw1FBrUVASF0OgHA { width:1.875rem;height:1.125rem;top:123.25rem;left:14.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rRQqh1UW75pFR79SsoWUAIm8G3zvSF0D { display:flex;width:2.25rem;height:2.25rem;top:122.5rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #PXyPf9yUTWmnbKppgHV2idTNs0BBCD6X { width:1.875rem;height:1.125rem;top:123.1875rem;left:6.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZSRaCP32ZA9kBqchqA7ohdZiPB9che7N { width:18.375rem;height:9.875rem;top:126.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opXEZ9FT6w2eWdyJugibPuaN1TpqWTk2 { width:18.25rem;height:9.9375rem;top:136.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhPPhOhZub3slc0ogycbObeBlLyTFKQw { width:11.6875rem;height:1.3125rem;top:137.5rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NEZXHUo6T46ME7gN3E3NNI4EeypkqnxM { width:17.25rem;height:3rem;top:139.4375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eUyQqJTUMkUB5oTBb6XFHgvVaVHAA2hM { display:flex;width:2.25rem;height:2.25rem;top:142.625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #OXfXDuo4JbxaSTwHnb3FvAXl9NciJbAr { display:flex;width:2.1875rem;height:2.1875rem;top:142.625rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #OD0B7I2nLsXePliP6h0zIqNNBBOFLqOi { display:flex;width:2.25rem;height:2.25rem;top:142.625rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #WT1IMT2dsKiQfXIecVF6g067MxTcQorT { width:1.875rem;height:1.125rem;top:143.25rem;left:10.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VsA9OJxLiycdSlzIzmhC6A47JCpbk6VZ { width:1.875rem;height:1.125rem;top:143.375rem;left:14.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Uu72voMaGadUWTXEzWvh6ToEHSmxDMKZ { width:1.875rem;height:1.125rem;top:143.3125rem;left:6.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O0FbxJMkTV6NiethfZXeCLkPVKMPlxsO { width:18.375rem;height:9.8125rem;top:147.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW2yGtBR5r1sHLy8yd32n8rRmwb83V5R { width:18.25rem;height:9.9375rem;top:157.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMN4ym6He3T74876nwg3FTBPOoDTumfz { width:11.6875rem;height:1.3125rem;top:158.3125rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OQFwKep6zuNxhVArQmCNTS9WH5qISeUc { width:17.25rem;height:3rem;top:160.25rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X425wihqgW60P9CXRvratg9pnxme2KNK { display:flex;width:2.25rem;height:2.25rem;top:163.4375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #GvZ1azla9dJqxeFZ1TkdG58nD9dVE66M { display:flex;width:2.1875rem;height:2.1875rem;top:163.4375rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #LXclxngGeanCRJD73G0Unpi80vygp7oG { display:flex;width:2.25rem;height:2.25rem;top:163.4375rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #OCPeZesJW8gFf3nX87T9C7unurDuwxm0 { width:1.875rem;height:1.125rem;top:164.0625rem;left:10.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rruJrSSS42lE1XzVrnXUB30BL3d6Ryy4 { width:1.875rem;height:1.125rem;top:164.1875rem;left:14.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bRzXcnEQ4BAt2BeNv1T2kfNXSvN6lXkr { width:1.875rem;height:1.125rem;top:164.125rem;left:6.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W { display:block; }#f9fW6minQ9zJu8bFPcqhgPZ26DGVok9W > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7P9b17XC01nBBDAwbEtwTLsVyWeGO1c { width:19.4993125rem;height:1.5rem;top:0.12322616577149rem;left:0.37464481592178rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOLkOpo2VyGbKo9tVhqy6caV9138yLct { width:19.125rem;height:11.125rem;top:1.6661987304688rem;left:0.46786218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkJFJVJGD31JUEGOszNPyBTErgceRiyv { width:12.87375rem;height:1.1875rem;top:12.914428710938rem;left:0.93394881486894rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U7CcoxnF8JqdOE70Tssb7VQxBUO1UuqS { width:12.87375rem;height:1.1875rem;top:25.978866577149rem;left:0.99609369039537rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sdT7B9MmhZ61B4cWG7S9aWKf7d5RP0N0 { width:19.125rem;height:11.375rem;top:14.542434692382rem;left:0.43767756223679rem;display:block; }
 }@media only screen and (max-width: 763px) { #DULq1lJd1etwiC06MPtTRdBQhWXaxQN9 { width:19.0625rem;height:11.4375rem;top:27.539947509766rem;left:0.46786218881607rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tlUEgiI8zxpVkzctotL5bhbdGNMT8Vpd { width:12.872875rem;height:1.1875rem;top:39.039947509766rem;left:0.93394881486894rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cUkkEP6DJg4Cxh6tC1NicJ6nW9ME1CS9 { width:19.125rem;height:11.375rem;top:40.60139465332rem;left:0.43590193986893rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtrMtxM3GRflgb5W6hPB8R29Oa6gdnyD { width:12.87375rem;height:1.1875rem;top:52.099075317382rem;left:0.99609369039537rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTIRcTNb7AJ6SJaFZUAWhJ0TNRXRLOK6 { width:16rem;height:1.1875rem;top:53.719100952149rem;left:3.3751774430275rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #elCGobno8zKOtnAZZmT0WkJnqMW7oqiA { width:19.0625rem;height:1.875rem;top:12.47639465332rem;left:0.49982243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #STP0RKBO9x9zwCPqgJKxHNzSFHKtZ3PW { width:19.125rem;height:1.875rem;top:25.586120605469rem;left:0.43590193986893rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiUtUrsfcHBnTcatvhN9VHmtphgN5uAA { width:19.125rem;height:1.875rem;top:38.601913452149rem;left:0.46786218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6o3ioTfx3F2Nn1zgl9czAsMuMrCUxf6 { width:19.125rem;height:1.875rem;top:51.66194152832rem;left:0.46786218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D { display:block; }#npUJ4sbMdByZLrXGPWNWssrVBlwU1A0D > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJPB7UwbEoV5dOGsECAg49LXxuBXX5Dz { width:19.0625rem;height:1.5rem;top:0.41725826263428rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baP76zWGHoSy2bRVvyi9FRT0UkqTkI4g { width:19.875rem;height:10.3125rem;top:2.0383510589599rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp { background-color:#013b61;background-image:none;display:block; }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row .container { background-color: transparent; background-image: none; }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row .container > .video-iframe-container { display: none; }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row > .video-iframe-container { display: none; }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .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); }#PFiXlASBBeR9zoTcBSvZ2eHhzOeSR9Fp > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yA5wOGK3w4ipI4woUosw0cNAU0TDvIu4 { width:18.8125rem;height:2.625rem;top:0.62162637710571rem;left:0.59215193986893rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Eki7vLg7w15381AoMkyS5Wwrloz1mB3F { display:flex;width:3.125rem;height:3.125rem;top:4.0625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #FRxCn6HKzhguTqftTMIXx6S7UR1TXorW { width:12.499125rem;height:1.125rem;top:7.4375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5nmoU8QIoRBqBsufT2Kvv8c394t618e { width:9.0625rem;height:2.8125rem;top:8.4375rem;left:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3d16gStKwMROAItkN7OKeaOTsT7u7eF { display:flex;width:3.125rem;height:3.125rem;top:12.5625rem;left:8.125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #VpHLueKikbPTR40pelZLwITJVQEfaqNq { width:12.4991875rem;height:1.125rem;top:15.5625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrcWw8i9CcPTWqJyOzS8O7wccWlwPbzt { width:9.5625rem;height:2.8125rem;top:16.625rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqD39FCMnRin74pXXTJvTACneFmdJMiG { display:flex;width:3.125rem;height:3.125rem;top:38.6875rem;left:8.6875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #SbSlghi9ZQQesOtNvGAIvNmtrhP2ewkU { width:12.4991875rem;height:1.125rem;top:24rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nidr7cByZxh66AsS65qibH7IQnrTnK0T { width:10.2494375rem;height:2.8125rem;top:25.125rem;left:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJdIo5cv42O2uWO3N8NUJ6iP1U4fwsD { width:11.4373125rem;height:2.8125rem;top:34.6875rem;left:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1Os4ofyVBNJ79lk1f2phRtirneV9e7i { width:12.5rem;height:2rem;top:32.625rem;left:3.75rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #swml3sdlBffbTbnJmUUdGTzk0w9cxhoE { display:flex;width:2.999825rem;height:2.999825rem;top:21.055041313171rem;left:8.4996448159219rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #ZxifMnXJroETLVyCsBE3KXHy23tVW5MH { display:flex;width:3.125rem;height:3.125rem;top:29.5625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #icBmzbPXvaUmEmmnMELRzxLrKNxLfw9A { width:10.1875rem;height:2rem;top:41.8125rem;left:5.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TaJS3fIT0NW6pmRoL9QxGpAH1yE3PHzI { width:10.7493125rem;height:2.8125rem;top:43.75rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi46RzRIduJlecexIIrA1WaGCobaD17I { background-color:#013b61;background-image:none;display:block; }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row .container { background-color: transparent; background-image: none; }#bi46RzRIduJlecexIIrA1WaGCobaD17I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row .container > .video-iframe-container { display: none; }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row > .video-iframe-container { display: none; }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .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); }#bi46RzRIduJlecexIIrA1WaGCobaD17I > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJFqxF1CnFQuiZ3W7dvy6R0deX1NNuuI { width:16.436625rem;height:5.625rem;top:4.934814453125rem;left:1.7800069451332rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Wirm4NDnPpXLFx2NT71qHEesNiruy3AB { width:17.1218125rem;height:3.5rem;top:14.123224258423rem;left:1.4373224377632rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xx3HFU73oK5dO9SknVU9gZDgTPRQQEDK { width:14.8730625rem;height:2rem;top:11.624643325806rem;left:2.5630326867104rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:montserrat;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lyf6TW0d5orfdWoo0sF44eDZZXmnaV6W { width:5.81163125rem;height:5.81163125rem;top:0rem;left:7.0930991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm { display:block; }#WwPcK9GcRRgI23hHQ3ZDwtswpT6q4llm > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHdQcbh0toXiJuxvvASn0dLsB3gxAE0L { width:13.125rem;height:1.875rem;top:0.24874877929688rem;left:3.1241121888161rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }