.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:232,225,225;--color-primary-1:179,156,157;--color-primary-2:103,57,58;--color-primary-3:52,29,29;--color-primary-4:15,9,9;--color-secondary-0:252,245,224;--color-secondary-1:245,223,153;--color-secondary-2:235,190,51;--color-secondary-3:118,95,26;--color-secondary-4:35,29,8;--color-tertiary-0:255,255,255;--color-tertiary-1:255,216,212;--color-tertiary-2:255,126,111;--color-tertiary-3:128,63,56;--color-tertiary-4:25,13,11;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#Apt4N16Kn4T8cCn2NtFVylWsicCQupbG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Apt4N16Kn4T8cCn2NtFVylWsicCQupbG > .row .container { background-color: transparent; background-image: none; }#Apt4N16Kn4T8cCn2NtFVylWsicCQupbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Apt4N16Kn4T8cCn2NtFVylWsicCQupbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Apt4N16Kn4T8cCn2NtFVylWsicCQupbG > .row .container > .video-iframe-container { display: none; }#Apt4N16Kn4T8cCn2NtFVylWsicCQupbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Apt4N16Kn4T8cCn2NtFVylWsicCQupbG > .row > .video-iframe-container { display: none; }#Apt4N16Kn4T8cCn2NtFVylWsicCQupbG > .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); }#Apt4N16Kn4T8cCn2NtFVylWsicCQupbG > .row .container { border-width: 0; border-radius: 0; }#Apt4N16Kn4T8cCn2NtFVylWsicCQupbG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Apt4N16Kn4T8cCn2NtFVylWsicCQupbG > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:9.8125rem;width:60rem;position:relative;display:block; }#DQKBVvVXTWMxnQv52oQlFm5GTiTLi7ip { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74964375rem;width:10.3125rem;top:0.81232166290281rem;left:24.84375rem;overflow:hidden;display:block; }
#rAZFMGzVzB9dsJkh2A05nuWoVaF2LW5U { background-color:rgba(var(--color-tertiary-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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.625rem rgba(38,38,38,0.2) ;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.4375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:5.873046875rem;left:12.28125rem;display:block; }
#nThoeT6H81hB53oJwbNr5nFhrJAN0nvv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXfoJT1RWDCDciiTXD8haX04LBMvEoh3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#EXfoJT1RWDCDciiTXD8haX04LBMvEoh3 > .row .container { background-color: transparent; background-image: none; }#EXfoJT1RWDCDciiTXD8haX04LBMvEoh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXfoJT1RWDCDciiTXD8haX04LBMvEoh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXfoJT1RWDCDciiTXD8haX04LBMvEoh3 > .row .container > .video-iframe-container { display: none; }#EXfoJT1RWDCDciiTXD8haX04LBMvEoh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXfoJT1RWDCDciiTXD8haX04LBMvEoh3 > .row > .video-iframe-container { display: none; }#EXfoJT1RWDCDciiTXD8haX04LBMvEoh3 > .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); }#EXfoJT1RWDCDciiTXD8haX04LBMvEoh3 > .row .container { border-width: 0; border-radius: 0; }#EXfoJT1RWDCDciiTXD8haX04LBMvEoh3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXfoJT1RWDCDciiTXD8haX04LBMvEoh3 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:9.8125rem;width:60rem;position:relative;display:block; }#RGecpGzBbtaRWJWa07Qed597DWEfg30h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/38c0e4f9-26f2-4356-b2e4-71d8d0d1036f/dialogidiabetologiczne.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RGecpGzBbtaRWJWa07Qed597DWEfg30h.adaptive-delivery-prevent-bg, #RGecpGzBbtaRWJWa07Qed597DWEfg30h.lazyload, #RGecpGzBbtaRWJWa07Qed597DWEfg30h.lazyloading { background-image: none; }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row .container { background-color: transparent; background-image: none; }#RGecpGzBbtaRWJWa07Qed597DWEfg30h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row .container > .video-iframe-container { display: none; }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row > .video-iframe-container { display: none; }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .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); }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row .container { border-width: 0; border-radius: 0; }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:block; }#E7mWeVlUGCDy9rsXobWiAfhnV0320dnR { color:#ffb400;display:block;width:56.625rem;position:absolute;font-family:lato;font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.9375rem;left:0rem;height:4.79345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tNJCGTF0IMzNo2NlftK3PiWDQslEViNB { color:#bc1d5f;display:block;width:49.5625rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.729686737061rem;left:4.375rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gs2ug29HiZXht97No1abEBQC7gsZHVLw { color:#063949;display:block;width:43.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.55078125rem;left:6.78125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#aBZ5DoI9wT9zELKdB4rCoabOt5TNnLcU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.75rem;top:13.9375rem;left:0rem;overflow:hidden;display:block; }
#szbpZ4TeHr6vvch8kykQiLKDDPrEmgv7 { color:#063949;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.9169921875rem;left:17.5625rem;height:2.1933625rem;display:block; }
#n82TbTlrUobAsmyRHHXqz9Xe79s6r2KE { 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:23.0625rem;width:60rem;display:none; }
#rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ { border-top:0;border-left:0rem solid #aa6049;border-right:0;border-bottom:0.3125rem solid #943b36;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ > .row .container { background-color: transparent; background-image: none; }#rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ > .row .container > .video-iframe-container { display: none; }#rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ > .row > .video-iframe-container { display: none; }#rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ > .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); }#rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ > .row .container { border-width: 0; border-radius: 0; }#rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:0.625rem;width:60rem;position:relative;display:block; }#iQ19RN6yDUpLia2h226foypoXNkOfGbh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row .container { background-color: transparent; background-image: none; }#iQ19RN6yDUpLia2h226foypoXNkOfGbh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row .container > .video-iframe-container { display: none; }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row > .video-iframe-container { display: none; }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .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); }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row .container { border-width: 0; border-radius: 0; }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row .container { font-size:0.875rem;font-family:"open sans";height:45.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#e3f022554e0a9edf3f4e5ee0cb8f0fb7 { color:#063949;display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.30078125rem;left:2.59375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wff1340173f874d4e1968a3c7d9488eb { color:rgba(var(--color-primary-2),1);display:block;width:30.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.875rem;height:6.8232375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6c8236e03f6dc9acb84c3607c68f656 { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:14.25rem;left:29.25rem;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);display:block; }
#sb0c9a07a76c51c8f270df99385220c5 { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:0.5625rem;left:0.6875rem;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0;border-bottom:0;display:block; }
#Qd673731eacca0387cad21c9977d278f { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:17.375rem;top:11.3125rem;left:9.5625rem;overflow:hidden;display:block; }
#Uvv7CxzMPb8UMhCtfSCz98TC5h5DlVud { background-color:rgba(var(--color-tertiary-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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.625rem rgba(38,38,38,0.2) ;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:39.3125rem;left:19.5rem;display:block; }
#n8xcIVigHk4DLvaFKT695isAOqsT3rLh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NzQdw5S2G7MNGcOd3St1P2TaapU39sGN { color:#063949;display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:35.1875rem;left:7.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gaaDpN77KhVgLhTooIlGcwdph21ldZI0 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(268deg, rgba(var(--color-tertiary-2),0.62), #f9f9f9);background-image: -moz-linear-gradient(268deg, rgba(var(--color-tertiary-2),0.62), #f9f9f9);background-image: -ms-linear-gradient(268deg, rgba(var(--color-tertiary-2),0.62), #f9f9f9);background-image: -o-linear-gradient(268deg, rgba(var(--color-tertiary-2),0.62), #f9f9f9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='#f9f9f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='#f9f9f9' );";background-image: linear-gradient(268deg, rgba(var(--color-tertiary-2),0.62), #f9f9f9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:18.75rem;left:35.625rem;display:block; }
#hOxPc9pTPLNeqdMh53LRqUIIlC1GC9zD { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:26.75rem;width:19.125rem;top:1.0625rem;left:39.625rem;display:block; }
#NXIwaDz6KBzrQ33NMMyPqJUPi4PVnc5C { color:#234446;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.6;letter-spacing:0;top:12.3125rem;left:42.9375rem;height:13.046875rem;text-align:left;text-align-last:left;display:block; }#NXIwaDz6KBzrQ33NMMyPqJUPi4PVnc5C li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#NXIwaDz6KBzrQ33NMMyPqJUPi4PVnc5C li:before{  }
#AAayqSuLan0bTSTmHDB2q8xKL0pd1hVA { color:#234446;display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:8.875rem;left:45.125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XkvSzMLwapKneJUiIfAIInJ5VfC6QHHZ { color:#234446;display:block;width:3.25rem;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:8.875rem;left:50.0625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k7pK34zsuEoNroqONoA4Pu5c5ZgZT3Ww { color:rgba(35,68,70,0.5);display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:7.625rem;left:45.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wn3qwm9HLgLnpwcPKZfTIVgA2w7ssnJQ { color:#ffcf66;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.5625rem;left:42.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx { border-top:0;border-left:0rem solid rgba(var(--color-tertiary-4),1);border-right:0rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid #943b36;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx > .row .container { background-color: transparent; background-image: none; }#wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx > .row .container > .video-iframe-container { display: none; }#wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx > .row > .video-iframe-container { display: none; }#wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx > .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); }#wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx > .row .container { border-width: 0; border-radius: 0; }#wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;position:relative;display:block; }#AAkribaAnS53DHI4ys3bcc10zEtKhFLT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm > .row .container { background-color: transparent; background-image: none; }#OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm > .row .container > .video-iframe-container { display: none; }#OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm > .row > .video-iframe-container { display: none; }#OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm > .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); }#OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm > .row .container { border-width: 0; border-radius: 0; }#OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm > .row .container { font-size:0.875rem;font-family:arial;height:81.75rem;width:60rem;position:relative;display:block; }#fdBhtR4e7F9e4ABgwzDxcWvqWTxFpPbl { color:#063949;display:block;width:44.3125rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:1.4990234375rem;left:0rem;height:3.44970625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bS86JF5WIleE1STa8k5nIJJG9OdEIbyc { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:5.9365234375rem;left:0rem;display:block; }
#esAh0nJTdcxdbazn6PiWhVDZnZWf5wqG { color:#000000;display:block;width:31.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:12.1865234375rem;left:0rem;height:4.79883125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vftNKoJwe9cqgAAx0bTZ50qRvlTiMB1B { color:#063949;display:block;width:28.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:7.1240234375rem;left:0rem;height:4rem;font-style:normal;display:block; }
#pdvqkUgLTAaMdsxHNIMqHSLLI3mitTbQ { box-sizing:content-box;height:17.9980625rem;width:39.621125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:62rem;left:2.3125rem;border-top:0;border-left:0.0625rem solid #063949;border-right:0;border-bottom:0.0625rem solid #063949;display:block; }
#eQuvlr3bxJyug4MsrrsBuxTqptwlfsme { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:7.06201171875rem;left:23.6865234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RBTCahXzaRWTBBOdSUfgGyzpOT89Ibtk { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(224deg, rgba(var(--color-tertiary-2),0.62), rgba(0,0,0,0));background-image: -moz-linear-gradient(224deg, rgba(var(--color-tertiary-2),0.62), rgba(0,0,0,0));background-image: -ms-linear-gradient(224deg, rgba(var(--color-tertiary-2),0.62), rgba(0,0,0,0));background-image: -o-linear-gradient(224deg, rgba(var(--color-tertiary-2),0.62), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='#00000000' );";background-image: linear-gradient(224deg, rgba(var(--color-tertiary-2),0.62), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:1.4990234375rem;left:43.5595703125rem;display:block; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-form-header {  }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:400;color:#063949;width:50.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-text { background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #063949;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:50.9375rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-textarea { background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #063949;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:50.9375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-select { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #063949;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:50.9375rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.625rem;margin-bottom:0.25rem;margin-left:7.625rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:400;color:#f2f9ff;width:35.625rem;height:3.3125rem;font-family:lato;overflow:hidden;line-height:.9;box-shadow: none;font-style:normal; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 [class*="-text"]:-moz-placeholder { color:#a9a9a9;font-family:lato;font-size:0.875rem; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 [class*="-text"]::-moz-placeholder { color:#a9a9a9;font-family:lato;font-size:0.875rem; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 [class*="-text"]:-ms-input-placeholder { color:#a9a9a9;font-family:lato;font-size:0.875rem; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 [class*="-text"]::-webkit-input-placeholder { color:#a9a9a9;font-family:lato;font-size:0.875rem; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .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:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#063949;vertical-align:top;width:49.6875rem;overflow:hidden;font-style:normal; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .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; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:6.5rem;vertical-align:middle;font-family:ubuntu;font-size:1.3125rem;font-weight:700;color:#909090;overflow:hidden;font-style:normal;line-height:1.5; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-container:first-of-type{padding-top:0;}#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-container:last-of-type{padding-bottom:0;}#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8  { background-color:#f6f6f6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:50.9375rem;height:auto;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;left:3.375rem;top:19.8125rem;z-index:15010;position:absolute; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:50.9375rem;display:block;vertical-align:top; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.8125rem;line-height:1.3;font-weight:700;color:rgba(98,98,98,0.98);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 {display:block;}#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 { background-color:#f6f6f6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:50.9375rem;height:auto;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;left:3.375rem;top:19.8125rem;z-index:15010;position:absolute; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #n3uJBSheTpKNJOfKrfCS8kbLbuyzNnIJ { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #J9yrtPf2OJdPKW69crmnzUOkxNH6n2q0 { position:relative;display:block; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #oiBBcJ3LKJFRBFiPJISGCB8vMiHiD9tU { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #d4T5oySTNBPciimMVU3ZTUDHa1eOwGXu { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #XM7h4QHc1Jqb6mMBuMy5buZI3URdTgmT { position:relative;display:block; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #NLUaw6TG7l1nGm2liTKWXdIc0Dm1e7Xk { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #oS3Wq0M2zMV9VPhah7cUywBH9GxKoWIG { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #VBGp9RKJiE1GaAoLZwwi2P6FGN8haXCt { position:relative;display:block; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #PZAt0ctUZvTrNTghTNUnpflQO9LtaMWk { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #uS0O6k0LxchDvz2iAtkkr1qZO4pXiOX9 { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #VuQ6WuBk4RigFnIf558VPeV9ffdJ5d7W { position:relative;display:block; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #ke2dncFimzWNiKVrg2RruqX8qQG2nJPl { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #G4BwWHVqwiXn3q326MJMNQEr024zrnEX { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #CAgC7kgcvfioldalkvzwgbRLxT4BkUWf { position:relative;display:block; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #bK58pE7TPxseLc5WKzUetzXmc0vmTTKe { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #gwPL1gCHy8DQenedzqvnvRRP3L4FMueg { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #RIcXSQARgcpsJCvIxwk7KPzidkG0MAU0 { position:relative;display:block; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #FLezpGP9c2QioT3TOWNyQLzSLC0hTZFl { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #hbSD53cXh26Kv2NAhbeIMciaNFPIwr1q { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #NBdB1mbZLsKMaQWdB5ArBkC7SaoyEZ1l { position:relative;display:block; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #TBlBl7ULRFt40w63JqArm4k0PrSdoN5R { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #ElRGzkKdX99vTTxUFSERcBIBQ0Ddg8zE { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #BrWPaeNvOACHaXq3x36upxRh2svzEW4T { position:relative;display:block; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #PLvav6bgz5o2FOkIvuuUIgm0xDBTzI4s { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #NFlLh03vnLEsXTNTUEpCDBTK5lm1mB7B { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #lSQVPbClNJTQMTEOi6yGywABkrSGodbv { position:relative;z-index:2; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #fCkCquiPH5PW7cDemBfTU2IOrG7DoaL8 { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #dGaEMPW0yNhH0xS1T7w2qs7Rp6sSBXzO { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #iaSIzIJLemaUBPUwd1TiULu8S1Fvbix4 { position:relative;display:block; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #FwIHn0F7swsObXykdovLgs4DGXbkNKlb { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #AZCcZeSJMKoaCyEEArinAUGX1AJcTdPS { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #xC0ISVLGFoVQt4UG4xWnX6v5Zz9sgOXM { position:relative;z-index:2; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #FXJ4VVwOJrv6zw4fEKritVHGxRE32nVg { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #CTNAQXweAnr2XFqL6nZZiN75hSTtNZUp { position:relative;display:block;z-index:15000; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #n8GB9xJJCSNnUA1XlnxvHyyDybF8tJK9 { position:relative;display:block;z-index:15000; }
#sSUv6T35t7xHgfiFDLRu2AhkMsquBu8q { position:relative;display:block; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #eRVgF0E3mBa9XebkP1q6Tv2UgJvcI4DH { position:relative; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #KTRIDbHpO9MOfzKHb8APTmirNdTWK0Wc { position:relative; }
#cI5OaLrSRShoOUuKQJEMcER3pDl7vqxN { box-sizing:content-box;height:17.9980625rem;width:39.6228125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:18.875rem;left:18.0625rem;border-top:0.0625rem solid #063949;border-left:0;border-right:0.0625rem solid #063949;border-bottom:0;display:block; }
#yVWNks27GNpJ7oZo035G1gIKvVibXvxE { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(224deg, rgba(var(--color-primary-1),0.62), rgba(0,0,0,0));background-image: -moz-linear-gradient(224deg, rgba(var(--color-primary-1),0.62), rgba(0,0,0,0));background-image: -ms-linear-gradient(224deg, rgba(var(--color-primary-1),0.62), rgba(0,0,0,0));background-image: -o-linear-gradient(224deg, rgba(var(--color-primary-1),0.62), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.62)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.62)', endColorstr='#00000000' );";background-image: linear-gradient(224deg, rgba(var(--color-primary-1),0.62), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:1.4990234375rem;left:43.5595703125rem;display:none; }
#ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM { border-top:0;border-left:0rem solid rgba(var(--color-tertiary-4),1);border-right:0rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid #943b36;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM > .row .container { background-color: transparent; background-image: none; }#ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM > .row .container > .video-iframe-container { display: none; }#ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM > .row > .video-iframe-container { display: none; }#ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM > .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); }#ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM > .row .container { border-width: 0; border-radius: 0; }#ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;position:relative;display:block; }#Wtq8RvQrSRKh2dopbTeAiKtRsqkbFGQK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#fROQwk4PW1EnGFilBqiwm4XuiT9UAXmX { position:relative;display:block; } #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection *:focus-visible, #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection input[type="text"]:focus-visible, #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection input[type="email"]:focus-visible, #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection input[type="tel"]:focus-visible, #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection textarea:focus-visible { outline: none; } #fROQwk4PW1EnGFilBqiwm4XuiT9UAXmX > .row .container { position:relative;display:block; }#BTRh4tk70ofPHxnwWso6vITMoW6OAB2i { position:relative;display:block; } #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection *:focus-visible, #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection input[type="text"]:focus-visible, #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection input[type="email"]:focus-visible, #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection input[type="tel"]:focus-visible, #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection textarea:focus-visible { outline: none; } #BTRh4tk70ofPHxnwWso6vITMoW6OAB2i > .row .container { position:relative;display:block; }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);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; }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row .container { background-color: transparent; background-image: none; }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row .container > .video-iframe-container { display: none; }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row > .video-iframe-container { display: none; }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .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); }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row .container { border-width: 0; border-radius: 0; }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:60rem;position:relative;display:block; }#auarEdiJvAhTQvzBfEIvwvl78wDGobHP { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:32rem;top:1.28125rem;left:14rem;overflow:hidden;display:block; }
#klPJBIWV8XrwlMNOHnd502aqfqgxxX4R { border-top:0;border-left:0rem solid rgba(var(--color-tertiary-2),1);border-right:0rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.4375rem solid #943a36;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#klPJBIWV8XrwlMNOHnd502aqfqgxxX4R > .row .container { background-color: transparent; background-image: none; }#klPJBIWV8XrwlMNOHnd502aqfqgxxX4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klPJBIWV8XrwlMNOHnd502aqfqgxxX4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klPJBIWV8XrwlMNOHnd502aqfqgxxX4R > .row .container > .video-iframe-container { display: none; }#klPJBIWV8XrwlMNOHnd502aqfqgxxX4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klPJBIWV8XrwlMNOHnd502aqfqgxxX4R > .row > .video-iframe-container { display: none; }#klPJBIWV8XrwlMNOHnd502aqfqgxxX4R > .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); }#klPJBIWV8XrwlMNOHnd502aqfqgxxX4R > .row .container { border-width: 0; border-radius: 0; }#klPJBIWV8XrwlMNOHnd502aqfqgxxX4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#klPJBIWV8XrwlMNOHnd502aqfqgxxX4R > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:60rem;position:relative;display:block; }#L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR > .row .container { background-color: transparent; background-image: none; }#L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR > .row .container > .video-iframe-container { display: none; }#L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR > .row > .video-iframe-container { display: none; }#L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR > .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); }#L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR > .row .container { border-width: 0; border-radius: 0; }#L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#cRQGREJtiUlX03MVyX0kpubuMzlGAZQH { position:absolute;display:block;z-index:15019;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.8125rem;width:60rem;top:1.5617179870606rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Apt4N16Kn4T8cCn2NtFVylWsicCQupbG { display:block; }#Apt4N16Kn4T8cCn2NtFVylWsicCQupbG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQKBVvVXTWMxnQv52oQlFm5GTiTLi7ip { width:10.3125rem;height:4.74964375rem;top:0.75rem;left:18.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAZFMGzVzB9dsJkh2A05nuWoVaF2LW5U { width:35.4375rem;height:2.8125rem;top:5.8125rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nThoeT6H81hB53oJwbNr5nFhrJAN0nvv { display:block; }
 }@media only screen and (max-width: 763px) { #EXfoJT1RWDCDciiTXD8haX04LBMvEoh3 { display:block; }#EXfoJT1RWDCDciiTXD8haX04LBMvEoh3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGecpGzBbtaRWJWa07Qed597DWEfg30h { display:block; }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7mWeVlUGCDy9rsXobWiAfhnV0320dnR { top:8.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNJCGTF0IMzNo2NlftK3PiWDQslEViNB { top:13.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs2ug29HiZXht97No1abEBQC7gsZHVLw { top:15.5rem;left:0.65625rem;width:43.0625rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBZ5DoI9wT9zELKdB4rCoabOt5TNnLcU { top:13.9375rem;left:0rem;width:7.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szbpZ4TeHr6vvch8kykQiLKDDPrEmgv7 { top:6.875rem;left:11.4375rem;width:25rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n82TbTlrUobAsmyRHHXqz9Xe79s6r2KE { width:47.75rem;height:18.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ { display:block; }#rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQ19RN6yDUpLia2h226foypoXNkOfGbh { display:block; }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3f022554e0a9edf3f4e5ee0cb8f0fb7 { top:24.25rem;left:0rem;width:31.375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wff1340173f874d4e1968a3c7d9488eb { top:2.125rem;left:0rem;width:30.8125rem;height:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6c8236e03f6dc9acb84c3607c68f656 { width:6.25rem;height:6.25rem;top:14.25rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb0c9a07a76c51c8f270df99385220c5 { width:6.25rem;height:6.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd673731eacca0387cad21c9977d278f { top:11.3125rem;left:3.4375rem;width:17.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvv7CxzMPb8UMhCtfSCz98TC5h5DlVud { width:21.0625rem;height:2.8125rem;top:39.3125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8xcIVigHk4DLvaFKT695isAOqsT3rLh { display:block; }
 }@media only screen and (max-width: 763px) { #NzQdw5S2G7MNGcOd3St1P2TaapU39sGN { top:35.1875rem;left:0.9375rem;width:45.9375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaaDpN77KhVgLhTooIlGcwdph21ldZI0 { top:18.75rem;left:29.5rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOxPc9pTPLNeqdMh53LRqUIIlC1GC9zD { top:1.0625rem;left:28.625rem;width:19.125rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXIwaDz6KBzrQ33NMMyPqJUPi4PVnc5C { top:12.3125rem;left:35.25rem;width:12.5rem;height:13rem;font-size:1rem;display:block; }#NXIwaDz6KBzrQ33NMMyPqJUPi4PVnc5C li:before{  }
 }@media only screen and (max-width: 763px) { #AAayqSuLan0bTSTmHDB2q8xKL0pd1hVA { top:8.875rem;left:39rem;width:5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkvSzMLwapKneJUiIfAIInJ5VfC6QHHZ { top:8.875rem;left:43.9375rem;width:3.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7pK34zsuEoNroqONoA4Pu5c5ZgZT3Ww { top:7.625rem;left:39rem;width:5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn3qwm9HLgLnpwcPKZfTIVgA2w7ssnJQ { top:3.5625rem;left:35.25rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx { display:block; }#wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAkribaAnS53DHI4ys3bcc10zEtKhFLT { display:none; }
 }@media only screen and (max-width: 763px) { #OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm { display:block; }#OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdBhtR4e7F9e4ABgwzDxcWvqWTxFpPbl { top:1.4375rem;left:0rem;width:44.25rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS86JF5WIleE1STa8k5nIJJG9OdEIbyc { top:5.875rem;left:0rem;width:12.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #esAh0nJTdcxdbazn6PiWhVDZnZWf5wqG { top:12.125rem;left:0rem;width:31.875rem;height:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vftNKoJwe9cqgAAx0bTZ50qRvlTiMB1B { top:7.0625rem;left:0rem;width:28.125rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdvqkUgLTAaMdsxHNIMqHSLLI3mitTbQ { top:62rem;left:0rem;width:39.5625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQuvlr3bxJyug4MsrrsBuxTqptwlfsme { top:7rem;left:17.5615234375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBTCahXzaRWTBBOdSUfgGyzpOT89Ibtk { top:1.4375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-button { width:42.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.125rem; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8  { width:45.25rem;height:auto;top:19.8125rem;left:0rem; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 {display:block;}#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 { width:45.25rem;height:auto;top:19.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #n3uJBSheTpKNJOfKrfCS8kbLbuyzNnIJ {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #J9yrtPf2OJdPKW69crmnzUOkxNH6n2q0 { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #oiBBcJ3LKJFRBFiPJISGCB8vMiHiD9tU {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #d4T5oySTNBPciimMVU3ZTUDHa1eOwGXu {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #XM7h4QHc1Jqb6mMBuMy5buZI3URdTgmT { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #NLUaw6TG7l1nGm2liTKWXdIc0Dm1e7Xk {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #oS3Wq0M2zMV9VPhah7cUywBH9GxKoWIG {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #VBGp9RKJiE1GaAoLZwwi2P6FGN8haXCt { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #PZAt0ctUZvTrNTghTNUnpflQO9LtaMWk {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #uS0O6k0LxchDvz2iAtkkr1qZO4pXiOX9 {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #VuQ6WuBk4RigFnIf558VPeV9ffdJ5d7W { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #ke2dncFimzWNiKVrg2RruqX8qQG2nJPl {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #G4BwWHVqwiXn3q326MJMNQEr024zrnEX {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #CAgC7kgcvfioldalkvzwgbRLxT4BkUWf {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #bK58pE7TPxseLc5WKzUetzXmc0vmTTKe {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #gwPL1gCHy8DQenedzqvnvRRP3L4FMueg {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #RIcXSQARgcpsJCvIxwk7KPzidkG0MAU0 { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #FLezpGP9c2QioT3TOWNyQLzSLC0hTZFl {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #hbSD53cXh26Kv2NAhbeIMciaNFPIwr1q {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #NBdB1mbZLsKMaQWdB5ArBkC7SaoyEZ1l { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #TBlBl7ULRFt40w63JqArm4k0PrSdoN5R {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #ElRGzkKdX99vTTxUFSERcBIBQ0Ddg8zE {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #BrWPaeNvOACHaXq3x36upxRh2svzEW4T { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #PLvav6bgz5o2FOkIvuuUIgm0xDBTzI4s {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #NFlLh03vnLEsXTNTUEpCDBTK5lm1mB7B {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #lSQVPbClNJTQMTEOi6yGywABkrSGodbv {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #fCkCquiPH5PW7cDemBfTU2IOrG7DoaL8 {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #dGaEMPW0yNhH0xS1T7w2qs7Rp6sSBXzO {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #iaSIzIJLemaUBPUwd1TiULu8S1Fvbix4 { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #FwIHn0F7swsObXykdovLgs4DGXbkNKlb {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #AZCcZeSJMKoaCyEEArinAUGX1AJcTdPS {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #xC0ISVLGFoVQt4UG4xWnX6v5Zz9sgOXM {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #FXJ4VVwOJrv6zw4fEKritVHGxRE32nVg {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #CTNAQXweAnr2XFqL6nZZiN75hSTtNZUp {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #n8GB9xJJCSNnUA1XlnxvHyyDybF8tJK9 {  }
 }@media only screen and (max-width: 763px) { #sSUv6T35t7xHgfiFDLRu2AhkMsquBu8q { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #eRVgF0E3mBa9XebkP1q6Tv2UgJvcI4DH {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #KTRIDbHpO9MOfzKHb8APTmirNdTWK0Wc {  }
 }@media only screen and (max-width: 763px) { #cI5OaLrSRShoOUuKQJEMcER3pDl7vqxN { top:18.875rem;left:8.125rem;width:39.5625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVWNks27GNpJ7oZo035G1gIKvVibXvxE { top:1.4375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM { display:block; }#ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wtq8RvQrSRKh2dopbTeAiKtRsqkbFGQK { display:none; }
 }@media only screen and (max-width: 763px) { #fROQwk4PW1EnGFilBqiwm4XuiT9UAXmX { display:block; } #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection *:focus-visible, #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection input[type="text"]:focus-visible, #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection input[type="email"]:focus-visible, #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection input[type="tel"]:focus-visible, #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection textarea:focus-visible { outline: none; } #fROQwk4PW1EnGFilBqiwm4XuiT9UAXmX > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTRh4tk70ofPHxnwWso6vITMoW6OAB2i { display:block; } #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection *:focus-visible, #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection input[type="text"]:focus-visible, #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection input[type="email"]:focus-visible, #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection input[type="tel"]:focus-visible, #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection textarea:focus-visible { outline: none; } #BTRh4tk70ofPHxnwWso6vITMoW6OAB2i > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl { display:block; }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auarEdiJvAhTQvzBfEIvwvl78wDGobHP { top:1.25rem;left:7.875rem;width:32rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #klPJBIWV8XrwlMNOHnd502aqfqgxxX4R { display:block; }#klPJBIWV8XrwlMNOHnd502aqfqgxxX4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR { display:block; }#L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRQGREJtiUlX03MVyX0kpubuMzlGAZQH { top:1.5rem;left:0rem;width:47.75rem;height:10.196614583333rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Apt4N16Kn4T8cCn2NtFVylWsicCQupbG { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Apt4N16Kn4T8cCn2NtFVylWsicCQupbG > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQKBVvVXTWMxnQv52oQlFm5GTiTLi7ip { width:6.4995625rem;height:2.93728125rem;top:1.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAZFMGzVzB9dsJkh2A05nuWoVaF2LW5U { width:18.125rem;height:1.9375rem;top:4.5615234375rem;left:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nThoeT6H81hB53oJwbNr5nFhrJAN0nvv { display:block; }
 }@media only screen and (max-width: 763px) { #EXfoJT1RWDCDciiTXD8haX04LBMvEoh3 { position:relative;z-index:auto;display:block; }#EXfoJT1RWDCDciiTXD8haX04LBMvEoh3 > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGecpGzBbtaRWJWa07Qed597DWEfg30h { background-color:#ffffff;background-image:none;display:block; }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row .container { background-color: transparent; background-image: none; }#RGecpGzBbtaRWJWa07Qed597DWEfg30h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row .container > .video-iframe-container { display: none; }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row > .video-iframe-container { display: none; }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .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); }#RGecpGzBbtaRWJWa07Qed597DWEfg30h > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7mWeVlUGCDy9rsXobWiAfhnV0320dnR { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tNJCGTF0IMzNo2NlftK3PiWDQslEViNB { width:20rem;height:0;top:10.81640625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Gs2ug29HiZXht97No1abEBQC7gsZHVLw { width:20rem;height:0;top:16.29101875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aBZ5DoI9wT9zELKdB4rCoabOt5TNnLcU { width:4.3125rem;height:3.9375rem;top:16.0625rem;left:15.5859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #szbpZ4TeHr6vvch8kykQiLKDDPrEmgv7 { width:20rem;height:0;top:7.69921875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n82TbTlrUobAsmyRHHXqz9Xe79s6r2KE { top:0.75rem;left:0rem;width:20rem;height:7.6875rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ { display:block; }#rFLMzxS8RfxLWhdhP7mo0LWZmvrRCBSJ > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQ19RN6yDUpLia2h226foypoXNkOfGbh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Cb7APa3X/Bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#iQ19RN6yDUpLia2h226foypoXNkOfGbh.adaptive-delivery-prevent-bg, #iQ19RN6yDUpLia2h226foypoXNkOfGbh.lazyload, #iQ19RN6yDUpLia2h226foypoXNkOfGbh.lazyloading { background-image: none; }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row .container { background-color: transparent; background-image: none; }#iQ19RN6yDUpLia2h226foypoXNkOfGbh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row .container > .video-iframe-container { display: none; }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row > .video-iframe-container { display: none; }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .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); }#iQ19RN6yDUpLia2h226foypoXNkOfGbh > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3f022554e0a9edf3f4e5ee0cb8f0fb7 { width:19.9970625rem;height:3.8994125rem;top:14.875rem;left:0.0029296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wff1340173f874d4e1968a3c7d9488eb { width:19.9975625rem;height:4.3857375rem;top:1.625rem;left:0.0009765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6c8236e03f6dc9acb84c3607c68f656 { width:6.25rem;height:6.25rem;top:7.7275390625rem;left:13.625rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #sb0c9a07a76c51c8f270df99385220c5 { width:6.25rem;height:6.25rem;top:0.2578125rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #Qd673731eacca0387cad21c9977d278f { width:14.5625rem;height:5.25rem;top:7.1953125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvv7CxzMPb8UMhCtfSCz98TC5h5DlVud { width:13.1875rem;height:2rem;top:54.912109375rem;left:3.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8xcIVigHk4DLvaFKT695isAOqsT3rLh { display:block; }
 }@media only screen and (max-width: 763px) { #NzQdw5S2G7MNGcOd3St1P2TaapU39sGN { width:20rem;height:2.5996125rem;top:51.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaaDpN77KhVgLhTooIlGcwdph21ldZI0 { width:12.5rem;height:12.5rem;top:36.5rem;left:0.4375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #hOxPc9pTPLNeqdMh53LRqUIIlC1GC9zD { width:19.125rem;height:26.75rem;top:20.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXIwaDz6KBzrQ33NMMyPqJUPi4PVnc5C { width:12.5rem;height:13.046875rem;top:32.4013671875rem;left:3.75rem;font-size:1rem;display:block; }#NXIwaDz6KBzrQ33NMMyPqJUPi4PVnc5C li:before{  }
 }@media only screen and (max-width: 763px) { #AAayqSuLan0bTSTmHDB2q8xKL0pd1hVA { width:5rem;height:2.5996125rem;top:28.3125rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkvSzMLwapKneJUiIfAIInJ5VfC6QHHZ { width:3.25rem;height:1.7871125rem;top:28.71875rem;left:10.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7pK34zsuEoNroqONoA4Pu5c5ZgZT3Ww { width:5rem;height:1.625rem;top:27.0625rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn3qwm9HLgLnpwcPKZfTIVgA2w7ssnJQ { width:12.5rem;height:2.5996125rem;top:23rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx { display:block; }#wqdT8ZsX7w3ir4bhNc60IwgnH1g3ORbx > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAkribaAnS53DHI4ys3bcc10zEtKhFLT { top:0rem;left:19.375rem;width:0.625rem;height:0.625rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm { display:block; }#OwLZHlNf8SZtGhGa6lsR8H4X5hr3fCQm > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdBhtR4e7F9e4ABgwzDxcWvqWTxFpPbl { width:17.5rem;height:3.5996125rem;top:1.3115234375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bS86JF5WIleE1STa8k5nIJJG9OdEIbyc { width:12.5rem;height:0.0615234375rem;top:6rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #esAh0nJTdcxdbazn6PiWhVDZnZWf5wqG { width:20rem;height:6.99706875rem;top:10.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vftNKoJwe9cqgAAx0bTZ50qRvlTiMB1B { width:19.8105625rem;height:3rem;top:6.875rem;left:0.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pdvqkUgLTAaMdsxHNIMqHSLLI3mitTbQ { width:19.9375rem;height:17.9375rem;top:62rem;left:0rem;z-index:4998;display:none; }
 }@media only screen and (max-width: 763px) { #eQuvlr3bxJyug4MsrrsBuxTqptwlfsme { width:0.999025rem;height:0.999025rem;top:1.3115234375rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBTCahXzaRWTBBOdSUfgGyzpOT89Ibtk { width:12.5rem;height:12.5rem;top:19.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(60deg, rgba(255,126,111,0.62), rgba(0,0,0,0));background-image: -moz-linear-gradient(60deg, rgba(255,126,111,0.62), rgba(0,0,0,0));background-image: -ms-linear-gradient(60deg, rgba(255,126,111,0.62), rgba(0,0,0,0));background-image: -o-linear-gradient(60deg, rgba(255,126,111,0.62), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e6f9e', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e6f9e', endColorstr='#00000000' );";background-image: linear-gradient(60deg, rgba(255,126,111,0.62), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-regular-label { font-size:0.8125rem;overflow:hidden;height:auto;line-height:1.1;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;font-size:0.9375rem;overflow:hidden;height:2.25rem; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-radio-label { font-size:0.875rem;overflow:hidden; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-container:first-of-type{padding-top:0;}#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-container:last-of-type{padding-bottom:0;}#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8  { width:17.5rem;height:auto;top:20.9375rem;left:0rem;z-index:15005; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 .widget-info-text { font-size:0.5625rem;overflow:hidden;height:auto; }
#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 {display:block;}#C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 { width:17.5rem;height:auto;top:20.9375rem;left:0rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #n3uJBSheTpKNJOfKrfCS8kbLbuyzNnIJ {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #J9yrtPf2OJdPKW69crmnzUOkxNH6n2q0 { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #oiBBcJ3LKJFRBFiPJISGCB8vMiHiD9tU {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #d4T5oySTNBPciimMVU3ZTUDHa1eOwGXu {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #XM7h4QHc1Jqb6mMBuMy5buZI3URdTgmT { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #NLUaw6TG7l1nGm2liTKWXdIc0Dm1e7Xk {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #oS3Wq0M2zMV9VPhah7cUywBH9GxKoWIG {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #VBGp9RKJiE1GaAoLZwwi2P6FGN8haXCt { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #PZAt0ctUZvTrNTghTNUnpflQO9LtaMWk {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #uS0O6k0LxchDvz2iAtkkr1qZO4pXiOX9 {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #VuQ6WuBk4RigFnIf558VPeV9ffdJ5d7W { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #ke2dncFimzWNiKVrg2RruqX8qQG2nJPl {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #G4BwWHVqwiXn3q326MJMNQEr024zrnEX {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #CAgC7kgcvfioldalkvzwgbRLxT4BkUWf {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #bK58pE7TPxseLc5WKzUetzXmc0vmTTKe {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #gwPL1gCHy8DQenedzqvnvRRP3L4FMueg {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #RIcXSQARgcpsJCvIxwk7KPzidkG0MAU0 { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #FLezpGP9c2QioT3TOWNyQLzSLC0hTZFl {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #hbSD53cXh26Kv2NAhbeIMciaNFPIwr1q {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #NBdB1mbZLsKMaQWdB5ArBkC7SaoyEZ1l { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #TBlBl7ULRFt40w63JqArm4k0PrSdoN5R {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #ElRGzkKdX99vTTxUFSERcBIBQ0Ddg8zE {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #BrWPaeNvOACHaXq3x36upxRh2svzEW4T { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #PLvav6bgz5o2FOkIvuuUIgm0xDBTzI4s {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #NFlLh03vnLEsXTNTUEpCDBTK5lm1mB7B {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #lSQVPbClNJTQMTEOi6yGywABkrSGodbv {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #fCkCquiPH5PW7cDemBfTU2IOrG7DoaL8 {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #dGaEMPW0yNhH0xS1T7w2qs7Rp6sSBXzO {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #iaSIzIJLemaUBPUwd1TiULu8S1Fvbix4 { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #FwIHn0F7swsObXykdovLgs4DGXbkNKlb {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #AZCcZeSJMKoaCyEEArinAUGX1AJcTdPS {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #xC0ISVLGFoVQt4UG4xWnX6v5Zz9sgOXM {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #FXJ4VVwOJrv6zw4fEKritVHGxRE32nVg {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #CTNAQXweAnr2XFqL6nZZiN75hSTtNZUp {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #n8GB9xJJCSNnUA1XlnxvHyyDybF8tJK9 {  }
 }@media only screen and (max-width: 763px) { #sSUv6T35t7xHgfiFDLRu2AhkMsquBu8q { display:block; }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #eRVgF0E3mBa9XebkP1q6Tv2UgJvcI4DH {  }
 }@media only screen and (max-width: 763px) { #C8txWeKBQdJXJWLD8umqbscN9lB3L5Q8 #KTRIDbHpO9MOfzKHb8APTmirNdTWK0Wc {  }
 }@media only screen and (max-width: 763px) { #cI5OaLrSRShoOUuKQJEMcER3pDl7vqxN { width:19.9375rem;height:17.9375rem;top:18.875rem;left:0rem;z-index:4998;display:none; }
 }@media only screen and (max-width: 763px) { #yVWNks27GNpJ7oZo035G1gIKvVibXvxE { width:12.5rem;height:12.5rem;top:70.8125rem;left:7.5rem;z-index:4997;background-color:transparent;background-image: -webkit-linear-gradient(224deg, rgba(var(--color-tertiary-2),0.62), rgba(0,0,0,0));background-image: -moz-linear-gradient(224deg, rgba(var(--color-tertiary-2),0.62), rgba(0,0,0,0));background-image: -ms-linear-gradient(224deg, rgba(var(--color-tertiary-2),0.62), rgba(0,0,0,0));background-image: -o-linear-gradient(224deg, rgba(var(--color-tertiary-2),0.62), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='#00000000' );";background-image: linear-gradient(224deg, rgba(var(--color-tertiary-2),0.62), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM { display:block; }#ODL5ToM34O8nLz3CvyVonKN47Rl8sGOM > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wtq8RvQrSRKh2dopbTeAiKtRsqkbFGQK { top:0rem;left:19.375rem;width:0.625rem;height:0.625rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fROQwk4PW1EnGFilBqiwm4XuiT9UAXmX { display:block; } #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection *:focus-visible, #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection input[type="text"]:focus-visible, #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection input[type="email"]:focus-visible, #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection input[type="tel"]:focus-visible, #cc0fc73bca0ad887aab07e29b8236376.widget-smartsection textarea:focus-visible { outline: none; } #fROQwk4PW1EnGFilBqiwm4XuiT9UAXmX > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTRh4tk70ofPHxnwWso6vITMoW6OAB2i { display:block; } #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection *:focus-visible, #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection input[type="text"]:focus-visible, #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection input[type="email"]:focus-visible, #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection input[type="tel"]:focus-visible, #b814fa2d0cafe7230b5d716dcbd4d956.widget-smartsection textarea:focus-visible { outline: none; } #BTRh4tk70ofPHxnwWso6vITMoW6OAB2i > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row .container { background-color: transparent; background-image: none; }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row .container > .video-iframe-container { display: none; }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row > .video-iframe-container { display: none; }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .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); }#TtF4enVylF48fpG4CQxM4QTEC0nmw0Pl > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auarEdiJvAhTQvzBfEIvwvl78wDGobHP { width:18.625rem;height:6.875rem;top:0.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klPJBIWV8XrwlMNOHnd502aqfqgxxX4R { display:block; }#klPJBIWV8XrwlMNOHnd502aqfqgxxX4R > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR { display:block; }#L4VPVEKvRSG8ICdwFUQZMLRFsdwJ8LOR > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRQGREJtiUlX03MVyX0kpubuMzlGAZQH { width:20rem;height:4.3125rem;top:1.25rem;left:0rem;display:block; }
 }