.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:230,241,239;--color-primary-1:179,214,206;--color-primary-2:128,187,173;--color-primary-3:83,129,132;--color-primary-4:1,42,45;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Financier Display";--paragraphs-font-family:"calibre"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl > .row .container { background-color: transparent; background-image: none; }#yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl > .row .container > .video-iframe-container { display: none; }#yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl > .row > .video-iframe-container { display: none; }#yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl > .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); }#yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl > .row .container { border-width: 0; border-radius: 0; }#yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#O3DkXmmUhBrWwZR7rH0hBe2zZAOVk80d { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.1875rem;left:37.875rem;display:block; }
#uLXxIEoKCMD0ZT6kcT7kFfd62kOLO3B5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZwICahCiUB1uGg2baBzSRNs413TOiIT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.8125rem;left:58.125rem;display:block; }
#fEA1y2AEebclwi4NSUTVfcEDLUiOdL5k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KT4Ism353er4HndytDgymJT20yLUZq4s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#EZMFMr6PUI0dsQpTvCKTLLB9VFKJVBoS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:5.375rem;top:1.59375rem;left:4.3125rem;overflow:hidden;display:block; }
#NWXa48pvDngqGCECD7dtLWtRHUUt9Lw3 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:47.0625rem;display:block; }
#tnL0k1TxGWeSTc9ZUAkFFwKrbOUql8l6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n85LXAlaBUpA7oy4lMpN7nhMiTID5Fca { 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:1.875rem;width:6.8125rem;top:1.375rem;left:15.777778625488rem;overflow:hidden;display:block; }
#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK { position:relative;display:none; }#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK { border-width: 0; border-radius: 0; }#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK > .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; }#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xtZNU5Z4x0K3nD8E1GbaCSO0DBfskqAE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:3.9375rem;left:8.3125rem;display:none; }
#t4gy3LyLuZKRaqevHRJIyaVUkiQF5iTV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:21.125rem;display:none; }
#rOmOHfsxpkA2FXtZGnayPThTbcKy274x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:18.125rem;display:none; }
#V5nxT5sMVxqTeXVOXVsCz0p54D4kkb7x { 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;z-index:auto;display:none; }#V5nxT5sMVxqTeXVOXVsCz0p54D4kkb7x > .row .container { border-width: 0; border-radius: 0; }#V5nxT5sMVxqTeXVOXVsCz0p54D4kkb7x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5nxT5sMVxqTeXVOXVsCz0p54D4kkb7x > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#ghZE37TIwtsMOOpVAB1qgudqIKV7VBNn { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1rem;left:43.8125rem;display:block; }
#IZvqTHVSBa6lKQ11x0orWHAGF99KFMMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VASGVU5NXbvcN1zKroWvz46SVh2yFpLT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #01474c;border-left:0.125rem solid #01474c;border-right:0.125rem solid #01474c;border-bottom:0.125rem solid #01474c;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.8125rem;left:63.875rem;display:block; }
#qI99zZtdwd1dFlETUyTIt2mgL8bBg38y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vRd7aoVpGgEw73KTC7akpTcJvc52v5B8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#na6l3kZKpbw93UUKOmlUfCIuNdJcd8J2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:5.375rem;top:1.59375rem;left:4.3125rem;overflow:hidden;display:block; }
#qKfEFGlEn7RkqIp2FgOlSnsKEvnnufuQ { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1rem;left:53rem;display:block; }
#TwfDZax5Z47VasXnxyUROqySWspHCCph { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/d530395f-d4a7-43e3-9d94-af5424d788e1/shutterstock_1783067564kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe.adaptive-delivery-prevent-bg, #tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe.lazyload, #tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe.lazyloading { background-image: none; }#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe > .row .container { background-color: transparent; background-image: none; }#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe > .row .container > .video-iframe-container { display: none; }#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe > .row > .video-iframe-container { display: none; }#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe > .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); }#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe > .row .container { border-width: 0; border-radius: 0; }#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#PtpiEkMLCNiQGpr6NzJ77WywyhU0Zqfe { color:rgba(var(--color-tertiary-0),1);display:block;width:53.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:13.125000476837rem;left:5.6875rem;height:14.847625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tCe5fRDcHpbWK5UflCnCJKoNMAFA5hoM { color:rgba(var(--color-tertiary-1),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.812502384186rem;left:5.6875rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#f2bH3kHzOILQW0MUc3ko0V3LQ6SBTD6V { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9rem;top:2.5625rem;left:0rem;display:none; }
#mdQBIkPG6bGxXedmZTlDZ7loMG4f8I1w { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:13.125rem;left:1.1875rem;display:none; }
#faETR7WA9WZePUeUcoPZI4zbEPpKvP1V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zsI6pWVx8K1yam0mXOfpSdXVaE4QHCOZ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.375rem;width:52.9375rem;top:29.125002384186rem;left:5.6875rem;display:block; }
#fPLlwH2ZCi3A7ulhiRFWr7bLwvCQ2Sb2 { position:absolute;display:block;z-index:14999;background-color:rgba(3,3,4,0.61);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:30.1875rem;width:58.375rem;top:10.1875rem;left:3.125rem;display:block; }
#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/808facb5-5b5c-4c16-9217-5922c0e73839/13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2.adaptive-delivery-prevent-bg, #wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2.lazyload, #wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2.lazyloading { background-image: none; }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 > .row .container { border-width: 0; border-radius: 0; }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:none; }#Tk8de90nWnDL0fAJm8QwpT8QwhlRPT0M { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:13rem;left:5.1875rem;height:9.9001875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eTTqu3uc8Dwvdwzb8LRff7AzC3gk7guf { color:rgba(var(--color-tertiary-1),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.062501907349rem;left:5.1875rem;height:6.4974rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KNd95DbS76frSaZN2JixMrdyuGpSwFTE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.5rem;top:3.75rem;left:0.8125rem;display:none; }
#ysTmsEPHBzvkApKP5TTFb0Jt52tX9hE8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#VKKukf1P1iSKQPTBriSZ2JQMmL123h3Z { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.37217875rem;width:36.7480625rem;top:24.625rem;left:5.1875rem;display:block; }
#vQkSsAtiwpQ2teuD7trz5Df9ZooUJsqG { position:absolute;display:block;z-index:14999;background-color:rgba(3,3,4,0.61);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:24.5rem;width:42.75rem;top:9.5rem;left:2.5625rem;display:block; }
#wz9UMJTr72vTubgsGB4Gqc1iO8oGDNsK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:13.75rem;left:4.1875rem;display:none; }
#q5x1Z0OKEz0i2qJx9hNce9zW38xRLvLi { 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:1.1875rem;width:5.375rem;top:2.2986106872559rem;left:7.4027786254881rem;overflow:hidden;display:none; }
#ZtF4ACgrChLw508surGsoKRz2Wm0uVbp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZtF4ACgrChLw508surGsoKRz2Wm0uVbp > .row .container { background-color: transparent; background-image: none; }#ZtF4ACgrChLw508surGsoKRz2Wm0uVbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtF4ACgrChLw508surGsoKRz2Wm0uVbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtF4ACgrChLw508surGsoKRz2Wm0uVbp > .row .container > .video-iframe-container { display: none; }#ZtF4ACgrChLw508surGsoKRz2Wm0uVbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtF4ACgrChLw508surGsoKRz2Wm0uVbp > .row > .video-iframe-container { display: none; }#ZtF4ACgrChLw508surGsoKRz2Wm0uVbp > .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); }#ZtF4ACgrChLw508surGsoKRz2Wm0uVbp > .row .container { border-width: 0; border-radius: 0; }#ZtF4ACgrChLw508surGsoKRz2Wm0uVbp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZtF4ACgrChLw508surGsoKRz2Wm0uVbp > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#yynVBWT8RgpsafwSL8B6r7AiihCam5Lp { color:rgba(var(--color-tertiary-4),1);display:block;width:66.49875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.625rem;left:4.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AlXIHmBKlqTii2yhkwTaHxUUDlbT5IrC { position:absolute;display:block;z-index:15007;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.625rem;width:3.25rem;top:17.5rem;left:14.34375rem;overflow:hidden;display:none; }
#ku4IRKpNGag9kK3hVZP7IA5P73b16zTW { color:#003f2d;display:block;width:62.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:3.125rem;left:6.1875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#FfUltXVnym2igKcUkaXupXLIEf8t4Wu2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.5rem;top:0.9375rem;left:1rem;display:none; }
#eUTFqkI7izLOtWrz4tdT1y2SDKvgoeqZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9.5rem;left:0rem;display:none; }
#ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL > .row .container { background-color: transparent; background-image: none; }#ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL > .row .container > .video-iframe-container { display: none; }#ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL > .row > .video-iframe-container { display: none; }#ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL > .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); }#ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL > .row .container { border-width: 0; border-radius: 0; }#ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#iDBhVOkoC0wDQK4Ll2Vvi8BPQBis08rE { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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:67.5rem;top:4.5000038146972rem;left:3.75rem;display:block; }
#AvcRqdNdSnM3MPN1GfSc6du03BSp5RLc { color:#3a3a3a;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.9;letter-spacing:0;top:6.125rem;left:7.0625rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#wKx7JcWRAOgi66uh2Dm9p6GTVp2qDNNM { color:#3a3a3a;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.9;letter-spacing:0;top:8.5rem;left:7.0625rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#TIKNn5uNvAO7eDMGXaI7skQVTVCUHdpO { color:#3a3a3a;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.9;letter-spacing:0;top:6.125rem;left:11.625rem;height:2.375rem;display:block; }
#IG0XT6MLpIa7ahEDqQpL4z8yE2HNDXTA { color:#3a3a3a;display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.9;letter-spacing:0;top:8.5000019073488rem;left:11.625rem;height:2.375rem;display:block; }
#KQcqd9SPXTPmfaEAsuwyLnW0XwUwuNuN { color:#3a3a3a;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.9;letter-spacing:0;top:16.9375rem;left:7rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#Dd46UNeZq5wFsyLp3e9B01vXMILgJ0SI { color:#3a3a3a;display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.9;letter-spacing:0;top:16.9375rem;left:11.5rem;height:2.375rem;display:block; }
#d9lADravyPI4FppgkyO2a5Z3L6ErDvsD { color:#3a3a3a;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.9;letter-spacing:0;top:19.436630249024rem;left:7.0625rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#cnXd2kXzSBvkQ9631CIwBfkwHAvLUdNN { color:#3a3a3a;display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.9;letter-spacing:0;top:19.5rem;left:11.75rem;height:2.375rem;display:block; }
#TPsmwBtXMX62SFuvpOoi7z86g9azOcL4 { color:#3a3a3a;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.9;letter-spacing:0;top:6.6872787475588rem;left:14.874568939209rem;height:2.37413125rem;display:none; }
#tbcu4a0bl6oc61zzIzgitVtiL4HwuH2z { color:#3a3a3a;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.9;letter-spacing:0;top:6.6872787475588rem;left:14.874568939209rem;height:2.37413125rem;display:none; }
#VGRLQgX5mRH0XL71o3kazcfsQKa9z1Hq { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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:65.625rem;top:4.5rem;left:4.75rem;display:none; }
#f82kuPnwgWZCJwCpnOXnl0SH3CTaLDih { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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:65.625rem;top:4.5rem;left:4.75rem;display:none; }
#my0ezoEkrRS43vJQbC84UzbQJudHiqJ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:12.3125rem;left:0rem;display:none; }
#xc8twFk43p9sqlpC7VzOc5AVplouXOG1 { color:#3a3a3a;display:block;width:11.749875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.421875rem;left:4.7482643127441rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C7BTz8J1crvTeKKKH5mx0kDNXXbo6hw5 { color:#3a3a3a;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.9;letter-spacing:0;top:11.1875rem;left:7.0625rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#ABQNFznIAGZG4HV1BIfeIEclf5PKi95k { color:#3a3a3a;display:block;width:58.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.9;letter-spacing:0;top:11.187501907349rem;left:11.5625rem;height:2.375rem;display:block; }
#W8f4LKoTrmfeDtyvR7LWwLX1I719sCS5 { color:#3a3a3a;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.9;letter-spacing:0;top:13.9375rem;left:7.125rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#VCwCkym2IhWRU0umKUbxPRphRSBaVGDt { color:#3a3a3a;display:block;width:58.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.9;letter-spacing:0;top:13.9375rem;left:11.5625rem;height:2.375rem;display:block; }
#ZVtA591aR6mdg7qeBCT4azXqMb4rg65q { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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:65.625rem;top:4.5rem;left:4.75rem;display:none; }
#ofXQcSVgkR12KWyCrIhGnzdNRaCv60iq { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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:65.625rem;top:4.5rem;left:4.75rem;display:none; }
#WCLO3lpZq1BsrLkfQkkfsGTgnBdI9F7x { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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:65.625rem;top:4.5rem;left:4.75rem;display:none; }
#sBzwQlGSQKZhiBCNtbbi9cZ9m5qUt6X3 { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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:65.625rem;top:4.5rem;left:4.75rem;display:none; }
#TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS { position:relative;display:block; }#TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS { background-color: transparent; background-image: none; }#TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS > .row .container > .video-iframe-container { display: none; }#TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS > .row > .video-iframe-container { display: none; }#TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS > .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); }#TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS { border-width: 0; border-radius: 0; }#TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS > .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; }#TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JK0StzfcIptxL2QreQTQgxpkwvsQfx3h { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:3.75rem;left:16.125rem;overflow:hidden;display:block; }
#r3FySB9GnUMiKat5BUWxR0UlOoKiC8pF { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.436625rem;width:12.8125rem;top:3.0625rem;left:12.375rem;display:block; }
#zxUBUS0fuDxRH4gafF5yGZc10D7Dm4C8 { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12326375rem;width:6.25rem;top:8.1875rem;left:15.4375rem;display:block; }
#E4zga2l99UppCvbbhCDBFXAFW25hdfKp { color:#435254;display:block;width:10.625rem;position:absolute;font-family:"calibre regular bold";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:9.25rem;left:13.4375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSihOBwTTSkLrBXaxI4TmQVgKv1oFRT6 { color:#435254;display:block;width:12.5625rem;position:absolute;font-family:"calibre regular bold";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:9.25rem;left:31rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgCqmN9MBXZEvG8fmUZIDNN6uSIBns39 { position:absolute;display:block;z-index:15010;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12326375rem;width:6.25rem;top:8.25rem;left:34rem;display:block; }
#rgXDT4R2RBuZlUMEp5kVqObW6Id0kduz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:4.125rem;left:35.1875rem;overflow:hidden;display:block; }
#TV28l2wClodTJQtLs1NnEf0cpTxgcVZ7 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.436625rem;width:12.8125rem;top:3.0625rem;left:30.6875rem;display:block; }
#KDxMJuHkNzO1UyqucA5mghL9Hyl3eqqH { color:#435254;display:block;width:11.75rem;position:absolute;font-family:"calibre regular bold";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:9.25rem;left:49.5625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vU6NFqc1bv65MJZxdiewfFps73wbHs9I { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.436625rem;width:12.8125rem;top:3.0625rem;left:48.8125rem;display:block; }
#qm7dhFTa1qnSFbZKpUy0F5WKUq3sqRJQ { position:absolute;display:block;z-index:15013;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12326375rem;width:6.25rem;top:8.1875rem;left:52.125rem;display:block; }
#ArX3NHgzAdn9xD7TZFJaE91ox49gCFod { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.8125rem;top:4rem;left:53.3125rem;overflow:hidden;display:block; }
#EToGGtqV66TLeniySpC78LZ9H4VDwa0w { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fefefe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:16.125rem;left:28.4375rem;display:block; }
#rw6kZMLZVIXUc49A04vyPE4SJbvntQgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTMSmFGEo7dO6C7fAGfQ6g4GqPnXkUgh { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;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.187355625rem;width:67.5rem;top:1.0625rem;left:3.75rem;display:block; }
#v2L0erCIaODyLLyl7DpJIC9niKqLUJm5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cad1d3;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; }#v2L0erCIaODyLLyl7DpJIC9niKqLUJm5 > .row .container { background-color: transparent; background-image: none; }#v2L0erCIaODyLLyl7DpJIC9niKqLUJm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2L0erCIaODyLLyl7DpJIC9niKqLUJm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2L0erCIaODyLLyl7DpJIC9niKqLUJm5 > .row .container > .video-iframe-container { display: none; }#v2L0erCIaODyLLyl7DpJIC9niKqLUJm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2L0erCIaODyLLyl7DpJIC9niKqLUJm5 > .row > .video-iframe-container { display: none; }#v2L0erCIaODyLLyl7DpJIC9niKqLUJm5 > .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); }#v2L0erCIaODyLLyl7DpJIC9niKqLUJm5 > .row .container { border-width: 0; border-radius: 0; }#v2L0erCIaODyLLyl7DpJIC9niKqLUJm5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2L0erCIaODyLLyl7DpJIC9niKqLUJm5 > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#dutwGQ2NKMGKsInVgRRJzDSDauVGMnHQ { color:#3a3a3a;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.375rem;left:8.3125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#raERKbW9rsiBb7GKTP8n9bf6lfy4p2x4 { color:#3a3a3a;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:1.375rem;left:43rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TkMw9Er962OTd4XTN69qrBbiZz9kOMq0 { color:#3a3a3a;display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1875rem;left:8.3125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lROSHO10UXvWTEAftDBiXDVXArOxRHAv { color:#3a3a3a;display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:43rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oPocHnCKahLgH9XR3XEMSXiAyCVunLJa { color:#3a3a3a;display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6458330154419rem;left:8.3125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VwTBEeE5J3ANWFkyrriALeUOQqT9Podg { color:#3a3a3a;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.625rem;left:43rem;height:1.625rem;font-style:normal;display:block; }
#kva0W0AMqPGVcfXzkf8PKLpLoWDCewnZ { color:rgba(var(--color-tertiary-0),1);display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:15.8125rem;left:32.46875rem;height:16.75rem;display:none; }
#OZf2hybxLuiLq4ss28uX9xItTmis5bza { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.3125rem;left:32.46875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#pdo9VkoBIAQlGxTMr87GEINWeRyhHr67 { 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:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:4.1875rem;left:1.25rem;display:none; }
#EwOhv8ymJ8zT4foZvkQ8CA9Lu8t6MeH5 { 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:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:6.0625rem;left:2.4375rem;display:none; }
#wAETHJcJpOFA01rqWQtiSNMaAWaqDApr { 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:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.375rem;left:2.4375rem;display:none; }
#EQ5SN6bT73qdrxuS1nrbciJ1CPdvoIZ2 { 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:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:8.4375rem;left:1.25rem;display:none; }
#umIDTi7hIgyN4sKWCk429vXrucoIwk8k { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.75rem;left:2.5rem;display:none; }
#hPXbRZ3opTzyuGWbJixPaGsvMActcuO9 { 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:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:16.4375rem;left:2.5rem;display:none; }
#C2oBfwcJZkr4lSy6ahw5usmJqTxl47eS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:;width:3.125rem;top:1.0625rem;left:3.9375rem;overflow:hidden;display:block; }
#BOkQoUPSB65F7QgXpS08zEmTI0F7CVG5 { 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:;width:3.125rem;top:1.5rem;left:38.625rem;overflow:hidden;display:block; }
#EUXmkAViT5WRlK35GeRzzJqPLSimWJGc { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;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:19.3125rem;top:3.3125rem;left:8.3125rem;display:block; }
#TCdrt36C8gGvrRkGDtkEDORT0cXhbERc { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;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:19.3125rem;top:3.4375rem;left:43rem;display:block; }
#AHWPkuk57nqpJlWU1BnNScJTLKZT7Sno { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:74.9375rem;width:75rem;display:none; }
#QsElmTlUCgym7ly2w5OJxM8B9odtbupE { position:absolute;display:block;z-index:15020;height:20.374375rem;width:36.8120625rem;top:10.186630249024rem;left:19.092884063721rem;display:block; }
#Znt5UHuKt37Q3iE2rTK3fMwlwBX0pBR6 { position:absolute;display:block;z-index:15020;height:20.374375rem;width:36.8120625rem;top:10.186630249024rem;left:19.092884063721rem;display:none; }
#CORLsB7PMMwsChBTplLbnXsIc3yPvG4n { position:absolute;display:block;z-index:15020;height:20.374375rem;width:36.8120625rem;top:10.186630249024rem;left:19.092884063721rem;display:none; }
#isT3m9lQHtmr3aKviBxPzuD7wMKAkdQO { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/a3b30c87-383c-4db0-bd11-16566a0c9e89/baner_sniadanie2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc.adaptive-delivery-prevent-bg, #nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc.lazyload, #nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc.lazyloading { background-image: none; }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row .container { background-color: transparent; background-image: none; }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row .container > .video-iframe-container { display: none; }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row > .video-iframe-container { display: none; }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .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); }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row .container { border-width: 0; border-radius: 0; }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-form-header {  }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:bold;color:#909090;width:28.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.375rem;box-sizing:border-box;height:2.3125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-button { 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-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.9375rem;margin-bottom:0.25rem;margin-left:7.0625rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:14.1875rem;height:2.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ [class*="-text"]:-moz-placeholder { color:#545454;font-family:"open sans";font-size:1.1875rem; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ [class*="-text"]::-moz-placeholder { color:#545454;font-family:"open sans";font-size:1.1875rem; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ [class*="-text"]:-ms-input-placeholder { color:#545454;font-family:"open sans";font-size:1.1875rem; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ [class*="-text"]::-webkit-input-placeholder { color:#545454;font-family:"open sans";font-size:1.1875rem; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:27.9375rem;overflow:hidden;font-style:normal; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-container:first-of-type{padding-top:0;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-container:last-of-type{padding-bottom:0;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ  { background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:38.7080078125rem;top:5.796875rem;z-index:15008;position:absolute; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.375rem;display:block;vertical-align:top; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ {display:block;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ { background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:38.7080078125rem;top:5.796875rem;z-index:15008;position:absolute; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #Zh8poyN04wztD2fq0tOOaGRqssZnUwPc { position:relative;display:block;z-index:15000; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #EKKMV68vE6bGb3KEhfEU84uKRNrNGFxH { position:relative;display:block;z-index:15000; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #SLup1RPB56zqQWnrlT0ezQz1L8TvPbgn { position:relative; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #g8o7flnGJWtvAvXuTwVBMw87pts8uEba { position:relative;display:block; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #EiFZgdITQbd6tST4iqnF9GTpyNvdoq0x { position:relative; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #RAS5O5orXxZ83CQLWDcTZ0Zu9NKMq2no { position:relative; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #Ty2ho194INleGbnem1DfWxJdhcyv0Tqq { position:relative;display:block; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #RzuG4Q1DH6X2cfbVce316XmxEnirn9Gb { position:relative; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #trzJedCSWaoxPtHy7WCq6s5E3DyuVcl2 { position:relative; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #B850QU8cr9QJyzLeWlwPBSnTvHkTqZ94 { position:relative;display:block; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #STg6N8bUJq9OHLQaHpLXbvFSi52CrBCS { position:relative; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #erRyzmEUoBGCnMn5PfO2S3eJmtJRO5Xs { position:relative;display:block;z-index:15000; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #uS83z23KDBOkT5thXqf6WT11Fpkvs1uT { position:relative;display:block;z-index:15000; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #ETFVI9Gh2cu6eLzWCsMxgPwQfELrdCCl { position:relative; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #nMD5Baby4C2Pveai5b8DXW7xeSd8uJHa { position:relative;z-index:2; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #H53tfX7GR2nupsNubU58zmQ76cOy6ksI { position:relative; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #BcZc4ArLAfw622dGrT6t4T16b20PLxhx { position:relative; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #bHFml6oZKVmzRUuxDmmh578k4b66ntDb { position:relative;z-index:2; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #XzCKtSIiuofEAPNTuxxzgyeyNx3aMR7N { position:relative; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #RxkbtSN7BtCHnFLJXvX9KBoyS76bcy90 { position:relative; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #TNWkGha0dTX8ATkM2TdJnK5Jerkc1E02 { position:relative; }
#grIQ6QGSFo0Tim28K4WCVZJgDuAOxehB { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.75rem;left:4.71875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mC7G5IQITwa3tl7JbT1d9MUxU7maZ3gn { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;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:65.625rem;top:3.8125rem;left:4.6875rem;display:block; }
#uPGZkwkZbVKOCQq1L8zrNvQGsPIlyEAA { position:absolute;display:block;z-index:15023;background-color:#efefef;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:1.4375rem;width:1.25rem;top:24.046875rem;left:39.71875rem;display:block; }
#zGaMr0TJGl1S3pHkgbVuv8eZLlk37rQ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.3125rem;top:4.3125rem;left:0rem;display:none; }
#V2Q2AGDLNRWBzLsmeXKMlKaUSwAXE5cf { position:absolute;display:block;z-index:15026;background-color:#dbd99a;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:25.3125rem;width:0.375rem;top:5.7981872558594rem;left:38.477867126465rem;display:block; }
#fRpAtGfHwS6wdqmt8DPKh29yXKhpEiOr { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:5.7994766235351rem;left:4.7178802490234rem;height:20.5rem;display:block; }
#RdmKJnSyS9SW1CMdzU2uXBr142Mb09uT { position:absolute;display:block;z-index:15020;height:20.374375rem;width:36.8120625rem;top:10.186630249024rem;left:19.092884063721rem;display:none; }
#kGd0Ll04pgs3tDQPzrcXQFPl4pq0O09G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/84e7a21b-4986-4c9f-a065-cea1d7d3943e/12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kGd0Ll04pgs3tDQPzrcXQFPl4pq0O09G.adaptive-delivery-prevent-bg, #kGd0Ll04pgs3tDQPzrcXQFPl4pq0O09G.lazyload, #kGd0Ll04pgs3tDQPzrcXQFPl4pq0O09G.lazyloading { background-image: none; }#kGd0Ll04pgs3tDQPzrcXQFPl4pq0O09G > .row .container { border-width: 0; border-radius: 0; }#kGd0Ll04pgs3tDQPzrcXQFPl4pq0O09G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kGd0Ll04pgs3tDQPzrcXQFPl4pq0O09G > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:none; }#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-form-header {  }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:bold;color:#909090;width:28.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.375rem;box-sizing:border-box;height:2.3125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-text {padding-top: 0; padding-bottom: 0;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-select {padding-top: 0; padding-bottom: 0;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-button { 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-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.9375rem;margin-bottom:0.25rem;margin-left:7.0625rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:14.1875rem;height:2.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK [class*="-text"]:-moz-placeholder { color:#545454;font-family:"open sans";font-size:1.1875rem; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK [class*="-text"]::-moz-placeholder { color:#545454;font-family:"open sans";font-size:1.1875rem; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK [class*="-text"]:-ms-input-placeholder { color:#545454;font-family:"open sans";font-size:1.1875rem; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK [class*="-text"]::-webkit-input-placeholder { color:#545454;font-family:"open sans";font-size:1.1875rem; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:27.9375rem;overflow:hidden;font-style:normal; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-container:first-of-type{padding-top:0;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-container:last-of-type{padding-bottom:0;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK  { background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:38.6904296875rem;top:5.7998046875rem;z-index:15008;position:absolute; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.375rem;display:block;vertical-align:top; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK {display:block;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK { background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:38.6904296875rem;top:5.7998046875rem;z-index:15008;position:absolute; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #zABeIB5iKiRhvuCva2PrFT8usxRyS2wT { position:relative;display:block;z-index:15000; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #eTZryma7T0g4eAWcDzh2io2hZ2uK4RFT { position:relative;display:block;z-index:15000; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #uZ6w1WxKCh7lSSwxOdtlqptLUVDl9Vsr { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #FLKFnvNBJ4LTgkvv3W940cDmkez6MrRG { position:relative;display:block; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #qgGadXkKpsn5XKuJTf0a0ilIPtftqvHx { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #nmEJUvDVEIAXVuefbblKrKUif0EaBKWs { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #wnRMHcLHLC5MMwTqm3vBIAJtVLFTFOKx { position:relative;display:block; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #Uwg8FkJktrbbJHLiafTPDk5hRQh3zLs4 { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #uziS5hAxvKPypKRmXrKufVebNM640ivN { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #BZvK45DNaR5VLTLlAT9gqCL3CWnQMVon { position:relative;display:block; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #S0kAQnkePk0q2ZW6TWUN8UiR0rQn4Ue3 { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #KKxbHgpMEv5Ev0cCEphMCzKs7cQGFMtl { position:relative;display:block;z-index:15000; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #RPoaVD0gev34EK3UqXTStNAcTVXAecut { position:relative;display:block;z-index:15000; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #aIaKttfbsAhnxXvTho7SI3ucztERrRA0 { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #FznGxFIUd1wt3cdksUEogyz5rnZNFnwA { position:relative;z-index:2; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #hT84hs6sidM7FXZQW9wbWLZUJuMpr8Pr { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #uTArwORMZhA4J8GsUsQTuuIuGTf32JCg { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #WxLbLFL0mPFDN8k0NEpBat8QDF8Nk01w { position:relative;z-index:2; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #sFOmFvKDluZ2CJNCLycGqXlR26a5yLKN { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #C0mHTJUGiHArSrqoVTAE5pFSunS2QK68 { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #tFLhEutJlNxLCVWIwig8t9fNZNOLmFaS { position:relative;z-index:2; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #a4RXxbnJsx6inD80AuEnZfuZbhKGtVzb { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #bik9ZGUtGMALLiUHIPdLL1ga01EfPVZO { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #B1JHauTCqvZlEbC9sIcrti1kZaCzI1N6 { position:relative;z-index:2; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #dXinWTSlbxvKWmx2iZWAQvybIduRowwK { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #DKwB2VTGreea5Xe9xZWQAUSKfUJKwaWg { position:relative; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #lJm2SVrLSx3MgQDo3ZvxVVqUmHRTiRXI { position:relative; }
#NXJLicwDstav35xhnnFN9fkHATwPkw7X { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.75rem;left:4.71875rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bLd1S8VvTbvNAAWUGLoJURb36XEp4WEw { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;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:65.625rem;top:3.8125rem;left:4.6875rem;display:block; }
#v7D9Rb5DpWC8E4dZTcVari0fieGAnk7e { position:absolute;display:block;z-index:15023;background-color:#efefef;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:1.43489375rem;width:1.43489375rem;top:26.960068702698rem;left:39.723091125488rem;display:block; }
#ke7cK5wVmO3y47sw0aRzvXb2fceOHOn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.3125rem;top:4.3125rem;left:0rem;display:none; }
#V13ilENXg0MDPgRtQk57pOHpr9F7POx2 { position:absolute;display:block;z-index:15026;background-color:#dbd99a;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:30.625rem;width:0.625rem;top:5.8003463745117rem;left:38.074653625488rem;display:block; }
#DX7OZITbGWk8f14TlSE8tqqf1kfFZM7k { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:5.7994766235351rem;left:4.7178802490234rem;height:17.9405375rem;display:block; }
#oZXdrvseiGVsd8HzRuhozPnmqkKQmNtm { position:absolute;display:block;z-index:15020;height:20.374375rem;width:36.8120625rem;top:10.186630249024rem;left:19.092884063721rem;display:none; }
#mnzdZV7ovxe0QkiG8qZ6txfowUiqo583 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mnzdZV7ovxe0QkiG8qZ6txfowUiqo583 > .row .container { border-width: 0; border-radius: 0; }#mnzdZV7ovxe0QkiG8qZ6txfowUiqo583 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnzdZV7ovxe0QkiG8qZ6txfowUiqo583 > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:none; }#IUnnCcMMwTPU1l0pXqa4H86Msua6Sam6 { color:#3a3a3a;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:14.75rem;left:16.125rem;height:1.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UUOpiCH1mqrvEL3uPdd96uan9ioiKTAb { position:absolute;display:block;z-index:15013;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:8.875rem;width:5.875rem;top:6.9375rem;left:8.625rem;overflow:hidden;display:block; }
#FLqR2sVzEQCD1JulbpA3OMyxNikBlmXA { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.5rem;left:4.65625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#le3taOyuMX1Zb02sh3TZWDdgr6Or0GQR { color:#003f2d;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.75rem;left:16.125rem;height:4.0625rem;display:block; }
#g2300rTdN3xtx6bpAPdC1f31iH5ATkTr { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;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:65.625rem;top:3.5rem;left:4.5625rem;display:block; }
#Drn3dxmcbJ4TmdEFlUN5y2fV22Jbxu5U { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:20.1875rem;left:4.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h8q0aT19T6pmTKt7rts5boBHfnLsUmpT { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;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:65.625rem;top:22.1875rem;left:4.6875rem;display:block; }
#bqXLSvKD21gOI6k94EmlABP6XoEaLTfP { position:absolute;display:block;z-index:15018;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:8.9375rem;width:5.9375rem;top:25.4375rem;left:8.75rem;overflow:hidden;display:block; }
#qoaZ53mM2EiI4Kb1kyf73TUOVOUoFnwW { color:#003f2d;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:31.4375rem;left:16.25rem;height:2.03125rem;display:block; }
#y4HXwuad8tuuogOs7qTlTo5Ja6XNzD1p { color:#3a3a3a;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:33.0625rem;left:16.25rem;height:1.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A8T0gCMRh4eC70LZLWoBKII7G3poWadN { position:absolute;display:block;z-index:15021;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:8.9375rem;width:5.9375rem;top:25.4375rem;left:41.6875rem;overflow:hidden;display:block; }
#zW2NvTEgRT2swut9rV32lqeRvugUpcQQ { color:#003f2d;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:31.4375rem;left:49.1875rem;height:4.0625rem;display:block; }
#VhdgxHASuiw9ZEJXNMSLerKuwBdJhATe { color:#3a3a3a;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:33.0625rem;left:49.1875rem;height:1.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nKItfT1i7BUfGQFPGtnckKOWiK2mZlbB { position:absolute;display:block;z-index:15024;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:8.9375rem;width:5.9375rem;top:37.0625rem;left:8.6875rem;overflow:hidden;display:block; }
#rhdEFJz5HDT5FyAZnxZD9XEH8ecAkTIi { color:#003f2d;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:43.086805343628rem;left:16.125rem;height:2.03125rem;display:block; }
#cT67qoWBXORF6ZTLrxLLGV2RyzUDnJpO { color:#3a3a3a;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:44.6875rem;left:16.1875rem;height:1.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN > .row .container { background-color: transparent; background-image: none; }#thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN > .row .container > .video-iframe-container { display: none; }#thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN > .row > .video-iframe-container { display: none; }#thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN > .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); }#thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN > .row .container { border-width: 0; border-radius: 0; }#thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#sHGJbV7NVDRG9ODz8136yG1h1sPBEepx { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:1.6875rem;left:4.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wtkm5dOWC2EceQEfzSDKOFZdzSaSXTeN { color:#003f2d;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:12.375rem;left:4.6875rem;height:2.03125rem;display:block; }
#dFzz62HBfryXAkh6SRwZZOeH75Qc33wW { color:#3a3a3a;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:14.375rem;left:4.6875rem;height:1.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IuuQJOTEqMVuXsg5X9t3C9K0yR0ztO3T { color:#3a3a3a;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:15.625rem;left:4.6875rem;height:1.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JOeqII0EUQJ4fq8hXmTEdUsRGqUDAUhM { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;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:65.625rem;top:3.6875rem;left:4.6875rem;display:block; }
#iBRuJiFtCHLhfKmZUaCp34K453fJPLpN { color:#3a3a3a;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.9;letter-spacing:0;top:4.1829414367676rem;left:4.6875rem;height:2.375rem;display:block; }
#zkqRQ1vVcPzvn2wS4915ldakgkxU9CXc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:4rem;left:0rem;display:none; }
#vWTsGpUmWxTzA1kNiXoZypISsFfaiq7u { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.9027786254881rem;left:4.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wKtWpCqvZ8mT73ktxAHEyqI788yP1FTq { color:#3a3a3a;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:14.375rem;left:26.3125rem;height:1.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RoZq8JHGDZs9TVvwhQNg8CbnPxNARv8n { color:#3a3a3a;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:15.625rem;left:26.3125rem;height:1.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EgEQQ5rvqACisar7NVnt8sTzWXZ8DesA { color:#003f2d;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:12.375rem;left:26.3125rem;height:2.03125rem;display:block; }
#u3s11c2b844ZTX3OpZHc3B3Ai1IM6yE7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:9.875rem;left:26.3125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u83NVAermOv4XCm1WXbGF1D7pJhpBUAe { color:#3a3a3a;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:14.375rem;left:48.375rem;height:1.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W3HnEnta3Tzw1HpmfC9ZNVJg5tind57M { color:#3a3a3a;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:15.625rem;left:48.375rem;height:1.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dgtidiQ3HUmQRbfRNrKAGB8iTZlIRURl { color:#003f2d;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:12.375rem;left:48.375rem;height:2.03125rem;display:block; }
#EtzBX21T9Befw2rrShuaDIDPwDAzka59 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:9.875rem;left:48.375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS > .row .container { background-color: transparent; background-image: none; }#u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS > .row .container > .video-iframe-container { display: none; }#u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS > .row > .video-iframe-container { display: none; }#u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS > .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); }#u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS > .row .container { border-width: 0; border-radius: 0; }#u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#NiTzsuMTwqsQmrRUE7wHxzU4GuRvNBWn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:1.8125rem;left:55.4375rem;height:1.575rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vxskrNWVd2EsfvfC9w78Te6EtxToR6c3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1.75rem;left:41.125rem;height:1.575rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#v5buhaVcTW4UOiilzeE6FGvnmHaMu0NZ { 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:1.3125rem;width:5.25rem;top:1.9375rem;left:3.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl { display:block; }#yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3DkXmmUhBrWwZR7rH0hBe2zZAOVk80d { width:8.8125rem;height:2.5rem;top:1.1875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLXxIEoKCMD0ZT6kcT7kFfd62kOLO3B5 { display:block; }
 }@media only screen and (max-width: 763px) { #RZwICahCiUB1uGg2baBzSRNs413TOiIT { width:14.4375rem;height:2.875rem;top:0.8125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEA1y2AEebclwi4NSUTVfcEDLUiOdL5k { display:block; }
 }@media only screen and (max-width: 763px) { #KT4Ism353er4HndytDgymJT20yLUZq4s { display:none; }
 }@media only screen and (max-width: 763px) { #EZMFMr6PUI0dsQpTvCKTLLB9VFKJVBoS { top:1.5625rem;left:0rem;width:5.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWXa48pvDngqGCECD7dtLWtRHUUt9Lw3 { width:9.5625rem;height:2.5rem;top:1.1875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnL0k1TxGWeSTc9ZUAkFFwKrbOUql8l6 { display:block; }
 }@media only screen and (max-width: 763px) { #n85LXAlaBUpA7oy4lMpN7nhMiTID5Fca { top:1.375rem;left:2.1527786254883rem;width:6.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK { display:none; }#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xtZNU5Z4x0K3nD8E1GbaCSO0DBfskqAE { top:3.9375rem;left:0rem;width:11.5625rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4gy3LyLuZKRaqevHRJIyaVUkiQF5iTV { width:21.125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOmOHfsxpkA2FXtZGnayPThTbcKy274x { width:18.125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5nxT5sMVxqTeXVOXVsCz0p54D4kkb7x { display:none; }#V5nxT5sMVxqTeXVOXVsCz0p54D4kkb7x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ghZE37TIwtsMOOpVAB1qgudqIKV7VBNn { width:8.75rem;height:2.5rem;top:1rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZvqTHVSBa6lKQ11x0orWHAGF99KFMMx { display:block; }
 }@media only screen and (max-width: 763px) { #VASGVU5NXbvcN1zKroWvz46SVh2yFpLT { width:8.75rem;height:2.8125rem;top:0.8125rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI99zZtdwd1dFlETUyTIt2mgL8bBg38y { display:block; }
 }@media only screen and (max-width: 763px) { #vRd7aoVpGgEw73KTC7akpTcJvc52v5B8 { display:none; }
 }@media only screen and (max-width: 763px) { #na6l3kZKpbw93UUKOmlUfCIuNdJcd8J2 { top:1.5625rem;left:0rem;width:5.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKfEFGlEn7RkqIp2FgOlSnsKEvnnufuQ { width:9.5rem;height:2.5rem;top:1rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwfDZax5Z47VasXnxyUROqySWspHCCph { display:block; }
 }@media only screen and (max-width: 763px) { #tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe { display:block; }#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtpiEkMLCNiQGpr6NzJ77WywyhU0Zqfe { top:13.125rem;left:0rem;width:47.75rem;height:;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCe5fRDcHpbWK5UflCnCJKoNMAFA5hoM { top:30.8125rem;left:0rem;width:25.3125rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2bH3kHzOILQW0MUc3ko0V3LQ6SBTD6V { top:2.5625rem;left:0rem;width:19.1875rem;height:9rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdQBIkPG6bGxXedmZTlDZ7loMG4f8I1w { top:13.125rem;left:0rem;width:17.4375rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #faETR7WA9WZePUeUcoPZI4zbEPpKvP1V { display:none; }
 }@media only screen and (max-width: 763px) { #zsI6pWVx8K1yam0mXOfpSdXVaE4QHCOZ { top:29.125rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPLlwH2ZCi3A7ulhiRFWr7bLwvCQ2Sb2 { top:10.1875rem;left:0rem;width:47.75rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 { display:none; }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tk8de90nWnDL0fAJm8QwpT8QwhlRPT0M { top:13rem;left:0rem;width:44.5rem;height:9.875rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTqu3uc8Dwvdwzb8LRff7AzC3gk7guf { top:26.0625rem;left:0rem;width:25.3125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNd95DbS76frSaZN2JixMrdyuGpSwFTE { top:3.75rem;left:0rem;width:18.1875rem;height:9.5rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysTmsEPHBzvkApKP5TTFb0Jt52tX9hE8 { display:none; }
 }@media only screen and (max-width: 763px) { #VKKukf1P1iSKQPTBriSZ2JQMmL123h3Z { top:24.625rem;left:0rem;width:36.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQkSsAtiwpQ2teuD7trz5Df9ZooUJsqG { top:9.5rem;left:0rem;width:42.75rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz9UMJTr72vTubgsGB4Gqc1iO8oGDNsK { top:13.75rem;left:0rem;width:15.0625rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5x1Z0OKEz0i2qJx9hNce9zW38xRLvLi { top:2.875rem;left:0rem;width:5.375rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtF4ACgrChLw508surGsoKRz2Wm0uVbp { display:block; }#ZtF4ACgrChLw508surGsoKRz2Wm0uVbp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yynVBWT8RgpsafwSL8B6r7AiihCam5Lp { top:11.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlXIHmBKlqTii2yhkwTaHxUUDlbT5IrC { top:18.125rem;left:1.34375rem;width:3.25rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ku4IRKpNGag9kK3hVZP7IA5P73b16zTW { top:3.125rem;left:0rem;width:47.75rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfUltXVnym2igKcUkaXupXLIEf8t4Wu2 { top:0.9375rem;left:0rem;width:17.8125rem;height:5.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUTFqkI7izLOtWrz4tdT1y2SDKvgoeqZ { top:9.5rem;left:0rem;width:19.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL { display:block; }#ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDBhVOkoC0wDQK4Ll2Vvi8BPQBis08rE { top:4.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvcRqdNdSnM3MPN1GfSc6du03BSp5RLc { top:6.125rem;left:0rem;width:5.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKx7JcWRAOgi66uh2Dm9p6GTVp2qDNNM { top:8.5rem;left:0rem;width:5.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKNn5uNvAO7eDMGXaI7skQVTVCUHdpO { top:6.125rem;left:0rem;width:29.875rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG0XT6MLpIa7ahEDqQpL4z8yE2HNDXTA { top:8.5rem;left:0rem;width:46.0625rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQcqd9SPXTPmfaEAsuwyLnW0XwUwuNuN { top:16.9375rem;left:0rem;width:5.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd46UNeZq5wFsyLp3e9B01vXMILgJ0SI { top:16.9375rem;left:0rem;width:46.0625rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9lADravyPI4FppgkyO2a5Z3L6ErDvsD { top:19.375rem;left:0rem;width:5.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnXd2kXzSBvkQ9631CIwBfkwHAvLUdNN { top:19.5rem;left:0rem;width:46.0625rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPsmwBtXMX62SFuvpOoi7z86g9azOcL4 { top:4.25rem;left:0rem;width:19.9375rem;height:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbcu4a0bl6oc61zzIzgitVtiL4HwuH2z { top:10.375rem;left:0rem;width:19.9375rem;height:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGRLQgX5mRH0XL71o3kazcfsQKa9z1Hq { top:4.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f82kuPnwgWZCJwCpnOXnl0SH3CTaLDih { top:4.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #my0ezoEkrRS43vJQbC84UzbQJudHiqJ2 { top:12.3125rem;left:0rem;width:19.9375rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xc8twFk43p9sqlpC7VzOc5AVplouXOG1 { top:2.375rem;left:0rem;width:11.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7BTz8J1crvTeKKKH5mx0kDNXXbo6hw5 { top:11.1875rem;left:0rem;width:5.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABQNFznIAGZG4HV1BIfeIEclf5PKi95k { top:11.1875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8f4LKoTrmfeDtyvR7LWwLX1I719sCS5 { top:13.9375rem;left:0rem;width:5.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCwCkym2IhWRU0umKUbxPRphRSBaVGDt { top:13.9375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVtA591aR6mdg7qeBCT4azXqMb4rg65q { top:4.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofXQcSVgkR12KWyCrIhGnzdNRaCv60iq { top:4.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCLO3lpZq1BsrLkfQkkfsGTgnBdI9F7x { top:4.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBzwQlGSQKZhiBCNtbbi9cZ9m5qUt6X3 { top:4.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS { display:block; }#TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JK0StzfcIptxL2QreQTQgxpkwvsQfx3h { top:3.75rem;left:2.5rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3FySB9GnUMiKat5BUWxR0UlOoKiC8pF { top:3.0625rem;left:0rem;width:12.8125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxUBUS0fuDxRH4gafF5yGZc10D7Dm4C8 { top:8.1875rem;left:1.8125rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4zga2l99UppCvbbhCDBFXAFW25hdfKp { top:9.25rem;left:0rem;width:10.625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSihOBwTTSkLrBXaxI4TmQVgKv1oFRT6 { top:9.25rem;left:17.375rem;width:12.5625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgCqmN9MBXZEvG8fmUZIDNN6uSIBns39 { top:8.25rem;left:20.375rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgXDT4R2RBuZlUMEp5kVqObW6Id0kduz { top:4.125rem;left:21.5625rem;width:3.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV28l2wClodTJQtLs1NnEf0cpTxgcVZ7 { top:3.0625rem;left:17.0625rem;width:12.8125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDxMJuHkNzO1UyqucA5mghL9Hyl3eqqH { top:9.25rem;left:35.9375rem;width:11.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU6NFqc1bv65MJZxdiewfFps73wbHs9I { top:3.0625rem;left:34.5625rem;width:12.8125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm7dhFTa1qnSFbZKpUy0F5WKUq3sqRJQ { top:8.1875rem;left:38.5rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArX3NHgzAdn9xD7TZFJaE91ox49gCFod { top:4rem;left:39.6875rem;width:3.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EToGGtqV66TLeniySpC78LZ9H4VDwa0w { width:17.4375rem;height:3.375rem;top:16.125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw6kZMLZVIXUc49A04vyPE4SJbvntQgN { display:block; }
 }@media only screen and (max-width: 763px) { #bTMSmFGEo7dO6C7fAGfQ6g4GqPnXkUgh { top:1.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2L0erCIaODyLLyl7DpJIC9niKqLUJm5 { display:block; }#v2L0erCIaODyLLyl7DpJIC9niKqLUJm5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dutwGQ2NKMGKsInVgRRJzDSDauVGMnHQ { top:1.375rem;left:0rem;width:11.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #raERKbW9rsiBb7GKTP8n9bf6lfy4p2x4 { top:1.375rem;left:29.375rem;width:11.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkMw9Er962OTd4XTN69qrBbiZz9kOMq0 { top:6.1875rem;left:0rem;width:22.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lROSHO10UXvWTEAftDBiXDVXArOxRHAv { top:6.1875rem;left:23.625rem;width:24.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPocHnCKahLgH9XR3XEMSXiAyCVunLJa { top:4.625rem;left:0rem;width:22.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwTBEeE5J3ANWFkyrriALeUOQqT9Podg { top:4.625rem;left:29.375003814698rem;width:16.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kva0W0AMqPGVcfXzkf8PKLpLoWDCewnZ { top:16.4375rem;left:0rem;width:47.75rem;height:16.75rem;font-size:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZf2hybxLuiLq4ss28uX9xItTmis5bza { top:29.9375rem;left:19.46875rem;width:24.125rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdo9VkoBIAQlGxTMr87GEINWeRyhHr67 { top:4.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwOhv8ymJ8zT4foZvkQ8CA9Lu8t6MeH5 { top:6.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAETHJcJpOFA01rqWQtiSNMaAWaqDApr { top:7.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQ5SN6bT73qdrxuS1nrbciJ1CPdvoIZ2 { top:8.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #umIDTi7hIgyN4sKWCk429vXrucoIwk8k { top:17.75rem;left:0rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPXbRZ3opTzyuGWbJixPaGsvMActcuO9 { top:16.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2oBfwcJZkr4lSy6ahw5usmJqTxl47eS { top:1.0625rem;left:0rem;width:3.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #BOkQoUPSB65F7QgXpS08zEmTI0F7CVG5 { top:1.5rem;left:25rem;width:3.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #EUXmkAViT5WRlK35GeRzzJqPLSimWJGc { top:3.3125rem;left:0rem;width:19.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCdrt36C8gGvrRkGDtkEDORT0cXhbERc { top:3.4375rem;left:28.4375rem;width:19.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHWPkuk57nqpJlWU1BnNScJTLKZT7Sno { width:47.75rem;height:47.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsElmTlUCgym7ly2w5OJxM8B9odtbupE { top:10.125rem;left:5.4678840637207rem;width:36.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znt5UHuKt37Q3iE2rTK3fMwlwBX0pBR6 { top:10.125rem;left:5.4678840637207rem;width:36.75rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CORLsB7PMMwsChBTplLbnXsIc3yPvG4n { top:10.125rem;left:5.4678840637207rem;width:36.75rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #isT3m9lQHtmr3aKviBxPzuD7wMKAkdQO { display:none; }
 }@media only screen and (max-width: 763px) { #nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc { display:block; }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-regular-label { width:29.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-text { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-textarea { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-select { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.125rem; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-checkbox-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ  { width:29.1875rem;height:auto;top:5.75rem;left:16.0625rem; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .radio-container { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ {display:block;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ { width:29.1875rem;height:auto;top:5.75rem;left:16.0625rem; }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #Zh8poyN04wztD2fq0tOOaGRqssZnUwPc {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #EKKMV68vE6bGb3KEhfEU84uKRNrNGFxH {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #SLup1RPB56zqQWnrlT0ezQz1L8TvPbgn {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #g8o7flnGJWtvAvXuTwVBMw87pts8uEba { display:block; }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #EiFZgdITQbd6tST4iqnF9GTpyNvdoq0x {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #RAS5O5orXxZ83CQLWDcTZ0Zu9NKMq2no {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #Ty2ho194INleGbnem1DfWxJdhcyv0Tqq { display:block; }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #RzuG4Q1DH6X2cfbVce316XmxEnirn9Gb {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #trzJedCSWaoxPtHy7WCq6s5E3DyuVcl2 {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #B850QU8cr9QJyzLeWlwPBSnTvHkTqZ94 { display:block; }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #STg6N8bUJq9OHLQaHpLXbvFSi52CrBCS {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #erRyzmEUoBGCnMn5PfO2S3eJmtJRO5Xs {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #uS83z23KDBOkT5thXqf6WT11Fpkvs1uT {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #ETFVI9Gh2cu6eLzWCsMxgPwQfELrdCCl {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #nMD5Baby4C2Pveai5b8DXW7xeSd8uJHa { z-index:2; }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #H53tfX7GR2nupsNubU58zmQ76cOy6ksI {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #BcZc4ArLAfw622dGrT6t4T16b20PLxhx {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #bHFml6oZKVmzRUuxDmmh578k4b66ntDb {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #XzCKtSIiuofEAPNTuxxzgyeyNx3aMR7N {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #RxkbtSN7BtCHnFLJXvX9KBoyS76bcy90 {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #TNWkGha0dTX8ATkM2TdJnK5Jerkc1E02 {  }
 }@media only screen and (max-width: 763px) { #grIQ6QGSFo0Tim28K4WCVZJgDuAOxehB { top:1.75rem;left:0rem;width:27.8125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC7G5IQITwa3tl7JbT1d9MUxU7maZ3gn { top:3.8125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPGZkwkZbVKOCQq1L8zrNvQGsPIlyEAA { top:24rem;left:26.09375rem;width:1.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGaMr0TJGl1S3pHkgbVuv8eZLlk37rQ6 { top:4.3125rem;left:0rem;width:20rem;height:16.3125rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2Q2AGDLNRWBzLsmeXKMlKaUSwAXE5cf { top:5.75rem;left:24.852867126465rem;width:0.375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRpAtGfHwS6wdqmt8DPKh29yXKhpEiOr { top:5.75rem;left:0rem;width:29.75rem;height:20.5rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdmKJnSyS9SW1CMdzU2uXBr142Mb09uT { top:10.125rem;left:5.4678840637207rem;width:36.75rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kGd0Ll04pgs3tDQPzrcXQFPl4pq0O09G { display:none; }#kGd0Ll04pgs3tDQPzrcXQFPl4pq0O09G > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-regular-label { width:29.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-text { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-text {padding-top: 0; padding-bottom: 0;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-textarea { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-select { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-select {padding-top: 0; padding-bottom: 0;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7.3125rem; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-checkbox-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK  { width:29.1875rem;height:auto;top:5.75rem;left:16.0625rem; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .radio-container { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK {display:block;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK { width:29.1875rem;height:auto;top:5.75rem;left:16.0625rem; }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #zABeIB5iKiRhvuCva2PrFT8usxRyS2wT {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #eTZryma7T0g4eAWcDzh2io2hZ2uK4RFT {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #uZ6w1WxKCh7lSSwxOdtlqptLUVDl9Vsr {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #FLKFnvNBJ4LTgkvv3W940cDmkez6MrRG { display:block; }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #qgGadXkKpsn5XKuJTf0a0ilIPtftqvHx {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #nmEJUvDVEIAXVuefbblKrKUif0EaBKWs {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #wnRMHcLHLC5MMwTqm3vBIAJtVLFTFOKx { display:block; }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #Uwg8FkJktrbbJHLiafTPDk5hRQh3zLs4 {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #uziS5hAxvKPypKRmXrKufVebNM640ivN {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #BZvK45DNaR5VLTLlAT9gqCL3CWnQMVon { display:block; }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #S0kAQnkePk0q2ZW6TWUN8UiR0rQn4Ue3 {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #KKxbHgpMEv5Ev0cCEphMCzKs7cQGFMtl {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #RPoaVD0gev34EK3UqXTStNAcTVXAecut {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #aIaKttfbsAhnxXvTho7SI3ucztERrRA0 {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #FznGxFIUd1wt3cdksUEogyz5rnZNFnwA { z-index:2; }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #hT84hs6sidM7FXZQW9wbWLZUJuMpr8Pr {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #uTArwORMZhA4J8GsUsQTuuIuGTf32JCg {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #WxLbLFL0mPFDN8k0NEpBat8QDF8Nk01w { z-index:2; }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #sFOmFvKDluZ2CJNCLycGqXlR26a5yLKN {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #C0mHTJUGiHArSrqoVTAE5pFSunS2QK68 {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #tFLhEutJlNxLCVWIwig8t9fNZNOLmFaS {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #a4RXxbnJsx6inD80AuEnZfuZbhKGtVzb {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #bik9ZGUtGMALLiUHIPdLL1ga01EfPVZO {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #B1JHauTCqvZlEbC9sIcrti1kZaCzI1N6 {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #dXinWTSlbxvKWmx2iZWAQvybIduRowwK {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #DKwB2VTGreea5Xe9xZWQAUSKfUJKwaWg {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #lJm2SVrLSx3MgQDo3ZvxVVqUmHRTiRXI {  }
 }@media only screen and (max-width: 763px) { #NXJLicwDstav35xhnnFN9fkHATwPkw7X { top:1.75rem;left:0rem;width:27.8125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLd1S8VvTbvNAAWUGLoJURb36XEp4WEw { top:3.8125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7D9Rb5DpWC8E4dZTcVari0fieGAnk7e { top:26.9375rem;left:26.098091125488rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke7cK5wVmO3y47sw0aRzvXb2fceOHOn0 { top:4.3125rem;left:0rem;width:19.9375rem;height:16.3125rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V13ilENXg0MDPgRtQk57pOHpr9F7POx2 { top:5.75rem;left:24.449653625488rem;width:0.625rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX7OZITbGWk8f14TlSE8tqqf1kfFZM7k { top:5.75rem;left:0rem;width:29.75rem;height:17.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZXdrvseiGVsd8HzRuhozPnmqkKQmNtm { top:10.125rem;left:5.4678840637207rem;width:36.75rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mnzdZV7ovxe0QkiG8qZ6txfowUiqo583 { display:block; }#mnzdZV7ovxe0QkiG8qZ6txfowUiqo583 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUnnCcMMwTPU1l0pXqa4H86Msua6Sam6 { top:14.75rem;left:5.8125rem;width:18.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUOpiCH1mqrvEL3uPdd96uan9ioiKTAb { top:6.9375rem;left:1.8125rem;width:5.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLqR2sVzEQCD1JulbpA3OMyxNikBlmXA { top:1.5rem;left:0rem;width:27.8125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #le3taOyuMX1Zb02sh3TZWDdgr6Or0GQR { top:12.75rem;left:9.3125rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2300rTdN3xtx6bpAPdC1f31iH5ATkTr { top:3.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drn3dxmcbJ4TmdEFlUN5y2fV22Jbxu5U { top:20.1875rem;left:0rem;width:27.8125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8q0aT19T6pmTKt7rts5boBHfnLsUmpT { top:22.1875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqXLSvKD21gOI6k94EmlABP6XoEaLTfP { top:25.4375rem;left:1.9375rem;width:5.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoaZ53mM2EiI4Kb1kyf73TUOVOUoFnwW { top:31.4375rem;left:9.4375rem;width:19.4375rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4HXwuad8tuuogOs7qTlTo5Ja6XNzD1p { top:33.0625rem;left:5.8125rem;width:18.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8T0gCMRh4eC70LZLWoBKII7G3poWadN { top:25.4375rem;left:23.875rem;width:5.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW2NvTEgRT2swut9rV32lqeRvugUpcQQ { top:31.4375rem;left:28.75rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhdgxHASuiw9ZEJXNMSLerKuwBdJhATe { top:33.0625rem;left:28.75rem;width:18.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKItfT1i7BUfGQFPGtnckKOWiK2mZlbB { top:37.0625rem;left:1.875rem;width:5.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhdEFJz5HDT5FyAZnxZD9XEH8ecAkTIi { top:43.0625rem;left:9.3125rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT67qoWBXORF6ZTLrxLLGV2RyzUDnJpO { top:44.6875rem;left:5.8125rem;width:18.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN { display:block; }#thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHGJbV7NVDRG9ODz8136yG1h1sPBEepx { top:1.625rem;left:0rem;width:27.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtkm5dOWC2EceQEfzSDKOFZdzSaSXTeN { top:12.375rem;left:0rem;width:14.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFzz62HBfryXAkh6SRwZZOeH75Qc33wW { top:14.375rem;left:0rem;width:18.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuuQJOTEqMVuXsg5X9t3C9K0yR0ztO3T { top:15.625rem;left:0rem;width:18.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOeqII0EUQJ4fq8hXmTEdUsRGqUDAUhM { top:3.6875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBRuJiFtCHLhfKmZUaCp34K453fJPLpN { top:4.125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkqRQ1vVcPzvn2wS4915ldakgkxU9CXc { top:4rem;left:0rem;width:19.125rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWTsGpUmWxTzA1kNiXoZypISsFfaiq7u { top:9.875rem;left:0rem;width:11.1875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKtWpCqvZ8mT73ktxAHEyqI788yP1FTq { top:14.375rem;left:12.6875rem;width:18.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoZq8JHGDZs9TVvwhQNg8CbnPxNARv8n { top:15.625rem;left:12.6875rem;width:18.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgEQQ5rvqACisar7NVnt8sTzWXZ8DesA { top:12.375rem;left:12.6875rem;width:14.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3s11c2b844ZTX3OpZHc3B3Ai1IM6yE7 { top:9.875rem;left:12.6875rem;width:16.5625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u83NVAermOv4XCm1WXbGF1D7pJhpBUAe { top:14.375rem;left:25rem;width:22.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3HnEnta3Tzw1HpmfC9ZNVJg5tind57M { top:15.625rem;left:29.6875rem;width:18.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgtidiQ3HUmQRbfRNrKAGB8iTZlIRURl { top:12.375rem;left:33.4375rem;width:14.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtzBX21T9Befw2rrShuaDIDPwDAzka59 { top:9.875rem;left:24.5625rem;width:23.1875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS { display:block; }#u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NiTzsuMTwqsQmrRUE7wHxzU4GuRvNBWn { top:1.8125rem;left:35.125rem;width:12.625rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxskrNWVd2EsfvfC9w78Te6EtxToR6c3 { top:1.75rem;left:27.5rem;width:12.625rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5buhaVcTW4UOiilzeE6FGvnmHaMu0NZ { top:1.9375rem;left:0rem;width:5.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl { position:relative;z-index:auto;display:none; }#yEK5SuRT88LeZ2Ln3ExzQqIHX896UXLl > .row .container { width:20rem;height:3.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O3DkXmmUhBrWwZR7rH0hBe2zZAOVk80d { width:8.25rem;height:2.0625rem;top:4.62456875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLXxIEoKCMD0ZT6kcT7kFfd62kOLO3B5 { display:block; }
 }@media only screen and (max-width: 763px) { #RZwICahCiUB1uGg2baBzSRNs413TOiIT { width:6.625rem;height:2.875rem;top:14.49956875rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEA1y2AEebclwi4NSUTVfcEDLUiOdL5k { display:block; }
 }@media only screen and (max-width: 763px) { #KT4Ism353er4HndytDgymJT20yLUZq4s { display:flex;top:0.71875002980231rem;left:17.437066376209rem;width:2.56239375rem;height:2.56239375rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #EZMFMr6PUI0dsQpTvCKTLLB9VFKJVBoS { width:5.375rem;height:1.1875rem;top:20.8359375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWXa48pvDngqGCECD7dtLWtRHUUt9Lw3 { width:9.5625rem;height:2.5rem;top:1.1875rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnL0k1TxGWeSTc9ZUAkFFwKrbOUql8l6 { display:block; }
 }@media only screen and (max-width: 763px) { #n85LXAlaBUpA7oy4lMpN7nhMiTID5Fca { width:6.8125rem;height:1.875rem;top:1.375rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK { background-color:#012a2d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK > .row .container { background-color: transparent; background-image: none; }#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK > .row .container > .video-iframe-container { display: none; }#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK > .row > .video-iframe-container { display: none; }#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK > .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); }#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK > .row .container { border-width: 0; border-radius: 0; }#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LhGbyu7qyVHVyJSh9Qu4OxSowyhnZwWK > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtZNU5Z4x0K3nD8E1GbaCSO0DBfskqAE { top:4.7473964691162rem;left:8.4374997615813rem;width:11.5625rem;height:3.375rem;z-index:15011;color:#ffffff;text-align:right;text-align-last:right;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #t4gy3LyLuZKRaqevHRJIyaVUkiQF5iTV { top:1.8730463981628rem;left:0rem;width:4.56055rem;height:1.12305rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rOmOHfsxpkA2FXtZGnayPThTbcKy274x { top:1.7144098281861rem;left:13.980838851549rem;width:5.9375rem;height:1.4375rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V5nxT5sMVxqTeXVOXVsCz0p54D4kkb7x { position:relative;z-index:auto;display:none; }#V5nxT5sMVxqTeXVOXVsCz0p54D4kkb7x > .row .container { width:20rem;height:3.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ghZE37TIwtsMOOpVAB1qgudqIKV7VBNn { width:8.25rem;height:2.0625rem;top:4.62456875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZvqTHVSBa6lKQ11x0orWHAGF99KFMMx { display:block; }
 }@media only screen and (max-width: 763px) { #VASGVU5NXbvcN1zKroWvz46SVh2yFpLT { width:6.625rem;height:2.875rem;top:14.49956875rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qI99zZtdwd1dFlETUyTIt2mgL8bBg38y { display:block; }
 }@media only screen and (max-width: 763px) { #vRd7aoVpGgEw73KTC7akpTcJvc52v5B8 { display:flex;top:0.71875002980231rem;left:17.437066376209rem;width:2.56239375rem;height:2.56239375rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #na6l3kZKpbw93UUKOmlUfCIuNdJcd8J2 { width:5.375rem;height:1.1875rem;top:20.8359375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKfEFGlEn7RkqIp2FgOlSnsKEvnnufuQ { width:9.5rem;height:2.5rem;top:1rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwfDZax5Z47VasXnxyUROqySWspHCCph { display:block; }
 }@media only screen and (max-width: 763px) { #tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe { background-color:#538184;background-image:url("https://images.assets-landingi.com/uc/808facb5-5b5c-4c16-9217-5922c0e73839/13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:none; }#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe.adaptive-delivery-prevent-bg, #tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe.lazyload, #tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe.lazyloading { background-image: none; }#tx9i9PKGTssv0MwCLQLK9d00kdc8VXVe > .row .container { width:20rem;height:20.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PtpiEkMLCNiQGpr6NzJ77WywyhU0Zqfe { width:20rem;height:auto;top:13.125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCe5fRDcHpbWK5UflCnCJKoNMAFA5hoM { width:20rem;height:8.125rem;top:33.397570610046rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2bH3kHzOILQW0MUc3ko0V3LQ6SBTD6V { top:4.875rem;left:0.875rem;width:18.25rem;height:5.625rem;z-index:15009;color:#ffffff;font-family:financier;font-size:2.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mdQBIkPG6bGxXedmZTlDZ7loMG4f8I1w { top:13.125rem;left:1.25rem;width:17.4375rem;height:5.19965rem;z-index:15010;color:#ffffff;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #faETR7WA9WZePUeUcoPZI4zbEPpKvP1V { display:flex;top:0rem;left:17.4375rem;width:2.5625rem;height:2.5625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #zsI6pWVx8K1yam0mXOfpSdXVaE4QHCOZ { width:18.75rem;height:0.3125rem;top:11.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPLlwH2ZCi3A7ulhiRFWr7bLwvCQ2Sb2 { width:20rem;height:15.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 { background-color:#538184;background-image:url("https://images.assets-landingi.com/uc/27b113ac-1698-44b1-8c7a-b7fab3eb5869/shutterstock_1783067564mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;display:block; }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2.adaptive-delivery-prevent-bg, #wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2.lazyload, #wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2.lazyloading { background-image: none; }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 > .row .container { background-color: transparent; background-image: none; }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 > .row .container > .video-iframe-container { display: none; }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 > .row > .video-iframe-container { display: none; }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 > .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); }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 > .row .container { border-width: 0; border-radius: 0; }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxJO1ZaeOl0nH2w4McP34VMamR0TMZO2 > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk8de90nWnDL0fAJm8QwpT8QwhlRPT0M { width:20rem;height:auto;top:13rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTTqu3uc8Dwvdwzb8LRff7AzC3gk7guf { width:20rem;height:0;top:33.397570610046rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNd95DbS76frSaZN2JixMrdyuGpSwFTE { top:9.6875rem;left:0.875rem;width:17.3125rem;height:9.5rem;z-index:15009;color:#ffffff;font-family:financier;font-size:2.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ysTmsEPHBzvkApKP5TTFb0Jt52tX9hE8 { display:flex;top:0rem;left:17.4375rem;width:2.5625rem;height:2.5625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #VKKukf1P1iSKQPTBriSZ2JQMmL123h3Z { width:18.74925rem;height:0.311776875rem;top:19.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQkSsAtiwpQ2teuD7trz5Df9ZooUJsqG { width:20rem;height:18.125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz9UMJTr72vTubgsGB4Gqc1iO8oGDNsK { top:20.3125rem;left:4.25rem;width:15.0625rem;height:6.49740625rem;z-index:15013;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #q5x1Z0OKEz0i2qJx9hNce9zW38xRLvLi { width:5.375rem;height:1.1875rem;top:16.440971374512rem;left:9.1944444179538rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #ZtF4ACgrChLw508surGsoKRz2Wm0uVbp { display:block; }#ZtF4ACgrChLw508surGsoKRz2Wm0uVbp > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yynVBWT8RgpsafwSL8B6r7AiihCam5Lp { width:18.125rem;height:3.4082rem;top:4.8990875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AlXIHmBKlqTii2yhkwTaHxUUDlbT5IrC { width:5.8125rem;height:1.1177884615384rem;top:28.764145874024rem;left:14.1875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #ku4IRKpNGag9kK3hVZP7IA5P73b16zTW { width:20rem;height:9.9989375rem;top:1.4344615936279rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfUltXVnym2igKcUkaXupXLIEf8t4Wu2 { top:0.9715003967285rem;left:1.0611979961395rem;width:17.8746875rem;height:5.5rem;z-index:15022;font-family:"financier display";color:#003f2d;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eUTFqkI7izLOtWrz4tdT1y2SDKvgoeqZ { top:7.309898376465rem;left:1.96875rem;width:16.0625rem;height:2.5996125rem;z-index:15023;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL { display:block; }#ZyFLvCnDwr0vl6wBh25XvB6cvlaDTfnL > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDBhVOkoC0wDQK4Ll2Vvi8BPQBis08rE { width:20rem;height:0.1875rem;top:2.9482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvcRqdNdSnM3MPN1GfSc6du03BSp5RLc { width:20rem;height:2.37413125rem;top:2.9481344223023rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKx7JcWRAOgi66uh2Dm9p6GTVp2qDNNM { width:7.8125rem;height:2.37413125rem;top:10.195316625977rem;left:6.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIKNn5uNvAO7eDMGXaI7skQVTVCUHdpO { width:20rem;height:2.25621875rem;top:6rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG0XT6MLpIa7ahEDqQpL4z8yE2HNDXTA { width:18.311625rem;height:3.32465rem;top:13.317924499512rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #KQcqd9SPXTPmfaEAsuwyLnW0XwUwuNuN { width:7.8125rem;height:2.375rem;top:25.939235687256rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd46UNeZq5wFsyLp3e9B01vXMILgJ0SI { width:20rem;height:2.8496125rem;top:28.314235687256rem;left:0rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d9lADravyPI4FppgkyO2a5Z3L6ErDvsD { width:7.8125rem;height:2.375rem;top:31.876735687256rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnXd2kXzSBvkQ9631CIwBfkwHAvLUdNN { width:20rem;height:2.256075rem;top:34.001735687256rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPsmwBtXMX62SFuvpOoi7z86g9azOcL4 { width:20rem;height:2.375rem;top:3.6875rem;left:0rem;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #tbcu4a0bl6oc61zzIzgitVtiL4HwuH2z { width:20rem;height:2.375rem;top:8.75rem;left:0rem;font-size:1.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #VGRLQgX5mRH0XL71o3kazcfsQKa9z1Hq { width:7.5rem;height:0.186631875rem;top:5.875rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #f82kuPnwgWZCJwCpnOXnl0SH3CTaLDih { width:7.5rem;height:0.185546875rem;top:10.9375rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #my0ezoEkrRS43vJQbC84UzbQJudHiqJ2 { top:11.125rem;left:0rem;width:19.99925rem;height:1.5434rem;z-index:15025;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc8twFk43p9sqlpC7VzOc5AVplouXOG1 { width:11.6869375rem;height:1.125rem;top:1.3172721862793rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7BTz8J1crvTeKKKH5mx0kDNXXbo6hw5 { width:5.75rem;height:2.375rem;top:13.743057250976rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABQNFznIAGZG4HV1BIfeIEclf5PKi95k { width:20rem;height:4.2734375rem;top:16.442707061767rem;left:0rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W8f4LKoTrmfeDtyvR7LWwLX1I719sCS5 { width:5.75rem;height:2.375rem;top:21.179691314698rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCwCkym2IhWRU0umKUbxPRphRSBaVGDt { width:20rem;height:1.662325rem;top:23.492191314698rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZVtA591aR6mdg7qeBCT4azXqMb4rg65q { width:7.5rem;height:0.184895625rem;top:15.812503814698rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ofXQcSVgkR12KWyCrIhGnzdNRaCv60iq { width:7.5rem;height:0.1840275rem;top:23.238719940186rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #WCLO3lpZq1BsrLkfQkkfsGTgnBdI9F7x { width:7.5rem;height:0.18316rem;top:27.936634063721rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #sBzwQlGSQKZhiBCNtbbi9cZ9m5qUt6X3 { width:7.5rem;height:0.18316rem;top:33.999134063721rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS { display:block; }#TWeZAF2TRw2dSI1KokAfT1hMJSSsxhzS > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JK0StzfcIptxL2QreQTQgxpkwvsQfx3h { width:2.875rem;height:2.875rem;top:2.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3FySB9GnUMiKat5BUWxR0UlOoKiC8pF { width:12.8125rem;height:10.375rem;top:12.9375rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxUBUS0fuDxRH4gafF5yGZc10D7Dm4C8 { width:6.25rem;height:0.0618489375rem;top:5.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4zga2l99UppCvbbhCDBFXAFW25hdfKp { width:12.1875rem;height:1.375rem;top:6.5rem;left:3.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSihOBwTTSkLrBXaxI4TmQVgKv1oFRT6 { width:11.936875rem;height:2.75rem;top:14.25rem;left:4rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgCqmN9MBXZEvG8fmUZIDNN6uSIBns39 { width:6.25rem;height:0.0618489375rem;top:13.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgXDT4R2RBuZlUMEp5kVqObW6Id0kduz { width:2.875rem;height:2.8125rem;top:10.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV28l2wClodTJQtLs1NnEf0cpTxgcVZ7 { width:12.8125rem;height:10.374375rem;top:47.25rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDxMJuHkNzO1UyqucA5mghL9Hyl3eqqH { width:12.5rem;height:2.75rem;top:23.1875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vU6NFqc1bv65MJZxdiewfFps73wbHs9I { width:12.8125rem;height:10.374375rem;top:24.375rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qm7dhFTa1qnSFbZKpUy0F5WKUq3sqRJQ { width:6.25rem;height:0.0618489375rem;top:22.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArX3NHgzAdn9xD7TZFJaE91ox49gCFod { width:2.875rem;height:2.8125rem;top:19.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EToGGtqV66TLeniySpC78LZ9H4VDwa0w { width:15.311625rem;height:2.93663125rem;top:28.559894561767rem;left:2.3428819179535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw6kZMLZVIXUc49A04vyPE4SJbvntQgN { display:block; }
 }@media only screen and (max-width: 763px) { #bTMSmFGEo7dO6C7fAGfQ6g4GqPnXkUgh { width:19.99925rem;height:0.12442125rem;top:0.55989456176758rem;left:0.0014467239379883rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2L0erCIaODyLLyl7DpJIC9niKqLUJm5 { display:block; }#v2L0erCIaODyLLyl7DpJIC9niKqLUJm5 > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dutwGQ2NKMGKsInVgRRJzDSDauVGMnHQ { width:11.75rem;height:1.125rem;top:-0.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #raERKbW9rsiBb7GKTP8n9bf6lfy4p2x4 { width:11.75rem;height:1.125rem;top:-0.8125rem;left:8.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkMw9Er962OTd4XTN69qrBbiZz9kOMq0 { width:20rem;height:3.25rem;top:5.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lROSHO10UXvWTEAftDBiXDVXArOxRHAv { width:20rem;height:1.625rem;top:10.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPocHnCKahLgH9XR3XEMSXiAyCVunLJa { width:20rem;height:1.625rem;top:2.75rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwTBEeE5J3ANWFkyrriALeUOQqT9Podg { width:12.5rem;height:1.625rem;top:13rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kva0W0AMqPGVcfXzkf8PKLpLoWDCewnZ { width:20rem;height:0;top:7.3125rem;left:1.40625rem;font-size:2rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #OZf2hybxLuiLq4ss28uX9xItTmis5bza { width:20rem;height:0;top:16.0625rem;left:1.40625rem;font-size:1.25rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #pdo9VkoBIAQlGxTMr87GEINWeRyhHr67 { top:2.537109375rem;left:3.75rem;width:12.5rem;height:1.29980625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #EwOhv8ymJ8zT4foZvkQ8CA9Lu8t6MeH5 { top:6.0625rem;left:2.4375rem;width:12.5rem;height:1.29980625rem;z-index:15020;color:#3a3a3a;display:block; }
 }@media only screen and (max-width: 763px) { #wAETHJcJpOFA01rqWQtiSNMaAWaqDApr { top:7.375rem;left:2.4375rem;width:12.5rem;height:1.29980625rem;z-index:15021;color:#3a3a3a;display:block; }
 }@media only screen and (max-width: 763px) { #EQ5SN6bT73qdrxuS1nrbciJ1CPdvoIZ2 { top:12.5625rem;left:3.75rem;width:12.5rem;height:1.2999125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #umIDTi7hIgyN4sKWCk429vXrucoIwk8k { top:17.75rem;left:2.5rem;width:16.3125rem;height:1.29980625rem;z-index:15023;color:#3a3a3a;display:block; }
 }@media only screen and (max-width: 763px) { #hPXbRZ3opTzyuGWbJixPaGsvMActcuO9 { top:16.4375rem;left:2.5rem;width:12.5rem;height:1.29980625rem;z-index:15022;color:#3a3a3a;display:block; }
 }@media only screen and (max-width: 763px) { #C2oBfwcJZkr4lSy6ahw5usmJqTxl47eS { width:3.125rem;height:3.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOkQoUPSB65F7QgXpS08zEmTI0F7CVG5 { width:3.125rem;height:0;top:6.9873046875rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUXmkAViT5WRlK35GeRzzJqPLSimWJGc { width:19.3125rem;height:0.1875rem;top:4.625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCdrt36C8gGvrRkGDtkEDORT0cXhbERc { width:19.3125rem;height:0.1875rem;top:15.375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHWPkuk57nqpJlWU1BnNScJTLKZT7Sno { top:11.6875rem;left:0rem;width:3rem;height:3rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QsElmTlUCgym7ly2w5OJxM8B9odtbupE { width:14.5rem;height:7.0625rem;top:23.53125rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Znt5UHuKt37Q3iE2rTK3fMwlwBX0pBR6 { width:7.9375rem;height:7.9375rem;top:26.048614501953rem;left:7.395833313465rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #CORLsB7PMMwsChBTplLbnXsIc3yPvG4n { width:14.5rem;height:7.0625rem;top:24.861111164093rem;left:3.7708333134651rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #isT3m9lQHtmr3aKviBxPzuD7wMKAkdQO { top:21.236111164093rem;left:1.4062500596046rem;width:17.1875rem;height:9.625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c46270d2-3962-4775-87c4-79140bb1f897/baner_mobile2kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc.adaptive-delivery-prevent-bg, #nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc.lazyload, #nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc.lazyloading { background-image: none; }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row .container { background-color: transparent; background-image: none; }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row .container > .video-iframe-container { display: none; }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row > .video-iframe-container { display: none; }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .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); }#nqlDkRCgFIkh3OkLFH4LiuSgL8XkKhpc > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-form-header {  }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-regular-label { height:auto;display:block;font-family:calibre;font-size:0.625rem;font-weight:400;color:#909090;width:17rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17rem;box-sizing:border-box;height:2.3125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:calibre;vertical-align:top; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:calibre;vertical-align:top; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#012a2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.5625rem;margin-bottom:0.25rem;margin-left:3.5625rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:700;color:#ffffff;width:9.8125rem;height:3.75rem;font-family:calibre;overflow:hidden;font-style:normal; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:calibre;line-height:1.3;font-size:0.625rem;font-weight:400;color:#000000;vertical-align:top;width:15.75rem;overflow:hidden;font-style:normal; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-container:first-of-type{padding-top:0;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-container:last-of-type{padding-bottom:0;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ  { background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:0.50000005960464rem;top:23.875rem;z-index:15002; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17rem;display:block;vertical-align:top; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ {display:block;}#NADZ3KRafXsq7csSWXaINEHyiQyACKiQ { background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:0.50000005960464rem;top:23.875rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #Zh8poyN04wztD2fq0tOOaGRqssZnUwPc {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #EKKMV68vE6bGb3KEhfEU84uKRNrNGFxH {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #SLup1RPB56zqQWnrlT0ezQz1L8TvPbgn {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #g8o7flnGJWtvAvXuTwVBMw87pts8uEba { display:block; }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #EiFZgdITQbd6tST4iqnF9GTpyNvdoq0x {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #RAS5O5orXxZ83CQLWDcTZ0Zu9NKMq2no {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #Ty2ho194INleGbnem1DfWxJdhcyv0Tqq { display:block; }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #RzuG4Q1DH6X2cfbVce316XmxEnirn9Gb {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #trzJedCSWaoxPtHy7WCq6s5E3DyuVcl2 {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #B850QU8cr9QJyzLeWlwPBSnTvHkTqZ94 { display:block; }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #STg6N8bUJq9OHLQaHpLXbvFSi52CrBCS {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #erRyzmEUoBGCnMn5PfO2S3eJmtJRO5Xs {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #uS83z23KDBOkT5thXqf6WT11Fpkvs1uT {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #ETFVI9Gh2cu6eLzWCsMxgPwQfELrdCCl {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #nMD5Baby4C2Pveai5b8DXW7xeSd8uJHa { z-index:2; }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #H53tfX7GR2nupsNubU58zmQ76cOy6ksI {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #BcZc4ArLAfw622dGrT6t4T16b20PLxhx {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #bHFml6oZKVmzRUuxDmmh578k4b66ntDb {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #XzCKtSIiuofEAPNTuxxzgyeyNx3aMR7N {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #RxkbtSN7BtCHnFLJXvX9KBoyS76bcy90 {  }
 }@media only screen and (max-width: 763px) { #NADZ3KRafXsq7csSWXaINEHyiQyACKiQ #TNWkGha0dTX8ATkM2TdJnK5Jerkc1E02 {  }
 }@media only screen and (max-width: 763px) { #grIQ6QGSFo0Tim28K4WCVZJgDuAOxehB { width:20rem;height:1.125rem;top:1.0869140625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC7G5IQITwa3tl7JbT1d9MUxU7maZ3gn { width:20rem;height:0.1875rem;top:2.861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPGZkwkZbVKOCQq1L8zrNvQGsPIlyEAA { width:1.375rem;height:1.375rem;top:42.4375rem;left:1.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGaMr0TJGl1S3pHkgbVuv8eZLlk37rQ6 { top:4.3294277191162rem;left:0rem;width:20rem;height:16.3576875rem;z-index:15010;color:#ffffff;font-family:financier;font-size:2.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #V2Q2AGDLNRWBzLsmeXKMlKaUSwAXE5cf { width:0.625rem;height:27.125rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRpAtGfHwS6wdqmt8DPKh29yXKhpEiOr { width:20rem;height:13.998475rem;top:72.697473632813rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdmKJnSyS9SW1CMdzU2uXBr142Mb09uT { width:0.625rem;height:0.625rem;top:1.8750033769531rem;left:7.395833313465rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #kGd0Ll04pgs3tDQPzrcXQFPl4pq0O09G { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c46270d2-3962-4775-87c4-79140bb1f897/baner_mobile2kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#kGd0Ll04pgs3tDQPzrcXQFPl4pq0O09G.adaptive-delivery-prevent-bg, #kGd0Ll04pgs3tDQPzrcXQFPl4pq0O09G.lazyload, #kGd0Ll04pgs3tDQPzrcXQFPl4pq0O09G.lazyloading { background-image: none; }#kGd0Ll04pgs3tDQPzrcXQFPl4pq0O09G > .row .container { width:20rem;height:65.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-form-header {  }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-regular-label { height:auto;display:block;font-family:calibre;font-size:0.625rem;font-weight:400;color:#909090;width:17rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17rem;box-sizing:border-box;height:2.3125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:calibre;vertical-align:top; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-text {padding-top: 0; padding-bottom: 0;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:calibre;vertical-align:top; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-select {padding-top: 0; padding-bottom: 0;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#012a2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.5625rem;margin-bottom:0.25rem;margin-left:3.5625rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:700;color:#ffffff;width:9.8125rem;height:3.75rem;font-family:calibre;overflow:hidden;font-style:normal; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:calibre;line-height:1.3;font-size:0.625rem;font-weight:400;color:#000000;vertical-align:top;width:15.75rem;overflow:hidden;font-style:normal; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-container:first-of-type{padding-top:0;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-container:last-of-type{padding-bottom:0;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK  { background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:0.5rem;top:26.875rem;z-index:15002; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17rem;display:block;vertical-align:top; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK {display:block;}#b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK { background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:0.5rem;top:26.875rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #zABeIB5iKiRhvuCva2PrFT8usxRyS2wT {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #eTZryma7T0g4eAWcDzh2io2hZ2uK4RFT {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #uZ6w1WxKCh7lSSwxOdtlqptLUVDl9Vsr {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #FLKFnvNBJ4LTgkvv3W940cDmkez6MrRG { display:block; }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #qgGadXkKpsn5XKuJTf0a0ilIPtftqvHx {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #nmEJUvDVEIAXVuefbblKrKUif0EaBKWs {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #wnRMHcLHLC5MMwTqm3vBIAJtVLFTFOKx { display:block; }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #Uwg8FkJktrbbJHLiafTPDk5hRQh3zLs4 {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #uziS5hAxvKPypKRmXrKufVebNM640ivN {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #BZvK45DNaR5VLTLlAT9gqCL3CWnQMVon { display:block; }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #S0kAQnkePk0q2ZW6TWUN8UiR0rQn4Ue3 {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #KKxbHgpMEv5Ev0cCEphMCzKs7cQGFMtl {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #RPoaVD0gev34EK3UqXTStNAcTVXAecut {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #aIaKttfbsAhnxXvTho7SI3ucztERrRA0 {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #FznGxFIUd1wt3cdksUEogyz5rnZNFnwA { z-index:2; }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #hT84hs6sidM7FXZQW9wbWLZUJuMpr8Pr {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #uTArwORMZhA4J8GsUsQTuuIuGTf32JCg {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #WxLbLFL0mPFDN8k0NEpBat8QDF8Nk01w { z-index:2; }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #sFOmFvKDluZ2CJNCLycGqXlR26a5yLKN {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #C0mHTJUGiHArSrqoVTAE5pFSunS2QK68 {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #tFLhEutJlNxLCVWIwig8t9fNZNOLmFaS {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #a4RXxbnJsx6inD80AuEnZfuZbhKGtVzb {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #bik9ZGUtGMALLiUHIPdLL1ga01EfPVZO {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #B1JHauTCqvZlEbC9sIcrti1kZaCzI1N6 {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #dXinWTSlbxvKWmx2iZWAQvybIduRowwK {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #DKwB2VTGreea5Xe9xZWQAUSKfUJKwaWg {  }
 }@media only screen and (max-width: 763px) { #b3x6xpPHkTKTIU3l79lWXeaoo7ezaNEK #lJm2SVrLSx3MgQDo3ZvxVVqUmHRTiRXI {  }
 }@media only screen and (max-width: 763px) { #NXJLicwDstav35xhnnFN9fkHATwPkw7X { width:20rem;height:1.125rem;top:1.0869140625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLd1S8VvTbvNAAWUGLoJURb36XEp4WEw { width:20rem;height:0.1875rem;top:2.861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7D9Rb5DpWC8E4dZTcVari0fieGAnk7e { width:1.4357625rem;height:1.4357625rem;top:46.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke7cK5wVmO3y47sw0aRzvXb2fceOHOn0 { top:4.3294277191162rem;left:0rem;width:20rem;height:16.3576875rem;z-index:15010;color:#ffffff;font-family:financier;font-size:2.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #V13ilENXg0MDPgRtQk57pOHpr9F7POx2 { width:0.625rem;height:35.1875rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX7OZITbGWk8f14TlSE8tqqf1kfFZM7k { width:20rem;height:13.998475rem;top:72.697473632813rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZXdrvseiGVsd8HzRuhozPnmqkKQmNtm { width:0.625rem;height:0.625rem;top:1.8750033769531rem;left:7.395833313465rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #mnzdZV7ovxe0QkiG8qZ6txfowUiqo583 { display:none; }#mnzdZV7ovxe0QkiG8qZ6txfowUiqo583 > .row .container { width:20rem;height:53.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IUnnCcMMwTPU1l0pXqa4H86Msua6Sam6 { width:12.875rem;height:1.04980625rem;top:12.5625rem;left:6.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UUOpiCH1mqrvEL3uPdd96uan9ioiKTAb { width:5.9375rem;height:8.9375rem;top:4.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLqR2sVzEQCD1JulbpA3OMyxNikBlmXA { width:20rem;height:1.125rem;top:1.28125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #le3taOyuMX1Zb02sh3TZWDdgr6Or0GQR { width:12.5rem;height:2.03125rem;top:10.5625rem;left:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2300rTdN3xtx6bpAPdC1f31iH5ATkTr { width:20rem;height:0.1875rem;top:2.935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drn3dxmcbJ4TmdEFlUN5y2fV22Jbxu5U { width:20rem;height:1.125rem;top:16rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8q0aT19T6pmTKt7rts5boBHfnLsUmpT { width:20rem;height:0.1875rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqXLSvKD21gOI6k94EmlABP6XoEaLTfP { width:5.936775rem;height:8.937375rem;top:19.686777114868rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoaZ53mM2EiI4Kb1kyf73TUOVOUoFnwW { width:11.437375rem;height:3.125rem;top:24.561632156372rem;left:6.4995663166044rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #y4HXwuad8tuuogOs7qTlTo5Ja6XNzD1p { width:6.9371875rem;height:1.04980625rem;top:27.617914199829rem;left:6.5299479961394rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A8T0gCMRh4eC70LZLWoBKII7G3poWadN { width:5.936775rem;height:8.937375rem;top:42.061635971069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW2NvTEgRT2swut9rV32lqeRvugUpcQQ { width:12.49925rem;height:2.03125rem;top:47.248701095581rem;left:6.4995663166044rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhdgxHASuiw9ZEJXNMSLerKuwBdJhATe { width:8.43675rem;height:1.75058125rem;top:49.277779579162rem;left:6.4995663166044rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nKItfT1i7BUfGQFPGtnckKOWiK2mZlbB { width:5.936775rem;height:8.937375rem;top:30.748701095581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhdEFJz5HDT5FyAZnxZD9XEH8ecAkTIi { width:12.49925rem;height:2.03125rem;top:36.695604324341rem;left:6.4995663166044rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT67qoWBXORF6ZTLrxLLGV2RyzUDnJpO { width:11.6246875rem;height:1.04980625rem;top:38.680559158325rem;left:6.5620663166044rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN { display:block; }#thCJ0ypXwpSVJCCGcZMGiOSm5URJxvwN > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHGJbV7NVDRG9ODz8136yG1h1sPBEepx { width:20rem;height:1.125rem;top:1.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtkm5dOWC2EceQEfzSDKOFZdzSaSXTeN { width:12.5rem;height:1.625rem;top:10.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFzz62HBfryXAkh6SRwZZOeH75Qc33wW { width:19rem;height:1.04980625rem;top:12.498268127441rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IuuQJOTEqMVuXsg5X9t3C9K0yR0ztO3T { width:12.5rem;height:1.04980625rem;top:13.546875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JOeqII0EUQJ4fq8hXmTEdUsRGqUDAUhM { width:20rem;height:0.1875rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBRuJiFtCHLhfKmZUaCp34K453fJPLpN { width:20rem;height:auto;top:4.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkqRQ1vVcPzvn2wS4915ldakgkxU9CXc { top:4.0188827514649rem;left:0rem;width:19.1875rem;height:3.8984375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #vWTsGpUmWxTzA1kNiXoZypISsFfaiq7u { width:11.1875rem;height:1.125rem;top:9.6119728088381rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKtWpCqvZ8mT73ktxAHEyqI788yP1FTq { width:7.25rem;height:1.04980625rem;top:19.361114501953rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RoZq8JHGDZs9TVvwhQNg8CbnPxNARv8n { width:9.125rem;height:1.04980625rem;top:20.40885925293rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EgEQQ5rvqACisar7NVnt8sTzWXZ8DesA { width:14.3125rem;height:1.625rem;top:17.73698425293rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3s11c2b844ZTX3OpZHc3B3Ai1IM6yE7 { width:16.5625rem;height:1.125rem;top:16.11198425293rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u83NVAermOv4XCm1WXbGF1D7pJhpBUAe { width:18.5rem;height:0.875rem;top:26.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #W3HnEnta3Tzw1HpmfC9ZNVJg5tind57M { width:10.6875rem;height:1.04980625rem;top:27rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dgtidiQ3HUmQRbfRNrKAGB8iTZlIRURl { width:9.875rem;height:1.625rem;top:24.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtzBX21T9Befw2rrShuaDIDPwDAzka59 { width:20rem;height:1.125rem;top:22.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS { display:block; }#u1yF5HQcZOPIhuycmmECOtlHwk1Hm6iS > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NiTzsuMTwqsQmrRUE7wHxzU4GuRvNBWn { width:12.621125rem;height:0.875rem;top:3.1875rem;left:7.3750002384187rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #vxskrNWVd2EsfvfC9w78Te6EtxToR6c3 { width:12.621125rem;height:0.875rem;top:3.1875rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v5buhaVcTW4UOiilzeE6FGvnmHaMu0NZ { width:5rem;height:1.25rem;top:1.3125rem;left:0rem;display:block; }
 }