.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:254,236,225;--color-primary-1:250,193,154;--color-primary-2:245,131,52;--color-primary-3:123,66,26;--color-primary-4:37,20,8;--color-secondary-0:252,224,225;--color-secondary-1:246,153,155;--color-secondary-2:237,50,55;--color-secondary-3:119,25,28;--color-secondary-4:36,8,8;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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-primary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnMTEV8chfUaFIVwJBxHFom8UQQJxVco { 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; }#UnMTEV8chfUaFIVwJBxHFom8UQQJxVco > .row .container { background-color: transparent; background-image: none; }#UnMTEV8chfUaFIVwJBxHFom8UQQJxVco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnMTEV8chfUaFIVwJBxHFom8UQQJxVco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnMTEV8chfUaFIVwJBxHFom8UQQJxVco > .row .container > .video-iframe-container { display: none; }#UnMTEV8chfUaFIVwJBxHFom8UQQJxVco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnMTEV8chfUaFIVwJBxHFom8UQQJxVco > .row > .video-iframe-container { display: none; }#UnMTEV8chfUaFIVwJBxHFom8UQQJxVco > .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); }#UnMTEV8chfUaFIVwJBxHFom8UQQJxVco > .row .container { border-width: 0; border-radius: 0; }#UnMTEV8chfUaFIVwJBxHFom8UQQJxVco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UnMTEV8chfUaFIVwJBxHFom8UQQJxVco > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#ZctfFfg62uSLlflN6gb95ZorA0NNI33W { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:20.686875rem;top:1.25rem;left:10rem;overflow:hidden;display:block; }
#wP8hocHxndy3WRqLQDhuJ7DBB8O24545 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5.4375rem;top:1.25rem;left:2.3133678436279rem;overflow:hidden;display:block; }
#x8Ju8aWTFosaG0PLzwkWCoTSUHS1Hk6L { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9370625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:52.5rem;display:block; }
#Woe0CNEruRWxexvAGqMDE95CTcr7JJpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/aeca10b5-2f77-470b-927f-f3e9f239729c/HERO_DIREITO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#oN4pS8fmwP01tOvMRHlP35xoVKgSXNUZ { color:rgba(var(--color-primary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8623046875rem;left:5rem;height:;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; }
#u3fFVNFwAxQQ5JpILVy2BZTRPC58lsqe { color:rgba(var(--color-primary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.9375rem;left:5rem;height:5.19921875rem;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; }
#xAWx55GqLo3uNV7MTeOG58Mv57hvWUxl { color:rgba(var(--color-primary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.1875rem;left:5rem;height:7.749rem;display:block; }#xAWx55GqLo3uNV7MTeOG58Mv57hvWUxl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xAWx55GqLo3uNV7MTeOG58Mv57hvWUxl li:before{  }
#kTScgaM9T94JfTXDxuMBfo3qqqcnqqVR { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.1875rem;left:5rem;display:block; }
#AH2ahFHs2VEy8H45P3TkqqyBJ19bwEE6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DSxRSIbcT50GhJrTEJlL7o8b9VVfEgZ3 { background-color:rgba(var(--color-secondary-2),0.29);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.3125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.1875rem;left:23.75rem;display:block; }
#uFOTNWgTTS6oq5teBOOwbC3UezoqCPPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO > .row .container { background-color: transparent; background-image: none; }#TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO > .row .container > .video-iframe-container { display: none; }#TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO > .row > .video-iframe-container { display: none; }#TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO > .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); }#TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO > .row .container { border-width: 0; border-radius: 0; }#TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#bHpReT1B3Z76TuokB8K4XwIqzI4hVkVi { color:rgba(var(--color-primary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.4375rem;left:7.5rem;height:7.01075rem;text-align:left;text-align-last:left;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; }
#IDxhqUVqiilMvAvoaFvKfHlQBDTGTgGk { color:rgba(var(--color-primary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.4375rem;left:7.5rem;height:15rem;text-align:left;text-align-last:left;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; }
#oTig8T8EvyoQu8AZQeNCDI2ckH1DSOuR { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.4375rem;left:7.5rem;display:block; }
#rcmVsyECng36v09AU57Eg4IdxlwTslFM { color:rgba(var(--color-primary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.6875rem;left:7.5rem;height:6.13715625rem;display:block; }#rcmVsyECng36v09AU57Eg4IdxlwTslFM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rcmVsyECng36v09AU57Eg4IdxlwTslFM li:before{  }
#N9UTKgQA9O7ePb0E1COHEUOG0bSaGIpJ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.4375rem;left:7.5rem;display:block; }
#xT1IDI978ROyQhJKJX6nFFMBo3k2cZl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3f52ombCavlaeIDcOuLlga1ASTPCD3o { box-sizing:content-box;height:37.8125rem;width:30.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/jKU2NneZAbI/unsplash/clarisse-meyer-jKU2NneZAbI-photo-1479142506502-19b3a3b7ff33.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:42.21875rem;display:block; }#T3f52ombCavlaeIDcOuLlga1ASTPCD3o.adaptive-delivery-prevent-bg, #T3f52ombCavlaeIDcOuLlga1ASTPCD3o.lazyload, #T3f52ombCavlaeIDcOuLlga1ASTPCD3o.lazyloading { background-image: none; }
#hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI > .row .container { background-color: transparent; background-image: none; }#hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI > .row .container > .video-iframe-container { display: none; }#hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI > .row > .video-iframe-container { display: none; }#hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI > .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); }#hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI > .row .container { border-width: 0; border-radius: 0; }#hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI > .row .container { font-size:0.875rem;font-family:arial;height:100.75rem;width:75rem;position:relative;display:block; }#zqTg9LcT0pVk5y5IThaHVmABWsNU8tnu { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KMgkOxN9EBWe3pUEOrT5SrSQ9VfpSLm3 { color:rgba(var(--color-primary-0),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.25rem;left:10.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNGhO7MtsOFt8dbrqRxCiK1hMZw1dLVD { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:14.3125rem;top:48.5rem;left:53.1875rem;display:block; }
#zpXExoIcI7EQDiOVQDr3XQSmDDeTqUMF { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.25rem;width:14.3125rem;top:48.4375rem;left:38.1875rem;display:block; }
#SNzXUNuZP71dXVlvrmJap5ErTFesu4qi { position:absolute;display:block;z-index:15021;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:12.5rem;width:12.5rem;top:51.5625rem;left:7.5rem;display:block; }
#TyUs8uKWah4KuuhrThlyT5zabf4FhWix { position:absolute;display:block;z-index:15022;background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:55.562744140625rem;left:7.5rem;display:block; }
#sn6z6fq915nlG76AHu73pUoPffVcrCJW { color:#666666;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:59.125rem;left:54.3125rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JEdqZrQ9AgbvPbJbToa2UhJqWmOmM7kT { color:#666666;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:59.125rem;left:38.75rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tpIQOTO8ET2rITLJ89tUOdP4Utc6c4LJ { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:53.875rem;left:39.125rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#clzTO17X5PoeiH1KKToEdrgDU5sqkiQN { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:53.875rem;left:54.125rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#by7l6PhWH9EoALedSuWfQvvdhSguTtvT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.4375rem;width:14.3125rem;top:20.75rem;left:7.5rem;display:block; }
#w5QNT7DyAdVCTsQ3cLCJ4XWSeNXEqZ5v { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.375rem;width:14.3125rem;top:20.8125rem;left:22.5rem;display:block; }
#hNXQUR35POiDXpqPe6hPTGT63dDAExrE { position:absolute;display:block;z-index:15021;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:12.5rem;width:12.5rem;top:24.3125rem;left:56.25rem;display:block; }
#kduBmkStRXCe82FwDtcqQENkyq4FApEE { position:absolute;display:block;z-index:15022;background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:28.5rem;left:56.25rem;display:block; }
#UQ8eP8Ekbe0cSCDDmdVcnncpJ9hrqvSS { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:45.3125rem;left:42.1875rem;display:block; }
#wKgT09TD3PQ62WqtlbHwcmSiVmsQS32f { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:45.375rem;left:57.1875rem;display:block; }
#KF2d5T4L7mJJumTAFx6PUD9mHVusfZ9I { color:#666666;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:30.5625rem;left:8.75rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KMatOGvq7zPWoeQFg8bJEg0XefA7Mpgg { color:#666666;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:30.5625rem;left:23.75rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5DVwhkhTzCqUctOz3a0SQZ5hQX5IRsP { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.1875rem;left:8.4375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cgOPHmuBOGE5I3Z2MT0UhJ7CekQRGeMK { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:26.1875rem;left:23.4375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QR4nUS1sG1iWkM1aKufQDpbtRALTOILB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:17.625rem;left:11.5rem;display:block; }
#y0bCL02Sd9PPAKmRIR4NeBfo3ref9xO0 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:17.6875rem;left:26.5rem;display:block; }
#XSizmaiRNKdOToGf3dtEiWndmGwFBuMI { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.0625rem;width:14.3125rem;top:74.125rem;left:7.5rem;display:block; }
#thwwUliDc7G6DS9xbtAkIbgpW6WysOXR { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:73.0625rem;left:11.5rem;display:block; }
#ILWcgslJM9Sx4IvvPomATGkCsb9QH6v9 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19rem;width:14.3125rem;top:74.125rem;left:22.5rem;display:block; }
#x3qJAJF8ONTS07INyuRSKigpSacWm7Xa { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:73.125rem;left:26.5rem;display:block; }
#gDCACzT28QTWEvVztKpoy7XQcTZ5yI2S { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:81.625rem;left:8.4375rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tXvObxmwRGPf01xJih5uCdwpEy5Cg35q { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:81.625rem;left:23.4375rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PXstRiUTfMATCtaUCR7qGD7BBspWQKR6 { color:#666666;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:86.8125rem;left:8.75rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IofRd4IMZbFHdnBVd1T4ZgP5AQUJLdvI { color:#666666;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:86.8125rem;left:23.75rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nKNsaRl00SyGQDN8TL1eb2ClzCWxJp3o { position:absolute;display:block;z-index:15034;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:12.5rem;width:12.5rem;top:81.8125rem;left:55rem;display:block; }
#oOFsaWypsV5Mbizsf59n8hEC4AKTLw0f { position:absolute;display:block;z-index:15035;background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:81.8125rem;left:55rem;display:block; }
#in7ggPC9DWLgJyAhiFenSXsoQ7pt6Kxx { position:absolute;display:block;z-index:15022;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:12.5rem;width:12.5rem;top:78.4375rem;left:55rem;display:block; }
#BDRgtzvZppwMTTEmGQGUMvXGcgwdMUWR { box-sizing:content-box;height:25.18675rem;width:27.06175rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d618a1e4-f515-49b5-9771-aa5749865774/01.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.312744140625rem;left:40.438232421875rem;display:block; }#BDRgtzvZppwMTTEmGQGUMvXGcgwdMUWR.adaptive-delivery-prevent-bg, #BDRgtzvZppwMTTEmGQGUMvXGcgwdMUWR.lazyload, #BDRgtzvZppwMTTEmGQGUMvXGcgwdMUWR.lazyloading { background-image: none; }
#oobDi99nQolhThWUaPMEqmwTTbygSIuk { box-sizing:content-box;height:25.1855625rem;width:27.0605625rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5fa1f4b0-73ce-43b3-8063-84a0b85f8b72/02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.812744140625rem;left:8.75rem;display:block; }#oobDi99nQolhThWUaPMEqmwTTbygSIuk.adaptive-delivery-prevent-bg, #oobDi99nQolhThWUaPMEqmwTTbygSIuk.lazyload, #oobDi99nQolhThWUaPMEqmwTTbygSIuk.lazyloading { background-image: none; }
#M1PebPt3sQUC0UoIdO5flhNkUs8NbX5o { box-sizing:content-box;height:25.1855625rem;width:27.0605625rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d6b38f6d-a597-433e-971b-0394a5103798/03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.062744140625rem;left:39.188232421875rem;display:block; }#M1PebPt3sQUC0UoIdO5flhNkUs8NbX5o.adaptive-delivery-prevent-bg, #M1PebPt3sQUC0UoIdO5flhNkUs8NbX5o.lazyload, #M1PebPt3sQUC0UoIdO5flhNkUs8NbX5o.lazyloading { background-image: none; }
#v7sQM5z3Ma6MB9XH6H0Xz9UCse8np6cS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.56176875rem;width:4.56176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:18.499755859375rem;left:12.5rem; }
#Hc1XxGBG1DFt5uDRiHaJt9cuvz9TWw4x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.56176875rem;width:4.56176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:18.499755859375rem;left:27.5rem; }
#AsZEFtkkqTE60g4otDQ1rTWOnL2Jxsm6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.56176875rem;width:4.56176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:46.0009765625rem;left:42.938232421875rem; }
#becccCQgHGEB2uzpmlfnUr3w2fffhq09 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.93676875rem;width:3.93676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:46.5009765625rem;left:58.375rem; }
#cJZZU2HhP4RiSV6yL6EQ0GBp6oCGLISU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.93676875rem;width:3.93676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:74.312744140625rem;left:12.5rem; }
#OilihNqhW5vqQP9olpiNPLGWiNLVsUIe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.93676875rem;width:3.93676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:74.312744140625rem;left:27.5rem; }
#E0HeOEyAQWAielskVh2PXTrb050yLP4y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E0HeOEyAQWAielskVh2PXTrb050yLP4y > .row .container { background-color: transparent; background-image: none; }#E0HeOEyAQWAielskVh2PXTrb050yLP4y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0HeOEyAQWAielskVh2PXTrb050yLP4y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0HeOEyAQWAielskVh2PXTrb050yLP4y > .row .container > .video-iframe-container { display: none; }#E0HeOEyAQWAielskVh2PXTrb050yLP4y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0HeOEyAQWAielskVh2PXTrb050yLP4y > .row > .video-iframe-container { display: none; }#E0HeOEyAQWAielskVh2PXTrb050yLP4y > .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); }#E0HeOEyAQWAielskVh2PXTrb050yLP4y > .row .container { border-width: 0; border-radius: 0; }#E0HeOEyAQWAielskVh2PXTrb050yLP4y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0HeOEyAQWAielskVh2PXTrb050yLP4y > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#K8Flv7OUwnbZBG3IfLDkC4xZpbDvTBUT { color:rgba(var(--color-primary-0),1);display:block;width:31.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.88671875rem;left:7.5rem;height:4.673825rem;text-align:left;text-align-last:left;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; }
#loGWZffkaT6osk8dbeXQ45iw4BVvoxbR { color:rgba(var(--color-primary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.4375rem;left:7.5rem;height:3rem;text-align:left;text-align-last:left;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; }
#Rf8v3hTyasm0rFKmt2nHdousXMXAAbJ2 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.4375rem;left:7.5rem;display:block; }
#TFTLN3ktETeMBhmRI5i2kkcT8b32rqFE { color:rgba(var(--color-primary-0),1);display:block;width:29.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:16.063232421875rem;left:6.9384765625rem;height:21.4375rem;display:block; }#TFTLN3ktETeMBhmRI5i2kkcT8b32rqFE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TFTLN3ktETeMBhmRI5i2kkcT8b32rqFE li:before{  }
#lMZTsuT4Dm059IMWELK7NPoenzmK6TVs { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.875rem;left:7.5000009536744rem;display:block; }
#qT9IZvKuPArAhDC2LxuhPsNT4LIXFwp3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BccNut6sF2zgp1UfGMRaDzpQ6qvetkrE { box-sizing:content-box;height:37.8125rem;width:30.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/nSpj-Z12lX0/unsplash/tingey-injury-law-firm-nSpj-Z12lX0-photo-1589216532372-1c2a367900d9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:42.21875rem;display:block; }#BccNut6sF2zgp1UfGMRaDzpQ6qvetkrE.adaptive-delivery-prevent-bg, #BccNut6sF2zgp1UfGMRaDzpQ6qvetkrE.lazyload, #BccNut6sF2zgp1UfGMRaDzpQ6qvetkrE.lazyloading { background-image: none; }
#QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f1f1;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; }#QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk > .row .container { background-color: transparent; background-image: none; }#QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk > .row .container > .video-iframe-container { display: none; }#QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk > .row > .video-iframe-container { display: none; }#QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk > .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); }#QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk > .row .container { border-width: 0; border-radius: 0; }#QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#htdxlBwi5H13qHiJsV5H66FcP3k4m7CI { color:rgba(var(--color-tertiary-4),1);display:block;width:36.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:9.9392375946044rem;left:35rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uFOy7aXg7xKmfvyCuXPlVC9CA666UTPX { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3.1875rem;left:35rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fhRLgwJ4eRTcwwfCa72xdz1ulheJAMxH { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:22.3125rem;top:8.6892375946044rem;left:6.25rem;overflow:hidden;display:block; }
#xZZ89S9K1NsxaLSe9spyGT3hZPa2yeWN { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:22.439237594604rem;left:35rem;height:6.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#xZZ89S9K1NsxaLSe9spyGT3hZPa2yeWN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xZZ89S9K1NsxaLSe9spyGT3hZPa2yeWN li:before{  }
#uF1FJXe5rBJy2e6ehxl9rmuWTek62mh1 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.689237594604rem;left:35rem;height:2.54980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zs3lRdiVT9ORlfhVVvKRDPR8MV17Alaf { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.18923664093rem;left:35rem;display:block; }
#z6MTxkBwwTwiR8CabdRoHIKdALUVHhQO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RgkkGVI8ZANe05NK783OuqFBTn72PpFx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f1f1;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; }#RgkkGVI8ZANe05NK783OuqFBTn72PpFx > .row .container { background-color: transparent; background-image: none; }#RgkkGVI8ZANe05NK783OuqFBTn72PpFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgkkGVI8ZANe05NK783OuqFBTn72PpFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgkkGVI8ZANe05NK783OuqFBTn72PpFx > .row .container > .video-iframe-container { display: none; }#RgkkGVI8ZANe05NK783OuqFBTn72PpFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgkkGVI8ZANe05NK783OuqFBTn72PpFx > .row > .video-iframe-container { display: none; }#RgkkGVI8ZANe05NK783OuqFBTn72PpFx > .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); }#RgkkGVI8ZANe05NK783OuqFBTn72PpFx > .row .container { border-width: 0; border-radius: 0; }#RgkkGVI8ZANe05NK783OuqFBTn72PpFx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RgkkGVI8ZANe05NK783OuqFBTn72PpFx > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#McJgBsTkRuriLTQREW8fsBEEK3yRqrK9 { color:#000000;display:block;width:20.061875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:13.127171516419rem;left:48.75rem;height:1.875rem;text-align:right;text-align-last:right;display:block; }#McJgBsTkRuriLTQREW8fsBEEK3yRqrK9 li:before{  }
#Siouko7KSqUANKZmNwIX5JJ20TZvZ9HK { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:19.375rem;left:47.375rem;height:3.75rem;text-align:right;text-align-last:right;display:block; }#Siouko7KSqUANKZmNwIX5JJ20TZvZ9HK li:before{  }
#hcvm8seCNHGgWTJFSTI2kXsXclRwbCRp { color:#000000;display:block;width:19.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:19.375rem;left:6.3125rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }#hcvm8seCNHGgWTJFSTI2kXsXclRwbCRp li:before{  }
#B8IREiJ7TMzTTc2f5zkHA4P4A16tgycx { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:13.127171516419rem;left:6.25rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }#B8IREiJ7TMzTTc2f5zkHA4P4A16tgycx li:before{  }
#qtakgTspen3ZNmnitEg0a8eDXmDMx9zK { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTzGTSTElKUUpX7tKnfTgh9QsF1UcLJT { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3120625rem;width:44.0625rem;top:6.875rem;left:13.75rem;overflow:hidden;display:block; }
#tEOGQo6LsIpEXQCkMGXkuTfhkZ3K1Ryh { color:#000000;display:block;width:19.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:25.625rem;left:6.3125rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }#tEOGQo6LsIpEXQCkMGXkuTfhkZ3K1Ryh li:before{  }
#TZwyoJe0AWrg2bXqRe63wGIaBk6qvuz7 { color:#000000;display:block;width:20.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:25.625rem;left:48.4375rem;height:3.75rem;text-align:right;text-align-last:right;display:block; }#TZwyoJe0AWrg2bXqRe63wGIaBk6qvuz7 li:before{  }
#NHuNGzKQHTvrwO4KPvduiP3QqJaEdUDh { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.125rem;left:27.8125rem;display:block; }
#nmqlIA5ft95hyp8Od5656kTg7LurrB2Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aM1OBNILiqdiGeWREgMriCXTFZ6ONyNW { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:25rem;top:13.002398490906rem;left:43.75rem;display:block; }
#aEEsxkUKCoG9mMRkKv68KAETIBOWs7wp { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:25rem;top:19.377171516419rem;left:43.75rem;display:block; }
#n7lehBKQiArG20tX0CWv1z3eka0nvpgx { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:25rem;top:25.502388954163rem;left:43.75rem;display:block; }
#UoeKscmD2ZiF4X236LhlDWTg5I6IPRm9 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:25rem;top:25.502388954163rem;left:6.25rem;display:block; }
#drxmbl5CUxhSBl2rHfo9lPL17o8yDl2L { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:25rem;top:19.252388954163rem;left:6.25rem;display:block; }
#VhckQPdcX55eME3iKBhl57JCLJSrF6SM { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:25rem;top:13.002388954162rem;left:6.25rem;display:block; }
#N6RRRFE2i6vGfJbAysGr6CybRSwHByTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N6RRRFE2i6vGfJbAysGr6CybRSwHByTk > .row .container { background-color: transparent; background-image: none; }#N6RRRFE2i6vGfJbAysGr6CybRSwHByTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6RRRFE2i6vGfJbAysGr6CybRSwHByTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6RRRFE2i6vGfJbAysGr6CybRSwHByTk > .row .container > .video-iframe-container { display: none; }#N6RRRFE2i6vGfJbAysGr6CybRSwHByTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6RRRFE2i6vGfJbAysGr6CybRSwHByTk > .row > .video-iframe-container { display: none; }#N6RRRFE2i6vGfJbAysGr6CybRSwHByTk > .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); }#N6RRRFE2i6vGfJbAysGr6CybRSwHByTk > .row .container { border-width: 0; border-radius: 0; }#N6RRRFE2i6vGfJbAysGr6CybRSwHByTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6RRRFE2i6vGfJbAysGr6CybRSwHByTk > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#KoffOHbxw3SmVzbvlrUBDTOEGF7FnKRE { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.7415351867676rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;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; }
#uQaSZRyLT3lqSJN5wuSIX1mCIthirq5w { color:rgba(var(--color-primary-0),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:6.4539909362794rem;left:3.8125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qKGI1ProFwKQc9g6Umig15mQzxOT6nCF { color:rgba(var(--color-primary-0),1);display:block;width:67.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:9.2523841857913rem;left:3.75rem;height:1.50065rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#acTKZ2AXWeuqEFSdklfdv7arwrlI9QD8 { color:rgba(var(--color-primary-0),1);display:block;width:67.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:14.8125rem;left:3.75rem;height:1.50065rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8STcMhSX05cRhCXHcysL7i0FBGRzuW0 { color:rgba(var(--color-primary-0),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:12rem;left:3.8125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xgMJRM0Tc2dDGJETvaTmTgTJ5yDNJkIS { color:rgba(var(--color-primary-0),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:17rem;left:3.8125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FSHxHw5FJ98qRhaz63JkVAoFWBKpcfZC { color:rgba(var(--color-primary-0),1);display:block;width:67.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:19.8125rem;left:3.75rem;height:1.50065rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlTbMrhPJ16TBS5lvozztHMTp4C2orb9 { color:rgba(var(--color-primary-0),1);display:block;width:67.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:24.8125rem;left:3.75rem;height:1.50065rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NbCbC2Ke97XnfFi8IusWPohrk1yzo9bK { color:rgba(var(--color-primary-0),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:22rem;left:3.8125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w3lxBoSWJVlDzUeRTyHVdRdFJA6THdIS { color:rgba(var(--color-primary-0),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:27rem;left:3.8125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AcL49tSrs48hkpxKoN0bltTswyRBDi76 { color:rgba(var(--color-primary-0),1);display:block;width:67.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:29.8125rem;left:3.75rem;height:1.50065rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA > .row .container { background-color: transparent; background-image: none; }#JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA > .row .container > .video-iframe-container { display: none; }#JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA > .row > .video-iframe-container { display: none; }#JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA > .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); }#JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA > .row .container { border-width: 0; border-radius: 0; }#JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#ZVuq5Ku6DBPSc6IsbeAspxXTmrHrv4pd { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0030403137207rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;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; }
#eaUZZIrb9mZNgC6rw8FWlhvIEh4G8KTq { color:rgba(var(--color-primary-0),1);display:block;width:68.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:5.2224388122559rem;left:2.5rem;height:1.78125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row .container { background-color: transparent; background-image: none; }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row .container > .video-iframe-container { display: none; }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row > .video-iframe-container { display: none; }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .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); }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row .container { border-width: 0; border-radius: 0; }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-form-header {  }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;color:#ffffff;width:24.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.25rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-text {padding-top: 0; padding-bottom: 0;}#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.25rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.25rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-select {padding-top: 0; padding-bottom: 0;}#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-button { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:24.25rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .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.875rem;font-weight:400;color:#ffffff;vertical-align:top;width:22.875rem;overflow:hidden;font-style:normal; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .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; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-container:first-of-type{padding-top:0;}#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-container:last-of-type{padding-bottom:0;}#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L  { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.25rem;top:4.087890625rem;z-index:15001;position:absolute; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.25rem;display:block;vertical-align:top; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L {display:block;}#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.25rem;top:4.087890625rem;z-index:15001;position:absolute; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #DuqUdB9dspBX2UzNXQx8Bl6QCT1lwWy2 { position:relative; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #Ldy3qqTtLFaZJ9nBNkqikniqNeJq6GEl { position:relative;display:block; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #DTg5cFrLK11MhTtyxdQ2FfXsTpiNmCwH { position:relative; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #zMrt6tIxyPK4TfqFnSJgB5xSa5rEJkbn { position:relative; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #PiUtJi2NH8LL62uWgAlRpUZeWdpbFpqZ { position:relative;display:block; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #f1IkNdemaWqaBk8fWqW5FyFVWSWbP2cq { position:relative; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #hGzVD7hSlCCSOICZ5O6J4xWUzvc1lHAM { position:relative; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #AyVJ8CbPKs3QuO5Adrd830mhrXBHC6Mh { position:relative;display:block; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #e168wbrp75uVg5dQrR9xeugO2APdnxUK { position:relative; }
#dM2cTWtyZCdzdX9Jtsz4DZdJnLTC47cE { position:relative;display:block; }
#DvF94QegNS04rD0ET6HUdRB3GaPIFZkI { position:relative;display:block; }
#eypyylea8Tu1gafxR8bJNNkT91ymfzQu { position:relative;display:block; }
#QxaNiJ0uB1SqCAFl07iyDVKBATFRzQaM { position:relative;display:block; }
#vqmdqMHVyJxkSNpHp1URchZyH9OMzKgd { position:relative;display:block; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #Tn7EHUQxevMQmesVnRw54kTzwdlr449m { position:relative; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #VxvgFlk01hIStQgLnTL4h0PwmeX6xlMv { position:relative; }
#ngRmcXxZx51WzxXuwHaDzx9dTDeh8KJh { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0605625rem;width:21.186rem;top:1.3791103363037rem;left:8.75rem;overflow:hidden;display:block; }
#DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y > .row .container { background-color: transparent; background-image: none; }#DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y > .row .container > .video-iframe-container { display: none; }#DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y > .row > .video-iframe-container { display: none; }#DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y > .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); }#DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y > .row .container { border-width: 0; border-radius: 0; }#DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#PcrVdqLWvzTavJcngAXIh5T81CO2TTwm { color:rgba(var(--color-secondary-4),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15031;line-height:.9;letter-spacing:0;top:4.9375rem;left:37.5rem;height:3.82421875rem;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; }
#bbmBpOS0t1pqdZdglh4CJIa8BCIK6Ann { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:12.4375rem;left:37.5rem;height:7.5rem;font-style:normal;display:block; }
#ugJBd0BSKHZ8cwBkTFbBCDzoQPt4qzC0 { position:absolute;display:block;z-index:15032;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:29.6875rem;width:25.9375rem;top:2.4375rem;left:3.75rem;overflow:hidden;display:block; }
#hVCQpOgJ8VppiG326OZUX8mDp6ZaSKo3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9370625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.249324798584rem;left:37.5rem;display:block; }
#LX4GG52qe0fs9fLBtblbwLPayNurtvnQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2 > .row .container { background-color: transparent; background-image: none; }#AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2 > .row .container > .video-iframe-container { display: none; }#AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2 > .row > .video-iframe-container { display: none; }#AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2 > .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); }#AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2 > .row .container { border-width: 0; border-radius: 0; }#AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2 > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#WJThW5ePMoUKlCWchQJRxo4p0wUEW8Dz { position:absolute;display:block;z-index:15005;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:7.0605625rem;width:7.8125rem;top:3.59375rem;left:8.59375rem;overflow:hidden;display:block; }
#OkOtSOU6ieeTM0QUP3SdfABKhh8kRB03 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:11.25rem;left:2.875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#h9uztyQZJXz6J4USfHwG7vNyAxdq6bT9 { position:absolute;display:block;z-index:15002;height:18.75rem;width:23.25rem;top:1.46875rem;left:50.875rem;display:block; }
#Xd4CD8CuvveR2ih2ZIkE5QX9q2h1EbJx { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:22.375rem;top:4.125rem;left:26.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UnMTEV8chfUaFIVwJBxHFom8UQQJxVco { display:block; }#UnMTEV8chfUaFIVwJBxHFom8UQQJxVco > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZctfFfg62uSLlflN6gb95ZorA0NNI33W { top:1.25rem;left:3.1875rem;width:20.625rem;height:3.7387836490528rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP8hocHxndy3WRqLQDhuJ7DBB8O24545 { top:1.25rem;left:0rem;width:5.4375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Ju8aWTFosaG0PLzwkWCoTSUHS1Hk6L { width:19.875rem;height:3.4375rem;top:1.25rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woe0CNEruRWxexvAGqMDE95CTcr7JJpt { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oN4pS8fmwP01tOvMRHlP35xoVKgSXNUZ { top:6.8125rem;left:0rem;width:27.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3fFVNFwAxQQ5JpILVy2BZTRPC58lsqe { top:14.9375rem;left:0rem;width:24.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAWx55GqLo3uNV7MTeOG58Mv57hvWUxl { top:21.1875rem;left:0rem;width:24.1875rem;height:7.6875rem;font-size:1rem;display:block; }#xAWx55GqLo3uNV7MTeOG58Mv57hvWUxl li:before{  }
 }@media only screen and (max-width: 763px) { #kTScgaM9T94JfTXDxuMBfo3qqqcnqqVR { width:17.5rem;height:3.4375rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH2ahFHs2VEy8H45P3TkqqyBJ19bwEE6 { display:block; }
 }@media only screen and (max-width: 763px) { #DSxRSIbcT50GhJrTEJlL7o8b9VVfEgZ3 { width:13.25rem;height:3.4375rem;top:31.1875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFOTNWgTTS6oq5teBOOwbC3UezoqCPPq { display:block; }
 }@media only screen and (max-width: 763px) { #TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO { display:block; }#TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHpReT1B3Z76TuokB8K4XwIqzI4hVkVi { width:31.5rem;height:7rem;top:2.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDxhqUVqiilMvAvoaFvKfHlQBDTGTgGk { width:28.3125rem;height:15rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTig8T8EvyoQu8AZQeNCDI2ckH1DSOuR { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcmVsyECng36v09AU57Eg4IdxlwTslFM { top:28.6875rem;left:0rem;width:29.3125rem;height:6.125rem;font-size:1rem;display:block; }#rcmVsyECng36v09AU57Eg4IdxlwTslFM li:before{  }
 }@media only screen and (max-width: 763px) { #N9UTKgQA9O7ePb0E1COHEUOG0bSaGIpJ { width:17.5rem;height:3.4375rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT1IDI978ROyQhJKJX6nFFMBo3k2cZl6 { display:block; }
 }@media only screen and (max-width: 763px) { #T3f52ombCavlaeIDcOuLlga1ASTPCD3o { top:2.3125rem;left:17.4375rem;width:30.3125rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI { display:block; }#hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqTg9LcT0pVk5y5IThaHVmABWsNU8tnu { width:47.75rem;height:2.75rem;top:3.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMgkOxN9EBWe3pUEOrT5SrSQ9VfpSLm3 { width:47.75rem;height:2.9375rem;top:8.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNGhO7MtsOFt8dbrqRxCiK1hMZw1dLVD { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpXExoIcI7EQDiOVQDr3XQSmDDeTqUMF { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNzXUNuZP71dXVlvrmJap5ErTFesu4qi { top:51.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUs8uKWah4KuuhrThlyT5zabf4FhWix { top:55.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn6z6fq915nlG76AHu73pUoPffVcrCJW { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEdqZrQ9AgbvPbJbToa2UhJqWmOmM7kT { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpIQOTO8ET2rITLJ89tUOdP4Utc6c4LJ { top:53.875rem;left:25.5rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clzTO17X5PoeiH1KKToEdrgDU5sqkiQN { top:53.875rem;left:35.25rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #by7l6PhWH9EoALedSuWfQvvdhSguTtvT { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5QNT7DyAdVCTsQ3cLCJ4XWSeNXEqZ5v { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNXQUR35POiDXpqPe6hPTGT63dDAExrE { top:24.3125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kduBmkStRXCe82FwDtcqQENkyq4FApEE { top:28.5rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ8eP8Ekbe0cSCDDmdVcnncpJ9hrqvSS { width:6.25rem;height:6.25rem;top:45.3125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKgT09TD3PQ62WqtlbHwcmSiVmsQS32f { width:6.25rem;height:6.25rem;top:45.375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF2d5T4L7mJJumTAFx6PUD9mHVusfZ9I { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMatOGvq7zPWoeQFg8bJEg0XefA7Mpgg { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5DVwhkhTzCqUctOz3a0SQZ5hQX5IRsP { top:26.1875rem;left:0rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgOPHmuBOGE5I3Z2MT0UhJ7CekQRGeMK { top:26.1875rem;left:9.8125rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR4nUS1sG1iWkM1aKufQDpbtRALTOILB { width:6.25rem;height:6.25rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0bCL02Sd9PPAKmRIR4NeBfo3ref9xO0 { width:6.25rem;height:6.25rem;top:17.6875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSizmaiRNKdOToGf3dtEiWndmGwFBuMI { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thwwUliDc7G6DS9xbtAkIbgpW6WysOXR { width:6.25rem;height:6.25rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILWcgslJM9Sx4IvvPomATGkCsb9QH6v9 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3qJAJF8ONTS07INyuRSKigpSacWm7Xa { width:6.25rem;height:6.25rem;top:73.125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDCACzT28QTWEvVztKpoy7XQcTZ5yI2S { top:81.625rem;left:0rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXvObxmwRGPf01xJih5uCdwpEy5Cg35q { top:81.625rem;left:9.8125rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXstRiUTfMATCtaUCR7qGD7BBspWQKR6 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IofRd4IMZbFHdnBVd1T4ZgP5AQUJLdvI { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKNsaRl00SyGQDN8TL1eb2ClzCWxJp3o { top:81.8125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOFsaWypsV5Mbizsf59n8hEC4AKTLw0f { top:81.8125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #in7ggPC9DWLgJyAhiFenSXsoQ7pt6Kxx { top:78.4375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDRgtzvZppwMTTEmGQGUMvXGcgwdMUWR { top:14.3125rem;left:20.75rem;width:27rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oobDi99nQolhThWUaPMEqmwTTbygSIuk { top:41.8125rem;left:0rem;width:27rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1PebPt3sQUC0UoIdO5flhNkUs8NbX5o { top:68.0625rem;left:20.75rem;width:27rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7sQM5z3Ma6MB9XH6H0Xz9UCse8np6cS { top:18.4375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1XxGBG1DFt5uDRiHaJt9cuvz9TWw4x { top:18.4375rem;left:13.875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsZEFtkkqTE60g4otDQ1rTWOnL2Jxsm6 { top:46rem;left:29.313232421875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #becccCQgHGEB2uzpmlfnUr3w2fffhq09 { top:46.5rem;left:43.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJZZU2HhP4RiSV6yL6EQ0GBp6oCGLISU { top:74.3125rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OilihNqhW5vqQP9olpiNPLGWiNLVsUIe { top:74.3125rem;left:13.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0HeOEyAQWAielskVh2PXTrb050yLP4y { display:block; }#E0HeOEyAQWAielskVh2PXTrb050yLP4y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8Flv7OUwnbZBG3IfLDkC4xZpbDvTBUT { width:31.4375rem;height:4.625rem;top:3.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loGWZffkaT6osk8dbeXQ45iw4BVvoxbR { width:28.25rem;height:2.9375rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf8v3hTyasm0rFKmt2nHdousXMXAAbJ2 { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFTLN3ktETeMBhmRI5i2kkcT8b32rqFE { top:16.0625rem;left:0rem;width:29.25rem;height:21.4375rem;font-size:1rem;display:block; }#TFTLN3ktETeMBhmRI5i2kkcT8b32rqFE li:before{  }
 }@media only screen and (max-width: 763px) { #lMZTsuT4Dm059IMWELK7NPoenzmK6TVs { width:17.5rem;height:3.4375rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT9IZvKuPArAhDC2LxuhPsNT4LIXFwp3 { display:block; }
 }@media only screen and (max-width: 763px) { #BccNut6sF2zgp1UfGMRaDzpQ6qvetkrE { top:2.3125rem;left:17.4375rem;width:30.3125rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk { display:block; }#QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htdxlBwi5H13qHiJsV5H66FcP3k4m7CI { top:9.9375rem;left:11.6875rem;width:36.0625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFOy7aXg7xKmfvyCuXPlVC9CA666UTPX { top:3.1875rem;left:15.75rem;width:32rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhRLgwJ4eRTcwwfCa72xdz1ulheJAMxH { top:8.6875rem;left:0rem;width:22.3125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZZ89S9K1NsxaLSe9spyGT3hZPa2yeWN { top:22.4375rem;left:19.75rem;width:28rem;height:6.9375rem;font-size:1rem;display:block; }#xZZ89S9K1NsxaLSe9spyGT3hZPa2yeWN li:before{  }
 }@media only screen and (max-width: 763px) { #uF1FJXe5rBJy2e6ehxl9rmuWTek62mh1 { top:18.6875rem;left:15.8125rem;width:31.9375rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs3lRdiVT9ORlfhVVvKRDPR8MV17Alaf { width:17.5rem;height:3.4375rem;top:31.1875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6MTxkBwwTwiR8CabdRoHIKdALUVHhQO { display:block; }
 }@media only screen and (max-width: 763px) { #RgkkGVI8ZANe05NK783OuqFBTn72PpFx { display:block; }#RgkkGVI8ZANe05NK783OuqFBTn72PpFx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McJgBsTkRuriLTQREW8fsBEEK3yRqrK9 { top:13.125rem;left:27.6875rem;width:20rem;height:1.875rem;font-size:1.25rem;display:block; }#McJgBsTkRuriLTQREW8fsBEEK3yRqrK9 li:before{  }
 }@media only screen and (max-width: 763px) { #Siouko7KSqUANKZmNwIX5JJ20TZvZ9HK { top:19.375rem;left:26.3125rem;width:21.4375rem;height:3.75rem;font-size:1.25rem;display:block; }#Siouko7KSqUANKZmNwIX5JJ20TZvZ9HK li:before{  }
 }@media only screen and (max-width: 763px) { #hcvm8seCNHGgWTJFSTI2kXsXclRwbCRp { top:19.375rem;left:0rem;width:19.5rem;height:1.875rem;font-size:1.25rem;display:block; }#hcvm8seCNHGgWTJFSTI2kXsXclRwbCRp li:before{  }
 }@media only screen and (max-width: 763px) { #B8IREiJ7TMzTTc2f5zkHA4P4A16tgycx { top:13.125rem;left:0rem;width:24.8125rem;height:1.875rem;font-size:1.25rem;display:block; }#B8IREiJ7TMzTTc2f5zkHA4P4A16tgycx li:before{  }
 }@media only screen and (max-width: 763px) { #qtakgTspen3ZNmnitEg0a8eDXmDMx9zK { top:2.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTzGTSTElKUUpX7tKnfTgh9QsF1UcLJT { top:6.875rem;left:0.125rem;width:44.0625rem;height:29.3120625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEOGQo6LsIpEXQCkMGXkuTfhkZ3K1Ryh { top:25.625rem;left:0rem;width:19.5rem;height:1.875rem;font-size:1rem;display:block; }#tEOGQo6LsIpEXQCkMGXkuTfhkZ3K1Ryh li:before{  }
 }@media only screen and (max-width: 763px) { #TZwyoJe0AWrg2bXqRe63wGIaBk6qvuz7 { top:25.625rem;left:27.5rem;width:20.25rem;height:3.75rem;font-size:1rem;display:block; }#TZwyoJe0AWrg2bXqRe63wGIaBk6qvuz7 li:before{  }
 }@media only screen and (max-width: 763px) { #NHuNGzKQHTvrwO4KPvduiP3QqJaEdUDh { width:17.5rem;height:3.4375rem;top:38.125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmqlIA5ft95hyp8Od5656kTg7LurrB2Z { display:block; }
 }@media only screen and (max-width: 763px) { #aM1OBNILiqdiGeWREgMriCXTFZ6ONyNW { top:13rem;left:22.75rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEEsxkUKCoG9mMRkKv68KAETIBOWs7wp { top:19.375rem;left:22.75rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7lehBKQiArG20tX0CWv1z3eka0nvpgx { top:25.5rem;left:22.75rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoeKscmD2ZiF4X236LhlDWTg5I6IPRm9 { top:25.5rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drxmbl5CUxhSBl2rHfo9lPL17o8yDl2L { top:19.25rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhckQPdcX55eME3iKBhl57JCLJSrF6SM { top:13rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6RRRFE2i6vGfJbAysGr6CybRSwHByTk { display:block; }#N6RRRFE2i6vGfJbAysGr6CybRSwHByTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoffOHbxw3SmVzbvlrUBDTOEGF7FnKRE { top:1.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQaSZRyLT3lqSJN5wuSIX1mCIthirq5w { top:6.4375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKGI1ProFwKQc9g6Umig15mQzxOT6nCF { top:9.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acTKZ2AXWeuqEFSdklfdv7arwrlI9QD8 { top:14.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8STcMhSX05cRhCXHcysL7i0FBGRzuW0 { top:12rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgMJRM0Tc2dDGJETvaTmTgTJ5yDNJkIS { top:17rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSHxHw5FJ98qRhaz63JkVAoFWBKpcfZC { top:19.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlTbMrhPJ16TBS5lvozztHMTp4C2orb9 { top:24.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbCbC2Ke97XnfFi8IusWPohrk1yzo9bK { top:22rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3lxBoSWJVlDzUeRTyHVdRdFJA6THdIS { top:27rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcL49tSrs48hkpxKoN0bltTswyRBDi76 { top:29.75rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA { display:block; }#JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVuq5Ku6DBPSc6IsbeAspxXTmrHrv4pd { top:2rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaUZZIrb9mZNgC6rw8FWlhvIEh4G8KTq { top:5.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 { display:block; }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-regular-label { display:block;width:24.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-text { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-text {padding-top: 0; padding-bottom: 0;}#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-textarea { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-select { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-select {padding-top: 0; padding-bottom: 0;}#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-button { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-checkbox-label { width:22.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L  { width:24.25rem;height:auto;top:4.0625rem;left:21rem; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .radio-container { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L {display:block;}#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L { width:24.25rem;height:auto;top:4.0625rem;left:21rem; }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #DuqUdB9dspBX2UzNXQx8Bl6QCT1lwWy2 {  }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #Ldy3qqTtLFaZJ9nBNkqikniqNeJq6GEl { display:block; }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #DTg5cFrLK11MhTtyxdQ2FfXsTpiNmCwH {  }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #zMrt6tIxyPK4TfqFnSJgB5xSa5rEJkbn {  }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #PiUtJi2NH8LL62uWgAlRpUZeWdpbFpqZ { display:block; }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #f1IkNdemaWqaBk8fWqW5FyFVWSWbP2cq {  }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #hGzVD7hSlCCSOICZ5O6J4xWUzvc1lHAM {  }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #AyVJ8CbPKs3QuO5Adrd830mhrXBHC6Mh { display:block; }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #e168wbrp75uVg5dQrR9xeugO2APdnxUK {  }
 }@media only screen and (max-width: 763px) { #dM2cTWtyZCdzdX9Jtsz4DZdJnLTC47cE { display:block; }
 }@media only screen and (max-width: 763px) { #DvF94QegNS04rD0ET6HUdRB3GaPIFZkI { display:block; }
 }@media only screen and (max-width: 763px) { #eypyylea8Tu1gafxR8bJNNkT91ymfzQu { display:block; }
 }@media only screen and (max-width: 763px) { #QxaNiJ0uB1SqCAFl07iyDVKBATFRzQaM { display:block; }
 }@media only screen and (max-width: 763px) { #vqmdqMHVyJxkSNpHp1URchZyH9OMzKgd { display:block; }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #Tn7EHUQxevMQmesVnRw54kTzwdlr449m {  }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #VxvgFlk01hIStQgLnTL4h0PwmeX6xlMv {  }
 }@media only screen and (max-width: 763px) { #ngRmcXxZx51WzxXuwHaDzx9dTDeh8KJh { top:1.375rem;left:1.9375rem;width:21.125rem;height:26.982648107831rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y { display:block; }#DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcrVdqLWvzTavJcngAXIh5T81CO2TTwm { width:30.4375rem;height:3.8125rem;top:4.875rem;left:17.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbmBpOS0t1pqdZdglh4CJIa8BCIK6Ann { width:30.1875rem;height:7.5rem;top:12.375rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugJBd0BSKHZ8cwBkTFbBCDzoQPt4qzC0 { top:2.4375rem;left:0rem;width:25.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVCQpOgJ8VppiG326OZUX8mDp6ZaSKo3 { width:19.875rem;height:3.4375rem;top:22.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX4GG52qe0fs9fLBtblbwLPayNurtvnQ { display:block; }
 }@media only screen and (max-width: 763px) { #AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2 { display:block; }#AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJThW5ePMoUKlCWchQJRxo4p0wUEW8Dz { top:3.5625rem;left:4.03125rem;width:7.8125rem;height:7.0605625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkOtSOU6ieeTM0QUP3SdfABKhh8kRB03 { top:11.25rem;left:0rem;width:21.375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9uztyQZJXz6J4USfHwG7vNyAxdq6bT9 { top:1.4375rem;left:24.375rem;width:23.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd4CD8CuvveR2ih2ZIkE5QX9q2h1EbJx { top:4.125rem;left:9.375rem;width:22.375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UnMTEV8chfUaFIVwJBxHFom8UQQJxVco { display:block; }#UnMTEV8chfUaFIVwJBxHFom8UQQJxVco > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZctfFfg62uSLlflN6gb95ZorA0NNI33W { width:20rem;height:3.6254871748391rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP8hocHxndy3WRqLQDhuJ7DBB8O24545 { width:5.4375rem;height:3.875rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Ju8aWTFosaG0PLzwkWCoTSUHS1Hk6L { width:16.9375rem;height:3.0625rem;top:11.37521875rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woe0CNEruRWxexvAGqMDE95CTcr7JJpt { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/aeca10b5-2f77-470b-927f-f3e9f239729c/HERO_DIREITO.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oN4pS8fmwP01tOvMRHlP35xoVKgSXNUZ { width:20rem;height:4.2252625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3fFVNFwAxQQ5JpILVy2BZTRPC58lsqe { width:20rem;height:6.4995625rem;top:6.4377174377444rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xAWx55GqLo3uNV7MTeOG58Mv57hvWUxl { width:20rem;height:9.0495rem;top:16.137152671814rem;left:0rem;font-size:1rem;display:block; }#xAWx55GqLo3uNV7MTeOG58Mv57hvWUxl li:before{  }
 }@media only screen and (max-width: 763px) { #kTScgaM9T94JfTXDxuMBfo3qqqcnqqVR { width:17.5rem;height:3.4375rem;top:27.687718391419rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH2ahFHs2VEy8H45P3TkqqyBJ19bwEE6 { display:block; }
 }@media only screen and (max-width: 763px) { #DSxRSIbcT50GhJrTEJlL7o8b9VVfEgZ3 { width:17.686625rem;height:3.4097225rem;top:32.687720298767rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFOTNWgTTS6oq5teBOOwbC3UezoqCPPq { display:block; }
 }@media only screen and (max-width: 763px) { #TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO { display:block; }#TiALCWQsRWBrVuBCzCqJAEsnItxTuGUO > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHpReT1B3Z76TuokB8K4XwIqzI4hVkVi { width:20rem;height:7.1484375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDxhqUVqiilMvAvoaFvKfHlQBDTGTgGk { width:20rem;height:21rem;top:10.375436306rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTig8T8EvyoQu8AZQeNCDI2ckH1DSOuR { width:12.5rem;height:0.124783125rem;top:9.0006504058837rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcmVsyECng36v09AU57Eg4IdxlwTslFM { width:20rem;height:7.4370625rem;top:32.875435829162rem;left:0rem;font-size:1rem;display:block; }#rcmVsyECng36v09AU57Eg4IdxlwTslFM li:before{  }
 }@media only screen and (max-width: 763px) { #N9UTKgQA9O7ePb0E1COHEUOG0bSaGIpJ { width:17.5rem;height:3.4375rem;top:41.625435829162rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT1IDI978ROyQhJKJX6nFFMBo3k2cZl6 { display:block; }
 }@media only screen and (max-width: 763px) { #T3f52ombCavlaeIDcOuLlga1ASTPCD3o { width:20rem;height:18.499375rem;top:46.625436306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI { display:block; }#hzxz4CfhxcEBAvmbHVBX7ry0prNnAQWI > .row .container { width:20rem;height:158.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqTg9LcT0pVk5y5IThaHVmABWsNU8tnu { width:20rem;height:3.8984375rem;top:3.9377193450927rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMgkOxN9EBWe3pUEOrT5SrSQ9VfpSLm3 { width:20rem;height:5.84765625rem;top:8.9377193450925rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNGhO7MtsOFt8dbrqRxCiK1hMZw1dLVD { width:20rem;height:20rem;top:90.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpXExoIcI7EQDiOVQDr3XQSmDDeTqUMF { width:20rem;height:20rem;top:66.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNzXUNuZP71dXVlvrmJap5ErTFesu4qi { width:12.5rem;height:12.5rem;top:115.27367836914rem;left:-1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyUs8uKWah4KuuhrThlyT5zabf4FhWix { width:12.5rem;height:12.5rem;top:91.77325112305rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sn6z6fq915nlG76AHu73pUoPffVcrCJW { width:12.5rem;height:5.84765625rem;top:101.4375rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEdqZrQ9AgbvPbJbToa2UhJqWmOmM7kT { width:17.5625rem;height:4.38574375rem;top:77.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpIQOTO8ET2rITLJ89tUOdP4Utc6c4LJ { width:20rem;height:1.7871125rem;top:73.9375rem;left:0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clzTO17X5PoeiH1KKToEdrgDU5sqkiQN { width:18.5rem;height:1.7871125rem;top:97.6875rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #by7l6PhWH9EoALedSuWfQvvdhSguTtvT { width:20rem;height:20rem;top:18.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5QNT7DyAdVCTsQ3cLCJ4XWSeNXEqZ5v { width:20rem;height:20rem;top:43.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNXQUR35POiDXpqPe6hPTGT63dDAExrE { width:12.5rem;height:12.5rem;top:61.648251123047rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kduBmkStRXCe82FwDtcqQENkyq4FApEE { width:12.5rem;height:12.5rem;top:78.02325112305rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQ8eP8Ekbe0cSCDDmdVcnncpJ9hrqvSS { width:6.25rem;height:6.25rem;top:65.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKgT09TD3PQ62WqtlbHwcmSiVmsQS32f { width:6.25rem;height:6.25rem;top:88.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF2d5T4L7mJJumTAFx6PUD9mHVusfZ9I { width:17.6248125rem;height:5.84765625rem;top:28.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMatOGvq7zPWoeQFg8bJEg0XefA7Mpgg { width:17.4370625rem;height:4.38574375rem;top:56.4375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5DVwhkhTzCqUctOz3a0SQZ5hQX5IRsP { width:17.6875rem;height:1.7871125rem;top:24.6875rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgOPHmuBOGE5I3Z2MT0UhJ7CekQRGeMK { width:17.8125rem;height:1.7871125rem;top:50rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR4nUS1sG1iWkM1aKufQDpbtRALTOILB { width:6.25rem;height:6.25rem;top:17.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0bCL02Sd9PPAKmRIR4NeBfo3ref9xO0 { width:6.25rem;height:6.25rem;top:42.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSizmaiRNKdOToGf3dtEiWndmGwFBuMI { width:20rem;height:20rem;top:113.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thwwUliDc7G6DS9xbtAkIbgpW6WysOXR { width:6.25rem;height:6.25rem;top:112.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILWcgslJM9Sx4IvvPomATGkCsb9QH6v9 { width:20rem;height:20rem;top:136.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3qJAJF8ONTS07INyuRSKigpSacWm7Xa { width:6.25rem;height:6.25rem;top:135.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDCACzT28QTWEvVztKpoy7XQcTZ5yI2S { width:19.9375rem;height:1.7871125rem;top:121.625rem;left:0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXvObxmwRGPf01xJih5uCdwpEy5Cg35q { width:12.5rem;height:3.57421875rem;top:143.6875rem;left:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXstRiUTfMATCtaUCR7qGD7BBspWQKR6 { width:12.5rem;height:5.84765625rem;top:125.1875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IofRd4IMZbFHdnBVd1T4ZgP5AQUJLdvI { width:12.5rem;height:5.84765625rem;top:148.875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKNsaRl00SyGQDN8TL1eb2ClzCWxJp3o { width:12.5rem;height:12.5rem;top:232.93517612304rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOFsaWypsV5Mbizsf59n8hEC4AKTLw0f { width:12.5rem;height:12.5rem;top:246.68517612304rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #in7ggPC9DWLgJyAhiFenSXsoQ7pt6Kxx { width:12.5rem;height:12.5rem;top:216.93560336914rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDRgtzvZppwMTTEmGQGUMvXGcgwdMUWR { width:20rem;height:25.125rem;top:51.648251123047rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oobDi99nQolhThWUaPMEqmwTTbygSIuk { width:20rem;height:25.125rem;top:105.52325112305rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1PebPt3sQUC0UoIdO5flhNkUs8NbX5o { width:20rem;height:25.1248125rem;top:233.5633893013rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7sQM5z3Ma6MB9XH6H0Xz9UCse8np6cS { display:flex;width:4.5rem;height:4.5rem;top:18.5625rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #Hc1XxGBG1DFt5uDRiHaJt9cuvz9TWw4x { display:flex;width:4.5rem;height:4.5rem;top:43.3125rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #AsZEFtkkqTE60g4otDQ1rTWOnL2Jxsm6 { display:flex;width:4.5rem;height:4.5rem;top:65.875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #becccCQgHGEB2uzpmlfnUr3w2fffhq09 { display:flex;width:3.87478125rem;height:3.87478125rem;top:90.0625rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #cJZZU2HhP4RiSV6yL6EQ0GBp6oCGLISU { display:flex;width:3.87478125rem;height:3.87478125rem;top:113.9375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #OilihNqhW5vqQP9olpiNPLGWiNLVsUIe { display:flex;width:3.875rem;height:3.875rem;top:136.375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #E0HeOEyAQWAielskVh2PXTrb050yLP4y { display:block; }#E0HeOEyAQWAielskVh2PXTrb050yLP4y > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8Flv7OUwnbZBG3IfLDkC4xZpbDvTBUT { width:20rem;height:4.94824375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loGWZffkaT6osk8dbeXQ45iw4BVvoxbR { width:20rem;height:3rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf8v3hTyasm0rFKmt2nHdousXMXAAbJ2 { width:12.5rem;height:0.124783125rem;top:7.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFTLN3ktETeMBhmRI5i2kkcT8b32rqFE { width:20rem;height:21.4375rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }#TFTLN3ktETeMBhmRI5i2kkcT8b32rqFE li:before{  }
 }@media only screen and (max-width: 763px) { #lMZTsuT4Dm059IMWELK7NPoenzmK6TVs { width:17.5rem;height:3.4375rem;top:37.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT9IZvKuPArAhDC2LxuhPsNT4LIXFwp3 { display:block; }
 }@media only screen and (max-width: 763px) { #BccNut6sF2zgp1UfGMRaDzpQ6qvetkrE { width:20rem;height:37.8125rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk { display:block; }#QvU9i2hwiDX31NJTVHcLHTyuiWhb9Vuk > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htdxlBwi5H13qHiJsV5H66FcP3k4m7CI { width:17.6248125rem;height:16.5rem;top:18.1217625rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFOy7aXg7xKmfvyCuXPlVC9CA666UTPX { width:20rem;height:3.5996125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhRLgwJ4eRTcwwfCa72xdz1ulheJAMxH { width:13.5625rem;height:9.75rem;top:6.9987rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZZ89S9K1NsxaLSe9spyGT3hZPa2yeWN { width:20rem;height:12.9375rem;top:38.3125rem;left:0rem;font-size:1rem;display:block; }#xZZ89S9K1NsxaLSe9spyGT3hZPa2yeWN li:before{  }
 }@media only screen and (max-width: 763px) { #uF1FJXe5rBJy2e6ehxl9rmuWTek62mh1 { width:20rem;height:1.79980625rem;top:35.7001953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zs3lRdiVT9ORlfhVVvKRDPR8MV17Alaf { width:17.5rem;height:3.4375rem;top:52.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6MTxkBwwTwiR8CabdRoHIKdALUVHhQO { display:block; }
 }@media only screen and (max-width: 763px) { #RgkkGVI8ZANe05NK783OuqFBTn72PpFx { display:block; }#RgkkGVI8ZANe05NK783OuqFBTn72PpFx > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McJgBsTkRuriLTQREW8fsBEEK3yRqrK9 { width:17.5rem;height:1.5rem;top:9.5625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#McJgBsTkRuriLTQREW8fsBEEK3yRqrK9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#McJgBsTkRuriLTQREW8fsBEEK3yRqrK9 li:before{  }
 }@media only screen and (max-width: 763px) { #Siouko7KSqUANKZmNwIX5JJ20TZvZ9HK { width:17.5rem;height:3rem;top:14.8125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Siouko7KSqUANKZmNwIX5JJ20TZvZ9HK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Siouko7KSqUANKZmNwIX5JJ20TZvZ9HK li:before{  }
 }@media only screen and (max-width: 763px) { #hcvm8seCNHGgWTJFSTI2kXsXclRwbCRp { width:17.5rem;height:1.5rem;top:12.0625rem;left:0.6240234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#hcvm8seCNHGgWTJFSTI2kXsXclRwbCRp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hcvm8seCNHGgWTJFSTI2kXsXclRwbCRp li:before{  }
 }@media only screen and (max-width: 763px) { #B8IREiJ7TMzTTc2f5zkHA4P4A16tgycx { width:20rem;height:3rem;top:6.84895324707rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#B8IREiJ7TMzTTc2f5zkHA4P4A16tgycx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B8IREiJ7TMzTTc2f5zkHA4P4A16tgycx li:before{  }
 }@media only screen and (max-width: 763px) { #qtakgTspen3ZNmnitEg0a8eDXmDMx9zK { width:20rem;height:4.2252625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTzGTSTElKUUpX7tKnfTgh9QsF1UcLJT { width:20rem;height:13.304283687943rem;top:11.100259997559rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEOGQo6LsIpEXQCkMGXkuTfhkZ3K1Ryh { width:19.4998125rem;height:1.5rem;top:18.5625rem;left:0.5009765625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#tEOGQo6LsIpEXQCkMGXkuTfhkZ3K1Ryh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tEOGQo6LsIpEXQCkMGXkuTfhkZ3K1Ryh li:before{  }
 }@media only screen and (max-width: 763px) { #TZwyoJe0AWrg2bXqRe63wGIaBk6qvuz7 { width:20rem;height:3rem;top:20.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#TZwyoJe0AWrg2bXqRe63wGIaBk6qvuz7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TZwyoJe0AWrg2bXqRe63wGIaBk6qvuz7 li:before{  }
 }@media only screen and (max-width: 763px) { #NHuNGzKQHTvrwO4KPvduiP3QqJaEdUDh { width:17.5rem;height:3.4375rem;top:26.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmqlIA5ft95hyp8Od5656kTg7LurrB2Z { display:block; }
 }@media only screen and (max-width: 763px) { #aM1OBNILiqdiGeWREgMriCXTFZ6ONyNW { width:20rem;height:0.125rem;top:25.654322497559rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEEsxkUKCoG9mMRkKv68KAETIBOWs7wp { width:20rem;height:0.0625rem;top:32.651934497071rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7lehBKQiArG20tX0CWv1z3eka0nvpgx { width:20rem;height:0.0625rem;top:41.462265246582rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoeKscmD2ZiF4X236LhlDWTg5I6IPRm9 { width:20rem;height:0.0625rem;top:38.214653247071rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #drxmbl5CUxhSBl2rHfo9lPL17o8yDl2L { width:20rem;height:0.0625rem;top:29.779322497559rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhckQPdcX55eME3iKBhl57JCLJSrF6SM { width:20rem;height:0.0625rem;top:6.7252625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6RRRFE2i6vGfJbAysGr6CybRSwHByTk { display:block; }#N6RRRFE2i6vGfJbAysGr6CybRSwHByTk > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoffOHbxw3SmVzbvlrUBDTOEGF7FnKRE { width:20rem;height:4.2252625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQaSZRyLT3lqSJN5wuSIX1mCIthirq5w { width:20rem;height:3.5996125rem;top:6.7252625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKGI1ProFwKQc9g6Umig15mQzxOT6nCF { width:20rem;height:4.78125rem;top:11.57226875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acTKZ2AXWeuqEFSdklfdv7arwrlI9QD8 { width:20rem;height:3.1875rem;top:22.4468375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8STcMhSX05cRhCXHcysL7i0FBGRzuW0 { width:20rem;height:3.5996125rem;top:17.59983125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgMJRM0Tc2dDGJETvaTmTgTJ5yDNJkIS { width:20rem;height:1.79980625rem;top:26.88151875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSHxHw5FJ98qRhaz63JkVAoFWBKpcfZC { width:20rem;height:4.78125rem;top:29.92948125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OlTbMrhPJ16TBS5lvozztHMTp4C2orb9 { width:20rem;height:6.375rem;top:40.80405rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NbCbC2Ke97XnfFi8IusWPohrk1yzo9bK { width:20rem;height:3.5996125rem;top:35.95704375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3lxBoSWJVlDzUeRTyHVdRdFJA6THdIS { width:20rem;height:3.5996125rem;top:48.4244875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AcL49tSrs48hkpxKoN0bltTswyRBDi76 { width:20rem;height:4.78125rem;top:53.27149375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA { display:block; }#JyrSymanTfIeFEEDeA1TqKCRFQ7d17zA > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVuq5Ku6DBPSc6IsbeAspxXTmrHrv4pd { width:20rem;height:2.11263125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eaUZZIrb9mZNgC6rw8FWlhvIEh4G8KTq { width:20rem;height:4.78125rem;top:4.61263125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row .container { background-color: transparent; background-image: none; }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row .container > .video-iframe-container { display: none; }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row > .video-iframe-container { display: none; }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .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); }#BbACiBOtgWPX7gtwa4ZLTvpqbuDSK0M9 > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-text {padding-top: 0; padding-bottom: 0;}#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-select {padding-top: 0; padding-bottom: 0;}#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L  { width:17.5rem;height:auto;top:29.875rem;left:0rem; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L {display:block;}#nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L { width:17.5rem;height:auto;top:29.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #DuqUdB9dspBX2UzNXQx8Bl6QCT1lwWy2 {  }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #Ldy3qqTtLFaZJ9nBNkqikniqNeJq6GEl { display:block; }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #DTg5cFrLK11MhTtyxdQ2FfXsTpiNmCwH {  }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #zMrt6tIxyPK4TfqFnSJgB5xSa5rEJkbn {  }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #PiUtJi2NH8LL62uWgAlRpUZeWdpbFpqZ { display:block; }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #f1IkNdemaWqaBk8fWqW5FyFVWSWbP2cq {  }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #hGzVD7hSlCCSOICZ5O6J4xWUzvc1lHAM {  }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #AyVJ8CbPKs3QuO5Adrd830mhrXBHC6Mh { display:block; }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #e168wbrp75uVg5dQrR9xeugO2APdnxUK {  }
 }@media only screen and (max-width: 763px) { #dM2cTWtyZCdzdX9Jtsz4DZdJnLTC47cE { display:block; }
 }@media only screen and (max-width: 763px) { #DvF94QegNS04rD0ET6HUdRB3GaPIFZkI { display:block; }
 }@media only screen and (max-width: 763px) { #eypyylea8Tu1gafxR8bJNNkT91ymfzQu { display:block; }
 }@media only screen and (max-width: 763px) { #QxaNiJ0uB1SqCAFl07iyDVKBATFRzQaM { display:block; }
 }@media only screen and (max-width: 763px) { #vqmdqMHVyJxkSNpHp1URchZyH9OMzKgd { display:block; }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #Tn7EHUQxevMQmesVnRw54kTzwdlr449m {  }
 }@media only screen and (max-width: 763px) { #nMUGnm2ac7k1CO40uJDLffnQJbE5nP7L #VxvgFlk01hIStQgLnTL4h0PwmeX6xlMv {  }
 }@media only screen and (max-width: 763px) { #ngRmcXxZx51WzxXuwHaDzx9dTDeh8KJh { width:20rem;height:25.4123125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y { display:block; }#DxgKsrZTqOvRbzmpTWWvvgEHymA1Dg5y > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcrVdqLWvzTavJcngAXIh5T81CO2TTwm { width:20rem;height:3.375rem;top:25.374375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbmBpOS0t1pqdZdglh4CJIa8BCIK6Ann { width:20rem;height:12.75rem;top:29.99894375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugJBd0BSKHZ8cwBkTFbBCDzoQPt4qzC0 { width:20rem;height:22.874375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hVCQpOgJ8VppiG326OZUX8mDp6ZaSKo3 { width:19.9370625rem;height:3.4375rem;top:43.99200625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX4GG52qe0fs9fLBtblbwLPayNurtvnQ { display:block; }
 }@media only screen and (max-width: 763px) { #AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2 { display:block; }#AZz0U8rzXVTWg5OPAgqz6b58yv4Ox6T2 > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJThW5ePMoUKlCWchQJRxo4p0wUEW8Dz { width:7.8125rem;height:7.0605625rem;top:1.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkOtSOU6ieeTM0QUP3SdfABKhh8kRB03 { width:20rem;height:9.5625rem;top:9.5605625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9uztyQZJXz6J4USfHwG7vNyAxdq6bT9 { width:20rem;height:18.75rem;top:20.36675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd4CD8CuvveR2ih2ZIkE5QX9q2h1EbJx { width:20rem;height:13.128491620112rem;top:40.3662109375rem;left:0rem;display:block; }
 }