.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:222,246,222;--color-primary-1:155,227,155;--color-primary-2:89,209,89;--color-primary-3:47,198,47;--color-primary-4:27,112,27;--color-secondary-0:255,255,255;--color-secondary-1:250,250,250;--color-secondary-2:237,237,237;--color-secondary-3:142,142,142;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:83,83,83;--color-tertiary-2:53,53,53;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:url("https://images.assets-landingi.com/skXPLxTS/Modern_apartment_house.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/sqoYiP2f/daniel_dinuzzo_qCjolcMFaLI_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.adaptive-delivery-prevent-bg, #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.lazyload, #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.lazyloading { background-image: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { background-color: transparent; background-image: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.58); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container > .video-iframe-container { display: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.58); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container { display: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .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); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { border-width: 0; border-radius: 0; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#TZE9HW6yWrHxbqBafy0Gz7gdV0ZdJFba { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.7880859375rem;left:34.65625rem;height:2.68115rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Awiq7ihribU6xLv835tKgzzZVWwDZZdO { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:7.875rem;width:37.9375rem;top:5.34375rem;left:33.5224609375rem;display:block; }
#LiGJPpdocSr5d70pWw2LfzEaTmJzQUMH { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:16.90625rem;left:3rem;height:15.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Iy8qsMT2fVZlFXTt3tH8TZgQ76ht71rS { position:absolute;display:block;z-index:15012;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:10.9375rem;width:11.1875rem;top:3.9375rem;left:3rem;overflow:hidden;display:block; }
#bUlCQTQDUefw7IMJm9EF2WdwM5iF1yoJ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.75rem;left:34.65625rem;height:3.16845625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DlcKFqJocZwJKUFz3Fnk7NVoOyLtP4VR { position:absolute;display:block;z-index:15013;height:26.5rem;width:37.875rem;top:12.09326171875rem;left:33.5537109375rem;display:block; }
#JCfTc3JrLoe24Ur5xOu3nzpK870iPRre { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:16.90625rem;left:3rem;height:15.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT { 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; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row .container { background-color: transparent; background-image: none; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row .container > .video-iframe-container { display: none; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row > .video-iframe-container { display: none; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .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); }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row .container { border-width: 0; border-radius: 0; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#VTLAy1I90M11gCCWTUtQBS5T8yCZ2vOP { color:rgba(var(--color-tertiary-3),1);display:block;width:59.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:1.90625rem;left:7.5rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oAVXuifB83mXMFxhWiBHL30NkDkplO0s { 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; }#oAVXuifB83mXMFxhWiBHL30NkDkplO0s > .row .container { background-color: transparent; background-image: none; }#oAVXuifB83mXMFxhWiBHL30NkDkplO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAVXuifB83mXMFxhWiBHL30NkDkplO0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAVXuifB83mXMFxhWiBHL30NkDkplO0s > .row .container > .video-iframe-container { display: none; }#oAVXuifB83mXMFxhWiBHL30NkDkplO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAVXuifB83mXMFxhWiBHL30NkDkplO0s > .row > .video-iframe-container { display: none; }#oAVXuifB83mXMFxhWiBHL30NkDkplO0s > .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); }#oAVXuifB83mXMFxhWiBHL30NkDkplO0s > .row .container { border-width: 0; border-radius: 0; }#oAVXuifB83mXMFxhWiBHL30NkDkplO0s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oAVXuifB83mXMFxhWiBHL30NkDkplO0s > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#dRykyTwMmTdudF7KowIEiXTKKvbHvQtf { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #004ea9;border-left:0.125rem solid #004ea9;border-right:0.125rem solid #004ea9;border-bottom:0.125rem solid #004ea9;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-secondary-4),0.08) ;height:35.3125rem;width:22.125rem;top:4.4375rem;left:42.0625rem;display:block; }
#JSwFQg1srUcO071sACOHFTEbcNwbmZwf { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:33.9375rem;left:44.3125rem;display:block; }
#RWZfX2LOpPwtRJ5XzFRf8vI9pktdtQsF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9GkGJbG0TfHNJx8985xGriUJ9MXnHdO { color:rgba(var(--color-primary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:24.375rem;left:44.3125rem;height:7.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#T9GkGJbG0TfHNJx8985xGriUJ9MXnHdO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T9GkGJbG0TfHNJx8985xGriUJ9MXnHdO li:before{  }
#qsT2TwFgI91aRcmSXgcVFVA9wzzud276 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-secondary-4),0.08) ;height:26.9375rem;width:20.4375rem;top:5.4375rem;left:11.875rem;display:block; }
#NRe9OhCpLEdkmRfTllkK9hW6hZ1kATdX { color:rgba(var(--color-tertiary-1),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:10.3125rem;left:14.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SrBg5NhlsbufZSO3mHdfQ6NT8HTSXbP0 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:19.625rem;left:14.25rem;display:block; }
#QW05Ea4EiQhGTqtiupsx2N3ZVrkCwxZG { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:20.6875rem;left:14.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#QW05Ea4EiQhGTqtiupsx2N3ZVrkCwxZG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QW05Ea4EiQhGTqtiupsx2N3ZVrkCwxZG li:before{  }
#N10BwiNfmhioa3kPAb4hD1IqIsTBXqrK { color:rgba(var(--color-tertiary-1),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:14997;line-height:1.8;letter-spacing:0;top:13.625rem;left:44.59375rem;height:3.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tECqXhQoqxKa0REeUNTNfOdpI8Bt2f4h { color:rgba(var(--color-primary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.509765625rem;left:44.3125rem;height:2.35595625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#imTmtO8q1XfCWma4azVQBPWiVWVypmQK { color:rgba(var(--color-primary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.46240234375rem;left:45.375rem;height:5.4433625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dRIUJfb1alOobgLAq92duLAvV9oukf1m { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:22.84375rem;left:44.3125rem;display:block; }
#GKQHrfHNwW4HnX6xF5FoxMeHLcP5EESr { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:26.1875rem;left:14.25rem;display:block; }
#hFbvEwl6p2G5k9dUNn0biEMRVVih4eS9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NB0cHMtLBahQpwzqCObzeon3HPqZbLrn { color:rgba(var(--color-primary-3),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:6.875rem;left:14.3125rem;height:2.51855625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bHkhneUBUeePNIQfVqdCusBveeTmIUEr { color:rgba(var(--color-primary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.46142578125rem;left:16.8125rem;height:5.4433625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iGITm7OWeR280yfgCiT9W6G2VmaH3fOo { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.375rem;top:2.125rem;left:42.0625rem;display:block; }
#o5varlmq012VV5Wxkq8CtWXD3AGygrDV { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:2.5rem;left:42.1875rem;height:1.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CVbE3lReMgkowQbmoXPqR2wTw48q15b7 { color:rgba(var(--color-primary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:6.375rem;left:44.4375rem;height:6.17480625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g2sztdgVsXkhf4fc54DLUIlLQ6QkgVEn { color:rgba(var(--color-primary-3),1);display:block;width:3.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.70703125rem;left:14.5rem;height:2.35595625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.75);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; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row .container { background-color: transparent; background-image: none; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row .container > .video-iframe-container { display: none; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row > .video-iframe-container { display: none; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .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); }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row .container { border-width: 0; border-radius: 0; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#znAHMVWry04oau91MA3GdQciy8Aybgaq { color:rgba(var(--color-tertiary-0),0.12);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.75);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; }#osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU > .row .container { background-color: transparent; background-image: none; }#osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU > .row .container > .video-iframe-container { display: none; }#osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU > .row > .video-iframe-container { display: none; }#osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU > .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); }#osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU > .row .container { border-width: 0; border-radius: 0; }#osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#mAppIrR3T1TnaxzrPC7rRT5tFU2xsCCs { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:13.1875rem;height:1.94970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bUAdbGeDNMfx2XERnBRNbDdJUcDzQueR { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:5.8125rem;left:13.1875rem;height:3.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xfwokBPbnXXS3FG92TISVoomgbpA056r { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:3rem;left:6.125rem;overflow:hidden;display:block; }
#Z2qMFuOAzGHF0NmIeT0pivb1nfNotaqf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:3rem;left:43.875rem;overflow:hidden;display:block; }
#X5TvQQAfBhAMDJn6GQulJ2cPTeOEKlu0 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:5.8125rem;left:50.75rem;height:5.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mitTZFcDT7rxLPbsLTFSo07hDxnpoPfx { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3rem;left:50.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d23zz56OaJd2bttTJmCoMODJWEOsqU3k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.75);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; }#d23zz56OaJd2bttTJmCoMODJWEOsqU3k > .row .container { background-color: transparent; background-image: none; }#d23zz56OaJd2bttTJmCoMODJWEOsqU3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d23zz56OaJd2bttTJmCoMODJWEOsqU3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d23zz56OaJd2bttTJmCoMODJWEOsqU3k > .row .container > .video-iframe-container { display: none; }#d23zz56OaJd2bttTJmCoMODJWEOsqU3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d23zz56OaJd2bttTJmCoMODJWEOsqU3k > .row > .video-iframe-container { display: none; }#d23zz56OaJd2bttTJmCoMODJWEOsqU3k > .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); }#d23zz56OaJd2bttTJmCoMODJWEOsqU3k > .row .container { border-width: 0; border-radius: 0; }#d23zz56OaJd2bttTJmCoMODJWEOsqU3k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d23zz56OaJd2bttTJmCoMODJWEOsqU3k > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#tBTfIQqU8PkOLzCsTJiAqrOot5S2JlBy { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:3.3125rem;left:5.6875rem;overflow:hidden;display:block; }
#sTT9lfkxHnwJwNaG9abRLfTrUp0xsTfd { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3rem;left:43.5rem;overflow:hidden;display:block; }
#nSLb1GT57ix8pdSvDcirbuecnkufPZul { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:5.8125rem;left:50.875rem;height:7.19925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BczJGQ4Sru56o6VL835F8IKTQIOiJxO8 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:50.875rem;height:1.94970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VTaiBn2TtRGvBmEBiMiADkrvzcTbAoDx { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:5.8125rem;left:13.125rem;height:7.19925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TrvqpMXJJz5Q8DTZPKBQmubtkVqWWelJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3rem;left:13.125rem;height:1.94970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg { 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; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { background-color: transparent; background-image: none; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container > .video-iframe-container { display: none; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row > .video-iframe-container { display: none; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .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); }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { border-width: 0; border-radius: 0; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;position:relative;display:block; }#iG7XXVJpwU5veEOUE4vvx4WKEb5dmMJf { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.125rem;left:14.8125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UWKEmZtqrLLCxD9ERS5DwVyI5dZhSwGU { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:15.375rem;left:14.8125rem;height:10.1245rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#fbKUaFvUWAPL7TrN7eEc8APUWfseUTGQ { color:rgba(0,91,174,0.1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:10.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10rem;left:7.5rem;height:14.1371875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d20ZfPexL1e2p2b1QwSI4xpwqlQFuDvK { color:rgba(0,91,174,0.1);display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:10.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.0625rem;left:54.4375rem;height:14.1371875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K6LTDTsHh4TrNonmf299MVsy6SruHCDz { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:30.33740234375rem;left:29.53125rem;height:8.099625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#cau4AzewFdsT64KTETKApuHxJt5U3Tfm { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.9375rem;left:29.53125rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vbPcHVUG6aCAhIJEgILeqVdS3QMPS8TH { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:43.75rem;left:14.8125rem;height:10.1245rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#ku1o4wT2hUydTt0u3eiwUc1WZTITkvbR { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:40.5rem;left:14.8125rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ewODXtbD4J9K6iSuJ8vmTW06QmcQkKzZ { color:rgba(0,91,174,0.1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:10.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:38.375rem;left:7.5rem;height:14.1371875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yeNsHMsNVxndMCJkER464lJcgnFNvgKX { color:rgba(0,91,174,0.1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row .container { background-color: transparent; background-image: none; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row .container > .video-iframe-container { display: none; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row > .video-iframe-container { display: none; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .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); }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row .container { border-width: 0; border-radius: 0; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#MQL0ni3Duqf7XqRalmSTE4XDFDoCuB7W { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.90625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b > .row .container { background-color: transparent; background-image: none; }#b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b > .row .container > .video-iframe-container { display: none; }#b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b > .row > .video-iframe-container { display: none; }#b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b > .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); }#b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b > .row .container { border-width: 0; border-radius: 0; }#b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#x0HUWhfNne5qukFfUiCNRRLvTI9wPIJX { color:#005bae;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.25rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ycdntJS9n1pbxSRoP7ZucTxpkuqXMJWS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14999;line-height:1.8;letter-spacing:0;top:11.375rem;left:28.75rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7syQ0d1NTPkdWktJtEfiLWzaS4Xhv8C { color:#005bae;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:19.25rem;left:29.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iZ6TpTILUgdUcXH7PxAippx4fuDE2Ve0 { color:#005bae;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.35009765625rem;left:52.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vsHDy88MLMSiVcaaPCkZyNVWeTz9F88s { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.8;letter-spacing:0;top:11.375rem;left:4.1875rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v6Jo6gQWyw4xuGO3n0ya0UTQB6peit3i { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:11.375rem;left:54.25rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMmE9OiXBLvq6LEBf6eFi0oKn9d9gsQc { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/76c20198-7b91-44e3-853b-ca1043082882/backbone_505044A_028_WEB.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;box-shadow: none;height:7.5rem;width:7.5rem;top:2rem;left:8.75rem;display:block; }#mMmE9OiXBLvq6LEBf6eFi0oKn9d9gsQc.adaptive-delivery-prevent-bg, #mMmE9OiXBLvq6LEBf6eFi0oKn9d9gsQc.lazyload, #mMmE9OiXBLvq6LEBf6eFi0oKn9d9gsQc.lazyloading { background-image: none; }
#oxgXcHRF7Ts1g5dTKPr50glXyFShoSdV { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c714c3d0-693f-4780-b69b-ac8d8b926759/backbone_129850_009_WEB.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;box-shadow: none;height:7.5rem;width:7.5rem;top:2rem;left:33.75rem;display:block; }#oxgXcHRF7Ts1g5dTKPr50glXyFShoSdV.adaptive-delivery-prevent-bg, #oxgXcHRF7Ts1g5dTKPr50glXyFShoSdV.lazyload, #oxgXcHRF7Ts1g5dTKPr50glXyFShoSdV.lazyloading { background-image: none; }
#GQbT2bTohespJkLtc7nV9srLdqkcl4bV { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ba37820e-59bb-4c72-8312-389661f0e8a1/Sanstitre232.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;box-shadow: none;height:7.5rem;width:7.5rem;top:2rem;left:58.75rem;display:block; }#GQbT2bTohespJkLtc7nV9srLdqkcl4bV.adaptive-delivery-prevent-bg, #GQbT2bTohespJkLtc7nV9srLdqkcl4bV.lazyload, #GQbT2bTohespJkLtc7nV9srLdqkcl4bV.lazyloading { background-image: none; }
#POtx7vczuVekX4OwThdhldcACBMTypIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-4),1), #608d60);background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-4),1), #608d60);background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-4),1), #608d60);background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-4),1), #608d60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#608d60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#608d60' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-4),1), #608d60);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; }#POtx7vczuVekX4OwThdhldcACBMTypIJ > .row .container { background-color: transparent; background-image: none; }#POtx7vczuVekX4OwThdhldcACBMTypIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POtx7vczuVekX4OwThdhldcACBMTypIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POtx7vczuVekX4OwThdhldcACBMTypIJ > .row .container > .video-iframe-container { display: none; }#POtx7vczuVekX4OwThdhldcACBMTypIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POtx7vczuVekX4OwThdhldcACBMTypIJ > .row > .video-iframe-container { display: none; }#POtx7vczuVekX4OwThdhldcACBMTypIJ > .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); }#POtx7vczuVekX4OwThdhldcACBMTypIJ > .row .container { border-width: 0; border-radius: 0; }#POtx7vczuVekX4OwThdhldcACBMTypIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#POtx7vczuVekX4OwThdhldcACBMTypIJ > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#UReP55J07gRGVqBTngT092kIW6nVwFxf { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1125001907349rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8QyKSTsC4aqgQQ4En47wvX5VIxQinAT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.7998046875rem;left:19.34375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-form-header {  }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;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;line-height:1; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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:20.4375rem;box-sizing:border-box;height:3.125rem;color:#121c1b;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-text {padding-top: 0; padding-bottom: 0;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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:20.4375rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);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:20.4375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-select {padding-top: 0; padding-bottom: 0;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .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; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .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-tertiary-0),1);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:2.5625rem;margin-bottom:0.25rem;margin-left:2.5625rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:400;color:rgba(var(--color-secondary-4),1);width:15.3125rem;height:3.125rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .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:dosis;line-height:1.3;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:19.1875rem;overflow:hidden;font-style:normal;float:none; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .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; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .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;float:none; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-container:first-of-type{padding-top:0;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-container:last-of-type{padding-bottom:0;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:26.03125rem;top:10.3125rem;z-index:15005;position:absolute; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem;display:block;vertical-align:top; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu {display:block;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:26.03125rem;top:10.3125rem;z-index:15005;position:absolute; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #cxOOUqFUUyEeJ7a3fMu6cKgRZLxW9TcT { position:relative; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #paHWd9ubTFkL9XcCv4MT7MENRT1oEq5p { position:relative;display:block; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #OTm9UN8diX66OZJl2VEGyzocqDktS0ES { position:relative; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #OV2luqQvAbXtEPBt3AAgBsr6Uww8ngkq { position:relative; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #TiIc1FVR3oATrxWasnNzU0ne5T8XUW3y { position:relative;display:block; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #C2wZQpy2FQCf39vvtTn9cVFndFXnfy6d { position:relative; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #oiqdC3UA3ATpXU22OOPwmPRk38SHSa7c { position:relative; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #BJ9QbnpVfg8PNRlzdN5o296khK8TZFsz { position:relative;display:block; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #qsPSkt1QkmxNCAvkRrxEK2Ghig4PAb85 { position:relative; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #znLNHhmNqxMMuyUTa9vsaD1W6tResEx3 { position:relative; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #RFGKEE5dTwhTzTKiBqHrhzboef8psD6Q { position:relative;display:block; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #Tva234SPKCR1EgCobX1c6SPNB12C2TFG { position:relative; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #oibOkg4Zp02KkZa6l5yOT7evapCTlizT { position:relative; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #i4EcQMQeNVRnG792OTzsFwqMSldC4oLw { position:relative;z-index:2; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #dM81oK9FaOqW8SM3LVWTPwcX6c7cpTFL { position:relative; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #MoT1gcNrFDZmhsiFMdHssTqtXd0BcwuR { position:relative; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #pKJAi2uxcKT8CrlvkQzde6LWzyiOZmDP { position:relative; }
#WG74tLgPOJyLTty0bv3ghsOZDgGWGpNA { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.75rem;top:15.4375rem;left:14.5rem;overflow:hidden;display:block; }
#lo5yCnRcBxGHyH1FmKLaZTleFQ0bVBUC { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.75rem;top:4.7119140625rem;left:63.5rem;overflow:hidden;display:block; }
#suQsg0L5eE3rArmq4dTHeFSRJBwLJ7ST { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.75rem;top:33.4873046875rem;left:53.375rem;overflow:hidden;display:block; }
#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sqoYiP2f/daniel_dinuzzo_qCjolcMFaLI_unsplash.jpg");background-position:top 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; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.adaptive-delivery-prevent-bg, #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.lazyload, #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.lazyloading { background-image: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { background-color: transparent; background-image: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.57); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container > .video-iframe-container { display: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.57); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container { display: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .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); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { border-width: 0; border-radius: 0; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#qxwuui53FaOtTm9tgFuq2IBkpQwSGMNx { color:rgba(var(--color-tertiary-0),1);display:block;width:59.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.65625rem;left:7.6875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BtZZG1Tp1svShvLd4uf2LtpiL7ilioB2 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.21875rem;left:24.40625rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fFr0R8fmqTTZ2FOhARcEm9SgIdihhJKw { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:4.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.9375rem;left:28.375rem;display:block; }
#AlNt5wsxpisdmdl0393Sm7zVvkUlrFxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xqBf334KyFHsn0VpiAFbpVn4mkHf6edM { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5rem;left:12.75rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { display:block; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZE9HW6yWrHxbqBafy0Gz7gdV0ZdJFba { width:20.625rem;height:2.625rem;top:8.75rem;left:21.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awiq7ihribU6xLv835tKgzzZVWwDZZdO { width:37.9375rem;height:7.875rem;top:5.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiGJPpdocSr5d70pWw2LfzEaTmJzQUMH { width:29.375rem;height:15.75rem;top:16.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy8qsMT2fVZlFXTt3tH8TZgQ76ht71rS { top:3.9375rem;left:0rem;width:11.1875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUlCQTQDUefw7IMJm9EF2WdwM5iF1yoJ { width:32.375rem;height:;top:5.75rem;left:15.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlcKFqJocZwJKUFz3Fnk7NVoOyLtP4VR { top:12.0625rem;left:9.875rem;width:37.875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCfTc3JrLoe24Ur5xOu3nzpK870iPRre { width:20rem;height:4rem;top:5.625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHLkW1oxMHips1ADcrKgyfXMTivIwyXT { display:block; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTLAy1I90M11gCCWTUtQBS5T8yCZ2vOP { width:47.75rem;height:;top:1.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAVXuifB83mXMFxhWiBHL30NkDkplO0s { display:block; }#oAVXuifB83mXMFxhWiBHL30NkDkplO0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRykyTwMmTdudF7KowIEiXTKKvbHvQtf { top:4.4375rem;left:23.875rem;width:22.125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSwFQg1srUcO071sACOHFTEbcNwbmZwf { width:17.875rem;height:4.0625rem;top:33.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWZfX2LOpPwtRJ5XzFRf8vI9pktdtQsF { display:block; }
 }@media only screen and (max-width: 763px) { #T9GkGJbG0TfHNJx8985xGriUJ9MXnHdO { width:17.3125rem;height:;top:24.375rem;left:23.875rem;font-size:0.9375rem;display:block; }#T9GkGJbG0TfHNJx8985xGriUJ9MXnHdO li:before{  }
 }@media only screen and (max-width: 763px) { #qsT2TwFgI91aRcmSXgcVFVA9wzzud276 { top:5.4375rem;left:3.4375rem;width:20.4375rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRe9OhCpLEdkmRfTllkK9hW6hZ1kATdX { width:15.375rem;height:;top:10.3125rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrBg5NhlsbufZSO3mHdfQ6NT8HTSXbP0 { top:19.625rem;left:7.4375rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW05Ea4EiQhGTqtiupsx2N3ZVrkCwxZG { width:17.3125rem;height:;top:20.6875rem;left:6.5625rem;font-size:0.9375rem;display:block; }#QW05Ea4EiQhGTqtiupsx2N3ZVrkCwxZG li:before{  }
 }@media only screen and (max-width: 763px) { #N10BwiNfmhioa3kPAb4hD1IqIsTBXqrK { width:17.3125rem;height:;top:13.625rem;left:24.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tECqXhQoqxKa0REeUNTNfOdpI8Bt2f4h { width:3.25rem;height:2.3125rem;top:18.5rem;left:23.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imTmtO8q1XfCWma4azVQBPWiVWVypmQK { width:7.875rem;height:5.4375rem;top:17.4375rem;left:24.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRIUJfb1alOobgLAq92duLAvV9oukf1m { top:22.8125rem;left:23.875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKQHrfHNwW4HnX6xF5FoxMeHLcP5EESr { width:15.625rem;height:3.875rem;top:26.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFbvEwl6p2G5k9dUNn0biEMRVVih4eS9 { display:block; }
 }@media only screen and (max-width: 763px) { #NB0cHMtLBahQpwzqCObzeon3HPqZbLrn { width:16.3125rem;height:2.5rem;top:6.875rem;left:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHkhneUBUeePNIQfVqdCusBveeTmIUEr { width:5.625rem;height:5.4375rem;top:13.4375rem;left:10rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGITm7OWeR280yfgCiT9W6G2VmaH3fOo { width:22.375rem;height:2.3125rem;top:2.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5varlmq012VV5Wxkq8CtWXD3AGygrDV { width:22.125rem;height:;top:2.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVbE3lReMgkowQbmoXPqR2wTw48q15b7 { width:16.4375rem;height:6.1875rem;top:6.375rem;left:24rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2sztdgVsXkhf4fc54DLUIlLQ6QkgVEn { width:3.25rem;height:2.3125rem;top:14.6875rem;left:7.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo { display:block; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znAHMVWry04oau91MA3GdQciy8Aybgaq { width:47.75rem;height:;top:1.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU { display:block; }#osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAppIrR3T1TnaxzrPC7rRT5tFU2xsCCs { width:19.9375rem;height:;top:3rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUAdbGeDNMfx2XERnBRNbDdJUcDzQueR { width:21.125rem;height:3.5625rem;top:5.8125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfwokBPbnXXS3FG92TISVoomgbpA056r { top:3rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2qMFuOAzGHF0NmIeT0pivb1nfNotaqf { top:3rem;left:23.875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5TvQQAfBhAMDJn6GQulJ2cPTeOEKlu0 { width:22.6875rem;height:5.375rem;top:5.8125rem;left:25.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mitTZFcDT7rxLPbsLTFSo07hDxnpoPfx { width:19.9375rem;height:;top:3rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d23zz56OaJd2bttTJmCoMODJWEOsqU3k { display:block; }#d23zz56OaJd2bttTJmCoMODJWEOsqU3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBTfIQqU8PkOLzCsTJiAqrOot5S2JlBy { top:3.3125rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTT9lfkxHnwJwNaG9abRLfTrUp0xsTfd { top:3rem;left:23.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSLb1GT57ix8pdSvDcirbuecnkufPZul { width:22.25rem;height:7.1875rem;top:5.8125rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BczJGQ4Sru56o6VL835F8IKTQIOiJxO8 { width:19.9375rem;height:;top:3rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTaiBn2TtRGvBmEBiMiADkrvzcTbAoDx { width:21.0625rem;height:7.1875rem;top:5.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrvqpMXJJz5Q8DTZPKBQmubtkVqWWelJ { width:19.9375rem;height:;top:3rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg { display:block; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iG7XXVJpwU5veEOUE4vvx4WKEb5dmMJf { width:30.25rem;height:;top:12.125rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWKEmZtqrLLCxD9ERS5DwVyI5dZhSwGU { width:34.3125rem;height:10.0625rem;top:15.375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbKUaFvUWAPL7TrN7eEc8APUWfseUTGQ { width:9.4375rem;height:14.125rem;top:10rem;left:0rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d20ZfPexL1e2p2b1QwSI4xpwqlQFuDvK { width:13.0625rem;height:14.125rem;top:25.0625rem;left:34.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6LTDTsHh4TrNonmf299MVsy6SruHCDz { width:30.3125rem;height:8.0625rem;top:30.3125rem;left:15.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cau4AzewFdsT64KTETKApuHxJt5U3Tfm { width:34.25rem;height:1.625rem;top:26.9375rem;left:13.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbPcHVUG6aCAhIJEgILeqVdS3QMPS8TH { width:30rem;height:10.0625rem;top:43.75rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku1o4wT2hUydTt0u3eiwUc1WZTITkvbR { width:35.1875rem;height:;top:40.5rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewODXtbD4J9K6iSuJ8vmTW06QmcQkKzZ { width:13.5rem;height:14.125rem;top:38.375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeNsHMsNVxndMCJkER464lJcgnFNvgKX { width:47.75rem;height:;top:3rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEcXfUthsQgLNtGoaU6J2M97K1IRI8za { display:block; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQL0ni3Duqf7XqRalmSTE4XDFDoCuB7W { width:47.75rem;height:;top:1.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b { display:block; }#b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0HUWhfNne5qukFfUiCNRRLvTI9wPIJX { width:25rem;height:1.5rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycdntJS9n1pbxSRoP7ZucTxpkuqXMJWS { width:17.5625rem;height:7.1875rem;top:11.375rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7syQ0d1NTPkdWktJtEfiLWzaS4Xhv8C { width:17.5rem;height:1.5rem;top:19.25rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ6TpTILUgdUcXH7PxAippx4fuDE2Ve0 { width:20rem;height:1.25rem;top:19.3125rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHDy88MLMSiVcaaPCkZyNVWeTz9F88s { width:16.625rem;height:3.5625rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Jo6gQWyw4xuGO3n0ya0UTQB6peit3i { width:16.5625rem;height:5.375rem;top:11.375rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMmE9OiXBLvq6LEBf6eFi0oKn9d9gsQc { top:2rem;left:4.1875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxgXcHRF7Ts1g5dTKPr50glXyFShoSdV { top:2rem;left:20.0625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQbT2bTohespJkLtc7nV9srLdqkcl4bV { top:2rem;left:35.9375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POtx7vczuVekX4OwThdhldcACBMTypIJ { display:block; }#POtx7vczuVekX4OwThdhldcACBMTypIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UReP55J07gRGVqBTngT092kIW6nVwFxf { top:2.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8QyKSTsC4aqgQQ4En47wvX5VIxQinAT { top:5.75rem;left:5.71875rem;width:36.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-text {padding-top: 0; padding-bottom: 0;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-select {padding-top: 0; padding-bottom: 0;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-button { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.5625rem; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-checkbox-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu  { width:20.4375rem;height:29.8125rem;top:10.3125rem;left:12.40625rem; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu {display:block;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu { width:20.4375rem;height:29.8125rem;top:10.3125rem;left:12.40625rem; }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #cxOOUqFUUyEeJ7a3fMu6cKgRZLxW9TcT {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #paHWd9ubTFkL9XcCv4MT7MENRT1oEq5p {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #OTm9UN8diX66OZJl2VEGyzocqDktS0ES {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #OV2luqQvAbXtEPBt3AAgBsr6Uww8ngkq {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #TiIc1FVR3oATrxWasnNzU0ne5T8XUW3y {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #C2wZQpy2FQCf39vvtTn9cVFndFXnfy6d {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #oiqdC3UA3ATpXU22OOPwmPRk38SHSa7c {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #BJ9QbnpVfg8PNRlzdN5o296khK8TZFsz {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #qsPSkt1QkmxNCAvkRrxEK2Ghig4PAb85 {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #znLNHhmNqxMMuyUTa9vsaD1W6tResEx3 {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #RFGKEE5dTwhTzTKiBqHrhzboef8psD6Q {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #Tva234SPKCR1EgCobX1c6SPNB12C2TFG {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #oibOkg4Zp02KkZa6l5yOT7evapCTlizT {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #i4EcQMQeNVRnG792OTzsFwqMSldC4oLw {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #dM81oK9FaOqW8SM3LVWTPwcX6c7cpTFL {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #MoT1gcNrFDZmhsiFMdHssTqtXd0BcwuR {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #pKJAi2uxcKT8CrlvkQzde6LWzyiOZmDP {  }
 }@media only screen and (max-width: 763px) { #WG74tLgPOJyLTty0bv3ghsOZDgGWGpNA { top:15.4375rem;left:0.875rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo5yCnRcBxGHyH1FmKLaZTleFQ0bVBUC { top:4.6875rem;left:46rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suQsg0L5eE3rArmq4dTHeFSRJBwLJ7ST { top:33.4375rem;left:39.75rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs { display:block; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxwuui53FaOtTm9tgFuq2IBkpQwSGMNx { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtZZG1Tp1svShvLd4uf2LtpiL7ilioB2 { top:17.1875rem;left:10.78125rem;width:26.1875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFr0R8fmqTTZ2FOhARcEm9SgIdihhJKw { width:18.25rem;height:4.4375rem;top:7.9375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlNt5wsxpisdmdl0393Sm7zVvkUlrFxn { display:block; }
 }@media only screen and (max-width: 763px) { #xqBf334KyFHsn0VpiAFbpVn4mkHf6edM { width:47.75rem;height:;top:14.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { display:block; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZE9HW6yWrHxbqBafy0Gz7gdV0ZdJFba { width:20rem;height:1.54345625rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awiq7ihribU6xLv835tKgzzZVWwDZZdO { width:20rem;height:4.625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiGJPpdocSr5d70pWw2LfzEaTmJzQUMH { width:20rem;height:0;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iy8qsMT2fVZlFXTt3tH8TZgQ76ht71rS { width:4rem;height:3.9375rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUlCQTQDUefw7IMJm9EF2WdwM5iF1yoJ { width:20rem;height:2.0625rem;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DlcKFqJocZwJKUFz3Fnk7NVoOyLtP4VR { width:20rem;height:23.1875rem;top:13.0625rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #JCfTc3JrLoe24Ur5xOu3nzpK870iPRre { width:20rem;height:1.8374rem;top:5.63525390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #VHLkW1oxMHips1ADcrKgyfXMTivIwyXT { display:block; }#VHLkW1oxMHips1ADcrKgyfXMTivIwyXT > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTLAy1I90M11gCCWTUtQBS5T8yCZ2vOP { width:20rem;height:2.5996125rem;top:1.23095703125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAVXuifB83mXMFxhWiBHL30NkDkplO0s { display:block; }#oAVXuifB83mXMFxhWiBHL30NkDkplO0s > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRykyTwMmTdudF7KowIEiXTKKvbHvQtf { width:19.75rem;height:33.6875rem;top:36.625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #JSwFQg1srUcO071sACOHFTEbcNwbmZwf { width:15.625rem;height:4.0625rem;top:64.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWZfX2LOpPwtRJ5XzFRf8vI9pktdtQsF { display:block; }
 }@media only screen and (max-width: 763px) { #T9GkGJbG0TfHNJx8985xGriUJ9MXnHdO { width:17.3125rem;height:7.6875rem;top:55.3125rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#T9GkGJbG0TfHNJx8985xGriUJ9MXnHdO li:before{  }
 }@media only screen and (max-width: 763px) { #qsT2TwFgI91aRcmSXgcVFVA9wzzud276 { width:20rem;height:31rem;top:1.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #NRe9OhCpLEdkmRfTllkK9hW6hZ1kATdX { width:17.3125rem;height:3.1494125rem;top:9.625rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SrBg5NhlsbufZSO3mHdfQ6NT8HTSXbP0 { width:15.625rem;height:0.125rem;top:18rem;left:2.1875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #QW05Ea4EiQhGTqtiupsx2N3ZVrkCwxZG { width:17.3125rem;height:3.6875rem;top:20.5rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#QW05Ea4EiQhGTqtiupsx2N3ZVrkCwxZG li:before{  }
 }@media only screen and (max-width: 763px) { #N10BwiNfmhioa3kPAb4hD1IqIsTBXqrK { width:17.3125rem;height:3.375rem;top:44.75rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tECqXhQoqxKa0REeUNTNfOdpI8Bt2f4h { width:2.5625rem;height:2.35595625rem;top:49.4248046875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #imTmtO8q1XfCWma4azVQBPWiVWVypmQK { width:7.875rem;height:2.5996125rem;top:49.302734375rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dRIUJfb1alOobgLAq92duLAvV9oukf1m { width:15.625rem;height:0.125rem;top:53.03125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKQHrfHNwW4HnX6xF5FoxMeHLcP5EESr { width:15.625rem;height:3.875rem;top:26.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFbvEwl6p2G5k9dUNn0biEMRVVih4eS9 { display:block; }
 }@media only screen and (max-width: 763px) { #NB0cHMtLBahQpwzqCObzeon3HPqZbLrn { width:14.5625rem;height:5.0371125rem;top:2.6875rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bHkhneUBUeePNIQfVqdCusBveeTmIUEr { width:5.625rem;height:2.5996125rem;top:13.83447265625rem;left:4.75rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #iGITm7OWeR280yfgCiT9W6G2VmaH3fOo { width:20rem;height:2.3125rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5varlmq012VV5Wxkq8CtWXD3AGygrDV { width:20rem;height:1.79980625rem;top:34.8876953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #CVbE3lReMgkowQbmoXPqR2wTw48q15b7 { width:14.5625rem;height:5.19921875rem;top:38.4375rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #g2sztdgVsXkhf4fc54DLUIlLQ6QkgVEn { width:3.25rem;height:2.35595625rem;top:13.95703125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo { display:block; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znAHMVWry04oau91MA3GdQciy8Aybgaq { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU { display:block; }#osPhOkAQ7PhtTLvQiFxUWcs76yJlVPLU > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAppIrR3T1TnaxzrPC7rRT5tFU2xsCCs { width:15rem;height:1.625rem;top:6.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUAdbGeDNMfx2XERnBRNbDdJUcDzQueR { width:15rem;height:7.19925rem;top:9.8125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfwokBPbnXXS3FG92TISVoomgbpA056r { width:4.4375rem;height:4.4375rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2qMFuOAzGHF0NmIeT0pivb1nfNotaqf { width:4.0625rem;height:4.0625rem;top:18.26175rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5TvQQAfBhAMDJn6GQulJ2cPTeOEKlu0 { width:19.375rem;height:7.19925rem;top:26.44925rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mitTZFcDT7rxLPbsLTFSo07hDxnpoPfx { width:19.9375rem;height:1.625rem;top:23.57425rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d23zz56OaJd2bttTJmCoMODJWEOsqU3k { display:block; }#d23zz56OaJd2bttTJmCoMODJWEOsqU3k > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBTfIQqU8PkOLzCsTJiAqrOot5S2JlBy { width:4.4375rem;height:4.4375rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTT9lfkxHnwJwNaG9abRLfTrUp0xsTfd { width:4.4375rem;height:4.4375rem;top:18.26175rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSLb1GT57ix8pdSvDcirbuecnkufPZul { width:19.375rem;height:8.999rem;top:26.82425rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BczJGQ4Sru56o6VL835F8IKTQIOiJxO8 { width:19.9375rem;height:1.625rem;top:23.94925rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTaiBn2TtRGvBmEBiMiADkrvzcTbAoDx { width:19.375rem;height:7.19925rem;top:9.8125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrvqpMXJJz5Q8DTZPKBQmubtkVqWWelJ { width:19.9375rem;height:1.625rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg { display:block; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iG7XXVJpwU5veEOUE4vvx4WKEb5dmMJf { width:15.9375rem;height:3.0869125rem;top:11.54883125rem;left:2rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWKEmZtqrLLCxD9ERS5DwVyI5dZhSwGU { width:20rem;height:11.19925rem;top:15.88525625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fbKUaFvUWAPL7TrN7eEc8APUWfseUTGQ { width:6.5625rem;height:2.5996125rem;top:7.69921875rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d20ZfPexL1e2p2b1QwSI4xpwqlQFuDvK { width:13.0625rem;height:2.5996125rem;top:32.6708984375rem;left:3.46875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6LTDTsHh4TrNonmf299MVsy6SruHCDz { width:20rem;height:6.9995rem;top:36.52054375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cau4AzewFdsT64KTETKApuHxJt5U3Tfm { width:16.1875rem;height:3.0869125rem;top:28.33450625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbPcHVUG6aCAhIJEgILeqVdS3QMPS8TH { width:20rem;height:9.7993125rem;top:52.95558125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ku1o4wT2hUydTt0u3eiwUc1WZTITkvbR { width:16.25rem;height:3.0869125rem;top:48.61915625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewODXtbD4J9K6iSuJ8vmTW06QmcQkKzZ { width:13.5rem;height:2.5996125rem;top:45.26904296875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeNsHMsNVxndMCJkER464lJcgnFNvgKX { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEcXfUthsQgLNtGoaU6J2M97K1IRI8za { display:block; }#BEcXfUthsQgLNtGoaU6J2M97K1IRI8za > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQL0ni3Duqf7XqRalmSTE4XDFDoCuB7W { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b { display:block; }#b2ISMRLOnzqTtqafUKeeKDyvKrAhdt0b > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0HUWhfNne5qukFfUiCNRRLvTI9wPIJX { width:17.5rem;height:1.5rem;top:13.8496125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycdntJS9n1pbxSRoP7ZucTxpkuqXMJWS { width:17.375rem;height:7.19925rem;top:25.3496125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7syQ0d1NTPkdWktJtEfiLWzaS4Xhv8C { width:17.5rem;height:1.5rem;top:33.7988625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ6TpTILUgdUcXH7PxAippx4fuDE2Ve0 { width:17.5rem;height:1.29980625rem;top:51.9477875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHDy88MLMSiVcaaPCkZyNVWeTz9F88s { width:17.0625rem;height:3.5996125rem;top:9rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Jo6gQWyw4xuGO3n0ya0UTQB6peit3i { width:16.9375rem;height:5.3994125rem;top:45.2988625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMmE9OiXBLvq6LEBf6eFi0oKn9d9gsQc { width:6.5rem;height:6.5rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxgXcHRF7Ts1g5dTKPr50glXyFShoSdV { width:7.5rem;height:7.5rem;top:16.5996125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQbT2bTohespJkLtc7nV9srLdqkcl4bV { width:7.5rem;height:7.5rem;top:36.5488625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #POtx7vczuVekX4OwThdhldcACBMTypIJ { display:block; }#POtx7vczuVekX4OwThdhldcACBMTypIJ > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UReP55J07gRGVqBTngT092kIW6nVwFxf { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8QyKSTsC4aqgQQ4En47wvX5VIxQinAT { width:17.375rem;height:4.142575rem;top:9.8125rem;left:1.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-form-header {  }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#e5eef3;width:17.5rem;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;line-height:1; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-text {padding-top: 0; padding-bottom: 0;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-select {padding-top: 0; padding-bottom: 0;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .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; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .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:#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:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(0,0,0,0.94);width:13.125rem;height:3.25rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .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; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .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:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-container:first-of-type{padding-top:0;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-container:last-of-type{padding-bottom:0;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:19.7041015625rem;z-index:15001; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu {display:block;}#f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:19.7041015625rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #cxOOUqFUUyEeJ7a3fMu6cKgRZLxW9TcT {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #paHWd9ubTFkL9XcCv4MT7MENRT1oEq5p {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #OTm9UN8diX66OZJl2VEGyzocqDktS0ES {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #OV2luqQvAbXtEPBt3AAgBsr6Uww8ngkq {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #TiIc1FVR3oATrxWasnNzU0ne5T8XUW3y {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #C2wZQpy2FQCf39vvtTn9cVFndFXnfy6d {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #oiqdC3UA3ATpXU22OOPwmPRk38SHSa7c {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #BJ9QbnpVfg8PNRlzdN5o296khK8TZFsz {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #qsPSkt1QkmxNCAvkRrxEK2Ghig4PAb85 {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #znLNHhmNqxMMuyUTa9vsaD1W6tResEx3 {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #RFGKEE5dTwhTzTKiBqHrhzboef8psD6Q {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #Tva234SPKCR1EgCobX1c6SPNB12C2TFG {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #oibOkg4Zp02KkZa6l5yOT7evapCTlizT {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #i4EcQMQeNVRnG792OTzsFwqMSldC4oLw {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #dM81oK9FaOqW8SM3LVWTPwcX6c7cpTFL {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #MoT1gcNrFDZmhsiFMdHssTqtXd0BcwuR {  }
 }@media only screen and (max-width: 763px) { #f0kPmuuFslgdgfwQ13rGPEc5SAcGRrLu #pKJAi2uxcKT8CrlvkQzde6LWzyiOZmDP {  }
 }@media only screen and (max-width: 763px) { #WG74tLgPOJyLTty0bv3ghsOZDgGWGpNA { width:1.75rem;height:1.625rem;top:18.0795875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo5yCnRcBxGHyH1FmKLaZTleFQ0bVBUC { width:1.75rem;height:1.625rem;top:15.2045875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suQsg0L5eE3rArmq4dTHeFSRJBwLJ7ST { width:1.75rem;height:1.625rem;top:51.9663375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs { background-color:transparent;background-image:url("https://images.assets-landingi.com/sqoYiP2f/daniel_dinuzzo_qCjolcMFaLI_unsplash.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.adaptive-delivery-prevent-bg, #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.lazyload, #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.lazyloading { background-image: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { background-color: transparent; background-image: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container > .video-iframe-container { display: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container { display: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .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); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxwuui53FaOtTm9tgFuq2IBkpQwSGMNx { width:14rem;height:6.5800625rem;top:1.25rem;left:3rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtZZG1Tp1svShvLd4uf2LtpiL7ilioB2 { width:12.5rem;height:3.4121125rem;top:19.50390625rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFr0R8fmqTTZ2FOhARcEm9SgIdihhJKw { width:14.4375rem;height:3.75rem;top:10.78125rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlNt5wsxpisdmdl0393Sm7zVvkUlrFxn { display:block; }
 }@media only screen and (max-width: 763px) { #xqBf334KyFHsn0VpiAFbpVn4mkHf6edM { width:20rem;height:1.54345625rem;top:16.9609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }