.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:224,237,231;--color-primary-1:163,200,184;--color-primary-2:102,163,136;--color-primary-3:61,98,82;--color-primary-4:0,102,57;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:47,47,47;--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;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container { background-color: transparent; background-image: none; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container > .video-iframe-container { display: none; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row > .video-iframe-container { display: none; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .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); }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container { border-width: 0; border-radius: 0; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#T7E41BBbw1VEJDG9QWLuEDKQWylnJRqm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#QOikksi19ic5dStXKGCwnACJdrfwBayG { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #006639, #00331d);background-image: -moz-linear-gradient(45deg, #006639, #00331d);background-image: -ms-linear-gradient(45deg, #006639, #00331d);background-image: -o-linear-gradient(45deg, #006639, #00331d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006639', endColorstr='#00331d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006639', endColorstr='#00331d' );";background-image: linear-gradient(45deg, #006639, #00331d);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: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.8739151954651rem;left:47.5rem;display:block; }
#hWfBvsIvyoHfF9pvLR4Uv9KWdFLA42Tp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP { position:relative;display:none; }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP { border-width: 0; border-radius: 0; }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/c5f83894-b907-42ed-b15f-4f69a547475c/pic_140.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld.adaptive-delivery-prevent-bg, #uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld.lazyload, #uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld.lazyloading { background-image: none; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row .container { background-color: transparent; background-image: none; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row .container > .video-iframe-container { display: none; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row > .video-iframe-container { display: none; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .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); }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row .container { border-width: 0; border-radius: 0; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#LusTu2OfWuOQ8q4alZefvZMvT94zGSX3 { box-sizing:content-box;height:31.25rem;width:25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.375rem;left:32.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-form-header {  }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#00539f;width:20.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.2;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.2; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-text {padding-top: 0; padding-bottom: 0;}#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.2; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-select {padding-top: 0; padding-bottom: 0;}#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .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; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #006639, #00331d);background-image: -moz-linear-gradient(45deg, #006639, #00331d);background-image: -ms-linear-gradient(45deg, #006639, #00331d);background-image: -o-linear-gradient(45deg, #006639, #00331d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006639', endColorstr='#00331d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006639', endColorstr='#00331d' );";background-image: linear-gradient(45deg, #006639, #00331d);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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.5rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.2;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib [class*="-text"]:-moz-placeholder { color:#666666;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib [class*="-text"]::-moz-placeholder { color:#666666;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.2;font-size:0.6875rem;font-weight:300;color:#00539f;vertical-align:top;width:19.25rem;overflow:hidden;font-style:normal;float:none; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .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; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-container:first-of-type{padding-top:0;}#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-container:last-of-type{padding-bottom:0;}#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.6484375rem;left:33.5rem; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5rem;display:block;vertical-align:top; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib {display:block;}#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.6484375rem;left:33.5rem; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #obLgKgPWRBIcoUHFumhifxZq3leSDXeT { position:relative; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #WTHkPoIJev18vfQoypmo6Biuea8BZcXT { position:relative;display:none; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #az95vFvLNKSEXVLLg3hlLAIdGmm7MFNV { position:relative; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #U4aMXXMnnfnKBL4Ti4ADsVmDBVzB7Mp6 { position:relative; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #pecam8y4WAkIKWdKfLVb6mxZTFiTcyuJ { position:relative;display:none; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #AezC7WhWz4WILT1mVTNyaBpHoWoLzJNo { position:relative; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #EdecpEvlocCMuQas9uG0dxIPCsTrZEQ3 { position:relative;display:block;z-index:15000; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #ZLr2fGd4R1EkX77MEUPVlSfg1BV0C3Sh { position:relative;display:block;z-index:15000; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #wWePsKL67JSvBq7mqSPeJKeysATTkpRQ { position:relative; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #WsvxtofxRm4ZOL48qfMwPNbLNSbH4mu2 { position:relative; }
#b8BtZFdG5S8aWvfxqqcz07rNLhmcFhTA { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:17.25rem;left:32.5rem;height:2.398725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLa9pmQiFWKGTfDKhFo7sKuD9ZzagKs3 { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:12.3125rem;left:32.5rem;height:1.65003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WW1IXaSRMFJdmk8B8suP6fm8UmzEtzr2 { color:#a71876;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:14.25rem;left:32.5rem;height:2.398725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZJ5Tvt64Giv5LvZp0nFMpcxhOzs2WSg { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:20.5rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.8125rem;left:34.75rem;display:block; }
#L8s4srG3amwGElO2NsiuQrrE2nuknP7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmfhla4lA9sNaTykBoK1O8KLMpVXA7UX { position:absolute;display:block;z-index:15012;height:8.5625rem;width:15.3125rem;top:35.1875rem;left:0rem;display:block; }
#Aw7yOope3l4g0hf1xekWRWlFNLzH53ET { color:#a71876;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:10.625rem;left:32.5rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k { position:relative;display:block; }#iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k { background-color: transparent; background-image: none; }#iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k > .row .container > .video-iframe-container { display: none; }#iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k > .row > .video-iframe-container { display: none; }#iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k > .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); }#iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k { border-width: 0; border-radius: 0; }#iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pq8VTpGmdVX6Ckld6B1JTqIx8ad4JLmv { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.6990032196045rem;left:17.5rem;height:1.65003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HuyEyW4OTToZhJRdKVFdyN1mKTW0JR9g { color:#a71876;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:2.5rem;left:17.5rem;height:1.1993625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EAqRcl0RK48gqHNiBmsyEncmRTO2msHI { color:#333333;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:6.625rem;left:11.25rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aLBwrUVTH5lTB2yx31lCZ8DvqLZnN6pq { color:#333333;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.9218764305113rem;left:11.25rem;height:4.04948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vPKIqHAWIr1W8EubwvgtiJBqIawl2Evf { color:#a71876;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:7.9730906486513rem;left:11.25rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erwkq21RRWSOpWHZhJ6LC7S6vA5n8SOi { color:#333333;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:14.625rem;left:17.5rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa { position:relative;display:block; }#tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa { background-color: transparent; background-image: none; }#tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa > .row .container > .video-iframe-container { display: none; }#tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa > .row > .video-iframe-container { display: none; }#tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa > .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); }#tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa { border-width: 0; border-radius: 0; }#tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZBvuOr23R5EOv2unrTdpyPVXR7va1Shg { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.875rem;left:17.5rem;height:1.65003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGGpG57nv0RquMMmnERBoQQcmiNEhKq9 { position:relative;display:block; }#RGGpG57nv0RquMMmnERBoQQcmiNEhKq9 { background-color: transparent; background-image: none; }#RGGpG57nv0RquMMmnERBoQQcmiNEhKq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGGpG57nv0RquMMmnERBoQQcmiNEhKq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGGpG57nv0RquMMmnERBoQQcmiNEhKq9 > .row .container > .video-iframe-container { display: none; }#RGGpG57nv0RquMMmnERBoQQcmiNEhKq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGGpG57nv0RquMMmnERBoQQcmiNEhKq9 > .row > .video-iframe-container { display: none; }#RGGpG57nv0RquMMmnERBoQQcmiNEhKq9 > .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); }#RGGpG57nv0RquMMmnERBoQQcmiNEhKq9 { border-width: 0; border-radius: 0; }#RGGpG57nv0RquMMmnERBoQQcmiNEhKq9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RGGpG57nv0RquMMmnERBoQQcmiNEhKq9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fa3fooZWewGdbDqhGb9Ctf6UkM72qKmq { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:3.75rem;top:2.25rem;left:10.5625rem;overflow:hidden;display:block; }
#WPpwyOSqOG9on9MkqnrJDgnwrylGDRFA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:3.75rem;top:9.6875rem;left:10.5625rem;overflow:hidden;display:block; }
#oTiiZCCreFPMa1CpQTHUeyLnpoGwuWaU { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:3.75rem;top:17.1875rem;left:10.5625rem;overflow:hidden;display:block; }
#JnAAaS23w57xOitAP53AwUIzfug97o7l { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:3.75rem;top:24.6875rem;left:10.5625rem;overflow:hidden;display:block; }
#weenWn8laBaKN1nmygsV1cKmhO31v4TX { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.0625rem;left:10.375rem;border-top:0.25rem solid #f2f2f2;border-left:0.25rem solid #f2f2f2;border-right:0.25rem solid #f2f2f2;border-bottom:0.25rem solid #f2f2f2;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#UuqiZVe5p9ZLTqzKbdKvT69VEanHPf0s { color:#333333;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.8125rem;left:18.375rem;height:2.398725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qtHaQfVKIXZAdIFsgd5VSMmVuzT6JpfE { color:#a71876;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.0625rem;left:18.375rem;height:1.349825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#venDAS6OyLzbEnXFPuMAVmXTKEgUhTqh { box-sizing:content-box;height:6.25rem;width:33.75rem;position:absolute;display:block;z-index:15003;background-color:#f2f2f2;background-image:none;top:0rem;left:15.875rem;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: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#WBFRAPiVMJZOJelHmoUmHpdZcLdbHGhs { box-sizing:content-box;height:6.25rem;width:33.75rem;position:absolute;display:block;z-index:15004;background-color:#f2f2f2;background-image:none;top:7.5rem;left:15.875rem;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: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#tKtXiSHM15FpuDmy2yEzxI1Gyuma4RmT { box-sizing:content-box;height:6.25rem;width:33.75rem;position:absolute;display:block;z-index:15005;background-color:#f2f2f2;background-image:none;top:15rem;left:15.875rem;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: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#STktT4zMS5Dn3FuGpTUbX3CnXbDZy8bU { box-sizing:content-box;height:6.25rem;width:33.75rem;position:absolute;display:block;z-index:15006;background-color:#f2f2f2;background-image:none;top:22.5rem;left:15.875rem;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: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#sgaT38kxwdTXsRGzhfNWsT2CP1aE4O9H { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.5625rem;left:10.375rem;border-top:0.25rem solid #f2f2f2;border-left:0.25rem solid #f2f2f2;border-right:0.25rem solid #f2f2f2;border-bottom:0.25rem solid #f2f2f2;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#sJpv6Mv6PzsEgX8PaFrJuUwqJWCGSsUF { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.0625rem;left:10.375rem;border-top:0.25rem solid #f2f2f2;border-left:0.25rem solid #f2f2f2;border-right:0.25rem solid #f2f2f2;border-bottom:0.25rem solid #f2f2f2;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#JPmmBbFSMFLhuCGECOz6cHT6Sd5Ct5kZ { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.75rem;left:10.375rem;border-top:0.25rem solid #f2f2f2;border-left:0.25rem solid #f2f2f2;border-right:0.25rem solid #f2f2f2;border-bottom:0.25rem solid #f2f2f2;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#o4uylyLkTs25SMv0zTuCAIEtiAbgp3Fg { color:#333333;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:10.3125rem;left:18.375rem;height:2.398725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ulswKGErvEXoRPCv4IhUBrWgDUO2nqu4 { color:#a71876;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.5625rem;left:18.375rem;height:1.349825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gCh1TRWA6XXT4CCPdNynS1eQ6SZpUX13 { color:#333333;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:17.8125rem;left:18.375rem;height:2.398725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uxqwta16eXzA4zwy3XR6DhIoNrVcJKHt { color:#a71876;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:16.0625rem;left:18.375rem;height:1.349825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QwoHPgiL3k0Ei8CUX6dZ0KbPQ2q6Iz6c { color:#333333;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:25.3125rem;left:18.375rem;height:2.398725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L32UTNnw8N9yaRymmBD7toO8syXyztnm { color:#a71876;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:23.5625rem;left:18.375rem;height:1.349825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX { position:relative;display:block; }#gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX { background-color: transparent; background-image: none; }#gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX > .row .container > .video-iframe-container { display: none; }#gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX > .row > .video-iframe-container { display: none; }#gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX > .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); }#gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX { border-width: 0; border-radius: 0; }#gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V3dyNhxE0tzScvAopwrB7ng4iConNLGS { color:#a71876;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:1.25rem;left:17.5rem;height:1.1993625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZkrE5Wmhrs35VwfvPQ4T4KdEWTUv4GD { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.44921875rem;left:17.5rem;height:1.65003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF { position:relative;display:block; }#ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF { background-color: transparent; background-image: none; }#ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF > .row .container > .video-iframe-container { display: none; }#ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF > .row > .video-iframe-container { display: none; }#ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF > .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); }#ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF { border-width: 0; border-radius: 0; }#ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AFh5wBXJy1GGtfJ6TOSkRAcDNh1MW9gt { box-sizing:content-box;height:11.25rem;width:15rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:1.5625rem;left:2.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#PBp9z03OOhF1wtT4E98310N6FT60JlRe { box-sizing:content-box;height:3.125rem;width:3.125rem;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:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:8.375rem;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#gapu9rpa3sei4lU72EqPdG8DcHo4CJBV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0.1875rem;left:8.5625rem; }
#v16JiAHxLGg7nfmOA1cD2Zi08xKfiAJW { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.625rem;left:3.75rem;height:3.59809375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PJ1pavnbxXZmefCIOqzBnMTIE98gCVZS { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.375rem;left:3.75rem;height:1.65003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iOCTUWqK7CdI8BdESH9QMJGOl5sZ7oi6 { box-sizing:content-box;height:11.25rem;width:15rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:1.5625rem;left:22.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#ssPFVxPpaHRuXIr5s9eL76eeLmWwQv5X { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:4.375rem;left:23.75rem;height:1.65003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxqpJuVtsd0h02nJB1hvZHdFpdunLfNv { box-sizing:content-box;height:3.125rem;width:3.125rem;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:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:28.375rem;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#CEqc76vuKRHqIOFyIh2TrcBZtKq4wdg1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.1875rem;left:28.5625rem; }
#Wu8J3PmWqOJVKBhsxsLd0bkrzGBzX1qi { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:6.625rem;left:23.75rem;height:3.59809375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDc6XSGVM6UX5T81bMTOlV9Ztfdm0Vsn { box-sizing:content-box;height:11.25rem;width:15rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #f2f2f2, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:1.5625rem;left:42.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#PIoHaJb6e102vgTTedTImIE2t0ti74b7 { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:4.375rem;left:43.75rem;height:1.65003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UW6XwSHz6JzfIeT85pGZRUi7BWlQK3IW { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.625rem;left:43.75rem;height:4.79745625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STJ9DHqPXkdWqHzu8K6pAn1s8EPmyaNT { box-sizing:content-box;height:3.125rem;width:3.125rem;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:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:48.375rem;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#Pcqug962yDVeod0fTIrCxEvdETG6VxGO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.1875rem;left:48.5625rem; }
#QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq { position:relative;display:block; }#QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq { background-color: transparent; background-image: none; }#QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq > .row .container > .video-iframe-container { display: none; }#QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq > .row > .video-iframe-container { display: none; }#QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq > .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); }#QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq { border-width: 0; border-radius: 0; }#QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qgvcMPttBadDwAhAdWUyU3sZRTGAChCt { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.875rem;left:17.5rem;height:3.30005625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce { position:relative;display:block; }#BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce { background-color: transparent; background-image: none; }#BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce > .row .container > .video-iframe-container { display: none; }#BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce > .row > .video-iframe-container { display: none; }#BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce > .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); }#BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce { border-width: 0; border-radius: 0; }#BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zcx7DD9es9DvT4R57umDleXP1Ly8rv7X { color:#a71876;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:5.5625rem;left:6.25rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#irPL1XsA0866TXBqECGf2v1Qip8A9P9m { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:8.875rem;left:6.25rem;height:5.99681875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWAHMitkxoQ8s2wt7izSCCSkRFVuz71f { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:12.5rem;top:0rem;left:6.25rem;overflow:hidden;display:block; }
#WVTLm1HrKi0BkG2dVfy6h3qoCNZH75sg { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:8.875rem;left:23.75rem;height:3.59809375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ux5e5tiOaseqknhzrl9lLGEJOdUE1FxN { color:#a71876;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.5625rem;left:23.75rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DbAffwlq54Ti5MM8akxNyS4TWDDLHpC9 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.87478351593rem;left:41.25rem;height:4.79745625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DllddTrBfA2ZkECXUkoEk1zfngCpmx7w { color:#a71876;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:5.5620660781861rem;left:41.25rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BtNtVdkOTTfmE8qMqqdOhUTn4Vm3gGLf { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:12.5rem;top:0rem;left:23.75rem;overflow:hidden;display:block; }
#IID8lJrPMkURVc13G5qyT1B3W6im4pyT { position:absolute;display:block;z-index:15024;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:5rem;width:12.5rem;top:0rem;left:41.25rem;overflow:hidden;display:block; }
#yT46NOT0NEDqoHVABDC5XbQDgRc3c2xn { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:12.5rem;top:17.375rem;left:15rem;overflow:hidden;display:block; }
#BTxPXbUs8qqsO4AcQxIGmrZtrl3gMc5T { position:absolute;display:block;z-index:15024;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:5rem;width:12.5rem;top:17.375rem;left:32.5rem;overflow:hidden;display:block; }
#eQC7xnDOVO9AP6bs8KlXTTEwnnXZAfuy { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:26.3125rem;left:32.5rem;height:3.59809375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#co2h9P8ROHzT2cb0BX2usTG31WLxM2Bh { color:#a71876;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:23rem;left:32.5rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P6dXmZlh0aSXkstz7ep3BUTDuQxRPzUf { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:26.3125rem;left:15rem;height:4.79745625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kB0qWLK0w36CRXQFtRnlJgTNrTkQmtDd { color:#a71876;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23rem;left:15rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co { position:relative;display:block; }#e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co { background-color: transparent; background-image: none; }#e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co > .row .container > .video-iframe-container { display: none; }#e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co > .row > .video-iframe-container { display: none; }#e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co > .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); }#e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co { border-width: 0; border-radius: 0; }#e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#exfzTZHtrLTnmAftcC0uKuTLqD9BBAXH { color:#a71876;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:5rem;left:5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7fk5ZonCfarh2Ax2Ti4hVIKVF2I3mQ7 { color:#333333;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:7.125rem;left:5rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rdVfSpS8hizWPCcCNlAdqzSkvIuhHf2i { box-sizing:content-box;height:11.9375rem;width:50rem;position:absolute;display:block;z-index:15005;background-color:#f2f2f2;background-image:none;top:2.5rem;left:5rem;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: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;border-top:0.25rem solid #f2f2f2;border-left:0.25rem solid #f2f2f2;border-right:0.25rem solid #f2f2f2;border-bottom:0.25rem solid #f2f2f2;display:block; }
#RyqFXc1cvTECsZ58WI43pVupe7T6qoss { color:#006639;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:10.4375rem;left:5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg { position:relative;display:block; }#gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg { background-color: transparent; background-image: none; }#gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg > .row .container > .video-iframe-container { display: none; }#gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg > .row > .video-iframe-container { display: none; }#gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg > .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); }#gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg { border-width: 0; border-radius: 0; }#gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hVg1siRMMXD5oCKQp2sC9rCxTsO7AyKT { color:#a71876;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:1.25rem;left:17.5rem;height:1.1993625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HkwiR84gG1IHa0TfxgZ37SNLEknc5bSi { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.44921875rem;left:17.5rem;height:1.65003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 { position:relative;display:block; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 { background-color: transparent; background-image: none; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row .container > .video-iframe-container { display: none; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row > .video-iframe-container { display: none; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .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); }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 { border-width: 0; border-radius: 0; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row .container > .video-iframe-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;position:relative;display:block; }#Q8CwfiOzSWpoeLITMq7TyhV7TAzmlICT { color:#333333;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:1.6689300537109E-6rem;left:21.25rem;height:3.59809375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xZuLTsE9wPJTtgOI8Cvc24aIITQuORXw { color:#333333;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:14.625rem;left:21.25rem;height:3.5980875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxGgMKsMUPMG8PETmmdTsakpEIBsvm3u { color:#333333;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:9.75rem;left:42.5rem;height:3.5980875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aQ92Z1K1zgqudhvltTRxPBzKskBb0E8Z { color:#333333;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.75rem;left:21.25rem;height:3.59809375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aXrf4TvpaLfgrc2MWOBZ7mvshsXD6GMs { color:#333333;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:14.624566316604rem;left:42.5rem;height:3.59809375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wruVwb8QKVagRLe5WEJ8fWpLS3RTzRcy { color:#333333;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.875rem;left:21.25rem;height:3.5980875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JadBVKM9rRJEDXcmdTv3sABfvdpi2t3i { color:#333333;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4.8741323947906rem;left:42.5rem;height:3.5980875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTQGi4lpQzRb6W3xu8EkvMNpE3cH8bxr { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3730625rem;width:16.311875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hV3qe9TqfBTugllr8CSPf1q35rQyzlKn { color:#333333;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:0rem;left:42.5rem;height:3.59809375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GlNnxSUGqwIf88TG8dFkc1AG3rJlRPpZ { position:relative;display:block; } #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection *:focus-visible, #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection input[type="text"]:focus-visible, #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection input[type="email"]:focus-visible, #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection input[type="tel"]:focus-visible, #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection textarea:focus-visible { outline: none; } #GlNnxSUGqwIf88TG8dFkc1AG3rJlRPpZ > .row .container { position:relative;display:block; }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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;bottom:0rem;left:0rem;right:0rem;display:none; }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row .container { border-width: 0; border-radius: 0; }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;position:relative;display:none; }#CF1WSU4gfMl3SE5xPDJ2QFxx3TD12Rqo { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #006639, #00331d);background-image: -moz-linear-gradient(45deg, #006639, #00331d);background-image: -ms-linear-gradient(45deg, #006639, #00331d);background-image: -o-linear-gradient(45deg, #006639, #00331d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006639', endColorstr='#00331d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006639', endColorstr='#00331d' );";background-image: linear-gradient(45deg, #006639, #00331d);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: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:24.374109268189rem;display:block; }
#is1O6aPPHXgHn8Jowv9N22zIU3169aCX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lTPWXutvAHyxSrUXAr3licwKTq14w0Zd { background-color:#f2f2f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container { background-color: transparent; background-image: none; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container > .video-iframe-container { display: none; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row > .video-iframe-container { display: none; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .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); }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container { border-width: 0; border-radius: 0; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7E41BBbw1VEJDG9QWLuEDKQWylnJRqm { top:0.625rem;left:0rem;width:5rem;height:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QOikksi19ic5dStXKGCwnACJdrfwBayG { width:12.5rem;height:2.5rem;top:1.8125rem;left:35.25rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #00539f, #00a2e5);background-image: -moz-linear-gradient(45deg, #00539f, #00a2e5);background-image: -ms-linear-gradient(45deg, #00539f, #00a2e5);background-image: -o-linear-gradient(45deg, #00539f, #00a2e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00539f', endColorstr='#00a2e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00539f', endColorstr='#00a2e5' );";background-image: linear-gradient(45deg, #00539f, #00a2e5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hWfBvsIvyoHfF9pvLR4Uv9KWdFLA42Tp { display:block; }
 }@media only screen and (max-width: 763px) { #LyOJBoUsDifOspb32yI9JbDOxmEP2EwP { display:none; }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld { display:block; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LusTu2OfWuOQ8q4alZefvZMvT94zGSX3 { top:9.375rem;left:22.75rem;width:25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-regular-label { width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-text { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-text {padding-top: 0; padding-bottom: 0;}#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-textarea { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-select { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-select {padding-top: 0; padding-bottom: 0;}#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-button { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-checkbox-label { width:19.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib  { width:20.5rem;height:17.0625rem;top:19.625rem;left:24.3125rem; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .radio-container { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib {display:block;}#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib { width:20.5rem;height:17.0625rem;top:19.625rem;left:24.3125rem; }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #obLgKgPWRBIcoUHFumhifxZq3leSDXeT {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #WTHkPoIJev18vfQoypmo6Biuea8BZcXT {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #az95vFvLNKSEXVLLg3hlLAIdGmm7MFNV {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #U4aMXXMnnfnKBL4Ti4ADsVmDBVzB7Mp6 {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #pecam8y4WAkIKWdKfLVb6mxZTFiTcyuJ {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #AezC7WhWz4WILT1mVTNyaBpHoWoLzJNo {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #EdecpEvlocCMuQas9uG0dxIPCsTrZEQ3 {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #ZLr2fGd4R1EkX77MEUPVlSfg1BV0C3Sh {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #wWePsKL67JSvBq7mqSPeJKeysATTkpRQ {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #WsvxtofxRm4ZOL48qfMwPNbLNSbH4mu2 {  }
 }@media only screen and (max-width: 763px) { #b8BtZFdG5S8aWvfxqqcz07rNLhmcFhTA { top:17.25rem;left:22.75rem;width:25rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLa9pmQiFWKGTfDKhFo7sKuD9ZzagKs3 { top:12.3125rem;left:22.75rem;width:25rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW1IXaSRMFJdmk8B8suP6fm8UmzEtzr2 { top:14.25rem;left:22.75rem;width:25rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZJ5Tvt64Giv5LvZp0nFMpcxhOzs2WSg { width:20.5rem;height:2.8125rem;top:35.8125rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8s4srG3amwGElO2NsiuQrrE2nuknP7V { display:block; }
 }@media only screen and (max-width: 763px) { #wmfhla4lA9sNaTykBoK1O8KLMpVXA7UX { top:35.1875rem;left:0rem;width:15.3125rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw7yOope3l4g0hf1xekWRWlFNLzH53ET { top:10.625rem;left:22.75rem;width:25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k { display:block; }#iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq8VTpGmdVX6Ckld6B1JTqIx8ad4JLmv { top:3.6875rem;left:11.375rem;width:25rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuyEyW4OTToZhJRdKVFdyN1mKTW0JR9g { top:2.5rem;left:11.375rem;width:25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAqRcl0RK48gqHNiBmsyEncmRTO2msHI { top:6.625rem;left:5.125rem;width:37.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLBwrUVTH5lTB2yx31lCZ8DvqLZnN6pq { top:9.875rem;left:5.125rem;width:37.5rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPKIqHAWIr1W8EubwvgtiJBqIawl2Evf { top:7.9375rem;left:5.125rem;width:37.5rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erwkq21RRWSOpWHZhJ6LC7S6vA5n8SOi { top:14.625rem;left:11.375rem;width:25rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa { display:block; }#tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBvuOr23R5EOv2unrTdpyPVXR7va1Shg { top:1.875rem;left:11.375rem;width:25rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGGpG57nv0RquMMmnERBoQQcmiNEhKq9 { display:block; }#RGGpG57nv0RquMMmnERBoQQcmiNEhKq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa3fooZWewGdbDqhGb9Ctf6UkM72qKmq { top:2.25rem;left:4.4375rem;width:3.75rem;height:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WPpwyOSqOG9on9MkqnrJDgnwrylGDRFA { top:9.6875rem;left:4.4375rem;width:3.75rem;height:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oTiiZCCreFPMa1CpQTHUeyLnpoGwuWaU { top:17.1875rem;left:4.4375rem;width:3.75rem;height:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JnAAaS23w57xOitAP53AwUIzfug97o7l { top:24.6875rem;left:4.4375rem;width:3.75rem;height:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #weenWn8laBaKN1nmygsV1cKmhO31v4TX { top:1.0625rem;left:4.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuqiZVe5p9ZLTqzKbdKvT69VEanHPf0s { top:2.8125rem;left:12.25rem;width:27.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtHaQfVKIXZAdIFsgd5VSMmVuzT6JpfE { top:1.0625rem;left:12.25rem;width:27.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #venDAS6OyLzbEnXFPuMAVmXTKEgUhTqh { top:0rem;left:9.75rem;width:33.75rem;height:6.25rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WBFRAPiVMJZOJelHmoUmHpdZcLdbHGhs { top:7.5rem;left:9.75rem;width:33.75rem;height:6.25rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tKtXiSHM15FpuDmy2yEzxI1Gyuma4RmT { top:15rem;left:9.75rem;width:33.75rem;height:6.25rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #STktT4zMS5Dn3FuGpTUbX3CnXbDZy8bU { top:22.5rem;left:9.75rem;width:33.75rem;height:6.25rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sgaT38kxwdTXsRGzhfNWsT2CP1aE4O9H { top:8.5625rem;left:4.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJpv6Mv6PzsEgX8PaFrJuUwqJWCGSsUF { top:16.0625rem;left:4.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPmmBbFSMFLhuCGECOz6cHT6Sd5Ct5kZ { top:23.75rem;left:4.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4uylyLkTs25SMv0zTuCAIEtiAbgp3Fg { top:10.3125rem;left:12.25rem;width:27.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulswKGErvEXoRPCv4IhUBrWgDUO2nqu4 { top:8.5625rem;left:12.25rem;width:27.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCh1TRWA6XXT4CCPdNynS1eQ6SZpUX13 { top:17.8125rem;left:12.249565124512rem;width:27.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxqwta16eXzA4zwy3XR6DhIoNrVcJKHt { top:16.0625rem;left:12.25rem;width:27.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwoHPgiL3k0Ei8CUX6dZ0KbPQ2q6Iz6c { top:25.3125rem;left:12.25rem;width:27.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L32UTNnw8N9yaRymmBD7toO8syXyztnm { top:23.5625rem;left:12.25rem;width:27.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX { display:block; }#gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3dyNhxE0tzScvAopwrB7ng4iConNLGS { top:1.25rem;left:11.375rem;width:25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZkrE5Wmhrs35VwfvPQ4T4KdEWTUv4GD { top:2.4375rem;left:11.375rem;width:25rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF { display:block; }#ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFh5wBXJy1GGtfJ6TOSkRAcDNh1MW9gt { top:1.5625rem;left:0.4375rem;width:15rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBp9z03OOhF1wtT4E98310N6FT60JlRe { top:0rem;left:6.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gapu9rpa3sei4lU72EqPdG8DcHo4CJBV { top:0.1875rem;left:6.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v16JiAHxLGg7nfmOA1cD2Zi08xKfiAJW { top:6.625rem;left:1.6875rem;width:12.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ1pavnbxXZmefCIOqzBnMTIE98gCVZS { top:4.375rem;left:1.6875rem;width:12.5rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOCTUWqK7CdI8BdESH9QMJGOl5sZ7oi6 { top:1.5625rem;left:16.3125rem;width:15rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssPFVxPpaHRuXIr5s9eL76eeLmWwQv5X { top:4.375rem;left:17.5625rem;width:12.5rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxqpJuVtsd0h02nJB1hvZHdFpdunLfNv { top:0rem;left:22.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEqc76vuKRHqIOFyIh2TrcBZtKq4wdg1 { top:0.1875rem;left:22.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu8J3PmWqOJVKBhsxsLd0bkrzGBzX1qi { top:6.625rem;left:17.5625rem;width:12.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDc6XSGVM6UX5T81bMTOlV9Ztfdm0Vsn { top:1.5625rem;left:32.1875rem;width:15rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIoHaJb6e102vgTTedTImIE2t0ti74b7 { top:4.375rem;left:33.4375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW6XwSHz6JzfIeT85pGZRUi7BWlQK3IW { top:6.625rem;left:33.4375rem;width:12.5rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STJ9DHqPXkdWqHzu8K6pAn1s8EPmyaNT { top:0rem;left:38.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcqug962yDVeod0fTIrCxEvdETG6VxGO { top:0.1875rem;left:38.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq { display:block; }#QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgvcMPttBadDwAhAdWUyU3sZRTGAChCt { top:1.875rem;left:11.375rem;width:25rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce { display:block; }#BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcx7DD9es9DvT4R57umDleXP1Ly8rv7X { top:5.5625rem;left:0.125rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irPL1XsA0866TXBqECGf2v1Qip8A9P9m { top:8.875rem;left:0.125rem;width:12.5rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWAHMitkxoQ8s2wt7izSCCSkRFVuz71f { top:0rem;left:0.125rem;width:12.5rem;height:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WVTLm1HrKi0BkG2dVfy6h3qoCNZH75sg { top:8.875rem;left:17.625rem;width:12.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux5e5tiOaseqknhzrl9lLGEJOdUE1FxN { top:5.5625rem;left:17.625rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbAffwlq54Ti5MM8akxNyS4TWDDLHpC9 { top:8.875rem;left:35.125rem;width:12.5rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DllddTrBfA2ZkECXUkoEk1zfngCpmx7w { top:5.5625rem;left:35.125rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtNtVdkOTTfmE8qMqqdOhUTn4Vm3gGLf { top:0rem;left:17.625rem;width:12.5rem;height:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IID8lJrPMkURVc13G5qyT1B3W6im4pyT { top:0rem;left:35.125rem;width:12.5rem;height:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yT46NOT0NEDqoHVABDC5XbQDgRc3c2xn { top:17.375rem;left:8.875rem;width:12.5rem;height:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BTxPXbUs8qqsO4AcQxIGmrZtrl3gMc5T { top:17.375rem;left:26.375rem;width:12.5rem;height:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eQC7xnDOVO9AP6bs8KlXTTEwnnXZAfuy { top:26.3125rem;left:26.375rem;width:12.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #co2h9P8ROHzT2cb0BX2usTG31WLxM2Bh { top:23rem;left:26.375rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6dXmZlh0aSXkstz7ep3BUTDuQxRPzUf { top:26.3125rem;left:8.875rem;width:12.5rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB0qWLK0w36CRXQFtRnlJgTNrTkQmtDd { top:23rem;left:8.875rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co { display:block; }#e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exfzTZHtrLTnmAftcC0uKuTLqD9BBAXH { top:5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7fk5ZonCfarh2Ax2Ti4hVIKVF2I3mQ7 { top:7.125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdVfSpS8hizWPCcCNlAdqzSkvIuhHf2i { top:2.5rem;left:0rem;width:47.25rem;height:11.9375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RyqFXc1cvTECsZ58WI43pVupe7T6qoss { top:10.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg { display:block; }#gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVg1siRMMXD5oCKQp2sC9rCxTsO7AyKT { top:1.25rem;left:11.375rem;width:25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkwiR84gG1IHa0TfxgZ37SNLEknc5bSi { top:2.4375rem;left:11.375rem;width:25rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 { display:block; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 { background-color: transparent; background-image: none; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row .container > .video-iframe-container { display: none; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row > .video-iframe-container { display: none; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .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); }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 { border-width: 0; border-radius: 0; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8CwfiOzSWpoeLITMq7TyhV7TAzmlICT { top:0rem;left:15.125rem;width:17.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZuLTsE9wPJTtgOI8Cvc24aIITQuORXw { top:14.625rem;left:15.125rem;width:17.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxGgMKsMUPMG8PETmmdTsakpEIBsvm3u { top:9.75rem;left:30.25rem;width:17.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ92Z1K1zgqudhvltTRxPBzKskBb0E8Z { top:9.75rem;left:15.125rem;width:17.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXrf4TvpaLfgrc2MWOBZ7mvshsXD6GMs { top:14.5625rem;left:30.25rem;width:17.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wruVwb8QKVagRLe5WEJ8fWpLS3RTzRcy { top:4.875rem;left:15.125rem;width:17.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JadBVKM9rRJEDXcmdTv3sABfvdpi2t3i { top:4.8125rem;left:30.25rem;width:17.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTQGi4lpQzRb6W3xu8EkvMNpE3cH8bxr { top:0rem;left:0rem;width:16.25rem;height:17.307162151807rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hV3qe9TqfBTugllr8CSPf1q35rQyzlKn { top:0rem;left:30.25rem;width:17.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlNnxSUGqwIf88TG8dFkc1AG3rJlRPpZ { display:block; } #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection *:focus-visible, #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection input[type="text"]:focus-visible, #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection input[type="email"]:focus-visible, #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection input[type="tel"]:focus-visible, #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection textarea:focus-visible { outline: none; } #GlNnxSUGqwIf88TG8dFkc1AG3rJlRPpZ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row .container { background-color: transparent; background-image: none; }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row .container > .video-iframe-container { display: none; }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row > .video-iframe-container { display: none; }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .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); }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row .container { border-width: 0; border-radius: 0; }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CF1WSU4gfMl3SE5xPDJ2QFxx3TD12Rqo { width:11.25rem;height:2.8125rem;top:0rem;left:18.249109268189rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #00539f, #00a2e5);background-image: -moz-linear-gradient(45deg, #00539f, #00a2e5);background-image: -ms-linear-gradient(45deg, #00539f, #00a2e5);background-image: -o-linear-gradient(45deg, #00539f, #00a2e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00539f', endColorstr='#00a2e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00539f', endColorstr='#00a2e5' );";background-image: linear-gradient(45deg, #00539f, #00a2e5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #is1O6aPPHXgHn8Jowv9N22zIU3169aCX { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lTPWXutvAHyxSrUXAr3licwKTq14w0Zd { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container { background-color: transparent; background-image: none; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container > .video-iframe-container { display: none; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row > .video-iframe-container { display: none; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .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); }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container { border-width: 0; border-radius: 0; }#lTPWXutvAHyxSrUXAr3licwKTq14w0Zd > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7E41BBbw1VEJDG9QWLuEDKQWylnJRqm { width:2.5rem;height:2.5rem;top:0.625rem;left:8.7500002980231rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QOikksi19ic5dStXKGCwnACJdrfwBayG { width:12.5rem;height:2.5rem;top:1.8125rem;left:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #00539f, #00a2e5);background-image: -moz-linear-gradient(45deg, #00539f, #00a2e5);background-image: -ms-linear-gradient(45deg, #00539f, #00a2e5);background-image: -o-linear-gradient(45deg, #00539f, #00a2e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00539f', endColorstr='#00a2e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00539f', endColorstr='#00a2e5' );";background-image: linear-gradient(45deg, #00539f, #00a2e5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #hWfBvsIvyoHfF9pvLR4Uv9KWdFLA42Tp { display:block; }
 }@media only screen and (max-width: 763px) { #LyOJBoUsDifOspb32yI9JbDOxmEP2EwP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/23f1c207-6576-495b-a992-51829a22cc75/pic_139.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP.adaptive-delivery-prevent-bg, #LyOJBoUsDifOspb32yI9JbDOxmEP2EwP.lazyload, #LyOJBoUsDifOspb32yI9JbDOxmEP2EwP.lazyloading { background-image: none; }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP > .row .container { background-color: transparent; background-image: none; }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP > .row .container > .video-iframe-container { display: none; }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP > .row > .video-iframe-container { display: none; }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP > .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); }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP > .row .container { border-width: 0; border-radius: 0; }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LyOJBoUsDifOspb32yI9JbDOxmEP2EwP > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row .container { background-color: transparent; background-image: none; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row .container > .video-iframe-container { display: none; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row > .video-iframe-container { display: none; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .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); }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row .container { border-width: 0; border-radius: 0; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUIeNg0hW60e3ptrUgqC9nIh4AGJIxld > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LusTu2OfWuOQ8q4alZefvZMvT94zGSX3 { width:20rem;height:25rem;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-text {padding-top: 0; padding-bottom: 0;}#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-select {padding-top: 0; padding-bottom: 0;}#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib  { width:17.5rem;height:auto;top:9.974609375rem;left:0rem; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib .widget-info-text { line-height:1.2;overflow:hidden;height:auto; }
#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib {display:block;}#VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib { width:17.5rem;height:auto;top:9.974609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #obLgKgPWRBIcoUHFumhifxZq3leSDXeT {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #WTHkPoIJev18vfQoypmo6Biuea8BZcXT { display:none; }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #az95vFvLNKSEXVLLg3hlLAIdGmm7MFNV {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #U4aMXXMnnfnKBL4Ti4ADsVmDBVzB7Mp6 {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #pecam8y4WAkIKWdKfLVb6mxZTFiTcyuJ { display:none; }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #AezC7WhWz4WILT1mVTNyaBpHoWoLzJNo {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #EdecpEvlocCMuQas9uG0dxIPCsTrZEQ3 {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #ZLr2fGd4R1EkX77MEUPVlSfg1BV0C3Sh {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #wWePsKL67JSvBq7mqSPeJKeysATTkpRQ {  }
 }@media only screen and (max-width: 763px) { #VJhTFeDfcf6JKRiM7bbk3iHSfL4uk1Ib #WsvxtofxRm4ZOL48qfMwPNbLNSbH4mu2 {  }
 }@media only screen and (max-width: 763px) { #b8BtZFdG5S8aWvfxqqcz07rNLhmcFhTA { width:20rem;height:2.0996125rem;top:7.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLa9pmQiFWKGTfDKhFo7sKuD9ZzagKs3 { width:20rem;height:1.6494125rem;top:2.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW1IXaSRMFJdmk8B8suP6fm8UmzEtzr2 { width:20rem;height:2.3984375rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZJ5Tvt64Giv5LvZp0nFMpcxhOzs2WSg { width:17.5rem;height:2.8125rem;top:26.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8s4srG3amwGElO2NsiuQrrE2nuknP7V { display:block; }
 }@media only screen and (max-width: 763px) { #wmfhla4lA9sNaTykBoK1O8KLMpVXA7UX { width:15.3125rem;height:8.5625rem;top:14.271484375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw7yOope3l4g0hf1xekWRWlFNLzH53ET { width:20rem;height:1.3496125rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k { display:block; }#iv7P74dnnDmTA58Fmhk0aev6l0zNgp2k > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq8VTpGmdVX6Ckld6B1JTqIx8ad4JLmv { width:20rem;height:1.6494125rem;top:2.4490003585816rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HuyEyW4OTToZhJRdKVFdyN1mKTW0JR9g { width:20rem;height:1.2000875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAqRcl0RK48gqHNiBmsyEncmRTO2msHI { width:20rem;height:2.69965rem;top:5.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLBwrUVTH5lTB2yx31lCZ8DvqLZnN6pq { width:20rem;height:6.7480625rem;top:10.021701574326rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPKIqHAWIr1W8EubwvgtiJBqIawl2Evf { width:20rem;height:1.94986875rem;top:8.0729167461394rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #erwkq21RRWSOpWHZhJ6LC7S6vA5n8SOi { width:20rem;height:4.048825rem;top:18rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa { display:block; }#tP7K5W2RAOMpLFA9kbQ0US8ObsIbM6sa > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBvuOr23R5EOv2unrTdpyPVXR7va1Shg { width:20rem;height:1.6494125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGGpG57nv0RquMMmnERBoQQcmiNEhKq9 { display:block; }#RGGpG57nv0RquMMmnERBoQQcmiNEhKq9 > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa3fooZWewGdbDqhGb9Ctf6UkM72qKmq { width:3.75rem;height:1.875rem;top:1.1875rem;left:8.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WPpwyOSqOG9on9MkqnrJDgnwrylGDRFA { width:3.75rem;height:1.875rem;top:15.4375rem;left:8.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oTiiZCCreFPMa1CpQTHUeyLnpoGwuWaU { width:3.75rem;height:1.875rem;top:29.6875rem;left:8.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JnAAaS23w57xOitAP53AwUIzfug97o7l { width:3.75rem;height:1.875rem;top:46.375rem;left:8.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #weenWn8laBaKN1nmygsV1cKmhO31v4TX { width:3.75rem;height:3.75rem;top:0rem;left:7.9155820012094rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuqiZVe5p9ZLTqzKbdKvT69VEanHPf0s { width:20rem;height:2.3984375rem;top:8.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtHaQfVKIXZAdIFsgd5VSMmVuzT6JpfE { width:20rem;height:1.349825rem;top:6.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #venDAS6OyLzbEnXFPuMAVmXTKEgUhTqh { width:20rem;height:6.25rem;top:5.5rem;left:0rem;background-color:#f2f2f2;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBFRAPiVMJZOJelHmoUmHpdZcLdbHGhs { width:20rem;height:6.25rem;top:19.75rem;left:0rem;background-color:#f2f2f2;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKtXiSHM15FpuDmy2yEzxI1Gyuma4RmT { width:20rem;height:8.6875rem;top:33.999567270279rem;left:0rem;background-color:#f2f2f2;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STktT4zMS5Dn3FuGpTUbX3CnXbDZy8bU { width:20rem;height:7.5rem;top:50.6875rem;left:0rem;background-color:#f2f2f2;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgaT38kxwdTXsRGzhfNWsT2CP1aE4O9H { width:3.75rem;height:3.75rem;top:14.25rem;left:7.9155820012094rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJpv6Mv6PzsEgX8PaFrJuUwqJWCGSsUF { width:3.75rem;height:3.75rem;top:28.5rem;left:7.9155820012094rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPmmBbFSMFLhuCGECOz6cHT6Sd5Ct5kZ { width:3.75rem;height:3.75rem;top:45.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4uylyLkTs25SMv0zTuCAIEtiAbgp3Fg { width:20rem;height:2.3984375rem;top:22.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ulswKGErvEXoRPCv4IhUBrWgDUO2nqu4 { width:20rem;height:1.349825rem;top:20.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCh1TRWA6XXT4CCPdNynS1eQ6SZpUX13 { width:16.875rem;height:4.796875rem;top:36.9375rem;left:1.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uxqwta16eXzA4zwy3XR6DhIoNrVcJKHt { width:20rem;height:1.349825rem;top:34.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QwoHPgiL3k0Ei8CUX6dZ0KbPQ2q6Iz6c { width:16.875rem;height:3.59765625rem;top:53.625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L32UTNnw8N9yaRymmBD7toO8syXyztnm { width:20rem;height:1.349825rem;top:51.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX { display:block; }#gXSWxc2Sn5cTDuLqKvJZUOQdT8wVIoOX > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3dyNhxE0tzScvAopwrB7ng4iConNLGS { width:20rem;height:1.2000875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZkrE5Wmhrs35VwfvPQ4T4KdEWTUv4GD { width:20rem;height:1.6494125rem;top:2.44921875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF { display:block; }#ZUq0dTCUXPtFIMycMgoyBpcdrnUAxPTF > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFh5wBXJy1GGtfJ6TOSkRAcDNh1MW9gt { width:15rem;height:11.25rem;top:1.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBp9z03OOhF1wtT4E98310N6FT60JlRe { width:3.125rem;height:3.125rem;top:0rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gapu9rpa3sei4lU72EqPdG8DcHo4CJBV { display:flex;width:3.125rem;height:3.125rem;top:0.1875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #v16JiAHxLGg7nfmOA1cD2Zi08xKfiAJW { width:12.5rem;height:3.59765625rem;top:6.625rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ1pavnbxXZmefCIOqzBnMTIE98gCVZS { width:12.5rem;height:1.6494125rem;top:4.375rem;left:3.7500002980233rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOCTUWqK7CdI8BdESH9QMJGOl5sZ7oi6 { width:15rem;height:11.25rem;top:16.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssPFVxPpaHRuXIr5s9eL76eeLmWwQv5X { width:12.5rem;height:1.6494125rem;top:19.0625rem;left:3.7500002980233rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxqpJuVtsd0h02nJB1hvZHdFpdunLfNv { width:3.125rem;height:3.125rem;top:14.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEqc76vuKRHqIOFyIh2TrcBZtKq4wdg1 { display:flex;width:3.125rem;height:3.125rem;top:14.875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #Wu8J3PmWqOJVKBhsxsLd0bkrzGBzX1qi { width:12.5rem;height:3.59765625rem;top:21.3125rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDc6XSGVM6UX5T81bMTOlV9Ztfdm0Vsn { width:15rem;height:11.25rem;top:30.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIoHaJb6e102vgTTedTImIE2t0ti74b7 { width:12.5rem;height:1.5rem;top:33.75rem;left:3.7500002980233rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW6XwSHz6JzfIeT85pGZRUi7BWlQK3IW { width:12.5rem;height:4.796875rem;top:35.875rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STJ9DHqPXkdWqHzu8K6pAn1s8EPmyaNT { width:3.125rem;height:3.125rem;top:29.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcqug962yDVeod0fTIrCxEvdETG6VxGO { display:flex;width:3.125rem;height:3.125rem;top:29.5625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq { display:block; }#QAGOhKD7yb2CzdsCnRHGgoybr5e2qxTq > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgvcMPttBadDwAhAdWUyU3sZRTGAChCt { width:20rem;height:3.298825rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce { display:block; }#BJ91BiRI17EMpIaoZT5Tbq0E8wXrNTce > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcx7DD9es9DvT4R57umDleXP1Ly8rv7X { width:12.5rem;height:2.69965rem;top:4.375rem;left:3.7500002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irPL1XsA0866TXBqECGf2v1Qip8A9P9m { width:17.5rem;height:3.59765625rem;top:7.6875rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWAHMitkxoQ8s2wt7izSCCSkRFVuz71f { width:12.5rem;height:3.75rem;top:0rem;left:3.7500002980233rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WVTLm1HrKi0BkG2dVfy6h3qoCNZH75sg { width:17.5rem;height:2.3984375rem;top:20.875rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux5e5tiOaseqknhzrl9lLGEJOdUE1FxN { width:12.5rem;height:2.69965rem;top:17.5625rem;left:3.7500002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbAffwlq54Ti5MM8akxNyS4TWDDLHpC9 { width:17.5rem;height:3.59765625rem;top:32.8125rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DllddTrBfA2ZkECXUkoEk1zfngCpmx7w { width:12.5rem;height:2.69965rem;top:29.5rem;left:3.7500002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtNtVdkOTTfmE8qMqqdOhUTn4Vm3gGLf { width:12.5rem;height:3.75rem;top:13.1875rem;left:3.7500002980233rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IID8lJrPMkURVc13G5qyT1B3W6im4pyT { width:12.5rem;height:3.75rem;top:25.125rem;left:3.7500002980233rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yT46NOT0NEDqoHVABDC5XbQDgRc3c2xn { width:12.5rem;height:3.75rem;top:38.3125rem;left:3.7500002980233rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BTxPXbUs8qqsO4AcQxIGmrZtrl3gMc5T { width:12.5rem;height:3.75rem;top:51.5rem;left:3.7500002980233rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eQC7xnDOVO9AP6bs8KlXTTEwnnXZAfuy { width:17.5rem;height:3.59765625rem;top:59.1875rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #co2h9P8ROHzT2cb0BX2usTG31WLxM2Bh { width:12.5rem;height:2.69965rem;top:55.875rem;left:3.7500002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6dXmZlh0aSXkstz7ep3BUTDuQxRPzUf { width:17.5rem;height:3.59765625rem;top:46rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB0qWLK0w36CRXQFtRnlJgTNrTkQmtDd { width:12.5rem;height:2.69965rem;top:42.6875rem;left:3.7500002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co { display:block; }#e6DsilmWT4xGpxJ4QZTfoqOVp3NJO8Co > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exfzTZHtrLTnmAftcC0uKuTLqD9BBAXH { width:18.75rem;height:4.5rem;top:1.25rem;left:0.62500005960463rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7fk5ZonCfarh2Ax2Ti4hVIKVF2I3mQ7 { width:17.5rem;height:4.796875rem;top:6.375rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rdVfSpS8hizWPCcCNlAdqzSkvIuhHf2i { width:18.8125rem;height:14.4375rem;top:0rem;left:0.41666668653488rem;background-color:#f2f2f2;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyqFXc1cvTECsZ58WI43pVupe7T6qoss { width:20rem;height:1.349825rem;top:11.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg { display:block; }#gN2ifLHXw1LxOIHLPkTTUTKqVIBAtuTg > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVg1siRMMXD5oCKQp2sC9rCxTsO7AyKT { width:20rem;height:1.2000875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkwiR84gG1IHa0TfxgZ37SNLEknc5bSi { width:20rem;height:1.6494125rem;top:2.44921875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 { display:block; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 { background-color: transparent; background-image: none; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row .container > .video-iframe-container { display: none; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row > .video-iframe-container { display: none; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .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); }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 { border-width: 0; border-radius: 0; }#mqV8zR3rT0E05zEt1qp2A2eWxLS6zr57 > .row .container { width:20rem;height:60.3125rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8CwfiOzSWpoeLITMq7TyhV7TAzmlICT { width:17.5rem;height:3.59765625rem;top:7.1525573730469E-6rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZuLTsE9wPJTtgOI8Cvc24aIITQuORXw { width:17.5rem;height:3.59765625rem;top:14.625rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxGgMKsMUPMG8PETmmdTsakpEIBsvm3u { width:17.5rem;height:3.59765625rem;top:29.25rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQ92Z1K1zgqudhvltTRxPBzKskBb0E8Z { width:17.5rem;height:3.59765625rem;top:9.75rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXrf4TvpaLfgrc2MWOBZ7mvshsXD6GMs { width:17.5rem;height:3.59765625rem;top:34.125rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wruVwb8QKVagRLe5WEJ8fWpLS3RTzRcy { width:17.5rem;height:3.59765625rem;top:4.875rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JadBVKM9rRJEDXcmdTv3sABfvdpi2t3i { width:17.5rem;height:3.59765625rem;top:24.375rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTQGi4lpQzRb6W3xu8EkvMNpE3cH8bxr { width:15.4373125rem;height:16.436625rem;top:40.25rem;left:2.2808161377907rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hV3qe9TqfBTugllr8CSPf1q35rQyzlKn { width:17.5rem;height:3.59765625rem;top:19.436857223511rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GlNnxSUGqwIf88TG8dFkc1AG3rJlRPpZ { display:block; } #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection *:focus-visible, #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection input[type="text"]:focus-visible, #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection input[type="email"]:focus-visible, #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection input[type="tel"]:focus-visible, #qpry8folKJnexlXZdkhbmpm9zGqtu1qB.widget-smartsection textarea:focus-visible { outline: none; } #GlNnxSUGqwIf88TG8dFkc1AG3rJlRPpZ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row .container { background-color: transparent; background-image: none; }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row .container > .video-iframe-container { display: none; }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row > .video-iframe-container { display: none; }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .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); }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row .container { border-width: 0; border-radius: 0; }#kpXHl17vSvzmr3GgGydF7gHWcVTTKq5r > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CF1WSU4gfMl3SE5xPDJ2QFxx3TD12Rqo { width:11.25rem;height:2.8125rem;top:5.7220458984375E-5rem;left:4.3749998807907rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #006639, #00331d);background-image: -moz-linear-gradient(45deg, #006639, #00331d);background-image: -ms-linear-gradient(45deg, #006639, #00331d);background-image: -o-linear-gradient(45deg, #006639, #00331d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006639', endColorstr='#00331d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006639', endColorstr='#00331d' );";background-image: linear-gradient(45deg, #006639, #00331d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #is1O6aPPHXgHn8Jowv9N22zIU3169aCX { display:block; }
 }