.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:217,233,233;--color-primary-1:128,183,182;--color-primary-2:0,110,109;--color-primary-3:0,55,55;--color-primary-4:0,17,16;--color-secondary-0:220,222,221;--color-secondary-1:138,147,142;--color-secondary-2:20,38,28;--color-secondary-3:10,19,14;--color-secondary-4:3,6,4;--color-tertiary-0:255,255,255;--color-tertiary-1:243,251,247;--color-tertiary-2:48,48,48;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2de417b6-0071-468b-ae9e-4e48c2b1461f/IMG_0221.JPG");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.81); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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.81); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { position:absolute;display:block;z-index:14999;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-4),0.5) ;height:26.75rem;width:21.6875rem;top:12.5625rem;left:47.3125rem;display:block; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:13.875rem;left:50.125003814698rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:16.1875rem;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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:#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:16.1875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:#ffffff;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;width:16.1875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:16.1875rem;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(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-primary-2),1);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.125rem;font-weight:bold;color:#eaedf3;width:16.1875rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:15rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:rgba(var(--color-tertiary-0),0.1);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:16.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:48.812500953674rem;top:19.375rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.1875rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:rgba(var(--color-tertiary-0),0.1);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:16.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:48.812500953674rem;top:19.375rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#Z1hN4FOyTJq2mV3ddCuPmxVtaX7b3GC1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:16.8125rem;top:3.125rem;left:16.5302734375rem;overflow:hidden;display:block; }
#Chnv2PSPTOFQmQJ6mgHEbe4svn2PkXDK { color:#f8fdfb;display:block;width:11.6875rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:42.750001907349rem;left:19.312501907349rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybWVrpW8hqmexUk4PRHBIbEg6dcVnHAs { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15202;line-height:1.3;letter-spacing:0;top:13.5625rem;left:16.8125rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#In7mUhMmIA22NcAoALbsCfna6vPGuE1K { color:#f3f6f6;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15026;line-height:.5;letter-spacing:0;top:25.9375rem;left:5.75rem;height:1.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#zzExTk4IWKdpN7n2O45FvdggAJ2DiyX3 { color:#ffd700;display:block;width:7.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:23.125rem;left:9.75rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#upNpbJ4hRetBImeodlDTsWgwxZneCQ7h { color:rgba(var(--color-tertiary-0),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:15.973958969116rem;left:5.33203125rem;height:3.16875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZkwPJ5XoWLhTQKexo86UZiFJR7Ca3Sn8 { position:absolute;display:block;z-index:15201;background-color:rgba(var(--color-primary-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-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:2.9375rem;width:16.875rem;top:13.125rem;left:16.375rem;display:block; }
#z1ghrZ9g3meCtfEGC6GuiMbGecWsm7Fg { box-sizing:content-box;height:10.375rem;width:31rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:30.9375rem;left:9.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#ns3JTl05LP9QsfcHpTSVUeQTx061POog { color:#ffd700;display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15204;line-height:1.3;letter-spacing:0;top:31.8125rem;left:5.875rem;height:2.7625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wXpZhBwEXcKnizIEFqmTU7NXH1IJcnlb { color:#faf7f1;display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:23.6875rem;left:17.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKHq5FQSTxAaHkGAStQCnQM9BnrVEnOX { color:#ffd700;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:18.675000190735rem;left:7.956250190735rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LipxT5oHsJZV2o6Wn25OnnBvcav8OsnT { color:#faf7f1;display:block;width:0.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:25.1875rem;left:21.25rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIBiSwf0GwXJtFMF733N4oDghvQath36 { position:absolute;display:block;z-index:15213;background-color:rgba(var(--color-primary-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-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:2.0625rem;width:7.75rem;top:35.3125rem;left:12.125rem;display:block; }
#PJQ9AhHGusaEO67wEiNzB356FQDyrzQ7 { color:rgba(var(--color-tertiary-1),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15214;line-height:1.3;letter-spacing:0;top:35.5625rem;left:13.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WXVssshPSIUJ89zlIdQTvydVTLTIKNTX { box-sizing:content-box;height:5.1875rem;width:0.125rem;position:absolute;display:block;z-index:15216;background-color:#e3e3e3;background-image:none;top:35.3125rem;left:21.125rem;display:block; }
#ftT8qls82gT1BznRQ2lQrU0c8ctOAIJy { position:absolute;display:block;z-index:15214;background-color:rgba(var(--color-primary-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-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:2.0625rem;width:7.5625rem;top:35.3125rem;left:22.4375rem;display:block; }
#nfky4pbpn6JSNELltgTAGITmhnlfTx1u { color:rgba(var(--color-tertiary-1),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15215;line-height:1.3;letter-spacing:0;top:35.5625rem;left:21.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DHKKLKSDcT8yWZmTE5BzfwAIlhbe9Qkl { color:#ffd700;display:block;width:0.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15216;line-height:1.3;letter-spacing:0;top:37.0625rem;left:22.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eoKI3uQoUxthksABav3JwRBzt43wpvKi { color:rgba(var(--color-tertiary-1),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15216;line-height:1.3;letter-spacing:0;top:38.6875rem;left:24.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CAzzx5IQdTqMQJVk0vEmLVVRTk4MlBWW { box-sizing:content-box;height:5.1875rem;width:0.125rem;position:absolute;display:block;z-index:15217;background-color:#e3e3e3;background-image:none;top:35.3125rem;left:31.25rem;display:block; }
#Imr1WPUGJVoyEgCkv4ofFuO8T0rqw3Kg { color:rgba(var(--color-tertiary-1),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15216;line-height:1.3;letter-spacing:0;top:35.742899894714rem;left:33.029829502106rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#focrQTC8Ixmvz3JOA3vEBZTWrUhuRfDD { position:absolute;display:block;z-index:15215;background-color:rgba(var(--color-primary-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-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:2.0625rem;width:6.75rem;top:35.3125rem;left:32.625002384186rem;display:block; }
#JH7sasS0MLgNStt1mevhEsD0DFEzlwpw { color:#ffd700;display:block;width:1.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15217;line-height:1.3;letter-spacing:0;top:37.0625rem;left:32.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgDhk1JCIhoUwA8Z1ThHfoJONz86FcsE { color:rgba(var(--color-tertiary-1),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15217;line-height:1.3;letter-spacing:0;top:38.5625rem;left:35.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXk3KcgUGTN7AQmyWVyyhXifWlTTV6NQ { color:#ffd700;display:block;width:2.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15217;line-height:1.3;letter-spacing:0;top:37.1875rem;left:12.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JiXxinSyTcAx0e4SwKHeT9lbpPKvVG1F { color:rgba(var(--color-tertiary-1),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15217;line-height:1.3;letter-spacing:0;top:38.8125rem;left:15.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbQTQHBpfApJMsOw4rpDVpfcXqtNTFNS { box-sizing:content-box;height:5.6875rem;width:0.375rem;position:absolute;display:block;z-index:15218;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.125rem;left:23.1875rem;display:block; }
#LfMxs6oiO7XUL2L3VrJJssy5dMTCwyDi { color:#ffd700;display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15219;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.8);top:23.0625rem;left:27.875rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GpusEWFXDQWrCNuHNR20UwBux0QPtTRF { color:#ffffff;display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15220;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 7.8125rem rgba(0,0,0,0.8);top:24.875rem;left:24.5625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t8okzzDhwkZNF4pLoSuEIa8vINTmyM4e { color:#ffd700;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15220;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.8);top:27rem;left:29.8125rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cJe42eRlpdUtLgRsSt6OGPJfUQMEiOJd { color:#faf7f1;display:block;width:0.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:24.875rem;left:43.1875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u1clFsl8egkgfxicmlM1UeLNVZuxGB0Q { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#tMgACiK5ivpD8uecuLl5Eu9uKcW1zX6o { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR { position:relative;display:block; }#ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR { background-color: transparent; background-image: none; }#ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR > .row .container > .video-iframe-container { display: none; }#ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR > .row > .video-iframe-container { display: none; }#ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR > .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); }#ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR { border-width: 0; border-radius: 0; }#ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR > .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; }#ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR > .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:36.8125rem;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; }#cUGykcv9wkpw5iyKRXuSxVITEsJ2hEb3 { position:absolute;display:block;z-index:15006;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: none;height:30.1875rem;width:30.1875rem;top:3.1562519073486rem;left:1.46875rem;overflow:hidden;display:block; }
#RkdubzCd06uW6mNq0VGfPsFz2ENdX2fp { color:rgba(var(--color-tertiary-3),1);display:block;width:33.872375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:.8;letter-spacing:0;top:25.8125rem;left:38.687500953674rem;height:2.4rem;text-align:justify;text-align-last:initial;display:block; }
#t29RWxtRKaO7RUp2eKx8LnVTou2N9qA8 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.7;letter-spacing:0;top:18.3125rem;left:38.4375rem;height:6.8rem;text-align:justify;text-align-last:initial;display:block; }
#owulu6KQJclggZ2x2E0oAKMDWt8Q0SVT { color:#4851c8;display:block;width:34.497375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.6;letter-spacing:0;top:11.625rem;left:38.375rem;height:3.8rem;text-align:justify;text-align-last:initial;display:block; }
#vL8FMdWHfJieX7U5FPc3uvdu2rBVRiLF { color:#040303;display:block;width:34.497375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:9.25rem;left:38.4375rem;height:3.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HJvAF570uCLqklqablSXPIhcrDDalclL { position:absolute;display:block;z-index:15033;background-color:#ca900f;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.25rem;width:34.125rem;top:8.1875rem;left:38.625rem;display:block; }
#EviCArIwA8ZNLSJKzETNCV3uZ09laSeP { position:absolute;display:block;z-index:15032;background-color:#956f19;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.25rem;width:34.125rem;top:7.9375rem;left:38.625rem;display:block; }
#ecKafpoLTR1Cmx9N6eBfnvTTTGrlFX5X { color:rgba(var(--color-tertiary-3),1);display:block;width:34.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.6;letter-spacing:0;top:13.75rem;left:37.5rem;height:0;text-align:justify;text-align-last:initial;display:block; }
#Q5iy8lGwPulXFaI1d3V39PnQeeii88ID { color:rgba(var(--color-tertiary-3),1);display:block;width:34.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:14.8125rem;left:38.375rem;height:2.6rem;text-align:justify;text-align-last:initial;display:block; }
#RxwqWtADz1NdzGrXX87Z0E88kEiRIA9J { background-color:rgba(var(--color-primary-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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15223;text-align:center;text-align-last:center;top:30rem;left:38.6875rem;display:block; }
#skpSnDHO5kOOWXB1FqszIELIPL0prz0O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UcbCt9i8RT401AhxXMcxo3ndWS05pD09 { color:#224590;display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15225;line-height:1.2;letter-spacing:0;top:5.9375rem;left:38.437500953674rem;height:1.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I6Ly1VhLR0QT8StxWwzGOqx3qCDMJQGT { color:#015850;display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15224;line-height:1.2;letter-spacing:0;top:3.0625rem;left:38.437500953674rem;height:2.85rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.88671875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:3.125rem;display:block; }
#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.3125rem;left:7.125rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:14.005859375rem;left:3.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:16.1865234375rem;left:3.125rem;height:9.1rem;text-align:center;text-align-last:center;display:block; }
#rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:21.875rem;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.3125rem;left:25.875rem; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:14.005859375rem;left:21.875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:16.1875rem;left:21.875rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:40.625rem;display:block; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.3125rem;left:44.625rem; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:14.005859375rem;left:40.625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:16.1875rem;left:40.625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#JlTkybakflq0hi8wn0mzGdoFWwckQq2C { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:3.8125rem;left:57.625rem;display:block; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.3125rem;left:63.375rem; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:59.375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.1875rem;left:59.375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { background-color: transparent; background-image: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container > .video-iframe-container { display: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container { display: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .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); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { border-width: 0; border-radius: 0; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { font-size:0.875rem;font-family:arial;height:79.375rem;width:75rem;position:relative;display:block; }#yUU0tLR8KNC2ePv7dUvwCX9GU3lct28g { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);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: none;height:19.125rem;width:16.25rem;top:12.5rem;left:1.1875rem;display:block; }
#rdirAiURRKaIBVMv08sOoFSM9GLwA1Hs { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:29.75000166893rem;left:2.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yUitTZFfqSCBVgb6oM26XXcXyMB2Q0Q9 { position:absolute;display:block;z-index:15016;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.5rem;width:16.5rem;top:12.437496185302rem;left:1.1875rem;overflow:hidden;display:block; }
#upKubC4p6FOrJx4a4lwuXJS4I0KfhT8E { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:29.750000715256rem;left:40.312500953674rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTnPlq0E0cPHOu0hdDgmmoHU1pTEEZS8 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);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: none;height:19.125rem;width:16.1875rem;top:12.5rem;left:19.875rem;display:block; }
#DQnIg0r4S1om7xz2MLNPJ4Or7wF7T5mw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:20.062499761581rem;left:27.250000953674rem;overflow:hidden;display:block; }
#o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VHMhfCfIbUyrGllorKZT29C0U9ppeSeF { position:absolute;display:block;z-index:15018;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.3125rem;width:16.6875rem;top:12.499996185302rem;left:38.656250476837rem;overflow:hidden;display:block; }
#EFm9k3BrZbor5GAzo0BmX2LlI8L0N771 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);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: none;height:19.0625rem;width:16.4375rem;top:12.562500715256rem;left:38.625000953674rem;display:block; }
#o8PLSrQoo0fuFTqyxqWBmgnRGTBgIfQv { position:absolute;display:block;z-index:15017;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.375rem;width:16.375rem;top:12.500000715256rem;left:19.937500953674rem;overflow:hidden;display:block; }
#CMOO63eTDkvPBizo1fFAlHnfQEsE2HNx { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29.68750166893rem;left:21.562500953674rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqpvrF1OMJmX2ZNsMnQlLlZHBxxGKniv { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.375rem;width:54.5rem;top:41.812502622604rem;left:10.180397987366rem;display:block; }
#uMrqrQSt1JSTTAoC7bzo7lebXiQpVc9u { position:absolute;display:block;z-index:15020;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.75rem;width:16.4375rem;top:12.500000715256rem;left:57.500000953674rem;overflow:hidden;display:block; }
#y1S8MBF4XzbFOVEO18Ra8ixCKn9ZV7Mu { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);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: none;height:19.125rem;width:16.1875rem;top:12.5rem;left:57.4375rem;display:block; }
#TAOXIFAhHnfC4EcWAhsTm4Tp4RX513S2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:29.6875rem;left:59.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { 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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { color:rgba(var(--color-secondary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:27.0625rem;left:31.8125rem;height:2.8rem;font-style:normal;display:block; }
#pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#GqTWeMhSffNqQ8yE6GTVL7u7uMrx79UR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:54.875rem;top:7.75rem;left:10.0625rem;overflow:hidden;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { 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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:rgba(var(--color-tertiary-2),1);display:block;width:49.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15013;line-height:.9;letter-spacing:0;top:2.755859375rem;left:12.90625rem;height:8.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17rem;left:29.75rem;height:1.13769375rem;font-style:normal;display:block; }
#mcF0bmDW3nh6x0bM9PJlB6chARypO2Ar { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:14.875rem;left:29.75rem;height:1.13769375rem;font-style:normal;display:block; }
#x1nDrhpBbiXc6v2GMEeh6IfiCm8tSR9N { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:19.32421875rem;left:29.75rem;height:1.13769375rem;font-style:normal;display:block; }
#lUNrbGmO0nk0UVE816DlXMdqGV1H2Vs7 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:21.4375rem;left:29.75rem;height:1.13769375rem;font-style:normal;display:block; }
#qk48pmnlqpp90mF7MyDbkulFwekgidny { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.125rem;top:21.224609375rem;left:26.84375rem;overflow:hidden;display:block; }
#v5VSmGbpDAdim34RqSOokR0NHedTdRCC { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:19.111328125rem;left:27.125rem;overflow:hidden;display:block; }
#sqaSUrwAHcFQpp7PECI3Ou3zxGfhP4pi { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.875rem;top:16.787109375rem;left:26.96875rem;overflow:hidden;display:block; }
#giEq3fzJcETRu7naa5GVZuxm3wxdR8iv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:14.662109375rem;left:27.09375rem;overflow:hidden;display:block; }
#pXWNZvgpBQsUDPJQUPopBtq0Z41SEvd3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:15.130859375rem;left:25.59375rem; }
#A7pMoJhZppzMwzM3QInxMNwxp6HrbLwH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:17.255859375rem;left:25.59375rem; }
#lQulHNGCzMEyeOkzvWIb5vUtcOudUfrS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:19.580078125rem;left:25.59375rem; }
#HJSBQgCwehU12hZJavHoAJy5KWZrTHsN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.693359375rem;left:25.59375rem; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.16796875rem;left:55.875rem;height:0.975rem;font-style:normal;display:block; }
#tnVyyOO37iAImTw74G9Tfli9gWGm1TiW { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:5.6875rem;top:0rem;left:0.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { top:12.5625rem;left:26.0625rem;width:21.6875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:13.875rem;left:30.8125rem;width:16.9375rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:16.1875rem;height:auto;top:19.375rem;left:29.0625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:16.1875rem;height:auto;top:19.375rem;left:29.0625rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #Z1hN4FOyTJq2mV3ddCuPmxVtaX7b3GC1 { top:3.125rem;left:2.9052734375rem;width:16.8125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chnv2PSPTOFQmQJ6mgHEbe4svn2PkXDK { top:42.75rem;left:5.6875019073486rem;width:11.6875rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybWVrpW8hqmexUk4PRHBIbEg6dcVnHAs { top:13.5625rem;left:3.1875rem;width:16.6875rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #In7mUhMmIA22NcAoALbsCfna6vPGuE1K { top:25.9375rem;left:0rem;width:16.25rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzExTk4IWKdpN7n2O45FvdggAJ2DiyX3 { top:23.125rem;left:0rem;width:7.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upNpbJ4hRetBImeodlDTsWgwxZneCQ7h { top:15.9375rem;left:0rem;width:39.25rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkwPJ5XoWLhTQKexo86UZiFJR7Ca3Sn8 { top:13.125rem;left:2.75rem;width:16.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ghrZ9g3meCtfEGC6GuiMbGecWsm7Fg { top:30.9375rem;left:0rem;width:31rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns3JTl05LP9QsfcHpTSVUeQTx061POog { top:31.8125rem;left:0rem;width:38.5625rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXpZhBwEXcKnizIEFqmTU7NXH1IJcnlb { top:23.6875rem;left:3.6875rem;width:2.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKHq5FQSTxAaHkGAStQCnQM9BnrVEnOX { top:18.625rem;left:0rem;width:34rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LipxT5oHsJZV2o6Wn25OnnBvcav8OsnT { top:25.1875rem;left:7.625rem;width:0.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIBiSwf0GwXJtFMF733N4oDghvQath36 { top:35.3125rem;left:0rem;width:7.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJQ9AhHGusaEO67wEiNzB356FQDyrzQ7 { top:35.5625rem;left:0rem;width:5.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXVssshPSIUJ89zlIdQTvydVTLTIKNTX { top:35.3125rem;left:7.5rem;width:0.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftT8qls82gT1BznRQ2lQrU0c8ctOAIJy { top:35.3125rem;left:8.8125rem;width:7.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfky4pbpn6JSNELltgTAGITmhnlfTx1u { top:35.5625rem;left:7.875rem;width:9.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHKKLKSDcT8yWZmTE5BzfwAIlhbe9Qkl { top:37.0625rem;left:9rem;width:0.9375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoKI3uQoUxthksABav3JwRBzt43wpvKi { top:38.6875rem;left:10.5rem;width:3.875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAzzx5IQdTqMQJVk0vEmLVVRTk4MlBWW { top:35.3125rem;left:17.625rem;width:0.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Imr1WPUGJVoyEgCkv4ofFuO8T0rqw3Kg { top:35.6875rem;left:19.404829502106rem;width:5.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #focrQTC8Ixmvz3JOA3vEBZTWrUhuRfDD { top:35.3125rem;left:19.000002384186rem;width:6.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH7sasS0MLgNStt1mevhEsD0DFEzlwpw { top:37.0625rem;left:19.000002384186rem;width:1.1875rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgDhk1JCIhoUwA8Z1ThHfoJONz86FcsE { top:38.5625rem;left:22.0625rem;width:2.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXk3KcgUGTN7AQmyWVyyhXifWlTTV6NQ { top:37.1875rem;left:0rem;width:2.9375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiXxinSyTcAx0e4SwKHeT9lbpPKvVG1F { top:38.8125rem;left:2.0625rem;width:1.3125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbQTQHBpfApJMsOw4rpDVpfcXqtNTFNS { top:23.125rem;left:9.5625rem;width:0.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfMxs6oiO7XUL2L3VrJJssy5dMTCwyDi { top:23.0625rem;left:14.25rem;width:12.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpusEWFXDQWrCNuHNR20UwBux0QPtTRF { top:24.875rem;left:10.9375rem;width:19rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8okzzDhwkZNF4pLoSuEIa8vINTmyM4e { top:27rem;left:16.1875rem;width:8.0625rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJe42eRlpdUtLgRsSt6OGPJfUQMEiOJd { top:24.875rem;left:29.5625rem;width:0.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1clFsl8egkgfxicmlM1UeLNVZuxGB0Q { display:none; }
 }@media only screen and (max-width: 763px) { #tMgACiK5ivpD8uecuLl5Eu9uKcW1zX6o { display:none; }
 }@media only screen and (max-width: 763px) { #ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR { display:block; }#ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUGykcv9wkpw5iyKRXuSxVITEsJ2hEb3 { top:3.125rem;left:0rem;width:30.1875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkdubzCd06uW6mNq0VGfPsFz2ENdX2fp { top:25.8125rem;left:13.9375rem;width:33.8125rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t29RWxtRKaO7RUp2eKx8LnVTou2N9qA8 { top:18.3125rem;left:13.375rem;width:34.375rem;height:6.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owulu6KQJclggZ2x2E0oAKMDWt8Q0SVT { top:11.625rem;left:13.3125rem;width:34.4375rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8FMdWHfJieX7U5FPc3uvdu2rBVRiLF { top:9.25rem;left:13.3125rem;width:34.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJvAF570uCLqklqablSXPIhcrDDalclL { top:8.1875rem;left:13.625rem;width:34.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EviCArIwA8ZNLSJKzETNCV3uZ09laSeP { top:7.9375rem;left:13.625rem;width:34.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecKafpoLTR1Cmx9N6eBfnvTTTGrlFX5X { top:13.75rem;left:13.3125rem;width:34.4375rem;height:0;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5iy8lGwPulXFaI1d3V39PnQeeii88ID { top:14.8125rem;left:13.3125rem;width:34.4375rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxwqWtADz1NdzGrXX87Z0E88kEiRIA9J { width:14.125rem;height:3.4375rem;top:30rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skpSnDHO5kOOWXB1FqszIELIPL0prz0O { display:block; }
 }@media only screen and (max-width: 763px) { #UcbCt9i8RT401AhxXMcxo3ndWS05pD09 { top:5.9375rem;left:11.9375rem;width:35.8125rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Ly1VhLR0QT8StxWwzGOqx3qCDMJQGT { top:3.0625rem;left:13.9375rem;width:33.8125rem;height:2.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.625rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { top:4.9375rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:9.3125rem;left:3.71875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:14rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:16.125rem;left:0rem;width:12.5rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { top:4.9375rem;left:11.375rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:9.3125rem;left:15.65625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:14rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:16.1875rem;left:11.375rem;width:12.5rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { top:4.9375rem;left:23.3125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:9.3125rem;left:27.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:14rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:16.1875rem;left:23.3125rem;width:12.5rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { top:3.8125rem;left:35.25rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:9.3125rem;left:39.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:14rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:16.1875rem;left:35.25rem;width:12.5rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { display:block; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUU0tLR8KNC2ePv7dUvwCX9GU3lct28g { width:16.25rem;height:19.125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdirAiURRKaIBVMv08sOoFSM9GLwA1Hs { width:13.125rem;height:1.625rem;top:29.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUitTZFfqSCBVgb6oM26XXcXyMB2Q0Q9 { width:16.5rem;height:16.5rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upKubC4p6FOrJx4a4lwuXJS4I0KfhT8E { width:13.125rem;height:1.625rem;top:29.6875rem;left:22.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTnPlq0E0cPHOu0hdDgmmoHU1pTEEZS8 { width:16.1875rem;height:19.125rem;top:12.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQnIg0r4S1om7xz2MLNPJ4Or7wF7T5mw { width:3.125rem;height:3.125rem;top:20rem;left:17.031250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { width:47.75rem;height:3.625rem;top:2.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHMhfCfIbUyrGllorKZT29C0U9ppeSeF { width:16.6875rem;height:16.3125rem;top:12.4375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFm9k3BrZbor5GAzo0BmX2LlI8L0N771 { width:16.4375rem;height:19.0625rem;top:12.5625rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8PLSrQoo0fuFTqyxqWBmgnRGTBgIfQv { width:16.375rem;height:16.375rem;top:12.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMOO63eTDkvPBizo1fFAlHnfQEsE2HNx { width:13.125rem;height:1.625rem;top:29.625rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqpvrF1OMJmX2ZNsMnQlLlZHBxxGKniv { top:41.8125rem;left:0rem;width:47.75rem;height:26.612958715596rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMrqrQSt1JSTTAoC7bzo7lebXiQpVc9u { width:16.4375rem;height:14.75rem;top:12.5rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1S8MBF4XzbFOVEO18Ra8ixCKn9ZV7Mu { width:16.1875rem;height:19.125rem;top:12.5rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAOXIFAhHnfC4EcWAhsTm4Tp4RX513S2 { width:13.125rem;height:1.625rem;top:29.6875rem;left:34.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { top:27.0625rem;left:18.1875rem;width:11.375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:47.75rem;height:3.625rem;top:0.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqTWeMhSffNqQ8yE6GTVL7u7uMrx79UR { top:7.75rem;left:0rem;width:47.75rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { top:2.75rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:17rem;left:16.125rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcF0bmDW3nh6x0bM9PJlB6chARypO2Ar { top:14.875rem;left:16.125rem;width:12.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1nDrhpBbiXc6v2GMEeh6IfiCm8tSR9N { top:19.3125rem;left:16.125rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUNrbGmO0nk0UVE816DlXMdqGV1H2Vs7 { top:21.4375rem;left:16.125rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk48pmnlqpp90mF7MyDbkulFwekgidny { top:21.1875rem;left:13.21875rem;width:2.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5VSmGbpDAdim34RqSOokR0NHedTdRCC { top:19.0625rem;left:13.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqaSUrwAHcFQpp7PECI3Ou3zxGfhP4pi { top:16.75rem;left:13.34375rem;width:1.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giEq3fzJcETRu7naa5GVZuxm3wxdR8iv { top:14.625rem;left:13.46875rem;width:1.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXWNZvgpBQsUDPJQUPopBtq0Z41SEvd3 { top:15.125rem;left:11.96875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7pMoJhZppzMwzM3QInxMNwxp6HrbLwH { top:17.25rem;left:11.96875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQulHNGCzMEyeOkzvWIb5vUtcOudUfrS { top:19.5625rem;left:11.96875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJSBQgCwehU12hZJavHoAJy5KWZrTHsN { top:21.6875rem;left:11.96875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:1.125rem;left:28.625rem;width:19.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnVyyOO37iAImTw74G9Tfli9gWGm1TiW { top:0rem;left:0rem;width:5.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2de417b6-0071-468b-ae9e-4e48c2b1461f/IMG_0221.JPG");background-position:top center !important;background-repeat: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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { width:16.4375rem;height:23.125rem;top:36.625rem;left:1.8112498521805rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:13.125rem;height:3.15rem;top:37.4375rem;left:3.6875001192093rem;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:12rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:13.1875rem;height:auto;top:40.0625rem;left:2.1862498521805rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:13.1875rem;height:auto;top:40.0625rem;left:2.1862498521805rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #Z1hN4FOyTJq2mV3ddCuPmxVtaX7b3GC1 { width:13.125rem;height:6.375rem;top:1.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chnv2PSPTOFQmQJ6mgHEbe4svn2PkXDK { width:8.0625rem;height:0.73125rem;top:33.25rem;left:5.9681249856949rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybWVrpW8hqmexUk4PRHBIbEg6dcVnHAs { width:9.0625rem;height:1.3rem;top:8.5625rem;left:5.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #In7mUhMmIA22NcAoALbsCfna6vPGuE1K { width:8.25rem;height:0.9375rem;top:15.8125rem;left:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzExTk4IWKdpN7n2O45FvdggAJ2DiyX3 { width:4.8125rem;height:1.375rem;top:14.125rem;left:6.625rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #upNpbJ4hRetBImeodlDTsWgwxZneCQ7h { width:19.1875rem;height:1.54375rem;top:10.0498046875rem;left:0.40625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZkwPJ5XoWLhTQKexo86UZiFJR7Ca3Sn8 { width:9.3125rem;height:1.75rem;top:8.3125rem;left:5.3125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ghrZ9g3meCtfEGC6GuiMbGecWsm7Fg { width:19.5rem;height:6.875rem;top:25.625rem;left:0.0625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns3JTl05LP9QsfcHpTSVUeQTx061POog { width:20rem;height:2.1125rem;top:26.0625rem;left:0rem;font-size:1.625rem;line-height:1.3;font-family:"open sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXpZhBwEXcKnizIEFqmTU7NXH1IJcnlb { width:1.875rem;height:0.9625rem;top:14.5625rem;left:11.4375rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sKHq5FQSTxAaHkGAStQCnQM9BnrVEnOX { width:18.6875rem;height:0.89375rem;top:11.342968940735rem;left:0.65546876192094rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LipxT5oHsJZV2o6Wn25OnnBvcav8OsnT { width:0.625rem;height:1.03125rem;top:15.4375rem;left:13.625rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OIBiSwf0GwXJtFMF733N4oDghvQath36 { width:5.25rem;height:1.4375rem;top:28.75rem;left:0.75rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJQ9AhHGusaEO67wEiNzB356FQDyrzQ7 { width:4.625rem;height:1.05625rem;top:28.9375rem;left:1rem;font-size:0.8125rem;line-height:1.3;font-family:"open sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WXVssshPSIUJ89zlIdQTvydVTLTIKNTX { width:0.125rem;height:3.375rem;top:28.75rem;left:6.6249996423719rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftT8qls82gT1BznRQ2lQrU0c8ctOAIJy { width:5.25rem;height:1.4375rem;top:28.75rem;left:7.3750001192094rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfky4pbpn6JSNELltgTAGITmhnlfTx1u { width:3.375rem;height:1.05625rem;top:28.9375rem;left:8.1250001192094rem;font-size:0.8125rem;line-height:1.3;font-family:"open sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHKKLKSDcT8yWZmTE5BzfwAIlhbe9Qkl { width:0.9375rem;height:2.6rem;top:29.8125rem;left:7.3125001192094rem;font-size:2rem;line-height:1.3;font-family:"open sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eoKI3uQoUxthksABav3JwRBzt43wpvKi { width:3.875rem;height:0.975rem;top:30.9375rem;left:8.4375001192094rem;font-size:0.75rem;line-height:1.3;font-family:"open sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CAzzx5IQdTqMQJVk0vEmLVVRTk4MlBWW { width:0.125rem;height:3.4375rem;top:28.75rem;left:13.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Imr1WPUGJVoyEgCkv4ofFuO8T0rqw3Kg { width:4.375rem;height:0.89375rem;top:29rem;left:14.437500119209rem;font-size:0.6875rem;line-height:1.3;font-family:"open sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #focrQTC8Ixmvz3JOA3vEBZTWrUhuRfDD { width:5.25rem;height:1.5rem;top:28.6875rem;left:14.000000119209rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH7sasS0MLgNStt1mevhEsD0DFEzlwpw { width:0.9375rem;height:2.6rem;top:29.75rem;left:14.187500119209rem;font-size:2rem;line-height:1.3;font-family:"open sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgDhk1JCIhoUwA8Z1ThHfoJONz86FcsE { width:2.6875rem;height:0.975rem;top:30.9375rem;left:16.437499165535rem;font-size:0.75rem;line-height:1.3;font-family:"open sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXk3KcgUGTN7AQmyWVyyhXifWlTTV6NQ { width:2.4375rem;height:2.6rem;top:29.75rem;left:0.625rem;font-size:2rem;line-height:1.3;font-family:"open sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JiXxinSyTcAx0e4SwKHeT9lbpPKvVG1F { width:1.3125rem;height:0.975rem;top:30.875rem;left:2.8749998807907rem;font-size:0.75rem;line-height:1.3;font-family:"open sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbQTQHBpfApJMsOw4rpDVpfcXqtNTFNS { width:0.0625rem;height:1.5625rem;top:30.789999961853rem;left:6.624374985695rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfMxs6oiO7XUL2L3VrJJssy5dMTCwyDi { width:8.8125rem;height:1.375rem;top:19.25rem;left:5.5rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GpusEWFXDQWrCNuHNR20UwBux0QPtTRF { width:15.75rem;height:1.71875rem;top:20.5625rem;left:1.8125rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t8okzzDhwkZNF4pLoSuEIa8vINTmyM4e { width:8.0625rem;height:1.03125rem;top:22.25rem;left:5.6875rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cJe42eRlpdUtLgRsSt6OGPJfUQMEiOJd { width:0.9375rem;height:1.03125rem;top:20.625rem;left:17.25rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u1clFsl8egkgfxicmlM1UeLNVZuxGB0Q { top:13.762499809265rem;left:5.1556249856949rem;width:9.6875rem;height:4.0625rem;z-index:14997;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tMgACiK5ivpD8uecuLl5Eu9uKcW1zX6o { top:18.703125rem;left:1rem;width:18rem;height:5.0625rem;z-index:14998;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR { display:block; }#ShAEFblRB3tFwbNkR3PLfzmqThHGXKQR > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUGykcv9wkpw5iyKRXuSxVITEsJ2hEb3 { width:17.625rem;height:17.625rem;top:0.9990234375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkdubzCd06uW6mNq0VGfPsFz2ENdX2fp { width:20rem;height:3.9rem;top:37.5625rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t29RWxtRKaO7RUp2eKx8LnVTou2N9qA8 { width:20rem;height:5.525rem;top:31.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owulu6KQJclggZ2x2E0oAKMDWt8Q0SVT { width:20rem;height:4.2rem;top:25.460159301757rem;left:0rem;font-size:0.875rem;color:#4851c8;display:block; }
 }@media only screen and (max-width: 763px) { #vL8FMdWHfJieX7U5FPc3uvdu2rBVRiLF { width:20rem;height:3.16875rem;top:23.474998474121rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJvAF570uCLqklqablSXPIhcrDDalclL { width:20rem;height:0.25rem;top:22.398216247559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EviCArIwA8ZNLSJKzETNCV3uZ09laSeP { width:20rem;height:0.25rem;top:22.148216247559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecKafpoLTR1Cmx9N6eBfnvTTTGrlFX5X { width:20rem;height:0;top:44.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5iy8lGwPulXFaI1d3V39PnQeeii88ID { width:20rem;height:2.1125rem;top:28.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxwqWtADz1NdzGrXX87Z0E88kEiRIA9J { width:10.875rem;height:2.875rem;top:42.4375rem;left:4.5625000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skpSnDHO5kOOWXB1FqszIELIPL0prz0O { display:block; }
 }@media only screen and (max-width: 763px) { #UcbCt9i8RT401AhxXMcxo3ndWS05pD09 { width:20rem;height:0.825rem;top:20.75rem;left:0rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6Ly1VhLR0QT8StxWwzGOqx3qCDMJQGT { width:20rem;height:1.375rem;top:19.282813072204rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:7.3125rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { width:12.5rem;height:14.3125rem;top:7.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:4.375rem;height:4.375rem;top:11.75rem;left:7.75rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:12.5rem;height:1.3rem;top:16.443359375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:12.5rem;height:6.825rem;top:18.6240234375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { width:12.5rem;height:14.3125rem;top:22.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:4.125rem;height:4.125rem;top:27rem;left:7.75rem;font-size:2.875rem; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { width:12.5rem;height:1.3rem;top:31.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { width:12.5rem;height:5.6875rem;top:33.875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { width:12.5rem;height:14.3125rem;top:38rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:4.375rem;height:4.375rem;top:42.375rem;left:7.75rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { width:12.5rem;height:1.3rem;top:47.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { width:12.5rem;height:5.6875rem;top:49.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { width:12.5rem;height:14.3125rem;top:56.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:4.375rem;height:4.375rem;top:57.8125rem;left:7.75rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { width:12.5rem;height:1.3rem;top:62.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { width:12.5rem;height:5.6875rem;top:64.6875rem;left:3.75rem;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { display:block; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUU0tLR8KNC2ePv7dUvwCX9GU3lct28g { width:8.4375rem;height:9rem;top:5.7478694319725rem;left:0.56747156381607rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdirAiURRKaIBVMv08sOoFSM9GLwA1Hs { width:4.5625rem;height:0.975rem;top:13.750000715256rem;left:2.6875001788139rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUitTZFfqSCBVgb6oM26XXcXyMB2Q0Q9 { width:7.3125rem;height:7.3125rem;top:6.0603694319725rem;left:1.3103694319725rem;display:block; }
 }@media only screen and (max-width: 763px) { #upKubC4p6FOrJx4a4lwuXJS4I0KfhT8E { width:5.375rem;height:0.975rem;top:13.749289929867rem;left:12.374290168286rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTnPlq0E0cPHOu0hdDgmmoHU1pTEEZS8 { width:8.4375rem;height:9rem;top:5.7492847442627rem;left:10.567472159863rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQnIg0r4S1om7xz2MLNPJ4Or7wF7T5mw { width:3.125rem;height:3.125rem;top:31.562501907349rem;left:6.2634946703912rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #VHMhfCfIbUyrGllorKZT29C0U9ppeSeF { width:7.75rem;height:7.5625rem;top:5.9976563453674rem;left:11.080968949397rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFm9k3BrZbor5GAzo0BmX2LlI8L0N771 { width:8.4375rem;height:9rem;top:16.374995708466rem;left:0.56534093618393rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8PLSrQoo0fuFTqyxqWBmgnRGTBgIfQv { width:7.3125rem;height:7.3125rem;top:16.712358474731rem;left:1.3103694319725rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMOO63eTDkvPBizo1fFAlHnfQEsE2HNx { width:6.0625rem;height:0.975rem;top:24.37144947052rem;left:1.9353694319725rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqpvrF1OMJmX2ZNsMnQlLlZHBxxGKniv { height:9.9375rem;width:18.0625rem;top:28.125000953674rem;left:0.96875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMrqrQSt1JSTTAoC7bzo7lebXiQpVc9u { width:7.5625rem;height:6.75rem;top:16.681108236313rem;left:11.280540168286rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1S8MBF4XzbFOVEO18Ra8ixCKn9ZV7Mu { width:8.4375rem;height:9.0625rem;top:16.342329978943rem;left:10.660511672497rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAOXIFAhHnfC4EcWAhsTm4Tp4RX513S2 { width:4.625rem;height:0.975rem;top:24.372159957886rem;left:12.749290168286rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { width:6.5rem;height:1.225rem;top:14.5625rem;left:6.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:20rem;height:2.6rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #GqTWeMhSffNqQ8yE6GTVL7u7uMrx79UR { width:20rem;height:6.625rem;top:6.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:18.125rem;height:2.86875rem;top:1.3125rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:13.0625rem;height:1.05rem;top:7.75rem;left:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcF0bmDW3nh6x0bM9PJlB6chARypO2Ar { width:11.625rem;height:1.05rem;top:6.25rem;left:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1nDrhpBbiXc6v2GMEeh6IfiCm8tSR9N { width:11.5625rem;height:1.05rem;top:9.4375rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUNrbGmO0nk0UVE816DlXMdqGV1H2Vs7 { width:9.3125rem;height:1.05rem;top:11.1875rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk48pmnlqpp90mF7MyDbkulFwekgidny { width:1.625rem;height:1.25rem;top:11rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5VSmGbpDAdim34RqSOokR0NHedTdRCC { width:1.25rem;height:1.25rem;top:9.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqaSUrwAHcFQpp7PECI3Ou3zxGfhP4pi { width:1.5rem;height:1.25rem;top:7.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giEq3fzJcETRu7naa5GVZuxm3wxdR8iv { width:1.25rem;height:1.25rem;top:6rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXWNZvgpBQsUDPJQUPopBtq0Z41SEvd3 { display:flex;width:0.625rem;height:0.625rem;top:6.5625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #A7pMoJhZppzMwzM3QInxMNwxp6HrbLwH { display:flex;width:0.625rem;height:0.625rem;top:8.0625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #lQulHNGCzMEyeOkzvWIb5vUtcOudUfrS { display:flex;width:0.625rem;height:0.625rem;top:9.75rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #HJSBQgCwehU12hZJavHoAJy5KWZrTHsN { display:flex;width:0.625rem;height:0.625rem;top:11.5rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:11.1875rem;height:0.65rem;top:0.80078125rem;left:8.6875rem;font-size:0.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #tnVyyOO37iAImTw74G9Tfli9gWGm1TiW { width:3.5rem;height:1.6875rem;top:0.28125rem;left:1.03125rem;display:block; }
 }