.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:212,238,249;--color-primary-1:127,205,238;--color-primary-2:42,171,226;--color-primary-3:34,71,124;--color-primary-4:0,70,115;--color-secondary-0:255,255,255;--color-secondary-1:242,242,242;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:0,0,0;--headlines-font-family:"raleway";--paragraphs-font-family:"raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/acbP42u6/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/71239fca-f7d6-4d3a-8df7-1a70abc83666/Testos.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;overflow:visible;position:relative;display:block; }#L4kW3m1ngmW4kzKqkMckwN7F2DhdDyFD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-4),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.5rem;width:56.25rem;position:absolute;display:block;z-index:15000;top:15.625rem;left:1.875rem;display:block; }
#cNHCbKHSXmtHwSGVSTpVwlBMTrtFzFTG { border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:15rem;width:59.75rem;position:absolute;display:block;z-index:14999;top:17.3125rem;left:0rem;display:block; }
#v9SaEwTsWLr15dxR4auJnD15qIZcd1w9 { display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.6875rem;left:1.875rem;height:4.71245625rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#s671FImzJOpLUhL2yN4SqztLdClNe4Ev { display:block;width:56.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:21.090496063233rem;left:1.8413619995118rem;height:1.81206875rem;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;font-style:italic;display:block; }
#zvZeepmdImwPZFHT26Dgca3KMn2AWUBu { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.562284469604rem;left:20rem;display:block; }
#TRT2HGvNsmZuXCRqXmb8GwChIZdXbqqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJJ5xzcIb0apUWAMbTaX51PLSMFqGASR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(14,16,19,0.93) ;height:4.93706875rem;width:16.1870625rem;top:32.451171875rem;left:21.905384063721rem;overflow:hidden;display:block; }
#eESi34dunKBlPoFCsBRQitEWoPc7XRIK { position:relative;display:block; }#eESi34dunKBlPoFCsBRQitEWoPc7XRIK { background-color: transparent; background-image: none; }#eESi34dunKBlPoFCsBRQitEWoPc7XRIK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eESi34dunKBlPoFCsBRQitEWoPc7XRIK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eESi34dunKBlPoFCsBRQitEWoPc7XRIK > .row .container > .video-iframe-container { display: none; }#eESi34dunKBlPoFCsBRQitEWoPc7XRIK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eESi34dunKBlPoFCsBRQitEWoPc7XRIK > .row > .video-iframe-container { display: none; }#eESi34dunKBlPoFCsBRQitEWoPc7XRIK > .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); }#eESi34dunKBlPoFCsBRQitEWoPc7XRIK { border-width: 0; border-radius: 0; }#eESi34dunKBlPoFCsBRQitEWoPc7XRIK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eESi34dunKBlPoFCsBRQitEWoPc7XRIK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TAMeTxIktvnmyc9dqrwXaRbAbwzKUBa3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:24.25rem;top:12.749567031861rem;left:16.005859375rem;overflow:hidden;display:block; }
#UtiGUkZZIKpfvTCzkkm8KA6e1yvbHqVi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:27.375000715256rem;left:53.173176374512rem;overflow:hidden;display:block; }
#LFXab8LbobJg5BsAvld8dsLKSHd83fMq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.93663125rem;width:3.93663125rem;top:16.810983657837rem;left:53.993057250976rem;overflow:hidden;display:block; }
#lzytuKuUMC1NcZO7M2yfoLW86n3N6fvJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31206875rem;width:4.31206875rem;top:15.622831344604rem;left:0.125rem;overflow:hidden;display:block; }
#dyBN76aaAHsNymr3008wvnNbQJ4u4xdV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37456875rem;width:4.6875rem;top:28.029516220092rem;left:0.37868881225586rem;overflow:hidden;display:block; }
#vn0ltG1Vn8GEP51OcdZIKu0os55hcPym { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15rem;top:14.9375rem;left:4.8125rem;display:block; }
#FqwOZzlDi82hy5ikRmaypP0i4uPwPc10 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:26.75rem;left:6.1875rem;display:block; }
#ynUy6LKMXJrwo9N38L09B9gcEs6yaFZM { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.125rem;top:27.5rem;left:39.125rem;display:block; }
#naDlbNVLJkOVWfrZzns4dCPX1BJxzm9u { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:16.9375rem;left:42.9375rem;display:block; }
#oMBu5fr2On9SKH4D3l8r5pQ2GT56pANe { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.9375rem;left:43.1875rem;height:1.62435rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EqnOPV3VfvBNlBB97vt2tLPNOKtEtOCb { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.375rem;left:43rem;height:1.62435rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xRJ6MyAJGGPWpD4JupzdyXoII7WLJvKd { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.6875rem;left:6.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k5uZcAXFXlwG7VRT69ABNqKqaqZKTbhT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.75rem;left:4.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHMLJk7HroUOsvh7csiRQLR6OTNlVqon { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:17.5625rem;left:41.1875rem;height:3.0013rem;text-align:right;text-align-last:right;display:block; }
#fnhxuTQhiucHv7sz5zxDcsEVn7fTaWx3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:28.125rem;left:40.1875rem;height:4.50195rem;text-align:right;text-align-last:right;display:block; }
#vvpqsaUJqAh7BXPl1gPLTV0FD8gQtEvh { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:27.5rem;left:6.1875rem;height:4.50195rem;text-align:left;text-align-last:left;display:block; }
#JsJfST3TMTBCPbTwI82Bso0AE7BMlUH5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:15.686848640442rem;left:4.9997825622559rem;height:4.50195rem;text-align:left;text-align-last:left;display:block; }
#JSkOc2DXKMr6NUJlgJ3yTSXJl5h3hp2d { 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:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmsWNiMRmu7BPzAgqygz9GWT92JvU2T3 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.630859375rem;left:0rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3 { position:relative;display:block; }#nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3 { background-color: transparent; background-image: none; }#nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3 > .row .container > .video-iframe-container { display: none; }#nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3 > .row > .video-iframe-container { display: none; }#nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3 > .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); }#nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3 { border-width: 0; border-radius: 0; }#nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tl1ehqUsd1KDoDJv0GgmOMnxUb2e3Eew { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:23.75rem;display:block; }
#CR8Os0T85kLx58W4xaD2XTWNlGUuRw9t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W > .row .container { background-color: transparent; background-image: none; }#oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W > .row .container > .video-iframe-container { display: none; }#oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W > .row > .video-iframe-container { display: none; }#oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W > .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); }#oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W > .row .container { border-width: 0; border-radius: 0; }#oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W > .row .container { font-size:0.875rem;font-family:arial;height:70.6875rem;width:60rem;position:relative;display:block; }#JX2WrIlTk5ocUZC5aE5pmEUKoEGNk0W9 { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:dosis;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.087025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZURxaGwUqkFK1loeOTA3IMUTIFLe53c { color:rgba(var(--color-tertiary-3),1);display:block;width:54.1873125rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.7740888595581rem;left:2.9047317504883rem;height:5.84635625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cQI3aEWRhrQaCoup5Czg26TzSpOHVNGC { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:48.6875rem;left:45.6875rem;display:block; }
#RkEJVAuK4xEFLf3hTmfHMGF5bdnyyZP9 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:48.625rem;left:30.6875rem;display:block; }
#ImlkatEc8ww3d0XFXRN5KIW74hSLzg9n { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:26.875rem;top:42rem;left:0.625rem;overflow:hidden;display:block; }
#d3VTerbyNUInpOoy6ObybTS8VutFCdvT { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:51.75rem;left:0rem;display:block; }
#VDcLQaBh9erUOzUu5XS69JegEWSmKP2I { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:55.5rem;left:0rem;display:block; }
#g3ltsIeQ3utpPTMDa0kdIEGEM50BXnmb { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:56.3125rem;left:46.5625rem;height:4.87305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ayVF8mtwyMnm5mOZi1Txzat2gvdTtwBV { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:56.3125rem;left:31.5625rem;height:4.87305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RhW6tc50XyrZTd8mH01WQ2pTErsPsdtI { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:54.0625rem;left:31.625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I5guXgI5GJ0dKHEsApaawbiuQT1ZQE2O { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:54.0625rem;left:46.625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MJLV3LJAHxOKz0aAGZaHNafZPcOzuiB3 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:20.75rem;left:0rem;display:block; }
#FdoWriB4DKe86d7lv4uMdKAdxmh5UKsH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:20.8125rem;left:15rem;display:block; }
#TAfVshEdJfoUSx8O3r0d4qlsHKUgDZm2 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:26.875rem;top:14.125rem;left:32.5rem;overflow:hidden;display:block; }
#VqCTSSGU9xEgs0qylfp1Lm9DNfRHLDtW { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:23.875rem;left:47.5rem;display:block; }
#BsbDNHGku0zcoyX9eFuZqSQhKwHcs5pT { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:27.625rem;left:47.5rem;display:block; }
#VNCbJeXlTgNqxyryteEfzdeKpBSJGsi6 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-secondary-4),0.1) ;height:6.25rem;width:6.25rem;top:45.5rem;left:34.6875rem;display:block; }
#XvEs9rX0GB74BNhwgT7uN94thTvwcrNK { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-secondary-4),0.1) ;height:6.25rem;width:6.25rem;top:45.5625rem;left:49.6875rem;display:block; }
#vvAohuPRKeF4wdKpleR8Viyl9m5be8Id { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:46.562066078186rem;left:35.485462751465rem;overflow:hidden;display:block; }
#Rq2b7rqwrFwu2Mz1aHMnUKOtlJTqNucF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:46.624352455139rem;left:50.937286376953rem;overflow:hidden;display:block; }
#FOU3d9UTwT24hx9BPeytJO0TTktrUzpu { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:28.500436306rem;left:0.81184768676756rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X6kJT6OzNqyHtCc6uMfTrbF3pS6otq3U { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:28.4375rem;left:15.875rem;height:4.87305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vB1ds2AlLnLaqkeDcMSnt1EkBHHBmvRt { color:rgba(var(--color-primary-2),1);display:block;width:9.6875rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:25.269097805023rem;left:2.3101119995117rem;height:2.74956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fK0GbwLf8eOF9BEMadxHT4MXUBykwPCG { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:26.1875rem;left:15.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PGHCzI8PMLHTcn7VnHsnzSvotWIqli5a { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-secondary-4),0.1) ;height:6.25rem;width:6.25rem;top:17.625rem;left:4rem;display:block; }
#BHVaLNnb2psvbrOEoTnSGbHFnTsvU6S5 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-secondary-4),0.1) ;height:6.25rem;width:6.25rem;top:17.6875rem;left:19rem;display:block; }
#asdRJxCDcONLFtgmTIeRsJTNNQb1sd0N { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:18.749133110046rem;left:5.17296125rem;overflow:hidden;display:block; }
#Bb8WrCKdSLuR89lRX12ucEzQ5LppBp90 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:19.0625rem;left:20.375rem;overflow:hidden;display:block; }
#wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg { position:relative;display:block; }#wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg { background-color: transparent; background-image: none; }#wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg > .row .container > .video-iframe-container { display: none; }#wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg > .row > .video-iframe-container { display: none; }#wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg > .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); }#wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg { border-width: 0; border-radius: 0; }#wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I4LT7iFTRAX1KVzdOu0Wzbt0eJmeZx8d { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:26.75rem;width:28.125rem;top:3.9375rem;left:0rem;display:block; }
#Xx5GFrWrrn75OtU8DtA862CxfVtVxG5U { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:7.875rem;top:0.74869728088381rem;left:10.3125rem;overflow:hidden;display:block; }
#eE1NIS4C1FOuTFVWTOsCPUSFupG9CCxy { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.334636688233rem;left:2.8125rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qWd6BXltn46mM2V6CVz3tEELEoa1iqeL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:19.0625rem;left:2.8125rem;height:4.50195rem;text-align:center;text-align-last:center;display:block; }
#Te9WpMcH9H9HuJmpmmPLzh9BvBGPXdkM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:19.0625rem;left:34.6875rem;height:4.50195rem;text-align:center;text-align-last:center;display:block; }
#oSn9MMirxzVJwxEiSlISSrhZG22ZMt16 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.334636688233rem;left:34.6875rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntcPAznp14yh1oHCpudGTwGEWGRuJkKZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.749375rem;width:15.9375rem;top:0.71614646911619rem;left:37.96875rem;overflow:hidden;display:block; }
#S4Rw5pIH2TT643sMlF7uAgnbkHEcFKIy { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1873125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.437285423279rem;left:6.9672317504881rem;display:block; }
#qUvmudnssgN4DdImpT4T6WsDW5TTTcss { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cviIeWTL3bz5BAMrfKO1xzuOHqF0BA8b { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1873125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.437285423279rem;left:38.843315124512rem;display:block; }
#LAk77xuAP7mSw7D1JHGwcDO8nLJfsTiZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gf5706p6ehDqe5Kr1DJxVIPdIIplawgG { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:26.75rem;width:28.125rem;top:3.9355478286743rem;left:31.875rem;display:block; }
#EmawSUeTomXqPShsgRf265sdgA5s8sQg { position:relative;display:block; }#EmawSUeTomXqPShsgRf265sdgA5s8sQg { background-color: transparent; background-image: none; }#EmawSUeTomXqPShsgRf265sdgA5s8sQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmawSUeTomXqPShsgRf265sdgA5s8sQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmawSUeTomXqPShsgRf265sdgA5s8sQg > .row .container > .video-iframe-container { display: none; }#EmawSUeTomXqPShsgRf265sdgA5s8sQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmawSUeTomXqPShsgRf265sdgA5s8sQg > .row > .video-iframe-container { display: none; }#EmawSUeTomXqPShsgRf265sdgA5s8sQg > .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); }#EmawSUeTomXqPShsgRf265sdgA5s8sQg { border-width: 0; border-radius: 0; }#EmawSUeTomXqPShsgRf265sdgA5s8sQg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EmawSUeTomXqPShsgRf265sdgA5s8sQg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#keJuliflw8x8kaMIaTlGXbahqzg6DcAV { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:26.749125rem;width:28.125rem;top:4.4368495941162rem;left:0rem;display:block; }
#CSrLAbLpzJcsuai9BA9mBCWRQETNdSG9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.934463500976rem;left:2.8125rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uNhBU2Fp4IkG9TVrTCND2wQ2KvkdwUAk { color:rgba(var(--color-tertiary-4),1);display:block;width:26.186rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:21.372615814209rem;left:0.96896743774412rem;height:4.50195rem;text-align:center;text-align-last:center;display:block; }
#m4G9FgtZ3Mtx2bkgBxg6TDOTOmhXrQTg { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:26.7480625rem;width:28.125rem;top:4.4368495941162rem;left:31.875rem;display:block; }
#Wvv4NpCXpEWheFGqPX7h7oIOPb3It8Oo { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:21.372615814209rem;left:33.031684875488rem;height:4.50195rem;text-align:center;text-align-last:center;display:block; }
#SLeryAkmTH0mBNDn5CRmzENTpTcKu5D4 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.934463500976rem;left:34.6875rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BkfJu7reVGhHTTGbhJ0z8MwnicTl826w { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1873125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.811851501465rem;left:6.9672317504881rem;display:block; }
#WfBsIOuXd4W81VrwcJc4ZTzbk89NoE9i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JSMzQo3BBZTUTLMy6d09gEMBT4bBfi29 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1873125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.810981750488rem;left:38.843315124512rem;display:block; }
#LBUbAncOH1NB2nLFzRLowzE0xOWUbxe2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pBOndrrxIia6FixFhTiK3fJcpMUUUhkS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.061875rem;width:16.1870625rem;top:2.7039928436279rem;left:5.9689674377441rem;overflow:hidden;display:block; }
#dPavVTWEXb34uMlKw7s5TcTrgz5qq5UB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:7.9375rem;top:3.4817883740234rem;left:41.666320039367rem;overflow:hidden;display:block; }
#xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO > .row .container { background-color: transparent; background-image: none; }#xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO > .row .container > .video-iframe-container { display: none; }#xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO > .row > .video-iframe-container { display: none; }#xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO > .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); }#xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO > .row .container { border-width: 0; border-radius: 0; }#xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt { position:relative;display:block; }#FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt { background-color: transparent; background-image: none; }#FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt > .row .container > .video-iframe-container { display: none; }#FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt > .row > .video-iframe-container { display: none; }#FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt > .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); }#FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt { border-width: 0; border-radius: 0; }#FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ToEi4ry2IEmApNQo2yIPqsqJTV8qyPaG { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9351119995117rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#LZXmlx5Wd3MuTktixwcH98WiXatLbzTF { 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:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE { position:relative;display:block; }#P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE { background-color: transparent; background-image: none; }#P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE > .row .container > .video-iframe-container { display: none; }#P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE > .row > .video-iframe-container { display: none; }#P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE > .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); }#P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE { border-width: 0; border-radius: 0; }#P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-form-header {  }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-regular-label { display:block;width:17.5rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-text { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #3ad6d6;height:2.5rem;width:17.5rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-secondary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-text {padding-top: 0; padding-bottom: 0;}#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-textarea { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #3ad6d6;height:3.0625rem;width:17.5rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-secondary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:17.5rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-secondary-4),0.5) ; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-select {padding-top: 0; padding-bottom: 0;}#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:12.5rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.9375rem;margin-bottom:0.3125rem;margin-left:0;color:rgba(var(--color-secondary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:50.625rem;height:auto;font-size:0.75rem;font-family:var(--paragraphs-font-family);line-height:1.5;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.25rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0.625rem; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-container:first-of-type{padding-top:0;}#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-container:last-of-type{padding-bottom:0;}#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-secondary-4),1);font-family:arial;width:53.4375rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:2.03125rem;top:0.091796875rem;z-index:15000;position:absolute; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .radio-container { width:18.125rem; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-secondary-4),1);font-family:arial;width:53.4375rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:2.03125rem;top:0.091796875rem;z-index:15000;position:absolute; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #eeamVDaEJprqcDvVwV45OSmXncoU1qmc { position:relative; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #pZwS4fv1G4tqEbq22JO9ULTFXEROzEzk { position:relative;display:none; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #gm1Mx4tVJdsMWts3hEpZg0rtic2p0EBK { position:relative; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #yU8RrL3F59fGkafiGF4JJBmEz2tXlM01 { position:relative; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #z7pVnRae2WbFBLE2bPbDTtPfuTGAreuN { position:relative;display:none; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #hzHQdwGxgivGw98Oh5tdHU6L3VmGQmof { position:relative; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #aFcnEU3zoKlE5voTtTNVfw7MdowBnv6l { position:relative; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #OBwg4AkkH1nrhyRLJn3b7QaUtgXTDny2 { position:relative; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #tQEz29TMt4b2bbQ4hsElXkQDQK7HsG7m { position:relative; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #QWqsvUGVvP8LwCQ94oanq0cWaiTfXwdr { position:relative;z-index:2; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #kbBkkhbaspvkxgJAr9DKZ8wAQ9irASHG { position:relative; }
#JnAweSbG5yX55UnidZnDRETFGICUB3z7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JnAweSbG5yX55UnidZnDRETFGICUB3z7 > .row .container { background-color: transparent; background-image: none; }#JnAweSbG5yX55UnidZnDRETFGICUB3z7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnAweSbG5yX55UnidZnDRETFGICUB3z7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnAweSbG5yX55UnidZnDRETFGICUB3z7 > .row .container > .video-iframe-container { display: none; }#JnAweSbG5yX55UnidZnDRETFGICUB3z7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnAweSbG5yX55UnidZnDRETFGICUB3z7 > .row > .video-iframe-container { display: none; }#JnAweSbG5yX55UnidZnDRETFGICUB3z7 > .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); }#JnAweSbG5yX55UnidZnDRETFGICUB3z7 > .row .container { border-width: 0; border-radius: 0; }#JnAweSbG5yX55UnidZnDRETFGICUB3z7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnAweSbG5yX55UnidZnDRETFGICUB3z7 > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:60rem;position:relative;display:block; }#MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d > .row .container { background-color: transparent; background-image: none; }#MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d > .row .container > .video-iframe-container { display: none; }#MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d > .row > .video-iframe-container { display: none; }#MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d > .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); }#MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d > .row .container { border-width: 0; border-radius: 0; }#MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:47.9375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4kW3m1ngmW4kzKqkMckwN7F2DhdDyFD { width:43.75rem;height:12.5rem;top:12.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNHCbKHSXmtHwSGVSTpVwlBMTrtFzFTG { width:47.5rem;height:13.75rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9SaEwTsWLr15dxR4auJnD15qIZcd1w9 { width:47.75rem;height:3.875rem;top:13.8125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #s671FImzJOpLUhL2yN4SqztLdClNe4Ev { width:47.75rem;height:2.25rem;top:17.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvZeepmdImwPZFHT26Dgca3KMn2AWUBu { width:20rem;height:4.375rem;top:22.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRT2HGvNsmZuXCRqXmb8GwChIZdXbqqX { display:block; }
 }@media only screen and (max-width: 763px) { #kJJ5xzcIb0apUWAMbTaX51PLSMFqGASR { top:32.4375rem;left:15.780384063721rem;width:16.125rem;height:4.9181396311869rem;display:block; }
 }@media only screen and (max-width: 763px) { #eESi34dunKBlPoFCsBRQitEWoPc7XRIK { display:block; }#eESi34dunKBlPoFCsBRQitEWoPc7XRIK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAMeTxIktvnmyc9dqrwXaRbAbwzKUBa3 { top:12.6875rem;left:9.880859375rem;width:24.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtiGUkZZIKpfvTCzkkm8KA6e1yvbHqVi { top:27.375rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFXab8LbobJg5BsAvld8dsLKSHd83fMq { top:16.75rem;left:43.8125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzytuKuUMC1NcZO7M2yfoLW86n3N6fvJ { top:15.5625rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyBN76aaAHsNymr3008wvnNbQJ4u4xdV { top:28rem;left:0rem;width:4.6875rem;height:3.37456875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn0ltG1Vn8GEP51OcdZIKu0os55hcPym { top:14.9375rem;left:0rem;width:15rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqwOZzlDi82hy5ikRmaypP0i4uPwPc10 { top:26.75rem;left:0.0625rem;width:10.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynUy6LKMXJrwo9N38L09B9gcEs6yaFZM { top:27.5rem;left:33rem;width:13.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naDlbNVLJkOVWfrZzns4dCPX1BJxzm9u { top:16.9375rem;left:36.8125rem;width:10.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMBu5fr2On9SKH4D3l8r5pQ2GT56pANe { top:14.9375rem;left:37.0625rem;width:10.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqnOPV3VfvBNlBB97vt2tLPNOKtEtOCb { top:25.375rem;left:36.875rem;width:9.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRJ6MyAJGGPWpD4JupzdyXoII7WLJvKd { top:24.6875rem;left:0rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5uZcAXFXlwG7VRT69ABNqKqaqZKTbhT { top:12.75rem;left:0rem;width:14.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHMLJk7HroUOsvh7csiRQLR6OTNlVqon { top:17.5625rem;left:35.0625rem;width:12.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnhxuTQhiucHv7sz5zxDcsEVn7fTaWx3 { top:28.125rem;left:34.0625rem;width:12.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvpqsaUJqAh7BXPl1gPLTV0FD8gQtEvh { top:27.5rem;left:0.0625rem;width:10.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsJfST3TMTBCPbTwI82Bso0AE7BMlUH5 { top:15.625rem;left:0rem;width:10.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSkOc2DXKMr6NUJlgJ3yTSXJl5h3hp2d { top:0.75rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmsWNiMRmu7BPzAgqygz9GWT92JvU2T3 { top:4.625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3 { display:block; }#nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl1ehqUsd1KDoDJv0GgmOMnxUb2e3Eew { width:14.1875rem;height:3.4375rem;top:0rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR8Os0T85kLx58W4xaD2XTWNlGUuRw9t { display:block; }
 }@media only screen and (max-width: 763px) { #oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W { display:block; }#oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JX2WrIlTk5ocUZC5aE5pmEUKoEGNk0W9 { width:47.75rem;height:3.0625rem;top:3.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZURxaGwUqkFK1loeOTA3IMUTIFLe53c { width:47.75rem;height:5.8125rem;top:6.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQI3aEWRhrQaCoup5Czg26TzSpOHVNGC { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkEJVAuK4xEFLf3hTmfHMGF5bdnyyZP9 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlkatEc8ww3d0XFXRN5KIW74hSLzg9n { top:42rem;left:0rem;width:26.875rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3VTerbyNUInpOoy6ObybTS8VutFCdvT { top:51.75rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcLQaBh9erUOzUu5XS69JegEWSmKP2I { top:55.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3ltsIeQ3utpPTMDa0kdIEGEM50BXnmb { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayVF8mtwyMnm5mOZi1Txzat2gvdTtwBV { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhW6tc50XyrZTd8mH01WQ2pTErsPsdtI { top:54.0625rem;left:25.499351501465rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5guXgI5GJ0dKHEsApaawbiuQT1ZQE2O { top:54.0625rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJLV3LJAHxOKz0aAGZaHNafZPcOzuiB3 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdoWriB4DKe86d7lv4uMdKAdxmh5UKsH { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAfVshEdJfoUSx8O3r0d4qlsHKUgDZm2 { top:14.125rem;left:20.875rem;width:26.875rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqCTSSGU9xEgs0qylfp1Lm9DNfRHLDtW { top:23.875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsbDNHGku0zcoyX9eFuZqSQhKwHcs5pT { top:27.625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNCbJeXlTgNqxyryteEfzdeKpBSJGsi6 { width:6.25rem;height:6.25rem;top:45.5rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvEs9rX0GB74BNhwgT7uN94thTvwcrNK { width:6.25rem;height:6.25rem;top:45.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvAohuPRKeF4wdKpleR8Viyl9m5be8Id { top:46.5rem;left:29.360462751465rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq2b7rqwrFwu2Mz1aHMnUKOtlJTqNucF { top:46.5625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOU3d9UTwT24hx9BPeytJO0TTktrUzpu { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6kJT6OzNqyHtCc6uMfTrbF3pS6otq3U { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB1ds2AlLnLaqkeDcMSnt1EkBHHBmvRt { top:25.25rem;left:0rem;width:9.6875rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK0GbwLf8eOF9BEMadxHT4MXUBykwPCG { top:26.125rem;left:9.8125rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGHCzI8PMLHTcn7VnHsnzSvotWIqli5a { width:6.25rem;height:6.25rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHVaLNnb2psvbrOEoTnSGbHFnTsvU6S5 { width:6.25rem;height:6.25rem;top:17.6875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asdRJxCDcONLFtgmTIeRsJTNNQb1sd0N { top:18.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb8WrCKdSLuR89lRX12ucEzQ5LppBp90 { top:19.0625rem;left:14.25rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg { display:block; }#wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4LT7iFTRAX1KVzdOu0Wzbt0eJmeZx8d { top:3.9375rem;left:0rem;width:28.125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx5GFrWrrn75OtU8DtA862CxfVtVxG5U { top:0.6875rem;left:7.25rem;width:7.875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE1NIS4C1FOuTFVWTOsCPUSFupG9CCxy { top:16.3125rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWd6BXltn46mM2V6CVz3tEELEoa1iqeL { top:19.0625rem;left:0rem;width:22.5rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te9WpMcH9H9HuJmpmmPLzh9BvBGPXdkM { top:19.0625rem;left:25.25rem;width:22.5rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSn9MMirxzVJwxEiSlISSrhZG22ZMt16 { top:16.3125rem;left:25.25rem;width:22.5rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntcPAznp14yh1oHCpudGTwGEWGRuJkKZ { top:0.6875rem;left:28.78125rem;width:15.9375rem;height:14.749375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4Rw5pIH2TT643sMlF7uAgnbkHEcFKIy { width:14.125rem;height:3.4375rem;top:25.375rem;left:3.9047317504883rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUvmudnssgN4DdImpT4T6WsDW5TTTcss { display:block; }
 }@media only screen and (max-width: 763px) { #cviIeWTL3bz5BAMrfKO1xzuOHqF0BA8b { width:14.125rem;height:3.4375rem;top:25.375rem;left:29.655815124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAk77xuAP7mSw7D1JHGwcDO8nLJfsTiZ { display:block; }
 }@media only screen and (max-width: 763px) { #gf5706p6ehDqe5Kr1DJxVIPdIIplawgG { top:3.875rem;left:19.625rem;width:28.125rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmawSUeTomXqPShsgRf265sdgA5s8sQg { display:block; }#EmawSUeTomXqPShsgRf265sdgA5s8sQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keJuliflw8x8kaMIaTlGXbahqzg6DcAV { top:4.375rem;left:0rem;width:28.125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSrLAbLpzJcsuai9BA9mBCWRQETNdSG9 { top:18.875rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNhBU2Fp4IkG9TVrTCND2wQ2KvkdwUAk { top:21.3125rem;left:0rem;width:26.125rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4G9FgtZ3Mtx2bkgBxg6TDOTOmhXrQTg { top:4.375rem;left:19.625rem;width:28.125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvv4NpCXpEWheFGqPX7h7oIOPb3It8Oo { top:21.3125rem;left:22rem;width:25.75rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLeryAkmTH0mBNDn5CRmzENTpTcKu5D4 { top:18.875rem;left:25.25rem;width:22.5rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkfJu7reVGhHTTGbhJ0z8MwnicTl826w { width:14.125rem;height:3.4375rem;top:26.75rem;left:3.9047317504883rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfBsIOuXd4W81VrwcJc4ZTzbk89NoE9i { display:block; }
 }@media only screen and (max-width: 763px) { #JSMzQo3BBZTUTLMy6d09gEMBT4bBfi29 { width:14.125rem;height:3.4375rem;top:26.75rem;left:29.655815124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBUbAncOH1NB2nLFzRLowzE0xOWUbxe2 { display:block; }
 }@media only screen and (max-width: 763px) { #pBOndrrxIia6FixFhTiK3fJcpMUUUhkS { top:2.6875rem;left:2.9064674377441rem;width:16.125rem;height:15.004126559405rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPavVTWEXb34uMlKw7s5TcTrgz5qq5UB { top:3.4375rem;left:32.478820039367rem;width:7.9375rem;height:14.937415352331rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO { display:block; }#xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt { display:block; }#FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToEi4ry2IEmApNQo2yIPqsqJTV8qyPaG { top:3.875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZXmlx5Wd3MuTktixwcH98WiXatLbzTF { top:1rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE { display:block; }#P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-regular-label { width:13.375rem;display:block; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-text { width:13.375rem; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-text {padding-top: 0; padding-bottom: 0;}#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-textarea { width:13.375rem; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-select { width:13.375rem; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-select {padding-top: 0; padding-bottom: 0;}#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-checkbox-label { width:42.375rem; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-radio-label { width:5.1875rem; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik  { width:45.25rem;height:auto;top:0.0625rem;left:0rem; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .radio-container { width:14rem; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik {display:inline-block;}#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik { width:45.25rem;height:auto;top:0.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #eeamVDaEJprqcDvVwV45OSmXncoU1qmc {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #pZwS4fv1G4tqEbq22JO9ULTFXEROzEzk { display:none; }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #gm1Mx4tVJdsMWts3hEpZg0rtic2p0EBK {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #yU8RrL3F59fGkafiGF4JJBmEz2tXlM01 {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #z7pVnRae2WbFBLE2bPbDTtPfuTGAreuN { display:none; }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #hzHQdwGxgivGw98Oh5tdHU6L3VmGQmof {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #aFcnEU3zoKlE5voTtTNVfw7MdowBnv6l {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #OBwg4AkkH1nrhyRLJn3b7QaUtgXTDny2 {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #tQEz29TMt4b2bbQ4hsElXkQDQK7HsG7m {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #QWqsvUGVvP8LwCQ94oanq0cWaiTfXwdr {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #kbBkkhbaspvkxgJAr9DKZ8wAQ9irASHG {  }
 }@media only screen and (max-width: 763px) { #JnAweSbG5yX55UnidZnDRETFGICUB3z7 { display:block; }#JnAweSbG5yX55UnidZnDRETFGICUB3z7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d { display:block; }#MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/71239fca-f7d6-4d3a-8df7-1a70abc83666/Testos.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:25rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4kW3m1ngmW4kzKqkMckwN7F2DhdDyFD { width:18.875rem;height:15.25rem;top:2.3938956260681rem;left:1.0614150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNHCbKHSXmtHwSGVSTpVwlBMTrtFzFTG { width:19.749375rem;height:16.25rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9SaEwTsWLr15dxR4auJnD15qIZcd1w9 { width:17.5rem;height:4.39886875rem;top:3.2745227813721rem;left:1.6855469346046rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #s671FImzJOpLUhL2yN4SqztLdClNe4Ev { width:15rem;height:3.75rem;top:8.7141933441163rem;left:2.9980469346046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvZeepmdImwPZFHT26Dgca3KMn2AWUBu { width:15rem;height:3.75rem;top:13.961588859558rem;left:3.0674915909767rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRT2HGvNsmZuXCRqXmb8GwChIZdXbqqX { display:block; }
 }@media only screen and (max-width: 763px) { #kJJ5xzcIb0apUWAMbTaX51PLSMFqGASR { width:12.9373125rem;height:3.87478125rem;top:19.512804031372rem;left:3.5308163762093rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(14,16,19,0.93) ;display:block; }
 }@media only screen and (max-width: 763px) { #eESi34dunKBlPoFCsBRQitEWoPc7XRIK { display:block; }#eESi34dunKBlPoFCsBRQitEWoPc7XRIK > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAMeTxIktvnmyc9dqrwXaRbAbwzKUBa3 { width:16.4985rem;height:15.7498125rem;top:36.266277313233rem;left:1.7502170205116rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtiGUkZZIKpfvTCzkkm8KA6e1yvbHqVi { width:4.8125rem;height:4.8125rem;top:27.377172470092rem;left:7.3441842198375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFXab8LbobJg5BsAvld8dsLKSHd83fMq { width:3.75rem;height:3.75rem;top:16.320745468139rem;left:7.686632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzytuKuUMC1NcZO7M2yfoLW86n3N6fvJ { width:4.25rem;height:4.25rem;top:67.530166625975rem;left:7.9375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyBN76aaAHsNymr3008wvnNbQJ4u4xdV { width:5.1237rem;height:3.68706875rem;top:56.537113189698rem;left:7.2504342198375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn0ltG1Vn8GEP51OcdZIKu0os55hcPym { width:8.75rem;height:0.186631875rem;top:15.573133468628rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqwOZzlDi82hy5ikRmaypP0i4uPwPc10 { width:8.75rem;height:0.186631875rem;top:55.631298065186rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynUy6LKMXJrwo9N38L09B9gcEs6yaFZM { width:8.75rem;height:0.185546875rem;top:26.815756797791rem;left:5.5000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #naDlbNVLJkOVWfrZzns4dCPX1BJxzm9u { width:8.75rem;height:0.185546875rem;top:66.612851142881rem;left:5.6564672589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMBu5fr2On9SKH4D3l8r5pQ2GT56pANe { width:19.375rem;height:1.62435rem;top:13.766056537628rem;left:0.31250005960464rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EqnOPV3VfvBNlBB97vt2tLPNOKtEtOCb { width:20rem;height:1.62435rem;top:24.941407203674rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xRJ6MyAJGGPWpD4JupzdyXoII7WLJvKd { width:20rem;height:1.62435rem;top:53.820533752441rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5uZcAXFXlwG7VRT69ABNqKqaqZKTbhT { width:20rem;height:1.62435rem;top:64.8085975647rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHMLJk7HroUOsvh7csiRQLR6OTNlVqon { width:17.5rem;height:3.0013rem;top:20.445096492768rem;left:1.1295573115349rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnhxuTQhiucHv7sz5zxDcsEVn7fTaWx3 { width:17.5rem;height:3.0013rem;top:32.439454853535rem;left:1.3750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvpqsaUJqAh7BXPl1gPLTV0FD8gQtEvh { width:17.5rem;height:3.0013rem;top:60.599178314209rem;left:1.1875000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JsJfST3TMTBCPbTwI82Bso0AE7BMlUH5 { width:17.5rem;height:3.0013rem;top:72.217235565187rem;left:1.3125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSkOc2DXKMr6NUJlgJ3yTSXJl5h3hp2d { width:20rem;height:3.8997375rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qmsWNiMRmu7BPzAgqygz9GWT92JvU2T3 { width:20rem;height:7.7995rem;top:5.5284290313721rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3 { display:block; }#nClQfHQ20DvTvMFGMmLrrsLNznc3BpD3 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl1ehqUsd1KDoDJv0GgmOMnxUb2e3Eew { width:12.5rem;height:2.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR8Os0T85kLx58W4xaD2XTWNlGUuRw9t { display:block; }
 }@media only screen and (max-width: 763px) { #oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W { display:block; }#oV7JyQseIFIkv3J4fbK6eEXt4lhcLo9W > .row .container { width:20rem;height:122.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JX2WrIlTk5ocUZC5aE5pmEUKoEGNk0W9 { width:20rem;height:3.7109375rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BZURxaGwUqkFK1loeOTA3IMUTIFLe53c { width:20rem;height:9.2578125rem;top:5.2102890014649rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQI3aEWRhrQaCoup5Czg26TzSpOHVNGC { width:14.3120625rem;height:13.0620625rem;top:87.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkEJVAuK4xEFLf3hTmfHMGF5bdnyyZP9 { width:14.311rem;height:12.1235rem;top:70.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlkatEc8ww3d0XFXRN5KIW74hSLzg9n { width:18.9985rem;height:17.9373125rem;top:102.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3VTerbyNUInpOoy6ObybTS8VutFCdvT { width:12.5rem;height:12.5rem;top:108.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcLQaBh9erUOzUu5XS69JegEWSmKP2I { width:12.5rem;height:12.5rem;top:105.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3ltsIeQ3utpPTMDa0kdIEGEM50BXnmb { width:12.5rem;height:4.27083125rem;top:95rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ayVF8mtwyMnm5mOZi1Txzat2gvdTtwBV { width:12.5rem;height:2.847225rem;top:78.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RhW6tc50XyrZTd8mH01WQ2pTErsPsdtI { width:12.5rem;height:1.7871125rem;top:76.1875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5guXgI5GJ0dKHEsApaawbiuQT1ZQE2O { width:12.5rem;height:1.7871125rem;top:92.5rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJLV3LJAHxOKz0aAGZaHNafZPcOzuiB3 { width:14.3120625rem;height:13.5623125rem;top:17.736976623535rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdoWriB4DKe86d7lv4uMdKAdxmh5UKsH { width:14.3120625rem;height:12.061625rem;top:34.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAfVshEdJfoUSx8O3r0d4qlsHKUgDZm2 { width:19.124375rem;height:17.9373125rem;top:47.874351501465rem;left:0.43728297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqCTSSGU9xEgs0qylfp1Lm9DNfRHLDtW { width:12.5rem;height:12.5rem;top:54.062503814698rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsbDNHGku0zcoyX9eFuZqSQhKwHcs5pT { width:12.5rem;height:12.5rem;top:50.061851501465rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNCbJeXlTgNqxyryteEfzdeKpBSJGsi6 { width:6.25rem;height:6.25rem;top:68.4375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvEs9rX0GB74BNhwgT7uN94thTvwcrNK { width:6.25rem;height:6.25rem;top:84.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvAohuPRKeF4wdKpleR8Viyl9m5be8Id { width:3.68706875rem;height:3.68706875rem;top:69.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq2b7rqwrFwu2Mz1aHMnUKOtlJTqNucF { width:3.56228125rem;height:3.56228125rem;top:85.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOU3d9UTwT24hx9BPeytJO0TTktrUzpu { width:12.5rem;height:3.0859375rem;top:25.862632751465rem;left:3.8105471730233rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6kJT6OzNqyHtCc6uMfTrbF3pS6otq3U { width:12.5rem;height:4.27083125rem;top:41rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vB1ds2AlLnLaqkeDcMSnt1EkBHHBmvRt { width:12.5rem;height:2.74956875rem;top:22.568361282349rem;left:3.7500002980233rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK0GbwLf8eOF9BEMadxHT4MXUBykwPCG { width:12.5rem;height:1.7871125rem;top:39.0625rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGHCzI8PMLHTcn7VnHsnzSvotWIqli5a { width:6.25rem;height:6.25rem;top:15.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHVaLNnb2psvbrOEoTnSGbHFnTsvU6S5 { width:6.25rem;height:6.25rem;top:32.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asdRJxCDcONLFtgmTIeRsJTNNQb1sd0N { width:3.68706875rem;height:3.68706875rem;top:16.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb8WrCKdSLuR89lRX12ucEzQ5LppBp90 { width:3.56228125rem;height:3.56228125rem;top:33.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg { display:block; }#wzDTbaRauyVs6BDIXCRTzo4aU60gpiDg > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4LT7iFTRAX1KVzdOu0Wzbt0eJmeZx8d { width:15.2495625rem;height:17.874375rem;top:1.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx5GFrWrrn75OtU8DtA862CxfVtVxG5U { width:8.499375rem;height:16.186rem;top:2.0930995941162rem;left:5.7497833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE1NIS4C1FOuTFVWTOsCPUSFupG9CCxy { width:10.686875rem;height:1.8684875rem;top:19.894748687744rem;left:4.6560333371163rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWd6BXltn46mM2V6CVz3tEELEoa1iqeL { width:18.2498125rem;height:5.625rem;top:22.069227218628rem;left:0.87456601858137rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Te9WpMcH9H9HuJmpmmPLzh9BvBGPXdkM { width:18.2498125rem;height:4.21875rem;top:55.081167221069rem;left:0.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oSn9MMirxzVJwxEiSlISSrhZG22ZMt16 { width:18.2498125rem;height:1.8684875rem;top:53.026473045349rem;left:0.43706601858139rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntcPAznp14yh1oHCpudGTwGEWGRuJkKZ { width:16.6873125rem;height:15.4373125rem;top:35.185119628906rem;left:1.6558161377907rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #S4Rw5pIH2TT643sMlF7uAgnbkHEcFKIy { width:14.124375rem;height:3.4375rem;top:28.562067031861rem;left:2.9372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUvmudnssgN4DdImpT4T6WsDW5TTTcss { display:block; }
 }@media only screen and (max-width: 763px) { #cviIeWTL3bz5BAMrfKO1xzuOHqF0BA8b { width:14.124375rem;height:3.4375rem;top:60.129119873047rem;left:2.6241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAk77xuAP7mSw7D1JHGwcDO8nLJfsTiZ { display:block; }
 }@media only screen and (max-width: 763px) { #gf5706p6ehDqe5Kr1DJxVIPdIIplawgG { width:18.9985rem;height:18.686rem;top:33.309464454651rem;left:0.50021702051162rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #EmawSUeTomXqPShsgRf265sdgA5s8sQg { display:block; }#EmawSUeTomXqPShsgRf265sdgA5s8sQg > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keJuliflw8x8kaMIaTlGXbahqzg6DcAV { width:18rem;height:18.3125rem;top:1.1870651245118rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSrLAbLpzJcsuai9BA9mBCWRQETNdSG9 { width:10.686875rem;height:1.8684875rem;top:20.120444297791rem;left:4.2482641339302rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNhBU2Fp4IkG9TVrTCND2wQ2KvkdwUAk { width:18.2498125rem;height:5.625rem;top:22.237832069397rem;left:0.87456601858137rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4G9FgtZ3Mtx2bkgBxg6TDOTOmhXrQTg { width:17.8125rem;height:18.625rem;top:33.840062141419rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvv4NpCXpEWheFGqPX7h7oIOPb3It8Oo { width:18.2498125rem;height:4.21875rem;top:55.749135971069rem;left:0.99934905767444rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLeryAkmTH0mBNDn5CRmzENTpTcKu5D4 { width:18.2498125rem;height:1.8684875rem;top:53.5625rem;left:0.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkfJu7reVGhHTTGbhJ0z8MwnicTl826w { width:14.124375rem;height:3.4375rem;top:28.560112953186rem;left:2.9372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfBsIOuXd4W81VrwcJc4ZTzbk89NoE9i { display:block; }
 }@media only screen and (max-width: 763px) { #JSMzQo3BBZTUTLMy6d09gEMBT4bBfi29 { width:14.124375rem;height:3.4375rem;top:60.749353408814rem;left:3.1868491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBUbAncOH1NB2nLFzRLowzE0xOWUbxe2 { display:block; }
 }@media only screen and (max-width: 763px) { #pBOndrrxIia6FixFhTiK3fJcpMUUUhkS { width:16.124125rem;height:15.0043125rem;top:2.9958848953247rem;left:1.9379342198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPavVTWEXb34uMlKw7s5TcTrgz5qq5UB { width:8.8748125rem;height:17.061625rem;top:34.651911735534rem;left:5.5620663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO { display:block; }#xG0cWpxa5Z6KZ5cryZqO9bpDGFWn6bOO > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt { display:block; }#FdbhMnvG36bBUNwTTUCfgIGGKUwT5dxt > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToEi4ry2IEmApNQo2yIPqsqJTV8qyPaG { width:20rem;height:3.8997375rem;top:5.3294296264649rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZXmlx5Wd3MuTktixwcH98WiXatLbzTF { width:20rem;height:3.8997375rem;top:0.64670181274412rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE { display:block; }#P51GDEs9iO7xfWGzErlRhQsoMKCWT1TE > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-form-header {  }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-regular-label { display:block;width:16.25rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-text { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #3ad6d6;height:2.5rem;width:16.25rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:raleway;font-weight:400;font-size:0.875rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: none; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-text {padding-top: 0; padding-bottom: 0;}#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-textarea { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #3ad6d6;height:2.9375rem;width:16.25rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:raleway;font-weight:400;font-size:0.875rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: none; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:16.25rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-select {padding-top: 0; padding-bottom: 0;}#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.5rem;width:16.25rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#22477c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:raleway;color:#000000; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:raleway;color:#000000; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:raleway;color:#000000; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:raleway;color:#000000; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:15.3125rem;height:auto;font-size:0.6875rem;font-family:ubuntu;line-height:1.3;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.9375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-container:first-of-type{padding-top:0;}#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-container:last-of-type{padding-bottom:0;}#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:0rem;top:0.625rem;z-index:15003; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .radio-container { width:16.875rem; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:0rem;top:0.625rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #eeamVDaEJprqcDvVwV45OSmXncoU1qmc {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #pZwS4fv1G4tqEbq22JO9ULTFXEROzEzk { display:none; }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #gm1Mx4tVJdsMWts3hEpZg0rtic2p0EBK {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #yU8RrL3F59fGkafiGF4JJBmEz2tXlM01 {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #z7pVnRae2WbFBLE2bPbDTtPfuTGAreuN { display:none; }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #hzHQdwGxgivGw98Oh5tdHU6L3VmGQmof {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #aFcnEU3zoKlE5voTtTNVfw7MdowBnv6l {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #OBwg4AkkH1nrhyRLJn3b7QaUtgXTDny2 {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #tQEz29TMt4b2bbQ4hsElXkQDQK7HsG7m {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #QWqsvUGVvP8LwCQ94oanq0cWaiTfXwdr {  }
 }@media only screen and (max-width: 763px) { #zBIIFXIfLc6EKZ4qVWmGW0DdkcCRctik #kbBkkhbaspvkxgJAr9DKZ8wAQ9irASHG {  }
 }@media only screen and (max-width: 763px) { #JnAweSbG5yX55UnidZnDRETFGICUB3z7 { display:block; }#JnAweSbG5yX55UnidZnDRETFGICUB3z7 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d { display:block; }#MtG00y1txDHgtnHytXpB5CaDHTTEEJ1d > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }