.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; }
#Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc { 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; }#Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc > .row .container { background-color: transparent; background-image: none; }#Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc > .row .container > .video-iframe-container { display: none; }#Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc > .row > .video-iframe-container { display: none; }#Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc > .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); }#Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc > .row .container { border-width: 0; border-radius: 0; }#Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#Eqf0iNRe2GUOf44W5bB73TZwnDGFEGeZ { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:26.25rem;left:35.625rem;height:0.875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#lg4kfLPwFJTKgh3MRU1t8eqwquut8eKA { background-color:rgba(var(--color-tertiary-4),1);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(0,0,0,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:15017;text-align:center;text-align-last:center;top:28.4375rem;left:35.625rem;display:block; }
#eZz8XDn8WXy8iddBsRS1yxf4onkHvIq5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ONBMa5nnnhTq0IOh2tTaBpgNLPoZZgPa { color:#000000;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:0.5rem;left:35.625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vVONnZzMPD1EzyuxIvQ7tBpOgs2uGTcQ { position:absolute;display:block;z-index:15045;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.125rem;left:35.625rem;display:block; }
#tLm7fct1n3RObTrQrwsdxktEzgkqrvZd { color:#000000;display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.6;letter-spacing:0;top:4.5rem;left:35.75rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#ASCgZnOn2cp6isQLTWPTwNI68MJUpJ09 { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:8.375rem;left:35.625rem;height:17.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g5JydJgppAmWG5EzFwQTFDx7BWQ9xLJO { position:absolute;display:block;z-index:15039;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:8.8125rem;overflow:hidden;display:block; }
#HUuAuoeBI6aFiqFBnwycydZs6DDMLliI { 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; }#HUuAuoeBI6aFiqFBnwycydZs6DDMLliI > .row .container { background-color: transparent; background-image: none; }#HUuAuoeBI6aFiqFBnwycydZs6DDMLliI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUuAuoeBI6aFiqFBnwycydZs6DDMLliI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUuAuoeBI6aFiqFBnwycydZs6DDMLliI > .row .container > .video-iframe-container { display: none; }#HUuAuoeBI6aFiqFBnwycydZs6DDMLliI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUuAuoeBI6aFiqFBnwycydZs6DDMLliI > .row > .video-iframe-container { display: none; }#HUuAuoeBI6aFiqFBnwycydZs6DDMLliI > .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); }#HUuAuoeBI6aFiqFBnwycydZs6DDMLliI > .row .container { border-width: 0; border-radius: 0; }#HUuAuoeBI6aFiqFBnwycydZs6DDMLliI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HUuAuoeBI6aFiqFBnwycydZs6DDMLliI > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#PJhqm6wgDbCEIIOdiexWeJ4lw5Q80ZSp { position:absolute;display:block;z-index:15034;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.25rem;width:18.3125rem;top:3.375rem;left:0.1875rem;overflow:hidden;display:block; }
#tdGAkFbeTvquWfIVTSHPbkhBUgxe61rA { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.5625rem;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; }
#DekJnI5kn6us5aiU1HsI6i52t517NU6l { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:13.8125rem;left:4.875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hkdf7ys34hqEK9VDZVwzHUTkfO7LSIoi { position:absolute;display:block;z-index:15043;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.25rem;width:18.3125rem;top:3.375rem;left:18.9375rem;overflow:hidden;display:block; }
#m9HsQhbv8tnTXCfwg4PT2EZPNAZqWde3 { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.625rem;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; }
#zet2wDbRG9xXbdFEmSPup96ISnJt9UsI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:14.125rem;left:22.4375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y82bTsAh8rzwBKkQICoeT7NffVQklFLZ { 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:10.25rem;width:18.3125rem;top:3.375rem;left:37.6875rem;overflow:hidden;display:block; }
#ydRWg1xrk0T03nTrlTurqlzKTuZ6gnzQ { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.5625rem;left:37.6875rem;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; }
#C2no7Qxq5b4DmPUXi9TwW7KZoMTVKQmi { color:rgba(var(--color-tertiary-4),1);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:14.0625rem;left:40.875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CaXtR2ny82tMTMLqcp0DuC28GJZ0ziHH { position:absolute;display:block;z-index:15053;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.25rem;width:18.3125rem;top:3.375rem;left:56.4375rem;overflow:hidden;display:block; }
#R6kcEqeQaMfN4sZsQFZnFr0MC1DZmNIU { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.625rem;left:56.4375rem;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; }
#FnGNDienIki0h93I8uSLNrk7g5ZwPFwr { color:rgba(var(--color-tertiary-4),1);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:14.125rem;left:59.625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6l9hbaU4JyeMttwisl0ylWwPtXLE9NR { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:15.875rem;left:3.875rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvy5xGShVF18CAwhDVMbLmSw3I6QlwyN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:16.3125rem;left:22.875rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f98SNoBrP7cUAPFRxQ2fpIVAllG63FOg { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:16.25rem;left:41.3125rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiC9UWNcaFMBfaTPHPrtulX0NTfmHOdU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:16.3125rem;left:60.0625rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AS0gJVc68cAmluC65S0I9ZN0uw6nqkho { 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:15101;opacity:1;top:18.1875rem;left:2.5rem; }
#dNhiqBmdQ7NmnmpCixGdt4mEG3WcsJbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:18.875rem;left:4.75rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LeRXFC7cQtz1lOsCVodIZEc3XbxblMwX { 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:15103;opacity:1;top:18.1875rem;left:7.875rem; }
#tXu3eOqtWmzkM2mosRhlcIOIhWqPchJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:18.8125rem;left:10.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EATcI9Q7m8KKp4y16CX4Gdm7JSxuVKmX { 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:15104;opacity:1;top:18.1875rem;left:13.4375rem; }
#MWnxGrMGbUcdBpiJTTW7Vys3tQPSMifw { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:18.9375rem;left:15.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AysR52WcJASH78qvbU3JXR9vOcp35lpd { 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:15101;opacity:1;top:18.1875rem;left:20.8125rem; }
#FAysBIU4FTlbzpJB344dN86E6RNOEyhi { 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:15103;opacity:1;top:18.1875rem;left:26.1875rem; }
#k38ZcmC5L5QJ696Z2XitgQRfVfCbO5fA { 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:15104;opacity:1;top:18.1875rem;left:31.75rem; }
#xlW3cwOXiX4gZTs9yhdbHzDKlPZidZec { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:18.875rem;left:23.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0bWn1TL8pcdPt3izJ1TpGqwXoTGIRqE { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:18.9375rem;left:33.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tdIEsbacBWveFE0NkcaU5GhEFfiiKTa0 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:18.8125rem;left:28.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUMob8TgZn5Na4cV0vTMI3Ck4t8y2Ra5 { 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:15104;opacity:1;top:18.125rem;left:50.8125rem; }
#ZDetT4ZelZ6DDrdixZCFRia2IgtrpHRE { 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:15103;opacity:1;top:18.125rem;left:45.3125rem; }
#LHrLfF0T0x4U1fKEdRqlZ9q91TXcfbcW { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:18.75rem;left:47.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nz0OeoKo1KhrmbdtMTLMXWqKlfh6Rs4G { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:18.875rem;left:52.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkfV47u4qSuunlyCwBElDaKHdtG0eNUF { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:18.8125rem;left:42.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UwJ2xPT0VhutHelbtzBr2IJyJtFXJBMo { 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:15101;opacity:1;top:18.125rem;left:39.9375rem; }
#cKGi8L7OD6hrNqkb1qcZ1nheUAqRLBVs { 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:15111;opacity:1;top:18.1875rem;left:69.75rem; }
#hQ2fdwCh7Dtnm3TJzSGqn7f0RiuqNExl { 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:15110;opacity:1;top:18.1875rem;left:64.25rem; }
#a9ZIlQcpMtS8tF3TEEk9cXqF7ayPNcJl { 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:15108;opacity:1;top:18.1875rem;left:58.875rem; }
#AOEIR6H9knW0EFgLnR0SJtqESVilh0ZU { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15070;line-height:1.2;letter-spacing:0;top:18.9375rem;left:71.75rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uHtE7P4lqCZFgVz9gVOq4BhRKtTA3nsa { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15068;line-height:1.2;letter-spacing:0;top:18.875rem;left:61.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mvLKoLKwvXbIaTtCRfPnCprR4fSL2yxi { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15069;line-height:1.2;letter-spacing:0;top:18.8125rem;left:66.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OkvrC1KZpLGw5RTpOMOmZDxt1KxTVQrM { color:rgba(var(--color-tertiary-4),1);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; }
#i8VV46ngTN15Txo8fUB9immdNe0dn7eX { position:absolute;display:block;z-index:15045;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.9375rem;width:18.3125rem;top:24.1875rem;left:0.25rem;overflow:hidden;display:block; }
#ss6HoTaWQaDHi0BwccW0MBIMw39J22gT { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.375rem;left:0.3125rem;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; }
#ZTsLWPSdVJDw9kTy7Vb6n7nyW4IdCVml { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:34.625rem;left:4.9375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MD9cWxDdXJ654oTLroZOaRKKkscamWP9 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:36.6875rem;left:3.9375rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rQu4wCPd0gypM2k4BQNinKX7O7ycXbHf { 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:15112;opacity:1;top:39rem;left:2.5625rem; }
#plPR25ApTd4Kf6mIGPHgT8Atx5POrVIF { 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:15114;opacity:1;top:39rem;left:7.9375rem; }
#QDnTWoe7rJPwTKOB7wh0R8TfGZL0N9fU { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:39.6875rem;left:4.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaZ6hd3rTitI7DQ3UoTkG5HZphRzbqcg { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15073;line-height:1.2;letter-spacing:0;top:39.625rem;left:10.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xiFe8JIgVqM2XG9kTzdzWGtvPocvEZDe { 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:15115;opacity:1;top:39rem;left:13.5rem; }
#s9JkTOcb1TNOGFyFMflNfEm2ndU5fSFW { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15074;line-height:1.2;letter-spacing:0;top:39.75rem;left:15.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V4PrZKCDkFiFNeHkV3btiybQuky2DBlQ { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.375rem;left:19.0625rem;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; }
#qq8rqc5fXJs4s7kzRC3zTNaOwfPJzWsh { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15084;line-height:1.2;letter-spacing:0;top:39.75rem;left:34.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2qGXXnbEMW0D9hQoJ5wirCJBgfyIQzW { 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:15125;opacity:1;top:39rem;left:32.25rem; }
#QOx7iz1SM8kIc8Pi3vmonWnSdXM7d2aC { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15083;line-height:1.2;letter-spacing:0;top:39.625rem;left:28.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4T3gLahS2RDBzDSlrvwDVztQfZvnTQt { 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:15124;opacity:1;top:39rem;left:26.6875rem; }
#JuCO8hkfgULHQIO886RxoLG2e6wbPK92 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15082;line-height:1.2;letter-spacing:0;top:39.6875rem;left:23.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gnzZT9FLMno1VSd5gqvGZJLqbt2JkWiT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:36.6875rem;left:22.6875rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mu5VGizcUSsEq4E3Wx22dVNfvOb8TPsc { 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:15122;opacity:1;top:39rem;left:21.3125rem; }
#RrwnMcve6oG8obMQOqFHJxA1P3J1acZD { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:34.625rem;left:23.6875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uXcZpFCJrJsvxu1oKxs4oi6LM6k0zqVC { position:absolute;display:block;z-index:15055;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.125rem;width:18.4375rem;top:24.1875rem;left:19rem;overflow:hidden;display:block; }
#ar3dxWA5zHDHOAsrCJ7XHkcWT64dVU7e { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.375rem;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; }
#eGGuhKL1k6LHfqCPf7DMKUMeJXLUectG { 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:15114;opacity:1;top:38.9375rem;left:50.875rem; }
#eqOC28JRkTGKTdzfgEzTSVpUEXgEyhAW { 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:15113;opacity:1;top:38.9375rem;left:45.375rem; }
#QbKHHaxTH3qM1TT5LtPKkuXgxXxAhP5A { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15073;line-height:1.2;letter-spacing:0;top:39.6875rem;left:52.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HgmhmPp6AmhcTW6F2G9rJFTuciHQrQfm { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15071;line-height:1.2;letter-spacing:0;top:39.625rem;left:42.25rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eg8t1a0hhVaIeE6THR3P8TmWMky015yL { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:39.5625rem;left:47.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#InoqnCE0LFdz2ogNErbS3iQyIkpAQzoy { 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:15111;opacity:1;top:38.9375rem;left:40rem; }
#oMDpIbNNeFdqwc3vXQZb8HOzn9R73QyP { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:36.6875rem;left:41.125rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTSn4RQI86Za785SBtJdDWtKxMPl5e3L { color:rgba(var(--color-tertiary-4),1);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:34.875rem;left:40.9375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z0zUt4527iB7GTqw03leelVrcWwwSuPF { 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:10.25rem;width:18.25rem;top:24.1875rem;left:37.75rem;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; }
#Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz { position:relative;display:block; }#Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz { background-color: transparent; background-image: none; }#Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz > .row .container > .video-iframe-container { display: none; }#Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz > .row > .video-iframe-container { display: none; }#Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz > .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); }#Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz { border-width: 0; border-radius: 0; }#Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz > .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; }#Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz > .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; }#I3oILSE4Gr4PbU31Mg4xblqyncFQAFee { color:rgba(var(--color-tertiary-4),1);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:14.194879531861rem;left:0.87456703186037rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TJx8EcLHCnftgWJTI74PDwKhNvTWtpG2 { 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:34.124375rem;width:60.8745625rem;top:0.31098079681396rem;left:13.686416625976rem;overflow:hidden;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; }
#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) { #Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc { display:block; }#Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eqf0iNRe2GUOf44W5bB73TZwnDGFEGeZ { top:26.25rem;left:16.75rem;width:7.125rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg4kfLPwFJTKgh3MRU1t8eqwquut8eKA { width:13.4375rem;height:3.0625rem;top:28.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZz8XDn8WXy8iddBsRS1yxf4onkHvIq5 { display:block; }
 }@media only screen and (max-width: 763px) { #ONBMa5nnnhTq0IOh2tTaBpgNLPoZZgPa { top:0.5rem;left:0rem;width:36rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVONnZzMPD1EzyuxIvQ7tBpOgs2uGTcQ { top:4.125rem;left:0rem;width:32.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLm7fct1n3RObTrQrwsdxktEzgkqrvZd { top:4.5rem;left:0rem;width:34.125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASCgZnOn2cp6isQLTWPTwNI68MJUpJ09 { top:8.375rem;left:0rem;width:35.625rem;height:17.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5JydJgppAmWG5EzFwQTFDx7BWQ9xLJO { top:0.5rem;left:0rem;width:25.0625rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUuAuoeBI6aFiqFBnwycydZs6DDMLliI { display:block; }#HUuAuoeBI6aFiqFBnwycydZs6DDMLliI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJhqm6wgDbCEIIOdiexWeJ4lw5Q80ZSp { top:3.375rem;left:0rem;width:18.25rem;height:10.214561070591rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdGAkFbeTvquWfIVTSHPbkhBUgxe61rA { top:13.5625rem;left:0rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DekJnI5kn6us5aiU1HsI6i52t517NU6l { top:13.8125rem;left:1.46875rem;width:8.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkdf7ys34hqEK9VDZVwzHUTkfO7LSIoi { top:3.375rem;left:5.625rem;width:18.25rem;height:10.214561070591rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9HsQhbv8tnTXCfwg4PT2EZPNAZqWde3 { top:13.625rem;left:5.6875rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zet2wDbRG9xXbdFEmSPup96ISnJt9UsI { top:14.125rem;left:12.1875rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y82bTsAh8rzwBKkQICoeT7NffVQklFLZ { top:3.375rem;left:17.5625rem;width:18.25rem;height:10.214561070591rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydRWg1xrk0T03nTrlTurqlzKTuZ6gnzQ { top:13.5625rem;left:17.625rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2no7Qxq5b4DmPUXi9TwW7KZoMTVKQmi { top:14.0625rem;left:23.875rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaXtR2ny82tMTMLqcp0DuC28GJZ0ziHH { top:3.375rem;left:29.5rem;width:18.25rem;height:10.214561070591rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6kcEqeQaMfN4sZsQFZnFr0MC1DZmNIU { top:13.625rem;left:29.5625rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnGNDienIki0h93I8uSLNrk7g5ZwPFwr { top:14.125rem;left:35.8125rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6l9hbaU4JyeMttwisl0ylWwPtXLE9NR { top:15.875rem;left:0.46875rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvy5xGShVF18CAwhDVMbLmSw3I6QlwyN { top:16.3125rem;left:12.65625rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f98SNoBrP7cUAPFRxQ2fpIVAllG63FOg { top:16.25rem;left:24.28125rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiC9UWNcaFMBfaTPHPrtulX0NTfmHOdU { top:16.3125rem;left:36.21875rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS0gJVc68cAmluC65S0I9ZN0uw6nqkho { top:18.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNhiqBmdQ7NmnmpCixGdt4mEG3WcsJbZ { top:18.875rem;left:1.34375rem;width:1.875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeRXFC7cQtz1lOsCVodIZEc3XbxblMwX { top:18.1875rem;left:4.46875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXu3eOqtWmzkM2mosRhlcIOIhWqPchJZ { top:18.8125rem;left:6.65625rem;width:1.875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EATcI9Q7m8KKp4y16CX4Gdm7JSxuVKmX { top:18.1875rem;left:9.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWnxGrMGbUcdBpiJTTW7Vys3tQPSMifw { top:18.9375rem;left:10.0625rem;width:1.875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AysR52WcJASH78qvbU3JXR9vOcp35lpd { top:18.1875rem;left:11.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAysBIU4FTlbzpJB344dN86E6RNOEyhi { top:18.1875rem;left:15.96875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k38ZcmC5L5QJ696Z2XitgQRfVfCbO5fA { top:18.1875rem;left:21.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlW3cwOXiX4gZTs9yhdbHzDKlPZidZec { top:18.875rem;left:12.84375rem;width:1.875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0bWn1TL8pcdPt3izJ1TpGqwXoTGIRqE { top:18.9375rem;left:22rem;width:1.875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdIEsbacBWveFE0NkcaU5GhEFfiiKTa0 { top:18.8125rem;left:18.15625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUMob8TgZn5Na4cV0vTMI3Ck4t8y2Ra5 { top:18.125rem;left:33.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDetT4ZelZ6DDrdixZCFRia2IgtrpHRE { top:18.125rem;left:28.28125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHrLfF0T0x4U1fKEdRqlZ9q91TXcfbcW { top:18.75rem;left:30.46875rem;width:1.875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz0OeoKo1KhrmbdtMTLMXWqKlfh6Rs4G { top:18.875rem;left:33.9375rem;width:1.875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkfV47u4qSuunlyCwBElDaKHdtG0eNUF { top:18.8125rem;left:25.15625rem;width:1.875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwJ2xPT0VhutHelbtzBr2IJyJtFXJBMo { top:18.125rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKGi8L7OD6hrNqkb1qcZ1nheUAqRLBVs { top:18.1875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ2fdwCh7Dtnm3TJzSGqn7f0RiuqNExl { top:18.1875rem;left:40.40625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ZIlQcpMtS8tF3TEEk9cXqF7ayPNcJl { top:18.1875rem;left:35.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOEIR6H9knW0EFgLnR0SJtqESVilh0ZU { top:18.9375rem;left:45.875rem;width:1.875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHtE7P4lqCZFgVz9gVOq4BhRKtTA3nsa { top:18.875rem;left:37.28125rem;width:1.875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvLKoLKwvXbIaTtCRfPnCprR4fSL2yxi { top:18.8125rem;left:42.59375rem;width:1.875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkvrC1KZpLGw5RTpOMOmZDxt1KxTVQrM { width:47.75rem;height:2.625rem;top:0.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8VV46ngTN15Txo8fUB9immdNe0dn7eX { top:24.1875rem;left:0rem;width:18.3125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss6HoTaWQaDHi0BwccW0MBIMw39J22gT { top:34.375rem;left:0rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTsLWPSdVJDw9kTy7Vb6n7nyW4IdCVml { top:34.625rem;left:1.53125rem;width:8.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD9cWxDdXJ654oTLroZOaRKKkscamWP9 { top:36.6875rem;left:0.53125rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQu4wCPd0gypM2k4BQNinKX7O7ycXbHf { top:39rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #plPR25ApTd4Kf6mIGPHgT8Atx5POrVIF { top:39rem;left:4.53125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDnTWoe7rJPwTKOB7wh0R8TfGZL0N9fU { top:39.6875rem;left:1.40625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaZ6hd3rTitI7DQ3UoTkG5HZphRzbqcg { top:39.625rem;left:6.71875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiFe8JIgVqM2XG9kTzdzWGtvPocvEZDe { top:39rem;left:9.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9JkTOcb1TNOGFyFMflNfEm2ndU5fSFW { top:39.75rem;left:10.0625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4PrZKCDkFiFNeHkV3btiybQuky2DBlQ { top:34.375rem;left:5.6875rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq8rqc5fXJs4s7kzRC3zTNaOwfPJzWsh { top:39.75rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2qGXXnbEMW0D9hQoJ5wirCJBgfyIQzW { top:39rem;left:21.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOx7iz1SM8kIc8Pi3vmonWnSdXM7d2aC { top:39.625rem;left:18.65625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4T3gLahS2RDBzDSlrvwDVztQfZvnTQt { top:39rem;left:16.46875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuCO8hkfgULHQIO886RxoLG2e6wbPK92 { top:39.6875rem;left:13.34375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnzZT9FLMno1VSd5gqvGZJLqbt2JkWiT { top:36.6875rem;left:12.46875rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu5VGizcUSsEq4E3Wx22dVNfvOb8TPsc { top:39rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrwnMcve6oG8obMQOqFHJxA1P3J1acZD { top:34.625rem;left:13.46875rem;width:8.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXcZpFCJrJsvxu1oKxs4oi6LM6k0zqVC { top:24.1875rem;left:5.5625rem;width:18.4375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar3dxWA5zHDHOAsrCJ7XHkcWT64dVU7e { top:34.375rem;left:17.625rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGGuhKL1k6LHfqCPf7DMKUMeJXLUectG { top:38.9375rem;left:33.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqOC28JRkTGKTdzfgEzTSVpUEXgEyhAW { top:38.9375rem;left:28.34375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbKHHaxTH3qM1TT5LtPKkuXgxXxAhP5A { top:39.6875rem;left:33.9375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgmhmPp6AmhcTW6F2G9rJFTuciHQrQfm { top:39.625rem;left:25.21875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg8t1a0hhVaIeE6THR3P8TmWMky015yL { top:39.5625rem;left:30.53125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InoqnCE0LFdz2ogNErbS3iQyIkpAQzoy { top:38.9375rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMDpIbNNeFdqwc3vXQZb8HOzn9R73QyP { top:36.6875rem;left:24.09375rem;width:11.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTSn4RQI86Za785SBtJdDWtKxMPl5e3L { top:34.875rem;left:23.90625rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0zUt4527iB7GTqw03leelVrcWwwSuPF { top:24.1875rem;left:19.4375rem;width:18.25rem;height:10.25rem;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) { #Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz { display:block; }#Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3oILSE4Gr4PbU31Mg4xblqyncFQAFee { width:13.125rem;height:7.25rem;top:14.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJx8EcLHCnftgWJTI74PDwKhNvTWtpG2 { top:0.25rem;left:0rem;width:47.75rem;height:26.767155924119rem;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) { #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.8857375rem;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.5244375rem;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.3359375rem;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.6494125rem;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.92383125rem;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.94921875rem;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.3994125rem;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.8496125rem;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) { #Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc { display:block; }#Ry7md3zCnpTcBLZCqDTJTBOP6HlTXoDc > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eqf0iNRe2GUOf44W5bB73TZwnDGFEGeZ { width:7.125rem;height:0.8994125rem;top:54.625rem;left:1.1875rem;font-size:0.5625rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lg4kfLPwFJTKgh3MRU1t8eqwquut8eKA { width:11.3740234375rem;height:2.5595703125rem;top:55.5rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZz8XDn8WXy8iddBsRS1yxf4onkHvIq5 { display:block; }
 }@media only screen and (max-width: 763px) { #ONBMa5nnnhTq0IOh2tTaBpgNLPoZZgPa { width:20rem;height:3.375rem;top:21.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vVONnZzMPD1EzyuxIvQ7tBpOgs2uGTcQ { width:20rem;height:0.3125rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLm7fct1n3RObTrQrwsdxktEzgkqrvZd { width:20rem;height:3.41015625rem;top:28.0625rem;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) { #ASCgZnOn2cp6isQLTWPTwNI68MJUpJ09 { width:20rem;height:19.4970875rem;top:33.0625rem;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) { #g5JydJgppAmWG5EzFwQTFDx7BWQ9xLJO { width:16rem;height:20rem;top:0.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUuAuoeBI6aFiqFBnwycydZs6DDMLliI { display:block; }#HUuAuoeBI6aFiqFBnwycydZs6DDMLliI > .row .container { width:20rem;height:123.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJhqm6wgDbCEIIOdiexWeJ4lw5Q80ZSp { width:18.2493125rem;height:10.2139375rem;top:2.24609375rem;left:0.87446731328963rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdGAkFbeTvquWfIVTSHPbkhBUgxe61rA { width:18.18625rem;height:7.5rem;top:10.872688293457rem;left:0.90642756223681rem;display:block; }
 }@media only screen and (max-width: 763px) { #DekJnI5kn6us5aiU1HsI6i52t517NU6l { width:8.8743125rem;height:1.3496125rem;top:12.920810699463rem;left:5.5610795617104rem;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) { #hkdf7ys34hqEK9VDZVwzHUTkfO7LSIoi { width:18.2493125rem;height:10.2139375rem;top:19.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9HsQhbv8tnTXCfwg4PT2EZPNAZqWde3 { width:18.185375rem;height:7.5rem;top:28.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zet2wDbRG9xXbdFEmSPup96ISnJt9UsI { width:11.6868125rem;height:1.3496125rem;top:30.3125rem;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) { #y82bTsAh8rzwBKkQICoeT7NffVQklFLZ { width:18.2493125rem;height:10.2139375rem;top:36.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydRWg1xrk0T03nTrlTurqlzKTuZ6gnzQ { width:18.18625rem;height:7.5rem;top:44.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2no7Qxq5b4DmPUXi9TwW7KZoMTVKQmi { width:11.6868125rem;height:1.3496125rem;top:46.875rem;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) { #CaXtR2ny82tMTMLqcp0DuC28GJZ0ziHH { width:18.2493125rem;height:10.2139375rem;top:52.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6kcEqeQaMfN4sZsQFZnFr0MC1DZmNIU { width:18.1875rem;height:6.875rem;top:62.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnGNDienIki0h93I8uSLNrk7g5ZwPFwr { width:11.6868125rem;height:1.3496125rem;top:63.625rem;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) { #R6l9hbaU4JyeMttwisl0ylWwPtXLE9NR { width:10.9375rem;height:1.125rem;top:14.374111175537rem;left:4.4992895722389rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dvy5xGShVF18CAwhDVMbLmSw3I6QlwyN { width:10.9375rem;height:1.125rem;top:31.8125rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f98SNoBrP7cUAPFRxQ2fpIVAllG63FOg { width:10.9375rem;height:1.125rem;top:48.3125rem;left:4rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TiC9UWNcaFMBfaTPHPrtulX0NTfmHOdU { width:10.9375rem;height:1.125rem;top:65.3125rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AS0gJVc68cAmluC65S0I9ZN0uw6nqkho { display:flex;width:2.1875rem;height:2.1875rem;top:15.935726165771rem;left:3.1241121888161rem; }
 }@media only screen and (max-width: 763px) { #dNhiqBmdQ7NmnmpCixGdt4mEG3WcsJbZ { width:1.875rem;height:1.125rem;top:16.623756408691rem;left:5.3746448159218rem;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) { #LeRXFC7cQtz1lOsCVodIZEc3XbxblMwX { display:flex;width:2.1875rem;height:2.1875rem;top:15.935726165771rem;left:8.4996448159219rem; }
 }@media only screen and (max-width: 763px) { #tXu3eOqtWmzkM2mosRhlcIOIhWqPchJZ { width:1.875rem;height:1.125rem;top:16.560726165771rem;left:10.687144815922rem;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) { #EATcI9Q7m8KKp4y16CX4Gdm7JSxuVKmX { display:flex;width:2.1875rem;height:2.1875rem;top:15.935726165771rem;left:14.062499582768rem; }
 }@media only screen and (max-width: 763px) { #MWnxGrMGbUcdBpiJTTW7Vys3tQPSMifw { width:1.875rem;height:1.125rem;top:16.685901641846rem;left:16.186966478824rem;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) { #AysR52WcJASH78qvbU3JXR9vOcp35lpd { display:flex;width:2.1875rem;height:2.1875rem;top:32.75rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #FAysBIU4FTlbzpJB344dN86E6RNOEyhi { display:flex;width:2.1875rem;height:2.1875rem;top:33.0625rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #k38ZcmC5L5QJ696Z2XitgQRfVfCbO5fA { display:flex;width:2.1875rem;height:2.1875rem;top:33.0625rem;left:13.4375rem; }
 }@media only screen and (max-width: 763px) { #xlW3cwOXiX4gZTs9yhdbHzDKlPZidZec { width:1.875rem;height:1.125rem;top:33.75rem;left:4.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) { #c0bWn1TL8pcdPt3izJ1TpGqwXoTGIRqE { width:1.875rem;height:1.125rem;top:33.8125rem;left:15.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) { #tdIEsbacBWveFE0NkcaU5GhEFfiiKTa0 { width:1.875rem;height:1.125rem;top:33.75rem;left:10.0625rem;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) { #LUMob8TgZn5Na4cV0vTMI3Ck4t8y2Ra5 { display:flex;width:2.1875rem;height:2.1875rem;top:49.6875rem;left:13.5rem; }
 }@media only screen and (max-width: 763px) { #ZDetT4ZelZ6DDrdixZCFRia2IgtrpHRE { display:flex;width:2.1875rem;height:2.1875rem;top:49.6875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #LHrLfF0T0x4U1fKEdRqlZ9q91TXcfbcW { width:1.875rem;height:1.125rem;top:50.3125rem;left:10.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) { #nz0OeoKo1KhrmbdtMTLMXWqKlfh6Rs4G { width:1.875rem;height:1.125rem;top:50.4375rem;left:15.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) { #xkfV47u4qSuunlyCwBElDaKHdtG0eNUF { width:1.875rem;height:1.125rem;top:50.375rem;left:4.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) { #UwJ2xPT0VhutHelbtzBr2IJyJtFXJBMo { display:flex;width:2.1875rem;height:2.1875rem;top:49.375rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #cKGi8L7OD6hrNqkb1qcZ1nheUAqRLBVs { display:flex;width:2.1875rem;height:2.1875rem;top:66.6875rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #hQ2fdwCh7Dtnm3TJzSGqn7f0RiuqNExl { display:flex;width:2.1875rem;height:2.1875rem;top:66.6875rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #a9ZIlQcpMtS8tF3TEEk9cXqF7ayPNcJl { display:flex;width:2.1875rem;height:2.1875rem;top:66.6875rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #AOEIR6H9knW0EFgLnR0SJtqESVilh0ZU { width:1.875rem;height:1.125rem;top:67.4375rem;left:16.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) { #uHtE7P4lqCZFgVz9gVOq4BhRKtTA3nsa { width:1.875rem;height:1.125rem;top:67.375rem;left:5.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) { #mvLKoLKwvXbIaTtCRfPnCprR4fSL2yxi { width:1.875rem;height:1.125rem;top:67.3125rem;left:10.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) { #OkvrC1KZpLGw5RTpOMOmZDxt1KxTVQrM { width:18.9994375rem;height:1.54296875rem;top:0.24929046630859rem;left:0.49893468618393rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8VV46ngTN15Txo8fUB9immdNe0dn7eX { width:18.25rem;height:9.9375rem;top:70.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss6HoTaWQaDHi0BwccW0MBIMw39J22gT { width:18.1875rem;height:9.375rem;top:77rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTsLWPSdVJDw9kTy7Vb6n7nyW4IdCVml { width:8.875rem;height:1.3496125rem;top:80.625rem;left:5.5625rem;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) { #MD9cWxDdXJ654oTLroZOaRKKkscamWP9 { width:10.9375rem;height:1.125rem;top:82.4375rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rQu4wCPd0gypM2k4BQNinKX7O7ycXbHf { display:flex;width:2.25rem;height:2.25rem;top:83.6875rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #plPR25ApTd4Kf6mIGPHgT8Atx5POrVIF { display:flex;width:2.25rem;height:2.25rem;top:83.6875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #QDnTWoe7rJPwTKOB7wh0R8TfGZL0N9fU { width:1.875rem;height:1.125rem;top:84.375rem;left:5.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) { #TaZ6hd3rTitI7DQ3UoTkG5HZphRzbqcg { width:1.875rem;height:1.125rem;top:84.3125rem;left:10.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) { #xiFe8JIgVqM2XG9kTzdzWGtvPocvEZDe { display:flex;width:2.1875rem;height:2.1875rem;top:83.6875rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #s9JkTOcb1TNOGFyFMflNfEm2ndU5fSFW { width:1.875rem;height:1.125rem;top:84.4375rem;left:16.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) { #V4PrZKCDkFiFNeHkV3btiybQuky2DBlQ { width:18.1875rem;height:10.375rem;top:93.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq8rqc5fXJs4s7kzRC3zTNaOwfPJzWsh { width:1.875rem;height:1.125rem;top:101.8125rem;left:16.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) { #y2qGXXnbEMW0D9hQoJ5wirCJBgfyIQzW { display:flex;width:2.1875rem;height:2.1875rem;top:101.0625rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #QOx7iz1SM8kIc8Pi3vmonWnSdXM7d2aC { width:1.875rem;height:1.125rem;top:101.6875rem;left:10.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) { #Q4T3gLahS2RDBzDSlrvwDVztQfZvnTQt { display:flex;width:2.25rem;height:2.25rem;top:101.0625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #JuCO8hkfgULHQIO886RxoLG2e6wbPK92 { width:1.875rem;height:1.125rem;top:101.75rem;left:5.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) { #gnzZT9FLMno1VSd5gqvGZJLqbt2JkWiT { width:10.9375rem;height:1.125rem;top:99.875rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Mu5VGizcUSsEq4E3Wx22dVNfvOb8TPsc { display:flex;width:2.25rem;height:2.25rem;top:101.0625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #RrwnMcve6oG8obMQOqFHJxA1P3J1acZD { width:8.875rem;height:1.3496125rem;top:98.25rem;left:5.5625rem;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) { #uXcZpFCJrJsvxu1oKxs4oi6LM6k0zqVC { width:18.25rem;height:9.9375rem;top:87.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar3dxWA5zHDHOAsrCJ7XHkcWT64dVU7e { width:18.1875rem;height:6.75rem;top:115.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGGuhKL1k6LHfqCPf7DMKUMeJXLUectG { display:flex;width:2.1875rem;height:2.1875rem;top:119.1875rem;left:13.5rem; }
 }@media only screen and (max-width: 763px) { #eqOC28JRkTGKTdzfgEzTSVpUEXgEyhAW { display:flex;width:2.25rem;height:2.25rem;top:119.1875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #QbKHHaxTH3qM1TT5LtPKkuXgxXxAhP5A { width:1.875rem;height:1.125rem;top:119.9375rem;left:15.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) { #HgmhmPp6AmhcTW6F2G9rJFTuciHQrQfm { width:1.875rem;height:1.125rem;top:119.875rem;left:4.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) { #Eg8t1a0hhVaIeE6THR3P8TmWMky015yL { width:1.875rem;height:1.125rem;top:119.8125rem;left:10.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) { #InoqnCE0LFdz2ogNErbS3iQyIkpAQzoy { display:flex;width:2.25rem;height:2.25rem;top:119.1875rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #oMDpIbNNeFdqwc3vXQZb8HOzn9R73QyP { width:11.5rem;height:1.125rem;top:117.5625rem;left:4.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OTSn4RQI86Za785SBtJdDWtKxMPl5e3L { width:11.6875rem;height:1.3496125rem;top:115.75rem;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) { #Z0zUt4527iB7GTqw03leelVrcWwwSuPF { width:18.25rem;height:10.25rem;top:105.0625rem;left:0.875rem;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.69921875rem;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.13671875rem;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.923825rem;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.13671875rem;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.923825rem;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.13671875rem;top:24rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nidr7cByZxh66AsS65qibH7IQnrTnK0T { width:10.2494375rem;height:2.923825rem;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.923825rem;top:34.6875rem;left:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1Os4ofyVBNJ79lk1f2phRtirneV9e7i { width:12.5rem;height:2.0996125rem;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:2.0996125rem;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.923825rem;top:43.75rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz { display:block; }#Gw4mSIrvM5Pa4h6RduCR0dLB4BBZ0NMz > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3oILSE4Gr4PbU31Mg4xblqyncFQAFee { width:19.0625rem;height:1.54296875rem;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) { #TJx8EcLHCnftgWJTI74PDwKhNvTWtpG2 { width:20rem;height:11.282875rem;top:2.0383510589599rem;left:0rem;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.54296875rem;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.21875rem;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.21875rem;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.21875rem;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.21875rem;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.21875rem;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) { #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.84765625rem;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.59765rem;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:2.0996125rem;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.94921875rem;top:0.24874877929688rem;left:3.1241121888161rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }