.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:231,242,227;--color-primary-1:183,215,172;--color-primary-2:135,188,116;--color-primary-3:79,168,52;--color-primary-4:55,144,24;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--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:0,0,0;--headlines-font-family:"Quicksand";--paragraphs-font-family:"Quicksand"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#vWh7yOcpxn7AKlGh76IeAZEk2156XkQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWh7yOcpxn7AKlGh76IeAZEk2156XkQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWh7yOcpxn7AKlGh76IeAZEk2156XkQ1 > .row > .video-iframe-container { display: none; }#vWh7yOcpxn7AKlGh76IeAZEk2156XkQ1 > .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); }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.7);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row .container { background-color: transparent; background-image: none; }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row .container > .video-iframe-container { display: none; }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row > .video-iframe-container { display: none; }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .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); }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row .container { border-width: 0; border-radius: 0; }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#BL9rtzaPpJCaPpWIvwbUxibA9Jfcfipt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:32.0625rem;width:22.375rem;position:absolute;display:block;z-index:15003;top:3.8750001192093rem;left:47.375000953674rem;display:block; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-form-header {  }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#040404;width:17.875rem;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;vertical-align:top;text-align:left;text-align-last:left;background-color:transparent;background-image:none; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:2.1875rem;vertical-align:top;font-size:1rem;overflow:hidden;font-family:"titillium web";color:rgba(var(--color-secondary-0),1); }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-text {padding-top: 0; padding-bottom: 0;}#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:3.375rem;vertical-align:top;font-size:1rem;overflow:hidden;font-family:"titillium web";color:rgba(var(--color-secondary-0),1); }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:2.1875rem;vertical-align:top;font-family:"open sans";color:rgba(var(--color-secondary-0),1);font-size:0.8125rem;overflow:hidden;text-align:center;text-align-last:center; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-select {padding-top: 0; padding-bottom: 0;}#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#187618;width:17.875rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:1.3; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM [class*="-text"]:-moz-placeholder { font-size:0.8125rem;font-family:"open sans";color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM [class*="-text"]::-moz-placeholder { font-size:0.8125rem;font-family:"open sans";color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem;font-family:"open sans";color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem;font-family:"open sans";color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.8125rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .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:top; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:"titillium web";font-size:0.75rem;font-weight:400;color:#04d28d;overflow:hidden;font-style:normal;float:none; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-container:first-of-type{padding-top:0;}#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-container:last-of-type{padding-bottom:0;}#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM  { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.875rem;height:auto;position:absolute;z-index:15008;top:9.25rem;left:48.375000953674rem; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.875rem;display:block;vertical-align:top; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM {display:block;}#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.875rem;height:auto;position:absolute;z-index:15008;top:9.25rem;left:48.375000953674rem; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #zqQSk9SMaz0xK7OEXowvvy80m5gkiAE9 { position:relative; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #KsmOTvZ30ceyLhby68m2RXp7TunXOTfS { position:relative;display:none; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #MO48PD1sHTh01ZqtJ6SxJ0G7hBfNuFev { position:relative; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #V6XUtOHrMTHxTxpAIIGfkhb3ym3kTmdC { position:relative; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #L9lnufiVoJNbQUsfZqIqKznLzQubxXts { position:relative;display:none; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #K0dXgQMBNQx1tEWxi3B58R0Ro7g3X3pb { position:relative; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #VUQctMRU8FGvitSOUc7XxUWgc1fG8Odh { position:relative; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #JwTiD83GtRLVNzc4Nzvni4L0E6gVwz8l { position:relative;display:none; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #StSyuRd2lpaVTNHVArFeEGuUH3LqG3ec { position:relative; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #MLHR8IVVFbIeS5sNB9BDC4liDW7Gcunz { position:relative; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #DJBF88MI0tAgSfVz0ed5M6R6er4FuhrM { position:relative;display:none; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #iPw0Nq8geGRloXc3Jy7zi7wUrDdvOC1O { position:relative; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #O8inlbkz2oIZ7rFwV9yRuvngaqfEfAo7 { position:relative; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #egqhJdKBeRkRoDy5rbrLSKZbdTKmhwzB { position:relative;display:none; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #Tqm2kegp4VGzb3QUyUmhomOb7G0VHwFl { position:relative; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #w8qop9qGerbrKrKuHqbWT4ubPULoFxNr { position:relative; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #xxL84g5Rx5plyUdXosJKMwfwuBroCkFW { position:relative;display:none; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #R6H7fh7BStefeBgJrzZHvJR1rDL1fcAF { position:relative; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #rE5F5tpyg2UG9uTeisAdNkKkpHnt5QnT { position:relative; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #TvdFIcH0EGbWkvJD0aTe16qndCskymR0 { position:relative; }
#vIh1rGuVTmpfLC91Xq22wi0LVN24qcPB { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:2;letter-spacing:0;top:24.4375rem;left:8.375rem;height:6rem;display:block; }
#W3mKEsroys1lBeEO2avi2Omuouy3Mc8g { display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:12.800000190735rem;left:6.436718940735rem;height:3.825rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rUpS8Kpk5PF4WrRU3hHQhuV48EZGGqTq { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:25.0625rem;left:6.4375rem; }
#dflVCI5bHkGQDqHCVGvehsI7QJQHyJz7 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:27rem;left:6.4375rem; }
#MrSosM4HNcfeJKAIXNNl2UFM4igBTlVS { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:28.9375rem;left:6.4375rem; }
#QDPe0THSmZUu1OPfcEEb99QOsTZizMmX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:4.875rem;top:2.5625rem;left:6.436718940735rem;overflow:hidden;display:block; }
#nb4QoBKEX75lOl8w08caLu6CDDZ1zFMa { color:#033a55;display:block;width:28.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:2;letter-spacing:0;top:20.8125rem;left:11.875rem;height:6.375rem;display:none; }
#tkIblkLZNTouVehfqPgbHTuDGd1CPOn6 { display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6rem;left:49.625rem;height:1.70625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#nytFGdqxXAusQsfokkrfrXcEgUXDpxLU { display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.75rem;left:49.625rem;height:1.1375rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#vN40vZptXGeqpu2o3V29EhCEuwK5ksTU { display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:17.081251144409rem;left:6.436718940735rem;height:5.4rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zTPgn3y08qXQ4abJ3ElofQvLzM2y3vRe { color:#033a55;display:block;width:28.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:2;letter-spacing:0;top:20.8125rem;left:11.875rem;height:6.375rem;display:none; }
#z8n4pF31TISLR3D3vZ2uhaZTdp3dWNNp { color:#033a55;display:block;width:28.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:2;letter-spacing:0;top:20.8125rem;left:11.875rem;height:6.375rem;display:none; }
#PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw > .row .container { background-color: transparent; background-image: none; }#PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw > .row .container > .video-iframe-container { display: none; }#PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw > .row > .video-iframe-container { display: none; }#PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw > .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); }#PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw > .row .container { border-width: 0; border-radius: 0; }#PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#zFdhooyDRvNO0o4Q7pCuDg8DZdFwW5Mo { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.6875rem;left:22.843751907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBgp2UJCO4aXao2BEeHOVELbZhveLqas { color:#187618;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:14.5rem;left:5.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BqTmIwHrmsH81zA41DDb51adn5PKDUKV { color:#3b3b3b;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.125002861023rem;left:6.624218940735rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SBH8iTt9r0kB6Wtphe3o7voeLMfHq6AW { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.9374885559081rem;left:13.405468940735rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FqnWXRRmfomhTRzcIRpm5wutkTm3lq4v { box-sizing:content-box;height:12rem;width:20.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:12.75rem;left:5.4375rem;display:block; }
#a3BNzyVdnUHEvphrabJzZ5U6AsiA4hbm { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:17.125002861023rem;left:29.125000953674rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XGOUpeDTshSEzWyGhT8rkJ5pn8IRKXxs { box-sizing:content-box;height:12rem;width:20.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:12.75rem;left:27.5rem;display:block; }
#d41EGBfTzVSwNqvbN4sbVwBrf72ZqfP6 { color:#187618;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:14.5rem;left:28rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a0ukgswnbJGAJGeg4Hfh4Uu288rXfTZD { color:#3b3b3b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:17.125002861023rem;left:50.593750953674rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mKmTiTXeQr25cRBSUOzdLE79mWDB6Onk { box-sizing:content-box;height:12rem;width:20.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:12.75rem;left:49.3125rem;display:block; }
#i8i6U5BkLD4a7UtfIxf6yqTa4XVSwx42 { color:#187618;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:14.5rem;left:49.8125rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rQS1XxXOpKMZLBMHKbH8VULPXvDLDsBi { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:31.1875rem;left:18.0625rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lGpXXBwVnIXzoWGL7Ryml4H1HmZnENEJ { box-sizing:content-box;height:12.5rem;width:20.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:27.0625rem;left:16.4375rem;display:block; }
#PyATLUTMhFiyQL7KQzT8yrLXF1cDhhet { color:#187618;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:28.5rem;left:17.125rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VwgpE5FMCVOJg5nmIE2DRzTzIJheoxCH { box-sizing:content-box;height:12.5rem;width:20.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:27.0625rem;left:38.4375rem;display:block; }
#Wa2SrfmT08dnTpxWfTH35Ld4HKTWwRrs { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:31.1875rem;left:40.0625rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QCv4e4bHiqzor6rUsQKG8GKOfWsW8sde { color:#187618;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:28.5rem;left:38.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GXwVEMdo8JdThTsGI2ESs2NkWOHnPARm { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:42.85000038147rem;left:30.875000953674rem;display:block; }
#nBLq2ntL7PzeBNvttnPJ0HbMpixbSsPh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG > .row .container { background-color: transparent; background-image: none; }#mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG > .row .container > .video-iframe-container { display: none; }#mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG > .row > .video-iframe-container { display: none; }#mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG > .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); }#mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG > .row .container { border-width: 0; border-radius: 0; }#mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG > .row .container { font-size:0.875rem;font-family:arial;height:78.9375rem;width:75rem;position:relative;display:block; }#IshusAXorzxwfKZQ8uVSNS0o8VOTlT3h { color:rgba(var(--color-tertiary-4),1);display:block;width:66.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:6.4375rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FdUJyrUwmnBLTzxiuzXTy9JTqv9E1Gpk { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:6.4375rem;height:11.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R2LXG9FmXMSPWkgCQ5d43koAN58cA6AI { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.5000038146975rem;left:6.4375rem;display:block; }
#U0t8CTgof0oBqPVZisJfSDULCqhkarxk { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:24.325004577637rem;left:6.436718940735rem;height:10.91875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#U0t8CTgof0oBqPVZisJfSDULCqhkarxk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U0t8CTgof0oBqPVZisJfSDULCqhkarxk li:before{  }
#CUAun0RneDqfLDisgVaFEPK9tNwFGNQo { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:36.949219703674rem;left:6.436718940735rem;height:4.76875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CUAun0RneDqfLDisgVaFEPK9tNwFGNQo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CUAun0RneDqfLDisgVaFEPK9tNwFGNQo li:before{  }
#fWpsRyw7DJCTkt80crHTvyoty0zGE22b { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:43.699999809265rem;left:6.436718940735rem;height:6.90625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z5QFt24UUufOv2Db21cplhTub6fFBzxG { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:52rem;left:6.436718940735rem;height:7.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#z5QFt24UUufOv2Db21cplhTub6fFBzxG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z5QFt24UUufOv2Db21cplhTub6fFBzxG li:before{  }
#D6UfKkyUiKyAyKTodydJKCPDF2utg5HJ { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:61.1875rem;left:6.436718940735rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#D6UfKkyUiKyAyKTodydJKCPDF2utg5HJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D6UfKkyUiKyAyKTodydJKCPDF2utg5HJ li:before{  }
#gxucOvu0ImuWIPAyO18VQkwtfLuEg3uN { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:70.15625190735rem;left:6.436718940735rem;height:5.525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXIP8pboEhmotWUIX0onfkpGk3whizNl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TXIP8pboEhmotWUIX0onfkpGk3whizNl > .row .container { background-color: transparent; background-image: none; }#TXIP8pboEhmotWUIX0onfkpGk3whizNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXIP8pboEhmotWUIX0onfkpGk3whizNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXIP8pboEhmotWUIX0onfkpGk3whizNl > .row .container > .video-iframe-container { display: none; }#TXIP8pboEhmotWUIX0onfkpGk3whizNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXIP8pboEhmotWUIX0onfkpGk3whizNl > .row > .video-iframe-container { display: none; }#TXIP8pboEhmotWUIX0onfkpGk3whizNl > .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); }#TXIP8pboEhmotWUIX0onfkpGk3whizNl > .row .container { border-width: 0; border-radius: 0; }#TXIP8pboEhmotWUIX0onfkpGk3whizNl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXIP8pboEhmotWUIX0onfkpGk3whizNl > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#S1geyXDdwV0LnnAQMT248s5fN6G9QUgT { color:rgba(var(--color-tertiary-4),1);display:block;width:66.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:6.4375rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SAQNrzKFWqJlOyzXliInbLwfG5kAOszb { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:6.4375rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GOfiwb08Q6CdXAIl84nonB3L1oHkwno0 { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.5000038146975rem;left:6.4375rem;display:block; }
#JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw > .row .container { background-color: transparent; background-image: none; }#JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw > .row .container > .video-iframe-container { display: none; }#JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw > .row > .video-iframe-container { display: none; }#JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw > .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); }#JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw > .row .container { border-width: 0; border-radius: 0; }#JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#imTNXi6JA659OL2N7ZR3gP1Us1o7X37P { color:rgba(var(--color-tertiary-0),1);display:block;width:65rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.8749899864197rem;left:5rem;height:1.54375rem;font-style:normal;display:block; }
#fl4tNBiuJlIrC36GJD6uIRsfl50V2B8T { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:17.186721801757rem;left:5rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CR7tvlyFe0nEN6cT8khteHKV7SWRc9n4 { box-sizing:content-box;height:0.0625rem;width:65.3125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:16.125rem;left:5rem;display:block; }
#zxR24BiQEEVmhvMcO3qQXm5JrckamknD { color:rgba(var(--color-tertiary-0),1);display:block;width:65rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:5.3617191314697rem;left:5rem;height:7.8rem;font-style:normal;display:block; }
#fSuD1GmrMP0b4PTAC0lHW6TH4HTEbqVV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.186719894409rem;left:53.612500190735rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Ov8a8h1K1ox8Lb1P17vndkzklTGnsG2p { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:19.5rem;left:5rem;height:0.89375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN { display:block; }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BL9rtzaPpJCaPpWIvwbUxibA9Jfcfipt { width:17.5rem;height:25.9375rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-text {padding-top: 0; padding-bottom: 0;}#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-select {padding-top: 0; padding-bottom: 0;}#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-checkbox-label { width:14rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM  { width:15rem;height:auto;top:12.125rem;left:0rem; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM {display:block;}#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM { width:15rem;height:auto;top:12.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #zqQSk9SMaz0xK7OEXowvvy80m5gkiAE9 {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #KsmOTvZ30ceyLhby68m2RXp7TunXOTfS {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #MO48PD1sHTh01ZqtJ6SxJ0G7hBfNuFev {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #V6XUtOHrMTHxTxpAIIGfkhb3ym3kTmdC {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #L9lnufiVoJNbQUsfZqIqKznLzQubxXts {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #K0dXgQMBNQx1tEWxi3B58R0Ro7g3X3pb {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #VUQctMRU8FGvitSOUc7XxUWgc1fG8Odh {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #JwTiD83GtRLVNzc4Nzvni4L0E6gVwz8l {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #StSyuRd2lpaVTNHVArFeEGuUH3LqG3ec {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #MLHR8IVVFbIeS5sNB9BDC4liDW7Gcunz {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #DJBF88MI0tAgSfVz0ed5M6R6er4FuhrM {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #iPw0Nq8geGRloXc3Jy7zi7wUrDdvOC1O {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #O8inlbkz2oIZ7rFwV9yRuvngaqfEfAo7 {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #egqhJdKBeRkRoDy5rbrLSKZbdTKmhwzB {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #Tqm2kegp4VGzb3QUyUmhomOb7G0VHwFl {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #w8qop9qGerbrKrKuHqbWT4ubPULoFxNr {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #xxL84g5Rx5plyUdXosJKMwfwuBroCkFW {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #R6H7fh7BStefeBgJrzZHvJR1rDL1fcAF {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #rE5F5tpyg2UG9uTeisAdNkKkpHnt5QnT {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #TvdFIcH0EGbWkvJD0aTe16qndCskymR0 {  }
 }@media only screen and (max-width: 763px) { #vIh1rGuVTmpfLC91Xq22wi0LVN24qcPB { top:24.4375rem;left:0rem;width:33.3125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3mKEsroys1lBeEO2avi2Omuouy3Mc8g { width:15rem;height:4.5rem;top:9.8125rem;left:19.1875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUpS8Kpk5PF4WrRU3hHQhuV48EZGGqTq { top:25.0625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dflVCI5bHkGQDqHCVGvehsI7QJQHyJz7 { top:27rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrSosM4HNcfeJKAIXNNl2UFM4igBTlVS { top:28.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDPe0THSmZUu1OPfcEEb99QOsTZizMmX { top:2.5625rem;left:0rem;width:4.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb4QoBKEX75lOl8w08caLu6CDDZ1zFMa { top:18.8125rem;left:0rem;width:19.6875rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkIblkLZNTouVehfqPgbHTuDGd1CPOn6 { width:15rem;height:2.0625rem;top:8.9375rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nytFGdqxXAusQsfokkrfrXcEgUXDpxLU { width:15rem;height:2.0625rem;top:8.9375rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN40vZptXGeqpu2o3V29EhCEuwK5ksTU { width:15rem;height:4.5rem;top:9.8125rem;left:19.1875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTPgn3y08qXQ4abJ3ElofQvLzM2y3vRe { top:21.875rem;left:0rem;width:18.125rem;height:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8n4pF31TISLR3D3vZ2uhaZTdp3dWNNp { top:18.4375rem;left:0rem;width:18.8125rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw { display:block; }#PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFdhooyDRvNO0o4Q7pCuDg8DZdFwW5Mo { top:3.6875rem;left:9.2187519073488rem;width:29.3125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBgp2UJCO4aXao2BEeHOVELbZhveLqas { width:19.125rem;height:2.0625rem;top:14.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTmIwHrmsH81zA41DDb51adn5PKDUKV { width:17.75rem;height:4.875rem;top:17.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBH8iTt9r0kB6Wtphe3o7voeLMfHq6AW { width:47.75rem;height:2.0625rem;top:6.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqnWXRRmfomhTRzcIRpm5wutkTm3lq4v { top:12.75rem;left:0rem;width:20.0625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3BNzyVdnUHEvphrabJzZ5U6AsiA4hbm { width:16.75rem;height:4.875rem;top:17.125rem;left:15.500000953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGOUpeDTshSEzWyGhT8rkJ5pn8IRKXxs { top:12.75rem;left:13.875rem;width:20.0625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #d41EGBfTzVSwNqvbN4sbVwBrf72ZqfP6 { width:19.125rem;height:2.0625rem;top:14.5rem;left:14.375000953674rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0ukgswnbJGAJGeg4Hfh4Uu288rXfTZD { width:17.5rem;height:6.0625rem;top:17.125rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKmTiTXeQr25cRBSUOzdLE79mWDB6Onk { top:12.75rem;left:27.6875rem;width:20.0625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8i6U5BkLD4a7UtfIxf6yqTa4XVSwx42 { width:19.125rem;height:2.0625rem;top:14.5rem;left:28.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQS1XxXOpKMZLBMHKbH8VULPXvDLDsBi { width:16.75rem;height:7.3125rem;top:31.1875rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGpXXBwVnIXzoWGL7Ryml4H1HmZnENEJ { top:27.0625rem;left:2.8125rem;width:20.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyATLUTMhFiyQL7KQzT8yrLXF1cDhhet { width:18.8125rem;height:2.0625rem;top:28.5rem;left:3.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwgpE5FMCVOJg5nmIE2DRzTzIJheoxCH { top:27.0625rem;left:24.8125rem;width:20.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa2SrfmT08dnTpxWfTH35Ld4HKTWwRrs { width:16.75rem;height:7.3125rem;top:31.1875rem;left:26.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCv4e4bHiqzor6rUsQKG8GKOfWsW8sde { width:19.125rem;height:2.0625rem;top:28.5rem;left:25.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXwVEMdo8JdThTsGI2ESs2NkWOHnPARm { width:13.25rem;height:3.375rem;top:42.8125rem;left:17.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBLq2ntL7PzeBNvttnPJ0HbMpixbSsPh { display:block; }
 }@media only screen and (max-width: 763px) { #mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG { display:block; }#mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IshusAXorzxwfKZQ8uVSNS0o8VOTlT3h { top:3.5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdUJyrUwmnBLTzxiuzXTy9JTqv9E1Gpk { top:10.625rem;left:0rem;width:47.75rem;height:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2LXG9FmXMSPWkgCQ5d43koAN58cA6AI { top:8.5rem;left:0rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0t8CTgof0oBqPVZisJfSDULCqhkarxk { top:24.3125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#U0t8CTgof0oBqPVZisJfSDULCqhkarxk li:before{  }
 }@media only screen and (max-width: 763px) { #CUAun0RneDqfLDisgVaFEPK9tNwFGNQo { top:36.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1rem;display:block; }#CUAun0RneDqfLDisgVaFEPK9tNwFGNQo li:before{  }
 }@media only screen and (max-width: 763px) { #fWpsRyw7DJCTkt80crHTvyoty0zGE22b { top:43.6875rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5QFt24UUufOv2Db21cplhTub6fFBzxG { top:52rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#z5QFt24UUufOv2Db21cplhTub6fFBzxG li:before{  }
 }@media only screen and (max-width: 763px) { #D6UfKkyUiKyAyKTodydJKCPDF2utg5HJ { top:61.1875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#D6UfKkyUiKyAyKTodydJKCPDF2utg5HJ li:before{  }
 }@media only screen and (max-width: 763px) { #gxucOvu0ImuWIPAyO18VQkwtfLuEg3uN { top:70.125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXIP8pboEhmotWUIX0onfkpGk3whizNl { display:block; }#TXIP8pboEhmotWUIX0onfkpGk3whizNl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1geyXDdwV0LnnAQMT248s5fN6G9QUgT { top:3.5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAQNrzKFWqJlOyzXliInbLwfG5kAOszb { top:10.625rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOfiwb08Q6CdXAIl84nonB3L1oHkwno0 { top:8.5rem;left:0rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw { display:block; }#JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imTNXi6JA659OL2N7ZR3gP1Us1o7X37P { top:2.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl4tNBiuJlIrC36GJD6uIRsfl50V2B8T { top:17.125rem;left:0rem;width:20.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR7tvlyFe0nEN6cT8khteHKV7SWRc9n4 { top:16.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxR24BiQEEVmhvMcO3qQXm5JrckamknD { top:5.3125rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSuD1GmrMP0b4PTAC0lHW6TH4HTEbqVV { top:17.125rem;left:31.3125rem;width:16.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov8a8h1K1ox8Lb1P17vndkzklTGnsG2p { top:19.5rem;left:0rem;width:20.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN { background-color:rgba(227,227,227,0.7);background-image:none;display:block; }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row .container { background-color: transparent; background-image: none; }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row .container > .video-iframe-container { display: none; }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row > .video-iframe-container { display: none; }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .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); }#VyOANBNWJ0ooTo2ZF6Sy4Wa2fottbBcN > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BL9rtzaPpJCaPpWIvwbUxibA9Jfcfipt { width:20rem;height:34.4375rem;top:26.3125rem;left:0rem;z-index:14997;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .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; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .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; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-text {padding-top: 0; padding-bottom: 0;}#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .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; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-select {padding-top: 0; padding-bottom: 0;}#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM  { width:17.5rem;height:auto;top:31.1875rem;left:0rem; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM {display:block;}#ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM { width:17.5rem;height:auto;top:31.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #zqQSk9SMaz0xK7OEXowvvy80m5gkiAE9 {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #KsmOTvZ30ceyLhby68m2RXp7TunXOTfS { display:none; }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #MO48PD1sHTh01ZqtJ6SxJ0G7hBfNuFev {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #V6XUtOHrMTHxTxpAIIGfkhb3ym3kTmdC {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #L9lnufiVoJNbQUsfZqIqKznLzQubxXts { display:none; }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #K0dXgQMBNQx1tEWxi3B58R0Ro7g3X3pb {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #VUQctMRU8FGvitSOUc7XxUWgc1fG8Odh {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #JwTiD83GtRLVNzc4Nzvni4L0E6gVwz8l { display:none; }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #StSyuRd2lpaVTNHVArFeEGuUH3LqG3ec {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #MLHR8IVVFbIeS5sNB9BDC4liDW7Gcunz {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #DJBF88MI0tAgSfVz0ed5M6R6er4FuhrM { display:none; }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #iPw0Nq8geGRloXc3Jy7zi7wUrDdvOC1O {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #O8inlbkz2oIZ7rFwV9yRuvngaqfEfAo7 {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #egqhJdKBeRkRoDy5rbrLSKZbdTKmhwzB {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #Tqm2kegp4VGzb3QUyUmhomOb7G0VHwFl {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #w8qop9qGerbrKrKuHqbWT4ubPULoFxNr {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #xxL84g5Rx5plyUdXosJKMwfwuBroCkFW {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #R6H7fh7BStefeBgJrzZHvJR1rDL1fcAF {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #rE5F5tpyg2UG9uTeisAdNkKkpHnt5QnT {  }
 }@media only screen and (max-width: 763px) { #ghW9VRq6ao3e2fJbr3SxT93g7gGzbMBM #TvdFIcH0EGbWkvJD0aTe16qndCskymR0 {  }
 }@media only screen and (max-width: 763px) { #vIh1rGuVTmpfLC91Xq22wi0LVN24qcPB { width:17.5625rem;height:0;top:13.97500038147rem;left:1.8437501192093rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3mKEsroys1lBeEO2avi2Omuouy3Mc8g { width:20rem;height:2.7625rem;top:10.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2.125rem;line-height:1.3;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rUpS8Kpk5PF4WrRU3hHQhuV48EZGGqTq { display:flex;width:0.875rem;height:0.875rem;top:20.375rem;left:0rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #dflVCI5bHkGQDqHCVGvehsI7QJQHyJz7 { display:flex;width:0.875rem;height:0.875rem;top:21.9375rem;left:0rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #MrSosM4HNcfeJKAIXNNl2UFM4igBTlVS { display:flex;width:0.875rem;height:0.875rem;top:18.8125rem;left:0rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #QDPe0THSmZUu1OPfcEEb99QOsTZizMmX { width:4.0625rem;height:5.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb4QoBKEX75lOl8w08caLu6CDDZ1zFMa { width:15.3125rem;height:1.6625rem;top:20rem;left:1.375rem;font-size:0.875rem;z-index:15022;line-height:1.9;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tkIblkLZNTouVehfqPgbHTuDGd1CPOn6 { width:17.9375rem;height:1.625rem;top:28.25rem;left:1rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nytFGdqxXAusQsfokkrfrXcEgUXDpxLU { width:17.9375rem;height:1.1375rem;top:30rem;left:1.0625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vN40vZptXGeqpu2o3V29EhCEuwK5ksTU { width:20rem;height:3.9rem;top:13.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.3;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zTPgn3y08qXQ4abJ3ElofQvLzM2y3vRe { width:18.125rem;height:2.8rem;top:21.625rem;left:1.375rem;font-size:0.875rem;z-index:15023;line-height:1.6;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #z8n4pF31TISLR3D3vZ2uhaZTdp3dWNNp { width:18.8125rem;height:1.6625rem;top:18.4375rem;left:1.375rem;font-size:0.875rem;z-index:15023;line-height:1.9;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw { display:block; }#PZm1fJWtrSJaFFzqJU5QxxBAZVMkgpHw > .row .container { width:20rem;height:82.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFdhooyDRvNO0o4Q7pCuDg8DZdFwW5Mo { width:20rem;height:1.625rem;top:2.8125rem;left:-0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBgp2UJCO4aXao2BEeHOVELbZhveLqas { width:17.3125rem;height:1.96875rem;top:11.1875rem;left:1.3437500596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTmIwHrmsH81zA41DDb51adn5PKDUKV { width:17.25rem;height:5.6875rem;top:13.562499761581rem;left:1.3750000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SBH8iTt9r0kB6Wtphe3o7voeLMfHq6AW { width:20rem;height:3.1875rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqnWXRRmfomhTRzcIRpm5wutkTm3lq4v { width:20rem;height:11.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3BNzyVdnUHEvphrabJzZ5U6AsiA4hbm { width:17.1875rem;height:4.55rem;top:26.625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XGOUpeDTshSEzWyGhT8rkJ5pn8IRKXxs { width:20rem;height:10.5625rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d41EGBfTzVSwNqvbN4sbVwBrf72ZqfP6 { width:15.3125rem;height:1.96875rem;top:24.000000715256rem;left:2.3437500596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0ukgswnbJGAJGeg4Hfh4Uu288rXfTZD { width:17.625rem;height:6.825rem;top:38.625000953674rem;left:1.1867187619209rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mKmTiTXeQr25cRBSUOzdLE79mWDB6Onk { width:20rem;height:12.5rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8i6U5BkLD4a7UtfIxf6yqTa4XVSwx42 { width:17.8125rem;height:1.96875rem;top:36.125000953674rem;left:1.0929687619209rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQS1XxXOpKMZLBMHKbH8VULPXvDLDsBi { width:16.75rem;height:7.9625rem;top:51.5rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lGpXXBwVnIXzoWGL7Ryml4H1HmZnENEJ { width:20rem;height:12.5rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyATLUTMhFiyQL7KQzT8yrLXF1cDhhet { width:17.375rem;height:1.96875rem;top:49.125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwgpE5FMCVOJg5nmIE2DRzTzIJheoxCH { width:20rem;height:12rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa2SrfmT08dnTpxWfTH35Ld4HKTWwRrs { width:16.1875rem;height:6.825rem;top:65.5rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QCv4e4bHiqzor6rUsQKG8GKOfWsW8sde { width:17.375rem;height:1.96875rem;top:63.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXwVEMdo8JdThTsGI2ESs2NkWOHnPARm { width:13.25rem;height:3.375rem;top:76.18750190735rem;left:3.3750000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBLq2ntL7PzeBNvttnPJ0HbMpixbSsPh { display:block; }
 }@media only screen and (max-width: 763px) { #mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG { display:block; }#mkH3vXQwU1G8MEcPiiVnkiAtFWcOsklG > .row .container { width:20rem;height:99.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IshusAXorzxwfKZQ8uVSNS0o8VOTlT3h { width:20rem;height:4.0625rem;top:2.3742189407349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdUJyrUwmnBLTzxiuzXTy9JTqv9E1Gpk { width:20rem;height:20.8rem;top:11.067969322204rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2LXG9FmXMSPWkgCQ5d43koAN58cA6AI { width:9.375rem;height:0.1875rem;top:8.8804693222044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0t8CTgof0oBqPVZisJfSDULCqhkarxk { width:20rem;height:11.65rem;top:33.542973518372rem;left:0rem;font-size:1rem;display:block; }#U0t8CTgof0oBqPVZisJfSDULCqhkarxk li:before{  }
 }@media only screen and (max-width: 763px) { #CUAun0RneDqfLDisgVaFEPK9tNwFGNQo { width:20rem;height:5.825rem;top:46.780465126037rem;left:0rem;font-size:1rem;display:block; }#CUAun0RneDqfLDisgVaFEPK9tNwFGNQo li:before{  }
 }@media only screen and (max-width: 763px) { #fWpsRyw7DJCTkt80crHTvyoty0zGE22b { width:20rem;height:9.1rem;top:54.180469512939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5QFt24UUufOv2Db21cplhTub6fFBzxG { width:20rem;height:9.725rem;top:64.85546684265rem;left:0rem;font-size:1rem;display:block; }#z5QFt24UUufOv2Db21cplhTub6fFBzxG li:before{  }
 }@media only screen and (max-width: 763px) { #D6UfKkyUiKyAyKTodydJKCPDF2utg5HJ { width:20rem;height:7.125rem;top:76.342969894406rem;left:0rem;font-size:1rem;display:block; }#D6UfKkyUiKyAyKTodydJKCPDF2utg5HJ li:before{  }
 }@media only screen and (max-width: 763px) { #gxucOvu0ImuWIPAyO18VQkwtfLuEg3uN { width:20rem;height:10.4rem;top:85.374223709106rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXIP8pboEhmotWUIX0onfkpGk3whizNl { display:block; }#TXIP8pboEhmotWUIX0onfkpGk3whizNl > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1geyXDdwV0LnnAQMT248s5fN6G9QUgT { width:20rem;height:4.0625rem;top:2.3742189407349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAQNrzKFWqJlOyzXliInbLwfG5kAOszb { width:20rem;height:29.9rem;top:10.500000476837rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOfiwb08Q6CdXAIl84nonB3L1oHkwno0 { width:9.375rem;height:0.1875rem;top:8.0625004768369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw { display:block; }#JF6TDkpP3FI23ByWAhaNAqBO4KsIszSw > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imTNXi6JA659OL2N7ZR3gP1Us1o7X37P { width:20rem;height:1.54375rem;top:2.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl4tNBiuJlIrC36GJD6uIRsfl50V2B8T { width:16.4375rem;height:2.275rem;top:22.687499523163rem;left:1.7812500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CR7tvlyFe0nEN6cT8khteHKV7SWRc9n4 { width:20rem;height:0.0625rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxR24BiQEEVmhvMcO3qQXm5JrckamknD { width:20rem;height:14.625rem;top:4.9875001907349rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSuD1GmrMP0b4PTAC0lHW6TH4HTEbqVV { width:16.4375rem;height:1.1375rem;top:27.025001049042rem;left:1.7812500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ov8a8h1K1ox8Lb1P17vndkzklTGnsG2p { width:20rem;height:0.89375rem;top:25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }