.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:246,235,229;--color-primary-1:225,189,170;--color-primary-2:195,122,84;--color-primary-3:98,61,42;--color-primary-4:29,18,13;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:5,5,5;--headlines-font-family:"ATOsmose";--paragraphs-font-family:"Inter"; }@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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv > .row .container { background-color: transparent; background-image: none; }#I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv > .row .container > .video-iframe-container { display: none; }#I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv > .row > .video-iframe-container { display: none; }#I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv > .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); }#I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv > .row .container { border-width: 0; border-radius: 0; }#I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#yzbvo3TcxZeEkLbL75TD67NwT7SCCSJI { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top: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:4.62456875rem;width:22.561875rem;top:1.6243489980698rem;left:0rem;overflow:hidden;display:block; }
#nW5LwD7WJdXgXbwDmiQdx19hk6DpTgPt { color:#0d0d0e;display:block;width:6.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3745660781861rem;left:61.187072753906rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qXTiIzuVMpRLE9TIOeo6LOdNlhLXktqg { color:#0d0d0e;display:block;width:12.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3745660781861rem;left:45.999351501465rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LUcyPExFBHrt1IRqDBzKD6TQT9zc0rHT { color:#0d0d0e;display:block;width:4.56055rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3745660781861rem;left:70.439460754394rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:75rem;position:relative;display:block; }#tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4375rem;position:absolute;font-family:atosmose;font-size:3.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:18.375671386719rem;left:0rem;height:14.13575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { color:rgba(var(--color-tertiary-4),1);display:block;width:42.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:46.577693939209rem;left:0rem;height:5.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#RN10DQq3vwUqSr6u4J943ydTAL5e6aus { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top: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:45.999375rem;width:30.625rem;top:6.4995660781863rem;left:44.375rem;overflow:hidden;display:block; }
#wR6zsASTQnU1WC1LiTD1H7Finm1Jfz8O { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top: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:4.81228125rem;width:3.06206875rem;top:26.250001907349rem;left:33.75rem;overflow:hidden;display:block; }
#h8ZU6IkD5APRHRZyTubUdGU9bnFkUWt5 { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.686625rem;width:4.87413125rem;top:11.250000953674rem;left:30rem;overflow:hidden;display:block; }
#gt9siQv0mKx2A0ahmrzNeIWb4EVeMhQ5 { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top: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:4.74935rem;width:2.99913125rem;top:33.75rem;left:8.75rem;overflow:hidden;display:block; }
#AoM4ZubBv8LVChSncVxfETh6llH9P3Ei { 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; }#AoM4ZubBv8LVChSncVxfETh6llH9P3Ei > .row .container { background-color: transparent; background-image: none; }#AoM4ZubBv8LVChSncVxfETh6llH9P3Ei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoM4ZubBv8LVChSncVxfETh6llH9P3Ei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoM4ZubBv8LVChSncVxfETh6llH9P3Ei > .row .container > .video-iframe-container { display: none; }#AoM4ZubBv8LVChSncVxfETh6llH9P3Ei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoM4ZubBv8LVChSncVxfETh6llH9P3Ei > .row > .video-iframe-container { display: none; }#AoM4ZubBv8LVChSncVxfETh6llH9P3Ei > .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); }#AoM4ZubBv8LVChSncVxfETh6llH9P3Ei > .row .container { border-width: 0; border-radius: 0; }#AoM4ZubBv8LVChSncVxfETh6llH9P3Ei > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AoM4ZubBv8LVChSncVxfETh6llH9P3Ei > .row .container { font-size:0.875rem;font-family:arial;height:80.4375rem;width:75rem;position:relative;display:block; }#G8w4movB8qIlTRvI2ybf9phLpK5Psydk { color:#0d0d0e;display:block;width:44.9370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9989166259766rem;left:15.030380249024rem;height:3.25rem;font-style:normal;display:block; }
#Zzd4h1ysAMq3wmKcfQX8ggmMoyKBQMLz { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.18685rem;width:3.18685rem;top:12.174478530884rem;left:71.06228637695rem;overflow:hidden;display:block; }
#TX8kDEVn0fwRFcJx5i2K2piEGdKDxOoT { box-sizing:content-box;height:11.375rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.6);top:11.235895156861rem;left:0rem;display:block; }
#lcvItGh43Csg0m5NhFkP9lwsU5vKtndA { color:#994d35;display:block;width:29.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.173395156861rem;left:1.2575950622559rem;height:1.462675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#w17EfPUSchnGLvVJ9JnEQEZ50HzTfFmu { color:#0d0d0e;display:block;width:44.936rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.559462547303rem;left:1.2565116882324rem;height:2.4375rem;font-style:normal;display:block; }
#tIno70d2Sk8LiJcwxa4ZpA1kngLHOPmb { color:rgba(var(--color-tertiary-4),1);display:block;width:72.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:17.807075500488rem;left:1.3129348754882rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xUqx410T2knwhEdQdEIo8q54Ret1tBZG { box-sizing:content-box;height:11.375rem;width:74.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.6);top:24.5625rem;left:0rem;display:block; }
#rdFsbSVOIqzMvrgh73mJOVv8P9rNTfEn { color:#994d35;display:block;width:29.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:25.5rem;left:1.25rem;height:1.462675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yTkHHvPavlivIHWSQPZaJccGZrvcluB7 { color:#0d0d0e;display:block;width:44.936rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.875rem;left:1.25rem;height:2.4375rem;font-style:normal;display:block; }
#eC95Mq8VhACosBCOWF6Hbvdxa1u8rvoG { color:rgba(var(--color-tertiary-4),1);display:block;width:72.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:31.125rem;left:1.3125rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TcMmi1MvHclgzOwCM0BvnypNadKzveeV { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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.18685rem;width:3.18685rem;top:25.5rem;left:71.0625rem;overflow:hidden;display:block; }
#qhxTzNSiTMvGTrEESpeQ4DT47MNBtnbd { box-sizing:content-box;height:11.375rem;width:74.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.6);top:38rem;left:0rem;display:block; }
#qAgzCaF3dLfQPwp6z1GXXd3cUaOrlnuW { color:rgba(var(--color-tertiary-4),1);display:block;width:72.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:44.5625rem;left:1.3125rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zAp2b40kKoDLrVE8Qra2qdJSzDTvWu18 { color:#0d0d0e;display:block;width:44.936rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.3125rem;left:1.25rem;height:2.4375rem;font-style:normal;display:block; }
#wMTd0gCPAFk6lFn7zP0fJ6mUkZfbi4xC { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.18685rem;width:3.18685rem;top:38.9375rem;left:71.0625rem;overflow:hidden;display:block; }
#SdE5hqeUhCfk61IoQ3u14BSea7HHMeIc { color:#994d35;display:block;width:29.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:38.9375rem;left:1.25rem;height:1.462675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wXFoTlMeTrtvesXTIupNqFv9iglFatfy { box-sizing:content-box;height:11.375rem;width:74.875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.6);top:51.5625rem;left:0rem;display:block; }
#U3R5zpVE3HLoFwvhHNaRRMQsPCVyP9wG { color:rgba(var(--color-tertiary-4),1);display:block;width:72.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:58.125rem;left:1.3125rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#H0VlehflSAwqtQR956wMpHokqJpeMVvh { color:#0d0d0e;display:block;width:44.936rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:54.875rem;left:1.25rem;height:2.4375rem;font-style:normal;display:block; }
#W17UJaphUJBTW3uCyAcGClTJkkkiWrtW { color:#994d35;display:block;width:29.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:52.5rem;left:1.25rem;height:1.462675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#y1xAnKoEVNQ9xZ44Xgd0vT1tG1aXkDoN { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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.18685rem;width:3.18685rem;top:52.5rem;left:71.0625rem;overflow:hidden;display:block; }
#PUKGwBkiWHDxLddSxLCKxZQHo7CBw8X9 { box-sizing:content-box;height:9.6875rem;width:74.875rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.6);top:65rem;left:0rem;display:block; }
#pbLtqLODmoVOr70MM55fHtQ38HyUCuAr { color:rgba(var(--color-tertiary-4),1);display:block;width:72.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:71.5625rem;left:1.3125rem;height:1.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nx3RCkQAiuhWHlAuTpS23FJFt9OWP4sT { color:#0d0d0e;display:block;width:44.936rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:68.3125rem;left:1.25rem;height:2.4375rem;font-style:normal;display:block; }
#T6nwu3R84mIoKHWmigtRfuC4nhKHayJa { color:#994d35;display:block;width:29.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:65.9375rem;left:1.25rem;height:1.462675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mE7PqKUWT8auVwtnWlFfRho5fTac4Ubl { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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.18685rem;width:3.18685rem;top:65.9375rem;left:71.0625rem;overflow:hidden;display:block; }
#wJ24BfIMXcnGACr3KkfFtq878tLJQnh7 { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top: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.43706875rem;width:1.5625rem;top:2.6875rem;left:29.1875rem;overflow:hidden;display:block; }
#HSlz5pP0IV4kcxRosSAhtC9dow1OCsOG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.2541236877441rem;left:30.999351501465rem;height:1.2999125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf7;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; }#kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5 > .row .container { background-color: transparent; background-image: none; }#kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5 > .row .container > .video-iframe-container { display: none; }#kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5 > .row > .video-iframe-container { display: none; }#kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5 > .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); }#kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5 > .row .container { border-width: 0; border-radius: 0; }#kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5 > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-form-header {  }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:21.125rem;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; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:21.125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:21.125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .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:21.125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:1.5; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .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; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#4c2743;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:1rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:21.125rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;font-style:normal;line-height:1.5; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 [class*="-text"]:-moz-placeholder { color:rgba(5,5,5,0.7);font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 [class*="-text"]::-moz-placeholder { color:rgba(5,5,5,0.7);font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 [class*="-text"]:-ms-input-placeholder { color:rgba(5,5,5,0.7);font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 [class*="-text"]::-webkit-input-placeholder { color:rgba(5,5,5,0.7);font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.875rem;overflow:hidden;font-style:normal;text-align:justify;text-align-last:initial;float:none; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .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; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .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:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-container:first-of-type{padding-top:0;}#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-container:last-of-type{padding-bottom:0;}#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.625rem;top:19.375rem;z-index:15021;position:absolute; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.125rem;display:block;vertical-align:top; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 {display:block;}#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 { background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.625rem;top:19.375rem;z-index:15021;position:absolute; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #DLvWBguiB8AriUFLZ9Q4AF9trUbWVTDp { position:relative; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #u8fFrF5FyGz4Tuimtbo1Pv1AZKfQq5AT { position:relative;display:none; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #NLXW2CX5TBAZSmaMBmdHvAlcD6UJnnNg { position:relative; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #hiEHpSgVp99SPXSicszStWEqKdJT97yW { position:relative; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #TIlgWPh3DBQBOZAzb5aTT98eSXoB3WBD { position:relative;display:none; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #xcC79liBoiHfcriRsUENn0JRnA8FJJD8 { position:relative; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #GVWUKRJCEfTWnaQ17mHk7MACZtegWrFv { position:relative; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #lH3hJNOUly11dPT8UQB4nWkJQ54e9vlR { position:relative;display:none; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #uMcukF96EekTWsPwlKLNbNdLcmN37TTB { position:relative; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #g6STxkXgdTg63LNfXzoeBfUzDUoHR2Ew { position:relative; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #e6ZXAUA5SFi3um54LS7fmNMh1441SaWB { position:relative;display:none; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #abMS0ucVCXAkXcIm5pwNN0oKB6Bhg2hI { position:relative; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #VNmcJUW60q9qDMKcBGNBmbmTlToPaC3k { position:relative; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #uAsQ7tpM5T6PkWQSgqiVIPRfBlTFClSy { position:relative;z-index:2; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #qiLs6dNLX25CmBNUrefoF3oTiIJqyQT7 { position:relative; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #lnhAzl9z0iJeKmeD0irRQH7vGLPy2xIP { position:relative; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #E9DWpaPCnOUxtSP0tlh4nlpCiuyiv3Ta { position:relative; }
#OARRwZI1VC3USee5Nhk3lTcqL4GxZ3BP { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:7.125rem;left:0rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#npqVLiPXmtdGB9aHM16WwHqkXqTzvqQr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.1875rem;left:0rem;height:5.0625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AMUBEG1KZbgQntSy5qTN7epSld8HbSt6 { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top: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.43706875rem;width:1.5625rem;top:4.0625rem;left:28.1875rem;overflow:hidden;display:block; }
#T3ZaQA6OokvtHgJWx9uzh1wItd5K7OMi { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.625rem;left:30.1875rem;height:1.2999125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yNBfXrE6kkxuMBszn1zMZFuIDbxOF988 { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top: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:25.6875rem;width:25.6875rem;top:19.25rem;left:39.9375rem;overflow:hidden;display:block; }
#OK52TrJlywrtdDluHrkLPQOS41xVOkDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74f43e82-f4b8-4c8d-a979-a9ca87de67df/0912_MSr_0048M.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC.adaptive-delivery-prevent-bg, #OK52TrJlywrtdDluHrkLPQOS41xVOkDC.lazyload, #OK52TrJlywrtdDluHrkLPQOS41xVOkDC.lazyloading { background-image: none; }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row .container { background-color: transparent; background-image: none; }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,43,49,0.72); }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row .container > .video-iframe-container { display: none; }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,43,49,0.72); }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row > .video-iframe-container { display: none; }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .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); }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row .container { border-width: 0; border-radius: 0; }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row .container { font-size:0.875rem;font-family:arial;height:62.625rem;width:75rem;position:relative;display:block; }#LdarAwoguJwo31RmWwXK8X6u4hD76llV { color:rgba(var(--color-tertiary-0),1);display:block;width:50.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:6.1241302490234rem;left:0rem;height:8.53125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qErdRBEQUdXA74uBEawSUp8zHFdQLzRb { color:rgba(var(--color-secondary-2),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:17.623697280884rem;left:0rem;height:33rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bmP6dxziLwAbnTc3mXtLoIcPIzz9ml6l { background-color:#4c2743;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8123125rem;height:3.62413125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:54.124357223511rem;left:0rem;display:block; }
#RiBaTm7X3vsHfe1wary6RmQLX3dMwgg9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD { 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; }#iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD > .row .container { background-color: transparent; background-image: none; }#iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD > .row .container > .video-iframe-container { display: none; }#iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD > .row > .video-iframe-container { display: none; }#iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD > .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); }#iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD > .row .container { border-width: 0; border-radius: 0; }#iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#cGtXxWr5EV4iehAtDfBuVlc8RHDtJXOU { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.4991321563721rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BmZT9LWNq1XvXs9VxNTCgHx9ldDfQn1P { color:#0d0d0e;display:block;width:44.936rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:14.193794250488rem;left:4.0614166259766rem;height:2.4375rem;font-style:normal;display:block; }
#JTnCSkQc1eRHpq9TTaJU1N34Q20VaDJ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:70.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:16.5625rem;left:4.0625rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nNfP7H7ThJyUvaPMe6oIXeThhFTOJnws { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top: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.68663125rem;width:2.68663125rem;top:14.886070251465rem;left:0rem;overflow:hidden;display:block; }
#o2dwgr9XEizZ15Opvxd2tM1PcQvsz4VN { color:rgba(var(--color-tertiary-4),1);display:block;width:70.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:23.625rem;left:4.0625rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VHpnNHmCwi9ikNxdJnmtsD7epDITDW5I { color:#0d0d0e;display:block;width:44.936rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:21.25rem;left:4.0625rem;height:2.4375rem;font-style:normal;display:block; }
#UMswtMyQBautCfByoLWW2sFmsT7rxPfT { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top: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.68663125rem;width:2.68663125rem;top:21.9375rem;left:0rem;overflow:hidden;display:block; }
#vm2yykdn76hdPXvAa5BKepUJSJJZMvcR { color:rgba(var(--color-tertiary-4),1);display:block;width:70.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:30.6875rem;left:4.0625rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WOUJmtkqfvZAsEXs4z4pFv3rqDihQv8S { color:#0d0d0e;display:block;width:44.936rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:28.3125rem;left:4.0625rem;height:2.4375rem;font-style:normal;display:block; }
#CREdxaCwRzfldBa33wT7MJDxLdz1hwtT { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top: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.68663125rem;width:2.68663125rem;top:29rem;left:0rem;overflow:hidden;display:block; }
#MQCsFPeHg97rDr1NK5nCSsGThKQFgQdK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:36.389975547791rem;left:0rem;height:1.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#N52K7vX5grZFfpyc59rnD3WThMhCDPXR { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:59.4998125rem;width:39.6245625rem;top:43.935548782349rem;left:35.375434875488rem;overflow:hidden;display:block; }
#nCc1JK9NKW0M0WNcaXFVbk6656SseW2Q { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top: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.43706875rem;width:1.5625rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#eQeV0vzDFKm0BUbCbXWmDTmUaIAxTGgK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.75rem;left:2rem;height:1.2999125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container { background-color: transparent; background-image: none; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container > .video-iframe-container { display: none; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row > .video-iframe-container { display: none; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .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); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container { border-width: 0; border-radius: 0; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:block; }#bgXSAvaK2ZOGt1Cnsf2ZnOiXcZgws1Eo { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sIzlH0RE1ImxU1zup8oXAyqDfpEV6QN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:31.375rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qLWpwIKOedpXFb6P3TaIoENq5iKBEU3z { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:39.5rem;left:0rem;height:15rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FFUGJEh4GVFsxCFKp8QmS9TS3PkOns1f { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:9.75rem;left:0rem;height:16.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { 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; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { background-color: transparent; background-image: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container > .video-iframe-container { display: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container { display: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .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); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { border-width: 0; border-radius: 0; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { font-size:0.875rem;font-family:arial;height:62.25rem;width:75rem;position:relative;display:block; }#TTb8wXz0wBPf2VNcyM0tTfHRAT2iTnSz { color:rgba(var(--color-tertiary-4),1);display:block;width:25.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9663639068604rem;left:24.623481750488rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GPRvfkbRiSoPNXmgiR0hmDSTIOLen5qR { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:9.08962726593rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xEV4lPELA2iSJAxqw4JCRCBWcfmiuNK7 { color:#994d35;display:block;width:29.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.0625rem;left:1.3125rem;height:1.4619125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#x4Bd8I39BZUkEOauQFOBUV3UnhgrBmbs { color:#0d0d0e;display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.3125rem;height:2.4375rem;font-style:normal;display:block; }
#VSUf4S7k91bMHuxgWg6bbwiUGmmboziQ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:19.375rem;left:1.4375rem;height:5.0625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#niQAGgqmgCtxxMgg5m5HT6shx179Oe5a { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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:14.0625rem;left:33.4375rem;overflow:hidden;display:block; }
#Msm7tVSOGt69GO6JqPz5Ta8egyEMWD3v { box-sizing:content-box;height:14.8125rem;width:37.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.6);top:12.75rem;left:37.5rem;display:block; }
#nTLhmR1R5tTHvvbGT00eN2niNgVN0qUK { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:21.372612953186rem;left:38.75rem;height:5.0625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#P2vRT03K8T0N8EdnbZ84VdsveIFNSofD { color:#0d0d0e;display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5rem;left:38.75rem;height:4.875rem;font-style:normal;display:block; }
#BuzFTeEOzmOJahdzQaMX1X6KUlyWDWUw { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top: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:14.0625rem;left:70.875rem;overflow:hidden;display:block; }
#zvlRpUtvofsaBWB0GIkxtPHRaDVBfpDv { color:#994d35;display:block;width:29.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:14.0625rem;left:38.75rem;height:1.462675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#oNJ1uLHQVoEnPeKJVDu1OqNLFM3oazll { box-sizing:content-box;height:13rem;width:37.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.6);top:27.6875rem;left:0rem;display:block; }
#lgvxlGl1DnK9pZlyFZgPy97dT0mD687G { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:34.3125rem;left:1.375rem;height:5.0625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VbrBlcdD7ZqV9wTNwET8v8Ld03P48qaV { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top: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:29rem;left:33.375rem;overflow:hidden;display:block; }
#Ua8eVHyg0ENdPTFCnTEI1H4do1ayJyUy { color:#994d35;display:block;width:29.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:29rem;left:1.25rem;height:1.462675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MUm3Anny9Pk4qbiJnT9TReL1iIAyEw6f { box-sizing:content-box;height:13rem;width:37.375rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.6);top:27.6875rem;left:37.5rem;display:block; }
#qCXv5sg9bvRC7JdfcT8wQ5ZgyLTKw6MQ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:34.3125rem;left:38.875rem;height:5.0625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TIW2dKwT8C79dykekyRUmgMeeUrkmNVo { color:#0d0d0e;display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:31.4375rem;left:38.75rem;height:2.4375rem;font-style:normal;display:block; }
#ACxfQ0JnJ4i0NmffxrT1JSIqIuO4c3mx { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top: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:29rem;left:70.875rem;overflow:hidden;display:block; }
#QrLTPxGAgoxqBDcizvDCqZp2Xb6BBibS { color:#994d35;display:block;width:29.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:29rem;left:38.75rem;height:1.462675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lGM1vazTbLTXmTzwhI2Z3UVM7rWrZwd3 { box-sizing:content-box;height:13rem;width:37.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.6);top:40.8125rem;left:0rem;display:block; }
#esk7ZSqc7P9NBefTbryI7RZT38qFKTGb { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:47.4375rem;left:1.375rem;height:5.0625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#cmDEZSBewg6D95rLdTb7h9FhVvC8DNNr { color:#0d0d0e;display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:44.5625rem;left:1.25rem;height:2.4375rem;font-style:normal;display:block; }
#RmwDfwF7aawRmQ3m6DphpO4wlAqXAoPy { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top: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:42.125rem;left:33.375rem;overflow:hidden;display:block; }
#JIvObdStEQAJv03SaUt5etQgDLS8pSEo { color:#994d35;display:block;width:29.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:42.125rem;left:1.25rem;height:1.462675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Fk6LXlcpxmD2EIVN8Jx3T2dbP72C3smW { box-sizing:content-box;height:13rem;width:37.375rem;position:absolute;display:block;z-index:15032;background-color:#4c2743;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.6);top:40.8125rem;left:37.5rem;display:block; }
#lWUBN002lAX5peUFJh7SIC641uZ0avu6 { color:#f3e9de;display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:47.4375rem;left:38.875rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HqN3lGycMSTl0rTJJJ8VKWqaLolIw5UH { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top: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:42.125rem;left:70.875rem;overflow:hidden;display:block; }
#PXiBmoDfyniiitkp46aAUIKp7iBn9Qmw { box-sizing:content-box;height:14.8123125rem;width:37.374125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.6);top:12.75rem;left:0.0625rem;display:block; }
#Z7qTCuW36qHTop4I4U98KcSNJXhiAaKk { color:#0d0d0e;display:block;width:34.9370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:31.4375rem;left:1.25rem;height:2.4375rem;font-style:normal;display:block; }
#nQk5Umx1uZ7Vt0dkfIhUlzGo1VN4UQqm { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top: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.43706875rem;width:1.5625rem;top:2.6875rem;left:29.1875rem;overflow:hidden;display:block; }
#NgO4N3eDhU6EOFeTJrggLqTz9UzKc57h { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:3.25rem;left:31.1875rem;height:1.2999125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf7;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; }#Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb > .row .container { background-color: transparent; background-image: none; }#Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb > .row .container > .video-iframe-container { display: none; }#Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb > .row > .video-iframe-container { display: none; }#Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb > .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); }#Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb > .row .container { border-width: 0; border-radius: 0; }#Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#u72bcqpd8UFNQfA9ZarJ78P3l8baQaTg { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:5.787748336792rem;left:0rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Rvd1zVi9K8b9nCmGwzQKRmUcylCb34ft { color:rgba(var(--color-tertiary-4),1);display:block;width:48.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:13.900825500488rem;left:0rem;height:11.47265625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SZxW3niibnlqHvP7yTOKTaBkBxxT9ci5 { background-color:#4c2743;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9995625rem;height:3.62413125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.559234619141rem;left:0rem;display:block; }
#VEZBewc5CzstQRLAoXXd3JnJziaTe7CN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eJNKtJR1zZJpThGrv5n4QQo9VbJdeltf { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top: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:25.999375rem;width:25.999375rem;top:6.2174339294434rem;left:49.00065612793rem;overflow:hidden;display:block; }
#uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K { 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; }#uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K > .row .container { background-color: transparent; background-image: none; }#uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K > .row .container > .video-iframe-container { display: none; }#uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K > .row > .video-iframe-container { display: none; }#uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K > .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); }#uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K > .row .container { border-width: 0; border-radius: 0; }#uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K > .row .container { font-size:0.875rem;font-family:arial;height:81.6875rem;width:75rem;position:relative;display:block; }#QOAyfWZ4dMiTQQBpt2H7bKD47TVPxImw { color:rgba(var(--color-tertiary-4),1);display:block;width:63.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.7167854309082rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TzdhaMOSrNua7TCXwKhio31BtqyL7i3O { box-sizing:content-box;height:12.25rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:#fcfaf7;background-image:none;top:9.75rem;left:0rem;display:block; }
#UbQpnAB1GwpNtcasaU3H0Zz5xWdst7Tr { color:rgba(var(--color-tertiary-4),1);display:block;width:73.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:10.5625rem;left:0.6875rem;height:10.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CgIcTVpyA10cIyV1OhQCVBVMn1XtJzAE { box-sizing:content-box;height:7.6875rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:#fcfaf7;background-image:none;top:22.625rem;left:0rem;display:block; }
#yNxdf6vC7Tw2pZ9Hg8mI8PUfzCvQvC5D { color:rgba(var(--color-tertiary-4),1);display:block;width:73.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:23.4375rem;left:0.6875rem;height:6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wuC1FKb6hHwbaZwabitIM3GRVfSHeTpa { box-sizing:content-box;height:8.9375rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:#fcfaf7;background-image:none;top:31.125rem;left:0rem;display:block; }
#W61fdVNJTQ4bOEpBTMOkH4u39VzSrVDx { color:rgba(var(--color-tertiary-4),1);display:block;width:73.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:31.9375rem;left:0.6875rem;height:7.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ovrNREFvXhH8zcvaudwoeszABQLQhiIe { box-sizing:content-box;height:7.4375rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:#fcfaf7;background-image:none;top:40.8125rem;left:0rem;display:block; }
#lvzHMGemTFOhWNnbsPibrAEmirZeVlBE { color:rgba(var(--color-tertiary-4),1);display:block;width:73.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:41.625rem;left:0.6875rem;height:6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pXlss05a2WghAfHdgZDPaIVp7JEW1lww { box-sizing:content-box;height:7.4375rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:#fcfaf7;background-image:none;top:49.125rem;left:0rem;display:block; }
#AdyEpRAqTO9cBH6AJnBukfudUDb9DAz0 { color:rgba(var(--color-tertiary-4),1);display:block;width:73.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:49.9375rem;left:0.6875rem;height:6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GBKbizLMuPK05tkQaHKMv5AeVUbkl9Dn { box-sizing:content-box;height:8.8125rem;width:75rem;position:absolute;display:block;z-index:15026;background-color:#fcfaf7;background-image:none;top:57.5rem;left:0rem;display:block; }
#ZTqFyVbd9fLXw1iIObMeG1qV6snM7KDm { color:rgba(var(--color-tertiary-4),1);display:block;width:73.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:58.3125rem;left:0.6875rem;height:7.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gPHNKtHFeklEXOeR1RgaFreAmpNmcX8Z { box-sizing:content-box;height:8.8125rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:#fcfaf7;background-image:none;top:67.25rem;left:0rem;display:block; }
#iWrySpkknwJOCXb6HmFEtfFwyQp8Nvk3 { color:rgba(var(--color-tertiary-4),1);display:block;width:73.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:68.0625rem;left:0.6875rem;height:7.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3b6bde99-c957-4d0a-b470-e008f2b7eac6/kaboompics_glassofwatermagazinetravertinelamp29165.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9.adaptive-delivery-prevent-bg, #aNSmqtnKxTDFspWKxTTgAALnlze4clo9.lazyload, #aNSmqtnKxTDFspWKxTTgAALnlze4clo9.lazyloading { background-image: none; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row .container { background-color: transparent; background-image: none; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fcfaf7; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row .container > .video-iframe-container { display: none; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fcfaf7; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row > .video-iframe-container { display: none; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .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); }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row .container { border-width: 0; border-radius: 0; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9::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; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#bm0PPAMMZZqMyNXTpsUMhFRCbHHUClB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:14.9375rem;left:4.5625rem;height:8.77148125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GbNNfazyHDLNxLbmbJgESbwy0NGly1px { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:6.5rem;left:0rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fIHukf9BRqqoOvK6McArUD1z489Mn1KB { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top: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.43706875rem;width:1.5625rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
#vvl4eu4GQA4ALvUJ9nS4L6sk2DK6SIAv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.6245651245117rem;left:1.9997825622559rem;height:1.2999125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-form-header {  }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:21.125rem;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; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:21.125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-text {padding-top: 0; padding-bottom: 0;}#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:21.125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .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:21.125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:1.5; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-select {padding-top: 0; padding-bottom: 0;}#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .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; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#4c2743;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:1rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:21.125rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;font-style:normal;line-height:1.5; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH [class*="-text"]:-moz-placeholder { color:rgba(5,5,5,0.7);font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH [class*="-text"]::-moz-placeholder { color:rgba(5,5,5,0.7);font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH [class*="-text"]:-ms-input-placeholder { color:rgba(5,5,5,0.7);font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH [class*="-text"]::-webkit-input-placeholder { color:rgba(5,5,5,0.7);font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.875rem;overflow:hidden;font-style:normal;text-align:justify;text-align-last:initial;float:none; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .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; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .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:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-container:first-of-type{padding-top:0;}#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-container:last-of-type{padding-bottom:0;}#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1230625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.9375rem;top:3.625rem;z-index:15022;position:absolute; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.125rem;display:block;vertical-align:top; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH {display:block;}#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH { background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1230625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.9375rem;top:3.625rem;z-index:15022;position:absolute; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #Mkkru4hzJnohN3s6aUqPqb5TTh4BPI41 { position:relative; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #Va28iE7oMlEnVsp4w80eZEPPIiHszA21 { position:relative;display:none; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #F0LI5vyhnGMWuKyKm95x6vfUU4ZSixHE { position:relative; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #ki4xBng6fGmhz5IwZZTpoT8HazahE3Ll { position:relative; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #TroGlKMABiq6OuE4x0Rn7nGVxlhAbyDn { position:relative;display:none; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #geoPVXpInRN1VHeUKOpu7sy5saTloFoK { position:relative; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #TDeGrTWRufBudyiVkeTpomBRzQpLinxv { position:relative; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #JkO12TELN0pIsA5iTIpx1hI70D3oNsqe { position:relative;display:none; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #rL2cQwqxMA81wgLOfzTsmln02TXUsNKd { position:relative; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #IpIl6vpGAoxObTDU4fJzBtyBkZDUvPTg { position:relative; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #dcTqcbk5VaR9eo3SeUhHvQqNIlnbeFiz { position:relative;display:none; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #omkAwQHROp13BxAQP1opZmnH5diJfFhR { position:relative; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #Dzwqvd5n7ITJI87KO0QXdxUs3MUAB4uc { position:relative; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #x6Cb6U2fvCo0b2hlx7kPuOybd1MsFFld { position:relative;z-index:2; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #DCyyoXzizvEP0FQ1eQXBmi2W8XXT6ico { position:relative; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #Q1bkFTUQglWn522Ci2TAn6wD6li2DQDE { position:relative; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #X39fZHyRHqpgcT9pMN9nowCPk0LAGt48 { position:relative; }
#qoODrUyES2UGukGPmqbsqszICi2fQ77W { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top: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.68555rem;width:2.68555rem;top:14.9375rem;left:0rem;overflow:hidden;display:block; }
#n9Jgd6vTZbMViDUowwafQmmvlAI1gGUH { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top: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.68555rem;width:2.68555rem;top:20.6875rem;left:0rem;overflow:hidden;display:block; }
#FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi { 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;z-index:auto;display:block; }#FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi > .row .container { background-color: transparent; background-image: none; }#FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi > .row .container > .video-iframe-container { display: none; }#FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi > .row > .video-iframe-container { display: none; }#FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi > .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); }#FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi > .row .container { border-width: 0; border-radius: 0; }#FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#wmTUPQOyN9wK2TsfaLvZx2R2bfqTqrL4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.1875rem;left:61.5rem; }
#QJZXcufhfeWp2ZsgFJaHMWz7lbCthsrK { color:#070707;display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:13.661014556885rem;left:0rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z73QF8CIhyAVCfMVT9RSsenL3946vniw { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.375rem;left:44.3125rem;display:none; }
#EtXT3Tq1iAmI6zoLcs9hKkEKzT0Xwt5R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIgIMlN0yxCOwat4ovwLms2f5LcfGaOb { color:#070707;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.4562511444092rem;left:7.5rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yB1kPTT3XcU0aHSHSJgFoJWZNtCLUH5H { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-4),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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.5rem;left:34.4375rem;display:none; }
#P3Nk7OLcbHWOaGm0kNU0PER0TqB2EBAD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ad6ohlqcROq7cez5gPgpy3QENVHwXUox { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.25rem;left:42rem;display:none; }
#Z53aCcLxs1Xcyn8dTIMbDEhm4gAA4Szw { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.375rem;left:44.3125rem;display:none; }
#rRXUZzu1DWUSxoF1I1tekwpiTbkzFTs5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vITSpq0uQe9aPtSrkOMGkOnohLvBbFaD { color:#070707;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.4562511444092rem;left:7.5rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NkBy8eTRaeg3s26BcwPF2hIpcMVGW321 { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-4),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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.5rem;left:34.4375rem;display:none; }
#F8RCmUpdasM6UF0SqiszeDa8OCSi8XrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#df5eXpWN0k48RfZ5ZyU11oaT1Jk9XtRq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.25rem;left:42rem;display:none; }
#Fewv8OU4hmKwtkf6wvwGhVW37xrTc82v { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.375rem;left:44.3125rem;display:none; }
#qboqz6rIqcoD8qoyFCfi3hUAoBE84Qbk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GAeTW9RXPRIp6vPzmVVFtKGkwmFUKlm4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:1.25rem;left:32.1875rem;display:none; }
#ekatLUvtPzrCzWs7RqC9JAgpNLQCN0WI { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:1.25rem;left:32.1875rem;display:none; }
#JDL6JA9fs1HvF826xpLlkGXXG39JTm8d { color:rgba(var(--color-tertiary-4),1);display:block;width:31.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:5.4470481872559rem;left:0rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BpgpGKyXQN80NGiEmNAM10tIeeb1s8eH { color:#070707;display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.9997825622556rem;left:48.257385253906rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#umMvDkDO9Cn6Ss3u2qlMG3COXqMeErGp { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-4),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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:10.779079437256rem;left:51.062286376953rem;display:block; }
#QTQiQDS2cs2RdbNDokyoocNS1yJBb6Gb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#saZkykApwCIg1nmrVDcufS8ffXaGxqoz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:10.5rem;left:48.25rem; }
#vTibe2HZrAiozQNh3ybV9g0o6pZIKSIP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:13.0625rem;left:48.25rem; }
#J07DWXV47a0ZhI9An5WKG0pP0PT2UFfd { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:13.25rem;left:51.0625rem;display:block; }
#JECJ9xZmShbyK6uhK5GU8aWlMlMuVLnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iPvTJzIFugpIy71xav9bRJFwEd39SbuF { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.625rem;left:48.25rem; }
#iPvTJzIFugpIy71xav9bRJFwEd39SbuF > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#VrAXP1QMclm6rWEG1FCTAvGZsvz2TP4n { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:16.625rem;left:51.5rem; }
#VrAXP1QMclm6rWEG1FCTAvGZsvz2TP4n > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#euw5fbGQJe7AfTERtnZxJpfAeDhBaIMb { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.625rem;left:54.8125rem; }
#euw5fbGQJe7AfTERtnZxJpfAeDhBaIMb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#Adu7Gkab2uQnOAkR1F9Q7kIGbt7tTPdW { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:16.5625rem;left:58.25rem; }
#Adu7Gkab2uQnOAkR1F9Q7kIGbt7tTPdW > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#a4AZmpOSmuy8fixWoZh0NWZsNS1UPBMr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:17rem;left:51.8125rem; }
#gqAqp0tsZLUhp2k9bzh9vdroIHgZm2fB { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:13.25rem;left:51.0625rem;display:none; }
#DOFma9e6gprbXyI8ZSNCcJwMaSoLilqq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZSNvoLd0UfBSqgpOt5P02FyeSMnDVf7 { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-4),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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:10.779079437256rem;left:51.062286376953rem;display:none; }
#Ph1Jy86GqZSrGDTUEev1htifxt1WUa8m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M7RLIxvOaMMDRQ9wTITwLqLFAwv1qOlG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:10.5rem;left:48.25rem;display:none; }
#lAik68yZee9CIn9oKUkHrsuIOWliOf4n { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:13.0625rem;left:48.25rem;display:none; }
#wuysfZt0w3PZVHce9GV2EhTU5a0ZJBD8 { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:13.25rem;left:51.0625rem;display:none; }
#LltTTPdmKcrChhp0fOXBfihiJBWqsRDi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NZ4EloxO3gR0pSBDy7tiIhrOwUSa8nvQ { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-4),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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:10.779079437256rem;left:51.062286376953rem;display:none; }
#JRv9oD5HvU1dAuG3DWHfv8y7eECzz2i9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VyBTziJgGShHyn8qsuCu6CMqQs7hTWA1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:10.5rem;left:48.25rem;display:none; }
#Udyo5Nc4wAqkSEEsIq4yqsRzTB1gXRcE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:13.0625rem;left:48.25rem;display:none; }
#TO4q5MWswskIHT9uW5wohtmqyFB1dXIP { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:13.25rem;left:51.0625rem;display:none; }
#kPlTRvE8945xdmPVTR4BdFX8loZmvGdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KlB2msaL1F744FtTXWTwNtZGu37IAkLy { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-4),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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:10.779079437256rem;left:51.062286376953rem;display:none; }
#tJSnxqThVZ9MxDb6psouFvNPWHvIHIPs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dR74PLWTsmzVWFHtne2052pPVkTWQ0PJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:10.5rem;left:48.25rem;display:none; }
#k1QL4zzSAxX5JTJWSTZBgJ0SCTDDKHpa { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:13.0625rem;left:48.25rem;display:none; }
#OmIG7kbvcyz3mHXi3WexnyckvqDhdfgK { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:13.25rem;left:51.0625rem;display:none; }
#n7oa53UJ5z8p8oqshbMJ8OpuNTUfU2H5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FaIsONuNJbdMTkh9TMqNy2q1StN4V4xc { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-4),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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:10.779079437256rem;left:51.062286376953rem;display:none; }
#sTQNnlgT3hSmv7z0WbRXOktDn29fAHR6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HyLsGtPvarH4Qg9il37p3SMmBnnsTQ25 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:10.5rem;left:48.25rem;display:none; }
#mUxWs1sklAwn7JsOwMTFtJ1O1moW59tK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:13.0625rem;left:48.25rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv { display:block; }#I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzbvo3TcxZeEkLbL75TD67NwT7SCCSJI { top:1.5625rem;left:0rem;width:22.5rem;height:4.6118860633259rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW5LwD7WJdXgXbwDmiQdx19hk6DpTgPt { top:3.3125rem;left:40.75rem;width:6.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXTiIzuVMpRLE9TIOeo6LOdNlhLXktqg { top:3.3125rem;left:32.374351501465rem;width:12.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUcyPExFBHrt1IRqDBzKD6TQT9zc0rHT { top:3.3125rem;left:43.25rem;width:4.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { top:18.375rem;left:0rem;width:44.375rem;height:14.125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { top:46.5625rem;left:0rem;width:42.8125rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN10DQq3vwUqSr6u4J943ydTAL5e6aus { top:6.4375rem;left:17.125rem;width:30.625rem;height:45.999375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR6zsASTQnU1WC1LiTD1H7Finm1Jfz8O { top:26.25rem;left:20.125rem;width:3rem;height:4.7147353402826rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ZU6IkD5APRHRZyTubUdGU9bnFkUWt5 { top:11.25rem;left:16.375rem;width:4.8125rem;height:7.5894310011656rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt9siQv0mKx2A0ahmrzNeIWb4EVeMhQ5 { top:33.75rem;left:0rem;width:2.9375rem;height:4.6517522782639rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoM4ZubBv8LVChSncVxfETh6llH9P3Ei { display:block; }#AoM4ZubBv8LVChSncVxfETh6llH9P3Ei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8w4movB8qIlTRvI2ybf9phLpK5Psydk { top:4.9375rem;left:1.4053802490234rem;width:44.875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzd4h1ysAMq3wmKcfQX8ggmMoyKBQMLz { top:12.125rem;left:44.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX8kDEVn0fwRFcJx5i2K2piEGdKDxOoT { top:11.1875rem;left:0rem;width:47.625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcvItGh43Csg0m5NhFkP9lwsU5vKtndA { top:12.125rem;left:0rem;width:29.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w17EfPUSchnGLvVJ9JnEQEZ50HzTfFmu { top:14.5rem;left:0rem;width:44.875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIno70d2Sk8LiJcwxa4ZpA1kngLHOPmb { top:17.75rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUqx410T2knwhEdQdEIo8q54Ret1tBZG { top:24.5625rem;left:0rem;width:47.625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdFsbSVOIqzMvrgh73mJOVv8P9rNTfEn { top:25.5rem;left:0rem;width:29.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTkHHvPavlivIHWSQPZaJccGZrvcluB7 { top:27.875rem;left:0rem;width:44.875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC95Mq8VhACosBCOWF6Hbvdxa1u8rvoG { top:31.125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcMmi1MvHclgzOwCM0BvnypNadKzveeV { top:25.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhxTzNSiTMvGTrEESpeQ4DT47MNBtnbd { top:38rem;left:0rem;width:47.625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAgzCaF3dLfQPwp6z1GXXd3cUaOrlnuW { top:44.5625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAp2b40kKoDLrVE8Qra2qdJSzDTvWu18 { top:41.3125rem;left:0rem;width:44.875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMTd0gCPAFk6lFn7zP0fJ6mUkZfbi4xC { top:38.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdE5hqeUhCfk61IoQ3u14BSea7HHMeIc { top:38.9375rem;left:0rem;width:29.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXFoTlMeTrtvesXTIupNqFv9iglFatfy { top:51.5625rem;left:0rem;width:47.625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3R5zpVE3HLoFwvhHNaRRMQsPCVyP9wG { top:58.125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0VlehflSAwqtQR956wMpHokqJpeMVvh { top:54.875rem;left:0rem;width:44.875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W17UJaphUJBTW3uCyAcGClTJkkkiWrtW { top:52.5rem;left:0rem;width:29.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1xAnKoEVNQ9xZ44Xgd0vT1tG1aXkDoN { top:52.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUKGwBkiWHDxLddSxLCKxZQHo7CBw8X9 { top:65rem;left:0rem;width:47.625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbLtqLODmoVOr70MM55fHtQ38HyUCuAr { top:71.5625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx3RCkQAiuhWHlAuTpS23FJFt9OWP4sT { top:68.3125rem;left:0rem;width:44.875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6nwu3R84mIoKHWmigtRfuC4nhKHayJa { top:65.9375rem;left:0rem;width:29.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE7PqKUWT8auVwtnWlFfRho5fTac4Ubl { top:65.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ24BfIMXcnGACr3KkfFtq878tLJQnh7 { top:2.6875rem;left:15.5625rem;width:1.5625rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSlz5pP0IV4kcxRosSAhtC9dow1OCsOG { top:3.25rem;left:17.374351501465rem;width:12.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5 { display:block; }#kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-regular-label { display:block;width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-text { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-textarea { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-select { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-button { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-checkbox-label { width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3  { width:21.125rem;height:auto;top:19.375rem;left:2rem; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .radio-container { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 {display:block;}#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 { width:21.125rem;height:auto;top:19.375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #DLvWBguiB8AriUFLZ9Q4AF9trUbWVTDp {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #u8fFrF5FyGz4Tuimtbo1Pv1AZKfQq5AT {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #NLXW2CX5TBAZSmaMBmdHvAlcD6UJnnNg {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #hiEHpSgVp99SPXSicszStWEqKdJT97yW {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #TIlgWPh3DBQBOZAzb5aTT98eSXoB3WBD { display:block; }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #xcC79liBoiHfcriRsUENn0JRnA8FJJD8 {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #GVWUKRJCEfTWnaQ17mHk7MACZtegWrFv {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #lH3hJNOUly11dPT8UQB4nWkJQ54e9vlR { display:block; }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #uMcukF96EekTWsPwlKLNbNdLcmN37TTB {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #g6STxkXgdTg63LNfXzoeBfUzDUoHR2Ew {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #e6ZXAUA5SFi3um54LS7fmNMh1441SaWB {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #abMS0ucVCXAkXcIm5pwNN0oKB6Bhg2hI {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #VNmcJUW60q9qDMKcBGNBmbmTlToPaC3k {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #uAsQ7tpM5T6PkWQSgqiVIPRfBlTFClSy { z-index:2; }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #qiLs6dNLX25CmBNUrefoF3oTiIJqyQT7 {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #lnhAzl9z0iJeKmeD0irRQH7vGLPy2xIP {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #E9DWpaPCnOUxtSP0tlh4nlpCiuyiv3Ta {  }
 }@media only screen and (max-width: 763px) { #OARRwZI1VC3USee5Nhk3lTcqL4GxZ3BP { width:47.75rem;height:5.4375rem;top:7.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npqVLiPXmtdGB9aHM16WwHqkXqTzvqQr { top:14.1875rem;left:0rem;width:47.75rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMUBEG1KZbgQntSy5qTN7epSld8HbSt6 { top:4.0625rem;left:14.5625rem;width:1.5625rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ZaQA6OokvtHgJWx9uzh1wItd5K7OMi { top:4.625rem;left:16.5625rem;width:14.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNBfXrE6kkxuMBszn1zMZFuIDbxOF988 { top:19.25rem;left:22.0625rem;width:25.6875rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK52TrJlywrtdDluHrkLPQOS41xVOkDC { display:block; }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdarAwoguJwo31RmWwXK8X6u4hD76llV { top:6.0625rem;left:0rem;width:47.75rem;height:8.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qErdRBEQUdXA74uBEawSUp8zHFdQLzRb { top:17.5625rem;left:0rem;width:45.25rem;height:33rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmP6dxziLwAbnTc3mXtLoIcPIzz9ml6l { width:19.75rem;height:3.5625rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiBaTm7X3vsHfe1wary6RmQLX3dMwgg9 { display:block; }
 }@media only screen and (max-width: 763px) { #iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD { display:block; }#iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGtXxWr5EV4iehAtDfBuVlc8RHDtJXOU { top:5.4375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmZT9LWNq1XvXs9VxNTCgHx9ldDfQn1P { top:14.1875rem;left:0rem;width:44.875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTnCSkQc1eRHpq9TTaJU1N34Q20VaDJ3 { top:16.5625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNfP7H7ThJyUvaPMe6oIXeThhFTOJnws { top:14.875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2dwgr9XEizZ15Opvxd2tM1PcQvsz4VN { top:23.625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHpnNHmCwi9ikNxdJnmtsD7epDITDW5I { top:21.25rem;left:0rem;width:44.875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMswtMyQBautCfByoLWW2sFmsT7rxPfT { top:21.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm2yykdn76hdPXvAa5BKepUJSJJZMvcR { top:30.6875rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOUJmtkqfvZAsEXs4z4pFv3rqDihQv8S { top:28.3125rem;left:0rem;width:44.875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CREdxaCwRzfldBa33wT7MJDxLdz1hwtT { top:29rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQCsFPeHg97rDr1NK5nCSsGThKQFgQdK { top:36.375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N52K7vX5grZFfpyc59rnD3WThMhCDPXR { top:43.875rem;left:8.125rem;width:39.5625rem;height:59.406620124355rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCc1JK9NKW0M0WNcaXFVbk6656SseW2Q { top:3.1875rem;left:0rem;width:1.5625rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQeV0vzDFKm0BUbCbXWmDTmUaIAxTGgK { top:3.75rem;left:0rem;width:16.0625rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtIwT44vNrNvieluCDbFAzeGHwNPCbiz { display:block; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgXSAvaK2ZOGt1Cnsf2ZnOiXcZgws1Eo { top:4.625rem;left:0rem;width:25.9375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIzlH0RE1ImxU1zup8oXAyqDfpEV6QN5 { top:31.375rem;left:0rem;width:28.1875rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLWpwIKOedpXFb6P3TaIoENq5iKBEU3z { top:39.5rem;left:0rem;width:29.4375rem;height:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFUGJEh4GVFsxCFKp8QmS9TS3PkOns1f { top:9.75rem;left:0rem;width:29.4375rem;height:16.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTb8wXz0wBPf2VNcyM0tTfHRAT2iTnSz { top:4.9375rem;left:10.998481750488rem;width:25.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPRvfkbRiSoPNXmgiR0hmDSTIOLen5qR { top:9.0625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEV4lPELA2iSJAxqw4JCRCBWcfmiuNK7 { top:14.0625rem;left:0rem;width:29.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4Bd8I39BZUkEOauQFOBUV3UnhgrBmbs { top:16.5rem;left:0rem;width:34.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSUf4S7k91bMHuxgWg6bbwiUGmmboziQ { top:19.375rem;left:0rem;width:35.125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niQAGgqmgCtxxMgg5m5HT6shx179Oe5a { top:14.0625rem;left:19.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Msm7tVSOGt69GO6JqPz5Ta8egyEMWD3v { top:12.75rem;left:10.25rem;width:37.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTLhmR1R5tTHvvbGT00eN2niNgVN0qUK { top:21.3125rem;left:12.6875rem;width:35.0625rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2vRT03K8T0N8EdnbZ84VdsveIFNSofD { top:16.5rem;left:12.875rem;width:34.875rem;height:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuzFTeEOzmOJahdzQaMX1X6KUlyWDWUw { top:14.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvlRpUtvofsaBWB0GIkxtPHRaDVBfpDv { top:14.0625rem;left:18.25rem;width:29.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNJ1uLHQVoEnPeKJVDu1OqNLFM3oazll { top:27.6875rem;left:0rem;width:37.3125rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgvxlGl1DnK9pZlyFZgPy97dT0mD687G { top:34.25rem;left:0rem;width:35.0625rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbrBlcdD7ZqV9wTNwET8v8Ld03P48qaV { top:29rem;left:19.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua8eVHyg0ENdPTFCnTEI1H4do1ayJyUy { top:28.9375rem;left:0rem;width:29.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUm3Anny9Pk4qbiJnT9TReL1iIAyEw6f { top:27.6875rem;left:10.3125rem;width:37.3125rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCXv5sg9bvRC7JdfcT8wQ5ZgyLTKw6MQ { top:34.25rem;left:12.6875rem;width:35.0625rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIW2dKwT8C79dykekyRUmgMeeUrkmNVo { top:31.375rem;left:12.875rem;width:34.875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACxfQ0JnJ4i0NmffxrT1JSIqIuO4c3mx { top:29rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrLTPxGAgoxqBDcizvDCqZp2Xb6BBibS { top:28.9375rem;left:18.25rem;width:29.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGM1vazTbLTXmTzwhI2Z3UVM7rWrZwd3 { top:40.8125rem;left:0rem;width:37.3125rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esk7ZSqc7P9NBefTbryI7RZT38qFKTGb { top:47.375rem;left:0rem;width:35.0625rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmDEZSBewg6D95rLdTb7h9FhVvC8DNNr { top:44.5rem;left:0rem;width:34.875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmwDfwF7aawRmQ3m6DphpO4wlAqXAoPy { top:42.125rem;left:19.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIvObdStEQAJv03SaUt5etQgDLS8pSEo { top:42.0625rem;left:0rem;width:29.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk6LXlcpxmD2EIVN8Jx3T2dbP72C3smW { top:40.8125rem;left:10.3125rem;width:37.3125rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWUBN002lAX5peUFJh7SIC641uZ0avu6 { top:47.375rem;left:12.6875rem;width:35.0625rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqN3lGycMSTl0rTJJJ8VKWqaLolIw5UH { top:42.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXiBmoDfyniiitkp46aAUIKp7iBn9Qmw { top:12.75rem;left:0rem;width:37.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7qTCuW36qHTop4I4U98KcSNJXhiAaKk { top:31.375rem;left:0rem;width:34.875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQk5Umx1uZ7Vt0dkfIhUlzGo1VN4UQqm { top:2.6875rem;left:15.5625rem;width:1.5625rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgO4N3eDhU6EOFeTJrggLqTz9UzKc57h { top:3.25rem;left:17.5625rem;width:14.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb { display:block; }#Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u72bcqpd8UFNQfA9ZarJ78P3l8baQaTg { top:5.75rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvd1zVi9K8b9nCmGwzQKRmUcylCb34ft { top:13.875rem;left:0rem;width:47.75rem;height:9.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZxW3niibnlqHvP7yTOKTaBkBxxT9ci5 { width:18.9375rem;height:3.5625rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEZBewc5CzstQRLAoXXd3JnJziaTe7CN { display:block; }
 }@media only screen and (max-width: 763px) { #eJNKtJR1zZJpThGrv5n4QQo9VbJdeltf { top:6.1875rem;left:21.8125rem;width:25.9375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K { display:block; }#uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOAyfWZ4dMiTQQBpt2H7bKD47TVPxImw { top:4.6875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzdhaMOSrNua7TCXwKhio31BtqyL7i3O { top:9.75rem;left:0rem;width:47.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbQpnAB1GwpNtcasaU3H0Zz5xWdst7Tr { top:10.5rem;left:0rem;width:47.75rem;height:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgIcTVpyA10cIyV1OhQCVBVMn1XtJzAE { top:22.625rem;left:0rem;width:47.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNxdf6vC7Tw2pZ9Hg8mI8PUfzCvQvC5D { top:23.4375rem;left:0rem;width:47.75rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuC1FKb6hHwbaZwabitIM3GRVfSHeTpa { top:31.125rem;left:0rem;width:47.75rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W61fdVNJTQ4bOEpBTMOkH4u39VzSrVDx { top:31.9375rem;left:0rem;width:47.75rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovrNREFvXhH8zcvaudwoeszABQLQhiIe { top:40.8125rem;left:0rem;width:47.75rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvzHMGemTFOhWNnbsPibrAEmirZeVlBE { top:41.625rem;left:0rem;width:47.75rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXlss05a2WghAfHdgZDPaIVp7JEW1lww { top:49.125rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdyEpRAqTO9cBH6AJnBukfudUDb9DAz0 { top:49.9375rem;left:0rem;width:47.75rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBKbizLMuPK05tkQaHKMv5AeVUbkl9Dn { top:57.5rem;left:0rem;width:47.75rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTqFyVbd9fLXw1iIObMeG1qV6snM7KDm { top:58.3125rem;left:0rem;width:47.75rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPHNKtHFeklEXOeR1RgaFreAmpNmcX8Z { top:67.25rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWrySpkknwJOCXb6HmFEtfFwyQp8Nvk3 { top:68.0625rem;left:0rem;width:47.75rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNSmqtnKxTDFspWKxTTgAALnlze4clo9 { display:block; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bm0PPAMMZZqMyNXTpsUMhFRCbHHUClB0 { width:27.375rem;height:8.75rem;top:14.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNNfazyHDLNxLbmbJgESbwy0NGly1px { width:42.5625rem;height:5.4375rem;top:6.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIHukf9BRqqoOvK6McArUD1z489Mn1KB { top:4.125rem;left:0rem;width:1.5625rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvl4eu4GQA4ALvUJ9nS4L6sk2DK6SIAv { top:4.5625rem;left:0rem;width:15.0625rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-regular-label { display:block;width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-text { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-text {padding-top: 0; padding-bottom: 0;}#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-textarea { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-select { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-select {padding-top: 0; padding-bottom: 0;}#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-button { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-checkbox-label { width:19.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH  { width:21.0625rem;height:22.6875rem;top:3.625rem;left:24.1875rem; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .radio-container { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH {display:block;}#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH { width:21.0625rem;height:22.6875rem;top:3.625rem;left:24.1875rem; }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #Mkkru4hzJnohN3s6aUqPqb5TTh4BPI41 {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #Va28iE7oMlEnVsp4w80eZEPPIiHszA21 {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #F0LI5vyhnGMWuKyKm95x6vfUU4ZSixHE {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #ki4xBng6fGmhz5IwZZTpoT8HazahE3Ll {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #TroGlKMABiq6OuE4x0Rn7nGVxlhAbyDn { display:block; }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #geoPVXpInRN1VHeUKOpu7sy5saTloFoK {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #TDeGrTWRufBudyiVkeTpomBRzQpLinxv {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #JkO12TELN0pIsA5iTIpx1hI70D3oNsqe { display:block; }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #rL2cQwqxMA81wgLOfzTsmln02TXUsNKd {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #IpIl6vpGAoxObTDU4fJzBtyBkZDUvPTg {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #dcTqcbk5VaR9eo3SeUhHvQqNIlnbeFiz {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #omkAwQHROp13BxAQP1opZmnH5diJfFhR {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #Dzwqvd5n7ITJI87KO0QXdxUs3MUAB4uc {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #x6Cb6U2fvCo0b2hlx7kPuOybd1MsFFld { z-index:2; }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #DCyyoXzizvEP0FQ1eQXBmi2W8XXT6ico {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #Q1bkFTUQglWn522Ci2TAn6wD6li2DQDE {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #X39fZHyRHqpgcT9pMN9nowCPk0LAGt48 {  }
 }@media only screen and (max-width: 763px) { #qoODrUyES2UGukGPmqbsqszICi2fQ77W { top:14.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Jgd6vTZbMViDUowwafQmmvlAI1gGUH { top:20.6875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi { display:block; }#FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmTUPQOyN9wK2TsfaLvZx2R2bfqTqrL4 { width:1.875rem;height:1.875rem;top:1.125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZXcufhfeWp2ZsgFJaHMWz7lbCthsrK { top:13.625rem;left:0rem;width:37.0625rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73QF8CIhyAVCfMVT9RSsenL3946vniw { width:18.75rem;height:1.8125rem;top:1.375rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtXT3Tq1iAmI6zoLcs9hKkEKzT0Xwt5R { display:block; }
 }@media only screen and (max-width: 763px) { #SIgIMlN0yxCOwat4ovwLms2f5LcfGaOb { top:1.4375rem;left:0rem;width:43.375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yB1kPTT3XcU0aHSHSJgFoJWZNtCLUH5H { width:7.5625rem;height:1.3125rem;top:1.5rem;left:20.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3Nk7OLcbHWOaGm0kNU0PER0TqB2EBAD { display:block; }
 }@media only screen and (max-width: 763px) { #ad6ohlqcROq7cez5gPgpy3QENVHwXUox { width:1.875rem;height:1.875rem;top:1.25rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z53aCcLxs1Xcyn8dTIMbDEhm4gAA4Szw { width:18.75rem;height:1.8125rem;top:1.375rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRXUZzu1DWUSxoF1I1tekwpiTbkzFTs5 { display:block; }
 }@media only screen and (max-width: 763px) { #vITSpq0uQe9aPtSrkOMGkOnohLvBbFaD { top:1.4375rem;left:0rem;width:43.375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NkBy8eTRaeg3s26BcwPF2hIpcMVGW321 { width:7.5625rem;height:1.3125rem;top:1.5rem;left:20.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8RCmUpdasM6UF0SqiszeDa8OCSi8XrZ { display:block; }
 }@media only screen and (max-width: 763px) { #df5eXpWN0k48RfZ5ZyU11oaT1Jk9XtRq { width:1.875rem;height:1.875rem;top:1.25rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fewv8OU4hmKwtkf6wvwGhVW37xrTc82v { width:18.75rem;height:1.8125rem;top:1.375rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #qboqz6rIqcoD8qoyFCfi3hUAoBE84Qbk { display:block; }
 }@media only screen and (max-width: 763px) { #GAeTW9RXPRIp6vPzmVVFtKGkwmFUKlm4 { width:1.875rem;height:1.875rem;top:1.25rem;left:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekatLUvtPzrCzWs7RqC9JAgpNLQCN0WI { width:1.875rem;height:1.875rem;top:1.25rem;left:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDL6JA9fs1HvF826xpLlkGXXG39JTm8d { width:31.875rem;height:6.875rem;top:5.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpgpGKyXQN80NGiEmNAM10tIeeb1s8eH { top:6.9375rem;left:25.5625rem;width:22.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umMvDkDO9Cn6Ss3u2qlMG3COXqMeErGp { width:13.625rem;height:1.3125rem;top:10.75rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQiQDS2cs2RdbNDokyoocNS1yJBb6Gb { display:block; }
 }@media only screen and (max-width: 763px) { #saZkykApwCIg1nmrVDcufS8ffXaGxqoz { width:1.875rem;height:1.875rem;top:10.5rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTibe2HZrAiozQNh3ybV9g0o6pZIKSIP { width:1.875rem;height:1.875rem;top:13.0625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J07DWXV47a0ZhI9An5WKG0pP0PT2UFfd { width:16.75rem;height:1.75rem;top:13.25rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JECJ9xZmShbyK6uhK5GU8aWlMlMuVLnT { display:block; }
 }@media only screen and (max-width: 763px) { #iPvTJzIFugpIy71xav9bRJFwEd39SbuF { top:16.625rem;left:34.625rem;width:2.8125rem;height:2.8125rem;display:block; }
#iPvTJzIFugpIy71xav9bRJFwEd39SbuF > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #VrAXP1QMclm6rWEG1FCTAvGZsvz2TP4n { top:16.625rem;left:37.875rem;width:2.8125rem;height:2.8125rem;display:block; }
#VrAXP1QMclm6rWEG1FCTAvGZsvz2TP4n > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #euw5fbGQJe7AfTERtnZxJpfAeDhBaIMb { top:16.625rem;left:41.1875rem;width:2.8125rem;height:2.8125rem;display:block; }
#euw5fbGQJe7AfTERtnZxJpfAeDhBaIMb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #Adu7Gkab2uQnOAkR1F9Q7kIGbt7tTPdW { top:16.5625rem;left:44.625rem;width:2.8125rem;height:2.8125rem;display:block; }
#Adu7Gkab2uQnOAkR1F9Q7kIGbt7tTPdW > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #a4AZmpOSmuy8fixWoZh0NWZsNS1UPBMr { width:1.875rem;height:1.875rem;top:17rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqAqp0tsZLUhp2k9bzh9vdroIHgZm2fB { width:16.75rem;height:1.75rem;top:13.25rem;left:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOFma9e6gprbXyI8ZSNCcJwMaSoLilqq { display:block; }
 }@media only screen and (max-width: 763px) { #OZSNvoLd0UfBSqgpOt5P02FyeSMnDVf7 { width:13.625rem;height:1.3125rem;top:10.75rem;left:34.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ph1Jy86GqZSrGDTUEev1htifxt1WUa8m { display:block; }
 }@media only screen and (max-width: 763px) { #M7RLIxvOaMMDRQ9wTITwLqLFAwv1qOlG { width:1.875rem;height:1.875rem;top:10.5rem;left:34.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAik68yZee9CIn9oKUkHrsuIOWliOf4n { width:1.875rem;height:1.875rem;top:13.0625rem;left:34.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuysfZt0w3PZVHce9GV2EhTU5a0ZJBD8 { width:16.75rem;height:1.75rem;top:13.25rem;left:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LltTTPdmKcrChhp0fOXBfihiJBWqsRDi { display:block; }
 }@media only screen and (max-width: 763px) { #NZ4EloxO3gR0pSBDy7tiIhrOwUSa8nvQ { width:13.625rem;height:1.3125rem;top:10.75rem;left:34.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRv9oD5HvU1dAuG3DWHfv8y7eECzz2i9 { display:block; }
 }@media only screen and (max-width: 763px) { #VyBTziJgGShHyn8qsuCu6CMqQs7hTWA1 { width:1.875rem;height:1.875rem;top:10.5rem;left:34.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Udyo5Nc4wAqkSEEsIq4yqsRzTB1gXRcE { width:1.875rem;height:1.875rem;top:13.0625rem;left:34.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TO4q5MWswskIHT9uW5wohtmqyFB1dXIP { width:16.75rem;height:1.75rem;top:13.25rem;left:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPlTRvE8945xdmPVTR4BdFX8loZmvGdq { display:block; }
 }@media only screen and (max-width: 763px) { #KlB2msaL1F744FtTXWTwNtZGu37IAkLy { width:13.625rem;height:1.3125rem;top:10.75rem;left:34.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJSnxqThVZ9MxDb6psouFvNPWHvIHIPs { display:block; }
 }@media only screen and (max-width: 763px) { #dR74PLWTsmzVWFHtne2052pPVkTWQ0PJ { width:1.875rem;height:1.875rem;top:10.5rem;left:34.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1QL4zzSAxX5JTJWSTZBgJ0SCTDDKHpa { width:1.875rem;height:1.875rem;top:13.0625rem;left:34.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmIG7kbvcyz3mHXi3WexnyckvqDhdfgK { width:16.75rem;height:1.75rem;top:13.25rem;left:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7oa53UJ5z8p8oqshbMJ8OpuNTUfU2H5 { display:block; }
 }@media only screen and (max-width: 763px) { #FaIsONuNJbdMTkh9TMqNy2q1StN4V4xc { width:13.625rem;height:1.3125rem;top:10.75rem;left:34.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTQNnlgT3hSmv7z0WbRXOktDn29fAHR6 { display:block; }
 }@media only screen and (max-width: 763px) { #HyLsGtPvarH4Qg9il37p3SMmBnnsTQ25 { width:1.875rem;height:1.875rem;top:10.5rem;left:34.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUxWs1sklAwn7JsOwMTFtJ1O1moW59tK { width:1.875rem;height:1.875rem;top:13.0625rem;left:34.625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#I2dEDcZwCP3UkbkrTUQ5Tue9Xpkch1qv > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzbvo3TcxZeEkLbL75TD67NwT7SCCSJI { width:11.624375rem;height:2.31228125rem;top:1.374783039093rem;left:4.1872833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW5LwD7WJdXgXbwDmiQdx19hk6DpTgPt { width:6.936875rem;height:1.2999125rem;top:6.786024570465rem;left:6.5310333371163rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXTiIzuVMpRLE9TIOeo6LOdNlhLXktqg { width:12.8125rem;height:1.2999125rem;top:5.1616754531861rem;left:3.5937502980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LUcyPExFBHrt1IRqDBzKD6TQT9zc0rHT { width:4.4987rem;height:1.2999125rem;top:8.4088547229769rem;left:7.7495663762094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { width:20rem;height:2.92535rem;top:13.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { width:18.4375rem;height:4.496525rem;top:17.686632156372rem;left:0.78125005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RN10DQq3vwUqSr6u4J943ydTAL5e6aus { width:11.936875rem;height:17.9373125rem;top:23.310548782349rem;left:4.0310333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR6zsASTQnU1WC1LiTD1H7Finm1Jfz8O { width:1.25rem;height:1.9987rem;top:11.319459915161rem;left:17.811415970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ZU6IkD5APRHRZyTubUdGU9bnFkUWt5 { width:1.62435rem;height:2.56185rem;top:10.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt9siQv0mKx2A0ahmrzNeIWb4EVeMhQ5 { width:1.49956875rem;height:2.43706875rem;top:15.25rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoM4ZubBv8LVChSncVxfETh6llH9P3Ei { position:relative;z-index:auto;display:block; }#AoM4ZubBv8LVChSncVxfETh6llH9P3Ei > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8w4movB8qIlTRvI2ybf9phLpK5Psydk { width:20rem;height:1.462675rem;top:2.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zzd4h1ysAMq3wmKcfQX8ggmMoyKBQMLz { width:1.99978125rem;height:1.99978125rem;top:5.1725234985351rem;left:17.435981094838rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX8kDEVn0fwRFcJx5i2K2piEGdKDxOoT { width:19.875rem;height:11.375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcvItGh43Csg0m5NhFkP9lwsU5vKtndA { width:19.125rem;height:0.97439375rem;top:5.6814231872559rem;left:0.8125rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #w17EfPUSchnGLvVJ9JnEQEZ50HzTfFmu { width:14.5625rem;height:2.92535rem;top:7.16796875rem;left:0.68684905767444rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tIno70d2Sk8LiJcwxa4ZpA1kngLHOPmb { width:19.3120625rem;height:4.496525rem;top:10.748695373535rem;left:0.68684905767444rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xUqx410T2knwhEdQdEIo8q54Ret1tBZG { width:19.875rem;height:11.3125rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdFsbSVOIqzMvrgh73mJOVv8P9rNTfEn { width:19.1875rem;height:0.97439375rem;top:18.437498092651rem;left:0.75rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yTkHHvPavlivIHWSQPZaJccGZrvcluB7 { width:16.9375rem;height:2.92535rem;top:19.891494750976rem;left:0.74978297948838rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eC95Mq8VhACosBCOWF6Hbvdxa1u8rvoG { width:19.249125rem;height:4.496525rem;top:23.372398376465rem;left:0.74978297948838rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcMmi1MvHclgzOwCM0BvnypNadKzveeV { width:1.93685rem;height:1.93685rem;top:17.954647064209rem;left:17.466363251209rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhxTzNSiTMvGTrEESpeQ4DT47MNBtnbd { width:19.875rem;height:11.3125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAgzCaF3dLfQPwp6z1GXXd3cUaOrlnuW { width:19.1873125rem;height:4.496525rem;top:36.124134063721rem;left:0.81163197755812rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zAp2b40kKoDLrVE8Qra2qdJSzDTvWu18 { width:14.5rem;height:2.92535rem;top:32.548828125rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wMTd0gCPAFk6lFn7zP0fJ6mUkZfbi4xC { width:1.875rem;height:1.875rem;top:30.673828125rem;left:17.497830688953rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdE5hqeUhCfk61IoQ3u14BSea7HHMeIc { width:19.125rem;height:0.97439375rem;top:31.124134063721rem;left:0.8125rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wXFoTlMeTrtvesXTIupNqFv9iglFatfy { width:19.875rem;height:12rem;top:42.874347686767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3R5zpVE3HLoFwvhHNaRRMQsPCVyP9wG { width:19.0625rem;height:5.6206625rem;top:48.773874759674rem;left:0.93641501665113rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H0VlehflSAwqtQR956wMpHokqJpeMVvh { width:13.75rem;height:2.92535rem;top:45.317492008209rem;left:0.81163197755812rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W17UJaphUJBTW3uCyAcGClTJkkkiWrtW { width:19.0625rem;height:0.97439375rem;top:43.811847686767rem;left:0.875rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #y1xAnKoEVNQ9xZ44Xgd0vT1tG1aXkDoN { width:1.875rem;height:1.875rem;top:43.361545562744rem;left:17.497830688953rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUKGwBkiWHDxLddSxLCKxZQHo7CBw8X9 { width:19.875rem;height:10.25rem;top:56.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbLtqLODmoVOr70MM55fHtQ38HyUCuAr { width:19.0625rem;height:3.37239375rem;top:62.061636447906rem;left:0.81184905767444rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nx3RCkQAiuhWHlAuTpS23FJFt9OWP4sT { width:10.9375rem;height:2.92535rem;top:58.598959445953rem;left:0.81163197755812rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6nwu3R84mIoKHWmigtRfuC4nhKHayJa { width:19rem;height:0.97439375rem;top:57.125rem;left:0.9375rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #mE7PqKUWT8auVwtnWlFfRho5fTac4Ubl { width:1.99978125rem;height:1.99978125rem;top:56.625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ24BfIMXcnGACr3KkfFtq878tLJQnh7 { width:0.9375rem;height:1.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSlz5pP0IV4kcxRosSAhtC9dow1OCsOG { width:10rem;height:0.97439375rem;top:1rem;left:1.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5 { display:block; }#kBKdbK7Xe4isBR6KkTpNi4vmKUGARkT5 > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-regular-label { display:block;width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.875rem; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.875rem;font-size:0.75rem;overflow:hidden; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;line-height:1;height:2.5rem; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .widget-checkbox-label { width:13.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3  { width:14.561625rem;height:auto;top:34.284941911698rem;left:1.4691842198372rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 {display:block;}#Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 { width:14.561625rem;height:auto;top:34.284941911698rem;left:1.4691842198372rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #DLvWBguiB8AriUFLZ9Q4AF9trUbWVTDp {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #u8fFrF5FyGz4Tuimtbo1Pv1AZKfQq5AT { display:none; }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #NLXW2CX5TBAZSmaMBmdHvAlcD6UJnnNg {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #hiEHpSgVp99SPXSicszStWEqKdJT97yW {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #TIlgWPh3DBQBOZAzb5aTT98eSXoB3WBD { display:none; }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #xcC79liBoiHfcriRsUENn0JRnA8FJJD8 {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #GVWUKRJCEfTWnaQ17mHk7MACZtegWrFv {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #lH3hJNOUly11dPT8UQB4nWkJQ54e9vlR { display:none; }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #uMcukF96EekTWsPwlKLNbNdLcmN37TTB {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #g6STxkXgdTg63LNfXzoeBfUzDUoHR2Ew {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #e6ZXAUA5SFi3um54LS7fmNMh1441SaWB {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #abMS0ucVCXAkXcIm5pwNN0oKB6Bhg2hI {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #VNmcJUW60q9qDMKcBGNBmbmTlToPaC3k {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #uAsQ7tpM5T6PkWQSgqiVIPRfBlTFClSy { z-index:2; }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #qiLs6dNLX25CmBNUrefoF3oTiIJqyQT7 {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #lnhAzl9z0iJeKmeD0irRQH7vGLPy2xIP {  }
 }@media only screen and (max-width: 763px) { #Fbzr4VaoweuIJvFbzcUztN6Tlk36HnG3 #E9DWpaPCnOUxtSP0tlh4nlpCiuyiv3Ta {  }
 }@media only screen and (max-width: 763px) { #OARRwZI1VC3USee5Nhk3lTcqL4GxZ3BP { width:16.749125rem;height:4.9479125rem;top:3.8715286254883rem;left:1.6243489384651rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #npqVLiPXmtdGB9aHM16WwHqkXqTzvqQr { width:20rem;height:6.7448125rem;top:9.9348964691163rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #AMUBEG1KZbgQntSy5qTN7epSld8HbSt6 { width:0.9375rem;height:1.5625rem;top:1.6286907196045rem;left:3.6002605557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ZaQA6OokvtHgJWx9uzh1wItd5K7OMi { width:11.0623125rem;height:0.97439375rem;top:2.2157135009766rem;left:4.4683163762093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yNBfXrE6kkxuMBszn1zMZFuIDbxOF988 { width:15.061875rem;height:15.061875rem;top:18.340930223465rem;left:2.4685330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK52TrJlywrtdDluHrkLPQOS41xVOkDC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74f43e82-f4b8-4c8d-a979-a9ca87de67df/0912_MSr_0048M.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC.adaptive-delivery-prevent-bg, #OK52TrJlywrtdDluHrkLPQOS41xVOkDC.lazyload, #OK52TrJlywrtdDluHrkLPQOS41xVOkDC.lazyloading { background-image: none; }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row .container { background-color: transparent; background-image: none; }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,43,49,0.72); }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row .container > .video-iframe-container { display: none; }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,43,49,0.72); }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row > .video-iframe-container { display: none; }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .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); }#OK52TrJlywrtdDluHrkLPQOS41xVOkDC > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdarAwoguJwo31RmWwXK8X6u4hD76llV { width:20rem;height:5.85069375rem;top:2.5596790313721rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qErdRBEQUdXA74uBEawSUp8zHFdQLzRb { width:20rem;height:35.97225rem;top:10.606554985046rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bmP6dxziLwAbnTc3mXtLoIcPIzz9ml6l { width:19.749375rem;height:3.5612rem;top:47.834202766419rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiBaTm7X3vsHfe1wary6RmQLX3dMwgg9 { display:block; }
 }@media only screen and (max-width: 763px) { #iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD { display:block; }#iJ9l9gdwaM9BNSIWUo6LTrkvfUbakRaD > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGtXxWr5EV4iehAtDfBuVlc8RHDtJXOU { width:20rem;height:4.38801875rem;top:3.3420143127441rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmZT9LWNq1XvXs9VxNTCgHx9ldDfQn1P { width:17.686625rem;height:1.462675rem;top:8.9322929382325rem;left:2.3133681416511rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JTnCSkQc1eRHpq9TTaJU1N34Q20VaDJ3 { width:20rem;height:5.6206625rem;top:11.263023376465rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nNfP7H7ThJyUvaPMe6oIXeThhFTOJnws { width:1.62435rem;height:1.62435rem;top:8.7022590637206rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2dwgr9XEizZ15Opvxd2tM1PcQvsz4VN { width:20rem;height:3.37239375rem;top:21.0625rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VHpnNHmCwi9ikNxdJnmtsD7epDITDW5I { width:17.6875rem;height:1.462675rem;top:18.6875rem;left:2.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UMswtMyQBautCfByoLWW2sFmsT7rxPfT { width:1.74913125rem;height:1.74913125rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm2yykdn76hdPXvAa5BKepUJSJJZMvcR { width:20rem;height:5.6206625rem;top:29.876304626465rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WOUJmtkqfvZAsEXs4z4pFv3rqDihQv8S { width:18.3125rem;height:2.92535rem;top:25.9375rem;left:2.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CREdxaCwRzfldBa33wT7MJDxLdz1hwtT { width:1.81206875rem;height:1.81206875rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQCsFPeHg97rDr1NK5nCSsGThKQFgQdK { width:20rem;height:2.2482625rem;top:37.058380126953rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #N52K7vX5grZFfpyc59rnD3WThMhCDPXR { width:15.499125rem;height:23.3745625rem;top:40.515409469604rem;left:3.4049480557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCc1JK9NKW0M0WNcaXFVbk6656SseW2Q { width:1.06228125rem;height:1.68728125rem;top:1.0850696563721rem;left:2.5368924736977rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQeV0vzDFKm0BUbCbXWmDTmUaIAxTGgK { width:11.8120625rem;height:0.97439375rem;top:1.728515625rem;left:4.0928819775581rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LtIwT44vNrNvieluCDbFAzeGHwNPCbiz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container { background-color: transparent; background-image: none; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container > .video-iframe-container { display: none; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row > .video-iframe-container { display: none; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .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); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container { border-width: 0; border-radius: 0; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgXSAvaK2ZOGt1Cnsf2ZnOiXcZgws1Eo { width:20rem;height:1.625rem;top:1.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIzlH0RE1ImxU1zup8oXAyqDfpEV6QN5 { width:20rem;height:3.2487rem;top:20.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLWpwIKOedpXFb6P3TaIoENq5iKBEU3z { width:20rem;height:11.24131875rem;top:24.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FFUGJEh4GVFsxCFKp8QmS9TS3PkOns1f { width:20rem;height:13.48960625rem;top:4.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTb8wXz0wBPf2VNcyM0tTfHRAT2iTnSz { width:20rem;height:1.462675rem;top:2.8841152191162rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPRvfkbRiSoPNXmgiR0hmDSTIOLen5qR { width:19.375rem;height:2.2482625rem;top:5.2799491882324rem;left:0.31250005960464rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xEV4lPELA2iSJAxqw4JCRCBWcfmiuNK7 { width:20rem;height:0.97439375rem;top:10rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x4Bd8I39BZUkEOauQFOBUV3UnhgrBmbs { width:20rem;height:1.462675rem;top:12.4375rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VSUf4S7k91bMHuxgWg6bbwiUGmmboziQ { width:17.8125rem;height:3.37239375rem;top:14.561632156372rem;left:1.0937500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #niQAGgqmgCtxxMgg5m5HT6shx179Oe5a { width:2.12456875rem;height:2.12456875rem;top:9.4375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Msm7tVSOGt69GO6JqPz5Ta8egyEMWD3v { width:19.875rem;height:11.375rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTLhmR1R5tTHvvbGT00eN2niNgVN0qUK { width:20rem;height:3.37239375rem;top:25.811634063721rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2vRT03K8T0N8EdnbZ84VdsveIFNSofD { width:20rem;height:2.92535rem;top:22.047527313233rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuzFTeEOzmOJahdzQaMX1X6KUlyWDWUw { width:2rem;height:2rem;top:19.423828125rem;left:17.484594658069rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvlRpUtvofsaBWB0GIkxtPHRaDVBfpDv { width:20rem;height:0.97439375rem;top:20.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNJ1uLHQVoEnPeKJVDu1OqNLFM3oazll { width:19.875rem;height:10.1875rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgvxlGl1DnK9pZlyFZgPy97dT0mD687G { width:18.811875rem;height:3.37239375rem;top:36.061199188233rem;left:0.59353297948838rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbrBlcdD7ZqV9wTNwET8v8Ld03P48qaV { width:2.12456875rem;height:2.12456875rem;top:31.041664123535rem;left:17.437066376209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua8eVHyg0ENdPTFCnTEI1H4do1ayJyUy { width:20rem;height:0.97439375rem;top:32.123481750488rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUm3Anny9Pk4qbiJnT9TReL1iIAyEw6f { width:19.875rem;height:9.375rem;top:40.57400226593rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCXv5sg9bvRC7JdfcT8wQ5ZgyLTKw6MQ { width:20rem;height:3.37239375rem;top:45.976563453674rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIW2dKwT8C79dykekyRUmgMeeUrkmNVo { width:20rem;height:1.462675rem;top:43.873700141907rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACxfQ0JnJ4i0NmffxrT1JSIqIuO4c3mx { width:2.0625rem;height:2.0625rem;top:41.256512641907rem;left:17.429689314442rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrLTPxGAgoxqBDcizvDCqZp2Xb6BBibS { width:20rem;height:0.97439375rem;top:41.800133705139rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGM1vazTbLTXmTzwhI2Z3UVM7rWrZwd3 { width:19.875rem;height:8.6875rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esk7ZSqc7P9NBefTbryI7RZT38qFKTGb { width:18.4375rem;height:3.37239375rem;top:54.976132392883rem;left:0.78125005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmDEZSBewg6D95rLdTb7h9FhVvC8DNNr { width:20rem;height:1.462675rem;top:52.817928314209rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmwDfwF7aawRmQ3m6DphpO4wlAqXAoPy { width:2.0625rem;height:2.0625rem;top:50.756296157837rem;left:17.429689314442rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIvObdStEQAJv03SaUt5etQgDLS8pSEo { width:20rem;height:0.97439375rem;top:51.299915313721rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fk6LXlcpxmD2EIVN8Jx3T2dbP72C3smW { width:19.875rem;height:8.4375rem;top:58.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWUBN002lAX5peUFJh7SIC641uZ0avu6 { width:18.8748125rem;height:3.37239375rem;top:62.622616767881rem;left:0.56206601858139rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HqN3lGycMSTl0rTJJJ8VKWqaLolIw5UH { width:1.9375rem;height:1.9375rem;top:59.686416625976rem;left:17.554689314442rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXiBmoDfyniiitkp46aAUIKp7iBn9Qmw { width:19.875rem;height:9.9375rem;top:8.6875rem;left:0.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Z7qTCuW36qHTop4I4U98KcSNJXhiAaKk { width:20rem;height:1.462675rem;top:34rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQk5Umx1uZ7Vt0dkfIhUlzGo1VN4UQqm { width:0.9375rem;height:1.5625rem;top:1.3216152191162rem;left:3.9442275166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgO4N3eDhU6EOFeTJrggLqTz9UzKc57h { width:10.374375rem;height:0.97439375rem;top:1.6178379058838rem;left:4.8122833371163rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb { display:block; }#Rgbg6UHR0OBcQvtkR0vPTz9iUUoST9Vb > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u72bcqpd8UFNQfA9ZarJ78P3l8baQaTg { width:20rem;height:4.388025rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rvd1zVi9K8b9nCmGwzQKRmUcylCb34ft { width:18.0620625rem;height:11.4648625rem;top:6.6406383514406rem;left:0.96788197755812rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SZxW3niibnlqHvP7yTOKTaBkBxxT9ci5 { width:17.5rem;height:3.4375rem;top:36.404082298279rem;left:1.2500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEZBewc5CzstQRLAoXXd3JnJziaTe7CN { display:block; }
 }@media only screen and (max-width: 763px) { #eJNKtJR1zZJpThGrv5n4QQo9VbJdeltf { width:17.1875rem;height:17.1875rem;top:18.702258110046rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K { display:block; }#uPZELtU1xcRuoIJ49FkISsMrGLxfsl9K > .row .container { width:20rem;height:98.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOAyfWZ4dMiTQQBpt2H7bKD47TVPxImw { width:20rem;height:2.92535rem;top:2.1549510955811rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzdhaMOSrNua7TCXwKhio31BtqyL7i3O { width:18.9375rem;height:21.375rem;top:6.298828125rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbQpnAB1GwpNtcasaU3H0Zz5xWdst7Tr { width:17.5625rem;height:20.2343875rem;top:7.1123046875rem;left:1.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgIcTVpyA10cIyV1OhQCVBVMn1XtJzAE { width:20rem;height:9.25rem;top:28.594848632812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNxdf6vC7Tw2pZ9Hg8mI8PUfzCvQvC5D { width:20rem;height:7.868925rem;top:29.408599853516rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuC1FKb6hHwbaZwabitIM3GRVfSHeTpa { width:20rem;height:11.375rem;top:38.526489257812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W61fdVNJTQ4bOEpBTMOkH4u39VzSrVDx { width:20rem;height:10.1172rem;top:39.340250976563rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ovrNREFvXhH8zcvaudwoeszABQLQhiIe { width:20rem;height:10.3125rem;top:50.706390380859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvzHMGemTFOhWNnbsPibrAEmirZeVlBE { width:20rem;height:8.993075rem;top:51.520152099609rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pXlss05a2WghAfHdgZDPaIVp7JEW1lww { width:20rem;height:9.125rem;top:61.762161254882rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdyEpRAqTO9cBH6AJnBukfudUDb9DAz0 { width:20rem;height:7.868925rem;top:62.575928222656rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBKbizLMuPK05tkQaHKMv5AeVUbkl9Dn { width:20rem;height:12.4375rem;top:71.693801879881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTqFyVbd9fLXw1iIObMeG1qV6snM7KDm { width:20rem;height:11.241325rem;top:72.506511230469rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPHNKtHFeklEXOeR1RgaFreAmpNmcX8Z { width:20rem;height:12.5rem;top:84.996749877931rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWrySpkknwJOCXb6HmFEtfFwyQp8Nvk3 { width:20rem;height:11.241325rem;top:85.810506835938rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNSmqtnKxTDFspWKxTTgAALnlze4clo9 { display:block; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bm0PPAMMZZqMyNXTpsUMhFRCbHHUClB0 { width:12.8125rem;height:5.84635625rem;top:6.4375rem;left:4.875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNNfazyHDLNxLbmbJgESbwy0NGly1px { width:20rem;height:2.610675rem;top:2.9177513122559rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fIHukf9BRqqoOvK6McArUD1z489Mn1KB { width:0.99935rem;height:1.62435rem;top:1.1046028137207rem;left:3.3116319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvl4eu4GQA4ALvUJ9nS4L6sk2DK6SIAv { width:11.5625rem;height:0.97439375rem;top:1.4789485931396rem;left:4.6245663762093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.875rem; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-text {padding-top: 0; padding-bottom: 0;}#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.875rem;font-size:0.75rem;overflow:hidden; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-select {padding-top: 0; padding-bottom: 0;}#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;line-height:1;height:2.5rem; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH  { width:17.5rem;height:auto;top:13.955078125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH {display:block;}#XRNWFnN2ITRLMS4oxragEurD8Fo6srfH { width:17.5rem;height:auto;top:13.955078125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #Mkkru4hzJnohN3s6aUqPqb5TTh4BPI41 {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #Va28iE7oMlEnVsp4w80eZEPPIiHszA21 { display:none; }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #F0LI5vyhnGMWuKyKm95x6vfUU4ZSixHE {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #ki4xBng6fGmhz5IwZZTpoT8HazahE3Ll {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #TroGlKMABiq6OuE4x0Rn7nGVxlhAbyDn { display:none; }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #geoPVXpInRN1VHeUKOpu7sy5saTloFoK {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #TDeGrTWRufBudyiVkeTpomBRzQpLinxv {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #JkO12TELN0pIsA5iTIpx1hI70D3oNsqe { display:none; }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #rL2cQwqxMA81wgLOfzTsmln02TXUsNKd {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #IpIl6vpGAoxObTDU4fJzBtyBkZDUvPTg {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #dcTqcbk5VaR9eo3SeUhHvQqNIlnbeFiz {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #omkAwQHROp13BxAQP1opZmnH5diJfFhR {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #Dzwqvd5n7ITJI87KO0QXdxUs3MUAB4uc {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #x6Cb6U2fvCo0b2hlx7kPuOybd1MsFFld { z-index:2; }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #DCyyoXzizvEP0FQ1eQXBmi2W8XXT6ico {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #Q1bkFTUQglWn522Ci2TAn6wD6li2DQDE {  }
 }@media only screen and (max-width: 763px) { #XRNWFnN2ITRLMS4oxragEurD8Fo6srfH #X39fZHyRHqpgcT9pMN9nowCPk0LAGt48 {  }
 }@media only screen and (max-width: 763px) { #qoODrUyES2UGukGPmqbsqszICi2fQ77W { width:1.75rem;height:1.75rem;top:7.1236991882325rem;left:2.2556424736977rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Jgd6vTZbMViDUowwafQmmvlAI1gGUH { width:1.6875rem;height:1.6875rem;top:10.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi { position:relative;z-index:auto;display:block; }#FVJ85tczGy1SIIfWMxX3w7LOwC2l7cSi > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmTUPQOyN9wK2TsfaLvZx2R2bfqTqrL4 { width:1.6875rem;height:1.6875rem;top:0rem;left:18.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZXcufhfeWp2ZsgFJaHMWz7lbCthsrK { width:20rem;height:6.55925rem;top:6.73828125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z73QF8CIhyAVCfMVT9RSsenL3946vniw { width:11.375rem;height:1.3125rem;top:5.7875003814697rem;left:10.024999976158rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #EtXT3Tq1iAmI6zoLcs9hKkEKzT0Xwt5R { display:block; }
 }@media only screen and (max-width: 763px) { #SIgIMlN0yxCOwat4ovwLms2f5LcfGaOb { width:20rem;height:2.92535rem;top:5.8687496185303rem;left:-25.537501931191rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #yB1kPTT3XcU0aHSHSJgFoJWZNtCLUH5H { width:7.5625rem;height:1.3125rem;top:5.9125003814697rem;left:1.3999999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #P3Nk7OLcbHWOaGm0kNU0PER0TqB2EBAD { display:block; }
 }@media only screen and (max-width: 763px) { #ad6ohlqcROq7cez5gPgpy3QENVHwXUox { width:1.875rem;height:1.875rem;top:5.6625003814697rem;left:8.9624999761581rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #Z53aCcLxs1Xcyn8dTIMbDEhm4gAA4Szw { width:11.375rem;height:1.3125rem;top:8.47500038147rem;left:7.5249999761581rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #rRXUZzu1DWUSxoF1I1tekwpiTbkzFTs5 { display:block; }
 }@media only screen and (max-width: 763px) { #vITSpq0uQe9aPtSrkOMGkOnohLvBbFaD { width:20rem;height:2.92535rem;top:8.55624961853rem;left:-29.287501931191rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #NkBy8eTRaeg3s26BcwPF2hIpcMVGW321 { width:7.5625rem;height:1.3125rem;top:8.60000038147rem;left:-2.3500000238419rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #F8RCmUpdasM6UF0SqiszeDa8OCSi8XrZ { display:block; }
 }@media only screen and (max-width: 763px) { #df5eXpWN0k48RfZ5ZyU11oaT1Jk9XtRq { width:1.875rem;height:1.875rem;top:8.35000038147rem;left:5.2124999761581rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #Fewv8OU4hmKwtkf6wvwGhVW37xrTc82v { width:11.375rem;height:1.3125rem;top:10.100006103516rem;left:10.024999976158rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #qboqz6rIqcoD8qoyFCfi3hUAoBE84Qbk { display:block; }
 }@media only screen and (max-width: 763px) { #GAeTW9RXPRIp6vPzmVVFtKGkwmFUKlm4 { width:1.875rem;height:1.875rem;top:10.850006103516rem;left:5.0874999761581rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #ekatLUvtPzrCzWs7RqC9JAgpNLQCN0WI { width:1.875rem;height:1.875rem;top:9.22500038147rem;left:5.7749999761581rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #JDL6JA9fs1HvF826xpLlkGXXG39JTm8d { width:20rem;height:4.39886875rem;top:1.684024810791rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BpgpGKyXQN80NGiEmNAM10tIeeb1s8eH { width:14.6235rem;height:1.62435rem;top:15.248481750488rem;left:2.6877172589302rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umMvDkDO9Cn6Ss3u2qlMG3COXqMeErGp { width:13.624125rem;height:2.3125rem;top:17.4375rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQiQDS2cs2RdbNDokyoocNS1yJBb6Gb { display:block; }
 }@media only screen and (max-width: 763px) { #saZkykApwCIg1nmrVDcufS8ffXaGxqoz { width:1.875rem;height:1.875rem;top:17.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTibe2HZrAiozQNh3ybV9g0o6pZIKSIP { width:1.875rem;height:1.875rem;top:20rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J07DWXV47a0ZhI9An5WKG0pP0PT2UFfd { width:13.625rem;height:2.3125rem;top:19.75rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JECJ9xZmShbyK6uhK5GU8aWlMlMuVLnT { display:block; }
 }@media only screen and (max-width: 763px) { #iPvTJzIFugpIy71xav9bRJFwEd39SbuF { display:flex;width:2.5rem;height:2.5rem;top:23.25rem;left:3rem;font-size:1.75rem; }
#iPvTJzIFugpIy71xav9bRJFwEd39SbuF > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #VrAXP1QMclm6rWEG1FCTAvGZsvz2TP4n { display:flex;width:2.5rem;height:2.5rem;top:23.25rem;left:6.9375rem;font-size:1.75rem; }
#VrAXP1QMclm6rWEG1FCTAvGZsvz2TP4n > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #euw5fbGQJe7AfTERtnZxJpfAeDhBaIMb { display:flex;width:2.5rem;height:2.5rem;top:23.25rem;left:10.6875rem;font-size:1.75rem; }
#euw5fbGQJe7AfTERtnZxJpfAeDhBaIMb > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Adu7Gkab2uQnOAkR1F9Q7kIGbt7tTPdW { display:flex;width:2.5625rem;height:2.5625rem;top:23.25rem;left:14.4375rem;font-size:1.75rem; }
#Adu7Gkab2uQnOAkR1F9Q7kIGbt7tTPdW > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #a4AZmpOSmuy8fixWoZh0NWZsNS1UPBMr { width:1.6875rem;height:1.6875rem;top:12.9375rem;left:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqAqp0tsZLUhp2k9bzh9vdroIHgZm2fB { width:16.75rem;height:1.75rem;top:25.333984375rem;left:4.6458333134651rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #DOFma9e6gprbXyI8ZSNCcJwMaSoLilqq { display:block; }
 }@media only screen and (max-width: 763px) { #OZSNvoLd0UfBSqgpOt5P02FyeSMnDVf7 { width:13.625rem;height:1.3125rem;top:22.862197875976rem;left:7.770833313465rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Ph1Jy86GqZSrGDTUEev1htifxt1WUa8m { display:block; }
 }@media only screen and (max-width: 763px) { #M7RLIxvOaMMDRQ9wTITwLqLFAwv1qOlG { width:1.875rem;height:1.875rem;top:22.583335876465rem;left:5.4583333134651rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #lAik68yZee9CIn9oKUkHrsuIOWliOf4n { width:1.875rem;height:1.875rem;top:25.146270751953rem;left:5.4583333134651rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #wuysfZt0w3PZVHce9GV2EhTU5a0ZJBD8 { width:16.75rem;height:1.75rem;top:28.958984375rem;left:4.6458333134651rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #LltTTPdmKcrChhp0fOXBfihiJBWqsRDi { display:block; }
 }@media only screen and (max-width: 763px) { #NZ4EloxO3gR0pSBDy7tiIhrOwUSa8nvQ { width:13.625rem;height:1.3125rem;top:26.487197875976rem;left:7.770833313465rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #JRv9oD5HvU1dAuG3DWHfv8y7eECzz2i9 { display:block; }
 }@media only screen and (max-width: 763px) { #VyBTziJgGShHyn8qsuCu6CMqQs7hTWA1 { width:1.875rem;height:1.875rem;top:26.208335876465rem;left:15.270833313465rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #Udyo5Nc4wAqkSEEsIq4yqsRzTB1gXRcE { width:1.875rem;height:1.875rem;top:28.771270751953rem;left:15.270833313465rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #TO4q5MWswskIHT9uW5wohtmqyFB1dXIP { width:16.75rem;height:1.75rem;top:28.083984375rem;left:4.6458333134651rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #kPlTRvE8945xdmPVTR4BdFX8loZmvGdq { display:block; }
 }@media only screen and (max-width: 763px) { #KlB2msaL1F744FtTXWTwNtZGu37IAkLy { width:13.625rem;height:1.3125rem;top:25.612197875976rem;left:7.770833313465rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #tJSnxqThVZ9MxDb6psouFvNPWHvIHIPs { display:block; }
 }@media only screen and (max-width: 763px) { #dR74PLWTsmzVWFHtne2052pPVkTWQ0PJ { width:1.875rem;height:1.875rem;top:25.333335876465rem;left:5.7083333134651rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #k1QL4zzSAxX5JTJWSTZBgJ0SCTDDKHpa { width:1.875rem;height:1.875rem;top:27.896270751953rem;left:5.7083333134651rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #OmIG7kbvcyz3mHXi3WexnyckvqDhdfgK { width:16.75rem;height:1.75rem;top:17.452037811279rem;left:-18.353953063488rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #n7oa53UJ5z8p8oqshbMJ8OpuNTUfU2H5 { display:block; }
 }@media only screen and (max-width: 763px) { #FaIsONuNJbdMTkh9TMqNy2q1StN4V4xc { width:13.625rem;height:1.3125rem;top:14.980251312256rem;left:-18.353953063488rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #sTQNnlgT3hSmv7z0WbRXOktDn29fAHR6 { display:block; }
 }@media only screen and (max-width: 763px) { #HyLsGtPvarH4Qg9il37p3SMmBnnsTQ25 { width:1.875rem;height:1.875rem;top:14.701389312744rem;left:-21.166453063488rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #mUxWs1sklAwn7JsOwMTFtJ1O1moW59tK { width:1.875rem;height:1.875rem;top:17.264324188233rem;left:-21.166453063488rem;z-index:15016;display:none; }
 }