.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:254,249,225;--color-primary-1:252,237,156;--color-primary-2:249,218,57;--color-primary-3:125,109,29;--color-primary-4:37,33,9;--color-secondary-0:221,229,246;--color-secondary-1:142,168,226;--color-secondary-2:28,81,196;--color-secondary-3:14,41,98;--color-secondary-4:4,12,29;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row .container { background-color: transparent; background-image: none; }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row .container > .video-iframe-container { display: none; }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row > .video-iframe-container { display: none; }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .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); }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row .container { border-width: 0; border-radius: 0; }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;overflow:visible;position:relative;display:block; }#Of674c9de639835df483c0519e8ab130 { background-color:transparent;background-image:none;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-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:1.96875rem;left:12.6875rem;display:block; }
#d7b655da601b61f19ff96b761cf86f40 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f331e73621b20627822031a0a6f9289e { background-color:transparent;background-image:none;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-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.6875rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:1.96875rem;left:20.25rem;display:block; }
#c3941fe7a1a7b0c9bd4de46560adf8ed { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ab754d13bdb94fd76f309d7f4014d748 { background-color:transparent;background-image:none;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-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.6875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:1.96875rem;left:29.375rem;display:block; }
#K3797e0b099d7c01b2d46922cf70dba5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b6151a5451ae4eaa59cb92690aafec05 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.5625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:1.90625rem;left:52.125rem;display:block; }
#bbea4e0cdef20332cebe82f7e69fc6bf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f1788e8955c9882510c9f34ed8ec6eb7 { position:absolute;display:block;z-index:15043;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.8125rem;width:10.125rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#JMgRqJ6k4BvofyW5zPNOl3sfto6EFGik { background-color:transparent;background-image:none;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-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.6875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:1.96875rem;left:39rem;display:block; }
#O6TDmBZ2IkkTR2BTKHNAdbfeI0QvwOeO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkV2eTVME1bWMAn4MKVqHb15xBUfNtMU { background-color:transparent;background-image:none;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-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5rem;height:2.6875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:1.96875rem;left:46.1875rem;display:block; }
#KEDQKEUSWP55GNqRrnTF95qKkEAMNifw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm { background-color:rgba(var(--color-secondary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row .container { background-color: transparent; background-image: none; }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row .container > .video-iframe-container { display: none; }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row > .video-iframe-container { display: none; }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .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); }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row .container { border-width: 0; border-radius: 0; }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:60rem;overflow:visible;position:relative;display:block; }#SH0UhxOIxDJQIEKDzHWXELvDXGyfGSnR { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#5d5425;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.3125rem;left:14.03125rem;display:block; }
#TUmoPnPKCN5AWN9RKE8Dezz6gi5mIPuH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJDMTXHr5vIvivpiIvcMRlPySdycmfoK { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:20.087890625rem;left:0rem;height:3.9375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uMrt6e79fUeJ5rTL6iSsmgNbPhvp5JiG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:27.09375rem;left:1.0625rem;height:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CvytLk3W74QuygeXkkv0vUl4JTnfoby2 { box-sizing:content-box;height:11.4375rem;width:0.125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27rem;left:0rem;display:block; }
#qxDB3HG8PR73caKnFCJqZ1PXQM1h8zNT { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:7.1875rem;top:0rem;left:52.8125rem;display:block; }#qxDB3HG8PR73caKnFCJqZ1PXQM1h8zNT.adaptive-delivery-prevent-bg, #qxDB3HG8PR73caKnFCJqZ1PXQM1h8zNT.lazyload, #qxDB3HG8PR73caKnFCJqZ1PXQM1h8zNT.lazyloading { background-image: none; }
#VBc2UE8MhTWmkaErpHPqay6VUIP7dONS { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:35.5625rem;left:14rem;display:block; }
#G9OhuLV0FZEh9FGyv1gVrza1r3WU9aBX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ig92Q9eSO9SXMqRLzPSkTqA0ra8ytxkF { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:14998;line-height:1.2;letter-spacing:0;top:2.125rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KsUbkMgBSNOuRzgTrAyJ2tUPlBeJlPP2 { position:absolute;display:block;z-index:15042;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:34.75rem;width:34.75rem;top:7rem;left:25.25rem;overflow:hidden;display:block; }
#iIQpZQ0ge8hkDeETt3Cx3M89WxrXdz0E { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15043;line-height:1.1;letter-spacing:0;top:21.7138671875rem;left:49.90625rem;height:2.47265625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iR83VdA6rV34bkyXmxTHbQnwhhEC3cT1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:20.087890625rem;left:49.90625rem;height:1.57421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { 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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#vpvn9VGiEqZslvTqfyMvTJTxnSu5d0zu { position:absolute;display:block;z-index:15042;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.5rem;width:8.0625rem;top:4.125rem;left:7.1875rem;overflow:hidden;display:block; }
#V6IbXvkhfmEkexTd2D77ORReWHehcDvF { position:absolute;display:block;z-index:15042;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.5625rem;width:5.3125rem;top:4.3125rem;left:18.375rem;overflow:hidden;display:block; }
#k2BeG4bROmXVcbhxWeM9PqOWZS4azvxd { position:absolute;display:block;z-index:15043;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:2.25rem;width:4.5rem;top:3.75rem;left:27.625rem;overflow:hidden;display:block; }
#MT0cLisb7JPsqk4EKWlFdlQ8zVpxhgq1 { position:absolute;display:block;z-index:15044;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:5.6875rem;top:3.9375rem;left:37rem;overflow:hidden;display:block; }
#yyKRQ2nZb1d6mybI1lEJmEU1FwDboaMC { position:absolute;display:block;z-index:15042;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.25rem;width:4.375rem;top:8.53125rem;left:9.03125rem;overflow:hidden;display:block; }
#y97woR2WRgFIQALLwwQ8b3pnno5u07i6 { position:absolute;display:block;z-index:15042;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.8125rem;width:7.25rem;top:8.25rem;left:17.375rem;overflow:hidden;display:block; }
#pTUOH1hrqGUGdpOyqS9P4fz3Ohf7q7v8 { position:absolute;display:block;z-index:15042;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:2.875rem;width:3.25rem;top:7.71875rem;left:28.375rem;overflow:hidden;display:block; }
#rDXtUzuFEP3U3loK5vLguB87zKZgGZZA { position:absolute;display:block;z-index:15042;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:2.125rem;width:7rem;top:8.09375rem;left:36.34375rem;overflow:hidden;display:block; }
#oWdpSPSrotuHly2xTGa8bsFfa35TQAXo { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:7.1875rem;top:0rem;left:0rem;display:block; }#oWdpSPSrotuHly2xTGa8bsFfa35TQAXo.adaptive-delivery-prevent-bg, #oWdpSPSrotuHly2xTGa8bsFfa35TQAXo.lazyload, #oWdpSPSrotuHly2xTGa8bsFfa35TQAXo.lazyloading { background-image: none; }
#w75zaJpTh3bdMkd7xbudCcaTbV1Mkwdh { position:absolute;display:block;z-index:15043;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:3.1875rem;width:8.625rem;top:3.3125rem;left:45rem;overflow:hidden;display:block; }
#oIdwPnQzmB5qmeWR5QhXxtOSmA60UnbC { position:absolute;display:block;z-index:15043;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.4375rem;width:7.0625rem;top:8.4375rem;left:45.8125rem;overflow:hidden;display:block; }
#nJJuxQ22uWDaqbn6FmlpF8XiDkTelyu0 { color:rgba(var(--color-secondary-2),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:14.90625rem;left:2.53125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vDP0Ekc3QgKXdAvdOg6FaZCld3gh0ur3 { color:rgba(var(--color-secondary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:24.9375rem;left:7.125rem;height:7.19925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DeIsWVSo7BngLgNPIKH3Gypq2wR5QybG { color:rgba(var(--color-secondary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:24.9375rem;left:25.46875rem;height:7.19925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aAe6VPRqCU4vQC8KAQGk1dfN26sltyNc { color:rgba(var(--color-secondary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:31rem;left:7.1875rem;height:2.548825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TCt9emTNu4osmC1NovWOkElhiO6ybEel { color:rgba(var(--color-secondary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:31rem;left:24.28125rem;height:2.548825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hJadDTydPqOHJ8N4SfMOqiL4zM1mqMlb { color:rgba(var(--color-secondary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:24.9375rem;left:39.375rem;height:7.19925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KpC2E30FXhqibOdE2uFtFi4D0N5gV3ur { color:rgba(var(--color-secondary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:31rem;left:40.1875rem;height:2.548825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Bhn8I9ZDAqHGiyXuIZkghVodCzqWok8w { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:7.1875rem;top:24.8125rem;left:52.8125rem;display:block; }#Bhn8I9ZDAqHGiyXuIZkghVodCzqWok8w.adaptive-delivery-prevent-bg, #Bhn8I9ZDAqHGiyXuIZkghVodCzqWok8w.lazyload, #Bhn8I9ZDAqHGiyXuIZkghVodCzqWok8w.lazyloading { background-image: none; }
#yvuAiVfclcZ5amftpZJaKKe3Ct7NOLBX { color:rgba(var(--color-secondary-2),1);display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:24rem;left:11.5625rem;height:2.0996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hNFHolx34SlKicVNpkIfTqxnTKHQpBIK { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:24rem;left:25rem;height:2.0996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bquXg7I4fLKo6zV1mIidbTZXUgAtZxMC { color:rgba(var(--color-secondary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24rem;left:42rem;height:2.0996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL > .row .container { background-color: transparent; background-image: none; }#aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL > .row .container > .video-iframe-container { display: none; }#aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL > .row > .video-iframe-container { display: none; }#aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL > .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); }#aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL > .row .container { border-width: 0; border-radius: 0; }#aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#q0SSFHtaeL37iMz9bp0sx1OhfnR3tg2G { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#qsaVBMWcUCp8FWZN9uBbodlbkv1mQRXD { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.375rem;left:15.0625rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fMVBrT9gChHmETF3ETTXICbhfVhABKBG { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:4.125rem;left:6.625rem;height:6.1484375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pRH27HIvpx9aDu4HCF9hhKSzmlBuzVbI { box-sizing:content-box;height:6.375rem;width:0.125rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.125rem;left:4.90625rem;display:block; }
#EfMpTwDcJmtVh74iGQVUKtuyFEdNZ6GO { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:14.4375rem;left:7.125rem;overflow:hidden;display:block; }
#zUIyFGEecB2dyR9BAmOIXPLpWxhPivJO { position:absolute;display:block;z-index:15043;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:5.125rem;width:5.125rem;top:21.40625rem;left:6.625rem;overflow:hidden;display:block; }
#ck5pRtQz9Rll31V1gyL3sT7m4r99wdp5 { position:absolute;display:block;z-index:15044;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.5625rem;width:6.5625rem;top:28.0625rem;left:6.125rem;overflow:hidden;display:block; }
#QM8StcSNIZSG7QncH6wfRF472OxLAnfh { position:absolute;display:block;z-index:15045;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:5.5rem;width:5.5rem;top:36.75rem;left:6.6875rem;overflow:hidden;display:block; }
#wctfkBs9HT0Jrq14gpWgRZtoTPKkpk5N { color:rgba(var(--color-tertiary-0),1);display:block;width:42rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:20.9375rem;left:14.875rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aCL8Ftuz2sRXdNacyeT3dKPSZEydePTT { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:29.375rem;left:15.0625rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fp81MFkUTkeC2uClzH2CygBt80QLqecB { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:37.125rem;left:15.0625rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC { 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; }#OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC > .row .container { background-color: transparent; background-image: none; }#OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC > .row .container > .video-iframe-container { display: none; }#OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC > .row > .video-iframe-container { display: none; }#OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC > .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); }#OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC > .row .container { border-width: 0; border-radius: 0; }#OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#KT675v5NSkAPCopAIWce56fSD6DDzdNW { color:rgba(var(--color-secondary-2),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#xWKTKtzW2Z39yTbsfWrz3Rlea4m8cuZn { color:rgba(var(--color-secondary-2),1);display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:3.1875rem;left:6.625rem;height:6.44925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ORAooVTQ4XGM9u660MraAlqszE9Jgugg { box-sizing:content-box;height:6.375rem;width:0.125rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.1875rem;left:4.90625rem;display:block; }
#zA3zTXVqVrPT6a61IpOA904yxJqwcH0E { position:relative;display:block; }#zA3zTXVqVrPT6a61IpOA904yxJqwcH0E { background-color: transparent; background-image: none; }#zA3zTXVqVrPT6a61IpOA904yxJqwcH0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA3zTXVqVrPT6a61IpOA904yxJqwcH0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA3zTXVqVrPT6a61IpOA904yxJqwcH0E > .row .container > .video-iframe-container { display: none; }#zA3zTXVqVrPT6a61IpOA904yxJqwcH0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA3zTXVqVrPT6a61IpOA904yxJqwcH0E > .row > .video-iframe-container { display: none; }#zA3zTXVqVrPT6a61IpOA904yxJqwcH0E > .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); }#zA3zTXVqVrPT6a61IpOA904yxJqwcH0E { border-width: 0; border-radius: 0; }#zA3zTXVqVrPT6a61IpOA904yxJqwcH0E > .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; }#zA3zTXVqVrPT6a61IpOA904yxJqwcH0E > .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:36.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; }#X0yCe3zkavOchuEIUMqpDa4hZvaKqQDD { color:rgba(var(--color-secondary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:16.5rem;left:0.65625rem;height:12.65625rem;text-align:left;text-align-last:left;display:block; }
#MmsfHbgxxr2mTsnzcV2lbn3SabyGRu9F { color:rgba(var(--color-secondary-2),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.5rem;left:15.84375rem;height:12.65625rem;text-align:left;text-align-last:left;display:block; }
#DfqEAfAgmQ5QEea3ZQKrBp9XNdpI4LcU { color:rgba(var(--color-secondary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:16.5625rem;left:46.21875rem;height:14.0625rem;text-align:left;text-align-last:left;display:block; }
#qND07RqOlMxLpVkfxa7LI78ZMFDwBH2e { color:rgba(var(--color-secondary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:16.5rem;left:30.96875rem;height:12.65625rem;text-align:left;text-align-last:left;display:block; }
#TfgCWMNWNAoheTcaf1okfCg0v92p4zSI { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:5.9375rem;left:0.65625rem;height:7.03125rem;text-align:left;text-align-last:left;display:block; }
#HRxA2wJuTVQEiTheV8IkPypUwcOMeVtB { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:5.9375rem;left:15.96875rem;height:9.375rem;text-align:left;text-align-last:left;display:block; }
#wd84SGLCtF3lKPvqyJHUG0yRao7ThpSp { color:rgba(var(--color-secondary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:5.9375rem;left:46.21875rem;height:7.03125rem;text-align:left;text-align-last:left;display:block; }
#yFWq5SNv71ysPJqnzsiL9oarF9xyGDOu { color:rgba(var(--color-secondary-2),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:5.9375rem;left:30.8125rem;height:7.03125rem;text-align:left;text-align-last:left;display:block; }
#hZDgGOAhJB0c0boxP3qZ55r5dzSQfxTs { position:absolute;display:block;z-index:15014;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:2.625rem;width:2.625rem;top:2.84375rem;left:15.84375rem;overflow:hidden;display:block; }
#uixPlHCxRRkZDKvB4rRvQ1HU6frR3ABm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:2.9375rem;left:0.65625rem;overflow:hidden;display:block; }
#ivh64xygnylJfwmFkheA2ovNPPMCBzgE { 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:2.6875rem;width:2.6875rem;top:2.8125rem;left:30.96875rem;overflow:hidden;display:block; }
#kgoTFIZ8XCytJKmTT6DB6mgseSIOQ0BZ { 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:1.5rem;width:5.875rem;top:3.40625rem;left:46.21875rem;overflow:hidden;display:block; }
#WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA > .row .container { background-color: transparent; background-image: none; }#WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA > .row .container > .video-iframe-container { display: none; }#WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA > .row > .video-iframe-container { display: none; }#WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA > .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); }#WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA > .row .container { border-width: 0; border-radius: 0; }#WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#I7n5ncDzMpRm5poDHPECIDzZxBu7k4Mq { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#enfM90w5HtFLaNhe2IGXtNTXvclQSrDZ { box-sizing:content-box;height:6.375rem;width:0.125rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.375rem;left:4.9375rem;display:block; }
#pe9wcy5s3rOC91ZT5iseEd05LwU0kMfF { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.375rem;left:6.625rem;height:6.1484375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pklWbptkMIupg1pTJoU3oxtCiNFTx14H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pklWbptkMIupg1pTJoU3oxtCiNFTx14H > .row .container { background-color: transparent; background-image: none; }#pklWbptkMIupg1pTJoU3oxtCiNFTx14H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pklWbptkMIupg1pTJoU3oxtCiNFTx14H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pklWbptkMIupg1pTJoU3oxtCiNFTx14H > .row .container > .video-iframe-container { display: none; }#pklWbptkMIupg1pTJoU3oxtCiNFTx14H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pklWbptkMIupg1pTJoU3oxtCiNFTx14H > .row > .video-iframe-container { display: none; }#pklWbptkMIupg1pTJoU3oxtCiNFTx14H > .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); }#pklWbptkMIupg1pTJoU3oxtCiNFTx14H > .row .container { border-width: 0; border-radius: 0; }#pklWbptkMIupg1pTJoU3oxtCiNFTx14H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pklWbptkMIupg1pTJoU3oxtCiNFTx14H > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#ngu7NSQxAD2rsXWosZwV2MVkBzrfz7Dr { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:4.625rem;left:1.53125rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#hz1How57y9b8vD4BUc3vn5HM0rNHi9T2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:14.65625rem;left:21.4375rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#MonTPi9fV2vPWQ80ny5wq9oxSOG2qeXt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:3.5625rem;left:40.84375rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#yzJqlgD0lWDMaoAcKJfr8anLOh7MSSG7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:19.5rem;left:21.4375rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#nCm5H5IslwKgkgAUQPpMbbg8oxBhr9tt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.1875rem;left:1.53125rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#vk3F4IXy9fbpTrbWmLGO5tezd46quOkh { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:8.5rem;left:40.84375rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#X6C4Unc4nP87xh1dEAQC1Xvw9BXaJvSF { 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:5rem;width:10.1875rem;top:23.71875rem;left:4.90625rem;overflow:hidden;display:block; }
#it8lx9qBRCd6phqKl5HhcMnuHFZrySgg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;top:21.78125rem;left:46.28125rem;overflow:hidden;display:block; }
#DmCXXPZ4vwE5TVpyAHqTynDzLNHJVDhN { position:absolute;display:block;z-index:15014;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:9.4375rem;width:7.75rem;top:3.5625rem;left:26.125rem;overflow:hidden;display:block; }
#QB5w4poW4wrT4oTfA4X3kBPBbS0LrDRu { box-sizing:content-box;height:6.375rem;width:0.125rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.5rem;left:19.9375rem;display:block; }
#ooN33QHySo5lXqc0JiVgXBTtWZqnRtnN { box-sizing:content-box;height:6.375rem;width:0.125rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.5rem;left:39.9375rem;display:block; }
#D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd { 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; }#D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd > .row .container { background-color: transparent; background-image: none; }#D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd > .row .container > .video-iframe-container { display: none; }#D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd > .row > .video-iframe-container { display: none; }#D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd > .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); }#D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd > .row .container { border-width: 0; border-radius: 0; }#D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:60rem;position:relative;display:block; }#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-form-header {  }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:35.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .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 rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),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:35.625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .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 rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),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:35.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .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:35.625rem;box-sizing:border-box;height:2.5rem;color:#1a2738;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-button { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:1.25rem;font-weight:bold;color:#5d5425;width:35.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden;line-height:1.3; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-secondary-2),1);vertical-align:top;width:34.1875rem;overflow:hidden;font-style:normal; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .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; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-container:first-of-type{padding-top:0;}#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-container:last-of-type{padding-bottom:0;}#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.625rem;height:auto;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:7.6875rem;left:10.8125rem; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.625rem; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;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; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 {display:block;}#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.625rem;height:auto;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:7.6875rem;left:10.8125rem; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #fA39lcFKtAZMFMT9sVEqJ59qhfVgeitt { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #fcN290A82J3VOQeGF7vrTlBip2wqxgUZ { position:relative;display:block; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #CGobdQNaIwNXxl8daOsZ8G4mFNdqLSso { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #GOV3om8NLVu6TbVeMir42tfTG333B3i8 { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #lsG5HEcgP4ec980JumHS0DQ7ucVTS8MM { position:relative;display:block; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #Oq1Ux3Fbc46BEDxNhbqGrPeRUBsZpsuN { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #vO1NQzFpt7KfaiO21oTtv6t3QIRNfn8H { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #NORbTZV0mcb0NZTSrxRGSEa6wiU7NFl4 { position:relative;display:block; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #UH6Av6AgOzHIqA9tH54T5VCBVNtSGXC1 { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #StffkOhslUv4oOseMicZS48pqNBz2C3v { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #m0iZl2dNTe1zIKxKsZiTsXFugFHGFkHu { position:relative;display:block; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #qn8H5HseLuGEhVt3bozFi8ehcheCtTO6 { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #IlEwTo6kPOCxis5KzDwu0ph7uKo6R2AG { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #T5zNPxF4KQWJVTkvDpxSl1PMyJWJcrw2 { position:relative;display:block; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #ZTttUWJOytnFzpsr4iITicOOLfAInKpe { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #IOGqEDHSw5HMRGtv4qtxqnMTrrUehVvN { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #p7k0me1dvZuZCqqCUfv1nl8VrCnI3R80 { position:relative;display:block; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #zrlnSPZLpUxlFGRRb0vauyaGndJMFlWD { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #JazAL1LrJTIBUhmKPp87aBMITQitZ1m7 { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #OM5yWun5LJ8rq2ulwRlu9givGbaTJydh { position:relative;display:block; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #cb7UTefsttTopGT74lVq1K43CtcEwvl7 { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #L8LrNlZen3JTky3lftRzdWFp849woBAQ { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #tyRQV2XAdz3PBCl7FCeGC27EW87yTrHE { position:relative;z-index:2; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #DOeZrQEvITSvyTz4AlqVCpFUmFWFcHGR { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #Q4mKJZP4n4oUyNvtplXuU4Jw7FGXOSRo { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #FPOuoK1bMU0CB1WoFcXygEiGKO15QXii { position:relative;z-index:2; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #xq4axLfg8bfUKai3TSSGXPxvdZ9U5L4W { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #x1ETD7fSb6G4ZxPOfy4UzXwBwtSNKebA { position:relative; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #a1HELKGil9NTfBcG1T2ZHPmLXWZxtlOL { position:relative; }
#BqZt2LCg2fL6KNiJrmGmThTazWMHsT26 { color:rgba(var(--color-secondary-2),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:3.875rem;left:17rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WaqTm6AyPhTk6tpr7InztxQV2eEbtM3g { color:rgba(var(--color-secondary-2),1);display:block;width:38.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:50.375rem;left:10.90625rem;height:2.69824375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr { background-color:rgba(var(--color-secondary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row .container { background-color: transparent; background-image: none; }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row .container > .video-iframe-container { display: none; }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row > .video-iframe-container { display: none; }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .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); }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row .container { border-width: 0; border-radius: 0; }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#Ty3LHZlZVT11prVcak1sSSmXxWdz1Tpq { position:absolute;display:block;z-index:15045;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.5625rem;width:8.9375rem;top:3.71875rem;left:0rem;overflow:hidden;display:block; }
#IUkIwZyI8xFUK5hpNKK8WFpamOS6WlTW { background-color:transparent;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:1.625rem;text-decoration:none;z-index:15041;text-align:left;text-align-last:left;top:6.8125rem;left:35.0625rem;display:block; }
#XXWfgT2MmhmnJtu48I93x9t3PDWelozy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MqRomgLu0vRwu8TbSObSVWa0cRN6OF0I { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:3.875rem;left:35.0625rem;height:1.29980625rem;display:block; }
#yIn3q7bKr7OrNQlern9swVaIVyTwpRWX { color:rgba(var(--color-tertiary-0),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:3.875rem;left:48.5rem;height:1.29980625rem;display:block; }
#wIewEnATw6zlOZWRqLHCq1Xgn62r2MfQ { background-color:transparent;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.375rem;text-decoration:none;z-index:15042;text-align:right;text-align-last:right;top:5.0625rem;left:47.625rem;display:block; }
#cztpJNNx6ECXBDol9OHCzuUgonezycTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ftFcIm7Z54y331KS9qlds4677OgH22zo { background-color:transparent;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.875rem;text-decoration:none;z-index:15042;text-align:left;text-align-last:left;top:8.25rem;left:35.0625rem;display:block; }
#MB0JrrR5w4qTRk43xnoqzTGVf1m3UUfM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MGXecUEuDpsbciloz3h6yrTcNGDKCBXu { background-color:transparent;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:1.9375rem;text-decoration:none;z-index:15043;text-align:left;text-align-last:left;top:9.75rem;left:35.0625rem;display:block; }
#q7unNHIaVQ4TsdF6Lci2OwDnHsa1dBcv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fua540mCUVFI7PwekwCZWcfCwGbau1CZ { background-color:transparent;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:1.875rem;text-decoration:none;z-index:15044;text-align:left;text-align-last:left;top:11.25rem;left:35.0625rem;display:block; }
#UB4fXoLi92D5pTgNUCVIVLymCmzCCrEm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EAJkn7uBGP7MPKXGAN47sU2H65MDEpd0 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:5.875rem;left:0.4375rem;height:1.949225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NJSFk1znbLicJhuHss8hH2BhfPva0OzU { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:21.5rem;left:17.84375rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JppJyoFWGF2bTklvszKCQVnipboxcbEW { background-color:transparent;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:1.6875rem;text-decoration:none;z-index:15046;text-align:left;text-align-last:left;top:5.28125rem;left:12.75rem;display:block; }
#JTmrIm8TyPJ0mQdxC0QGqyPQVn2WGv4d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yS3mgRnvr1ckZR36f0PRHfm5pHl3pDAa { background-color:transparent;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:1.625rem;text-decoration:none;z-index:15047;text-align:left;text-align-last:left;top:6.8125rem;left:12.75rem;display:block; }
#vLuKJVkam6fhWGKdXZV8JLgys7RausfQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EqKziU8RU5JTZNR6XPgKwVn7DnDm5XNA { background-color:transparent;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:1.625rem;text-decoration:none;z-index:15048;text-align:left;text-align-last:left;top:8.375rem;left:12.75rem;display:block; }
#XIOd5AH0DFARodVRTrTbUUnf5VCwEzxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b99fb6fhETK9GwPu6o0vLTBGQdCGWkWC { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12.75rem;height:1.29980625rem;display:block; }
#wpAUMobDGZlZdLrqEOTSVXTGpukAlZxb { background-color:transparent;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.625rem;text-decoration:none;z-index:15042;text-align:left;text-align-last:left;top:5.28125rem;left:35.0625rem;display:block; }
#oC8LmqAIFSJNmbZPdxHibpx7LJdi9P2K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vwS8MCWXheXXCPQ1mW24mIczdah2iyTe { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:12.8125rem;left:12.75rem;height:1.29980625rem;display:block; }
#G1e6vvPXnk6DmAgvPTGpSMnRtSVIdIou { background-color:transparent;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:1.6875rem;text-decoration:none;z-index:15049;text-align:left;text-align-last:left;top:14.1875rem;left:12.75rem;display:block; }
#scKuyTcM6vpbRDOqtkwbw81nzkvsnXU5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eUBeE25b9qk1Hwzd5UhBLy0FCmltoJgF { background-color:transparent;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:1.6875rem;text-decoration:none;z-index:15050;text-align:left;text-align-last:left;top:15.5625rem;left:12.75rem;display:block; }
#WBX5rCMixopN7feHpLxVMsF01A8DKxGi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdHDSKtbqQ0skB7WQRQ02TMkrddLIcNy { position:absolute;display:block;z-index:15052;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:2.3125rem;width:2.3125rem;top:20rem;left:55.375rem;overflow:hidden;display:block; }
#V8sddT5XMKBkIo3AK078QpwaZ6i0NV03 { position:absolute;display:block;z-index:15053;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:2.3125rem;width:2.3125rem;top:20.0625rem;left:51.75rem;overflow:hidden;display:block; }
#w80WkMHsPxs3CTaWftNTtLwweSGaPtrE { position:absolute;display:block;z-index:15054;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.3125rem;width:1.3125rem;top:5.59375rem;left:48.5rem;overflow:hidden;display:block; }
#aQfwVcMhTATPHwFhJRKsEFxAuUSCQBpU { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.5rem;top:17.5625rem;left:0rem;overflow:hidden;display:block; }
#Mc1AO8lzDPriNBPpryAgvZ34P3qI4HQT { background-color:transparent;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.625rem;text-decoration:none;z-index:15045;text-align:left;text-align-last:left;top:14.40625rem;left:35.0625rem;display:block; }
#BAOuGCE7ZITOl1gKd2C9mXEcvWxnzfsF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwJRFMAdzKtdwqghIvzBeSeSfZlUJAUW { background-color:transparent;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:1.875rem;text-decoration:none;z-index:15045;text-align:left;text-align-last:left;top:12.8125rem;left:35.0625rem;display:block; }
#krhaQHe79klHdzGEDiGerHTyDcVoyHof { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zCHJxrtWZt8MbKqwKCAWhUaKMm99UNFp { background-color:transparent;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:1.625rem;text-decoration:none;z-index:15046;text-align:left;text-align-last:left;top:10rem;left:12.75rem;display:block; }
#eROZy42OTwPHuOAXnS7Kw3WeB9EQNnbO { 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) { #LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 { display:block; }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Of674c9de639835df483c0519e8ab130 { width:7.625rem;height:2.6875rem;top:1.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7b655da601b61f19ff96b761cf86f40 { display:block; }
 }@media only screen and (max-width: 763px) { #f331e73621b20627822031a0a6f9289e { width:9.125rem;height:2.6875rem;top:1.9375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3941fe7a1a7b0c9bd4de46560adf8ed { display:block; }
 }@media only screen and (max-width: 763px) { #ab754d13bdb94fd76f309d7f4014d748 { width:9.125rem;height:2.6875rem;top:1.9375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3797e0b099d7c01b2d46922cf70dba5 { display:block; }
 }@media only screen and (max-width: 763px) { #b6151a5451ae4eaa59cb92690aafec05 { width:7.875rem;height:2.5625rem;top:1.875rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbea4e0cdef20332cebe82f7e69fc6bf { display:block; }
 }@media only screen and (max-width: 763px) { #f1788e8955c9882510c9f34ed8ec6eb7 { top:2rem;left:0rem;width:10.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMgRqJ6k4BvofyW5zPNOl3sfto6EFGik { width:6.5625rem;height:2.6875rem;top:1.9375rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6TDmBZ2IkkTR2BTKHNAdbfeI0QvwOeO { display:block; }
 }@media only screen and (max-width: 763px) { #nkV2eTVME1bWMAn4MKVqHb15xBUfNtMU { width:4.5rem;height:2.6875rem;top:1.9375rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEDQKEUSWP55GNqRrnTF95qKkEAMNifw { display:block; }
 }@media only screen and (max-width: 763px) { #oPL1AymKoNWQamgeUInT8GfnnMtlc2tm { display:block; }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SH0UhxOIxDJQIEKDzHWXELvDXGyfGSnR { width:9.375rem;height:2.625rem;top:32.3125rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUmoPnPKCN5AWN9RKE8Dezz6gi5mIPuH { display:block; }
 }@media only screen and (max-width: 763px) { #kJDMTXHr5vIvivpiIvcMRlPySdycmfoK { width:28.9375rem;height:3.875rem;top:20.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMrt6e79fUeJ5rTL6iSsmgNbPhvp5JiG { width:8.8125rem;height:11.25rem;top:27.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvytLk3W74QuygeXkkv0vUl4JTnfoby2 { top:27rem;left:0rem;width:0.125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxDB3HG8PR73caKnFCJqZ1PXQM1h8zNT { width:7.1875rem;height:10.5rem;top:0rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBc2UE8MhTWmkaErpHPqay6VUIP7dONS { width:9.4375rem;height:2.4375rem;top:35.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9OhuLV0FZEh9FGyv1gVrza1r3WU9aBX { display:block; }
 }@media only screen and (max-width: 763px) { #Ig92Q9eSO9SXMqRLzPSkTqA0ra8ytxkF { width:35.25rem;height:;top:2.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsUbkMgBSNOuRzgTrAyJ2tUPlBeJlPP2 { top:7rem;left:13rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIQpZQ0ge8hkDeETt3Cx3M89WxrXdz0E { width:6.75rem;height:2.4375rem;top:21.6875rem;left:41rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR83VdA6rV34bkyXmxTHbQnwhhEC3cT1 { width:7.4375rem;height:1.5625rem;top:20.0625rem;left:40.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpvn9VGiEqZslvTqfyMvTJTxnSu5d0zu { top:4.125rem;left:1.0625rem;width:8.0625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6IbXvkhfmEkexTd2D77ORReWHehcDvF { top:4.3125rem;left:12.25rem;width:5.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2BeG4bROmXVcbhxWeM9PqOWZS4azvxd { top:3.75rem;left:21.5rem;width:4.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT0cLisb7JPsqk4EKWlFdlQ8zVpxhgq1 { top:3.9375rem;left:30.875rem;width:5.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyKRQ2nZb1d6mybI1lEJmEU1FwDboaMC { top:8.5rem;left:2.90625rem;width:4.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y97woR2WRgFIQALLwwQ8b3pnno5u07i6 { top:8.25rem;left:11.25rem;width:7.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTUOH1hrqGUGdpOyqS9P4fz3Ohf7q7v8 { top:7.6875rem;left:22.25rem;width:3.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDXtUzuFEP3U3loK5vLguB87zKZgGZZA { top:8.0625rem;left:30.21875rem;width:7rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWdpSPSrotuHly2xTGa8bsFfa35TQAXo { width:7.1875rem;height:10.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w75zaJpTh3bdMkd7xbudCcaTbV1Mkwdh { top:3.3125rem;left:38.875rem;width:8.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIdwPnQzmB5qmeWR5QhXxtOSmA60UnbC { top:8.4375rem;left:39.6875rem;width:7.0625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJJuxQ22uWDaqbn6FmlpF8XiDkTelyu0 { width:47.75rem;height:;top:14.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDP0Ekc3QgKXdAvdOg6FaZCld3gh0ur3 { width:14.0625rem;height:7.1875rem;top:24.9375rem;left:1rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeIsWVSo7BngLgNPIKH3Gypq2wR5QybG { width:9.0625rem;height:7.1875rem;top:24.9375rem;left:19.34375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAe6VPRqCU4vQC8KAQGk1dfN26sltyNc { width:14.5rem;height:2.5rem;top:31rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCt9emTNu4osmC1NovWOkElhiO6ybEel { width:11.4375rem;height:2.5rem;top:31rem;left:18.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJadDTydPqOHJ8N4SfMOqiL4zM1mqMlb { width:13.5rem;height:7.1875rem;top:24.9375rem;left:33.25rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpC2E30FXhqibOdE2uFtFi4D0N5gV3ur { width:12.75rem;height:2.5rem;top:31rem;left:34.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhn8I9ZDAqHGiyXuIZkghVodCzqWok8w { width:7.1875rem;height:14.1875rem;top:24.8125rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvuAiVfclcZ5amftpZJaKKe3Ct7NOLBX { width:5.1875rem;height:2rem;top:24rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNFHolx34SlKicVNpkIfTqxnTKHQpBIK { width:9.9375rem;height:2rem;top:24rem;left:18.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bquXg7I4fLKo6zV1mIidbTZXUgAtZxMC { width:8.3125rem;height:2rem;top:24rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL { display:block; }#aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0SSFHtaeL37iMz9bp0sx1OhfnR3tg2G { width:16.0625rem;height:4.0625rem;top:4.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsaVBMWcUCp8FWZN9uBbodlbkv1mQRXD { width:41.625rem;height:4.6875rem;top:14.375rem;left:6.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMVBrT9gChHmETF3ETTXICbhfVhABKBG { width:47.75rem;height:6.125rem;top:4.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRH27HIvpx9aDu4HCF9hhKSzmlBuzVbI { top:4.125rem;left:0rem;width:0.125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfMpTwDcJmtVh74iGQVUKtuyFEdNZ6GO { top:14.4375rem;left:1rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUIyFGEecB2dyR9BAmOIXPLpWxhPivJO { top:21.375rem;left:0.5rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck5pRtQz9Rll31V1gyL3sT7m4r99wdp5 { top:28.0625rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM8StcSNIZSG7QncH6wfRF472OxLAnfh { top:36.75rem;left:0.5625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wctfkBs9HT0Jrq14gpWgRZtoTPKkpk5N { width:42rem;height:6.25rem;top:20.9375rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCL8Ftuz2sRXdNacyeT3dKPSZEydePTT { width:41.375rem;height:4.6875rem;top:29.375rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp81MFkUTkeC2uClzH2CygBt80QLqecB { width:41.5625rem;height:4.6875rem;top:37.125rem;left:6.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC { display:block; }#OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT675v5NSkAPCopAIWce56fSD6DDzdNW { width:4.125rem;height:4.0625rem;top:3.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWKTKtzW2Z39yTbsfWrz3Rlea4m8cuZn { width:42.4375rem;height:6.375rem;top:3.1875rem;left:0.5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORAooVTQ4XGM9u660MraAlqszE9Jgugg { top:3.1875rem;left:0rem;width:0.125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA3zTXVqVrPT6a61IpOA904yxJqwcH0E { display:block; }#zA3zTXVqVrPT6a61IpOA904yxJqwcH0E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0yCe3zkavOchuEIUMqpDa4hZvaKqQDD { width:13.6875rem;height:12.375rem;top:16.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmsfHbgxxr2mTsnzcV2lbn3SabyGRu9F { width:13.3125rem;height:13.75rem;top:16.5rem;left:10.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfqEAfAgmQ5QEea3ZQKrBp9XNdpI4LcU { width:12.5625rem;height:15.125rem;top:16.5625rem;left:35.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qND07RqOlMxLpVkfxa7LI78ZMFDwBH2e { width:13.0625rem;height:13.75rem;top:16.5rem;left:22.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfgCWMNWNAoheTcaf1okfCg0v92p4zSI { width:13.125rem;height:6.9375rem;top:5.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRxA2wJuTVQEiTheV8IkPypUwcOMeVtB { width:12.8125rem;height:9.25rem;top:5.9375rem;left:11.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd84SGLCtF3lKPvqyJHUG0yRao7ThpSp { width:11.375rem;height:6.9375rem;top:5.9375rem;left:35.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFWq5SNv71ysPJqnzsiL9oarF9xyGDOu { width:13.375rem;height:6.9375rem;top:5.9375rem;left:22.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZDgGOAhJB0c0boxP3qZ55r5dzSQfxTs { top:2.8125rem;left:11.9375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uixPlHCxRRkZDKvB4rRvQ1HU6frR3ABm { top:2.9375rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivh64xygnylJfwmFkheA2ovNPPMCBzgE { top:2.8125rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgoTFIZ8XCytJKmTT6DB6mgseSIOQ0BZ { top:3.375rem;left:35.8125rem;width:5.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA { display:block; }#WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7n5ncDzMpRm5poDHPECIDzZxBu7k4Mq { width:16.0625rem;height:4.0625rem;top:3.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enfM90w5HtFLaNhe2IGXtNTXvclQSrDZ { top:3.375rem;left:0rem;width:0.125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe9wcy5s3rOC91ZT5iseEd05LwU0kMfF { width:47.75rem;height:6.125rem;top:3.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pklWbptkMIupg1pTJoU3oxtCiNFTx14H { display:block; }#pklWbptkMIupg1pTJoU3oxtCiNFTx14H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngu7NSQxAD2rsXWosZwV2MVkBzrfz7Dr { width:16.5625rem;height:4.625rem;top:4.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz1How57y9b8vD4BUc3vn5HM0rNHi9T2 { width:14.75rem;height:4.625rem;top:14.625rem;left:15.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MonTPi9fV2vPWQ80ny5wq9oxSOG2qeXt { width:18.3125rem;height:4.625rem;top:3.5625rem;left:29.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzJqlgD0lWDMaoAcKJfr8anLOh7MSSG7 { width:17.125rem;height:8.25rem;top:19.5rem;left:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCm5H5IslwKgkgAUQPpMbbg8oxBhr9tt { width:16.9375rem;height:9.625rem;top:9.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk3F4IXy9fbpTrbWmLGO5tezd46quOkh { width:16.6875rem;height:11rem;top:8.5rem;left:30.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6C4Unc4nP87xh1dEAQC1Xvw9BXaJvSF { top:23.6875rem;left:2.84375rem;width:10.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #it8lx9qBRCd6phqKl5HhcMnuHFZrySgg { top:21.75rem;left:35.96875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmCXXPZ4vwE5TVpyAHqTynDzLNHJVDhN { top:3.5625rem;left:19.9375rem;width:7.75rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB5w4poW4wrT4oTfA4X3kBPBbS0LrDRu { top:10.5rem;left:15.75rem;width:0.125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooN33QHySo5lXqc0JiVgXBTtWZqnRtnN { top:10.5rem;left:31.625rem;width:0.125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd { display:block; }#D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-regular-label { width:35.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-text { width:35.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-textarea { width:35.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-select { width:35.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-button { width:35.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-checkbox-label { width:34.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2  { width:35.625rem;height:auto;top:7.6875rem;left:4.6875rem; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .radio-container { width:35.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 {display:block;}#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 { width:35.625rem;height:auto;top:7.6875rem;left:4.6875rem; }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #fA39lcFKtAZMFMT9sVEqJ59qhfVgeitt {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #fcN290A82J3VOQeGF7vrTlBip2wqxgUZ {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #CGobdQNaIwNXxl8daOsZ8G4mFNdqLSso {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #GOV3om8NLVu6TbVeMir42tfTG333B3i8 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #lsG5HEcgP4ec980JumHS0DQ7ucVTS8MM {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #Oq1Ux3Fbc46BEDxNhbqGrPeRUBsZpsuN {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #vO1NQzFpt7KfaiO21oTtv6t3QIRNfn8H {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #NORbTZV0mcb0NZTSrxRGSEa6wiU7NFl4 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #UH6Av6AgOzHIqA9tH54T5VCBVNtSGXC1 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #StffkOhslUv4oOseMicZS48pqNBz2C3v {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #m0iZl2dNTe1zIKxKsZiTsXFugFHGFkHu {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #qn8H5HseLuGEhVt3bozFi8ehcheCtTO6 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #IlEwTo6kPOCxis5KzDwu0ph7uKo6R2AG {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #T5zNPxF4KQWJVTkvDpxSl1PMyJWJcrw2 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #ZTttUWJOytnFzpsr4iITicOOLfAInKpe {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #IOGqEDHSw5HMRGtv4qtxqnMTrrUehVvN {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #p7k0me1dvZuZCqqCUfv1nl8VrCnI3R80 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #zrlnSPZLpUxlFGRRb0vauyaGndJMFlWD {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #JazAL1LrJTIBUhmKPp87aBMITQitZ1m7 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #OM5yWun5LJ8rq2ulwRlu9givGbaTJydh {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #cb7UTefsttTopGT74lVq1K43CtcEwvl7 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #L8LrNlZen3JTky3lftRzdWFp849woBAQ {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #tyRQV2XAdz3PBCl7FCeGC27EW87yTrHE {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #DOeZrQEvITSvyTz4AlqVCpFUmFWFcHGR {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #Q4mKJZP4n4oUyNvtplXuU4Jw7FGXOSRo {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #FPOuoK1bMU0CB1WoFcXygEiGKO15QXii {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #xq4axLfg8bfUKai3TSSGXPxvdZ9U5L4W {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #x1ETD7fSb6G4ZxPOfy4UzXwBwtSNKebA {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #a1HELKGil9NTfBcG1T2ZHPmLXWZxtlOL {  }
 }@media only screen and (max-width: 763px) { #BqZt2LCg2fL6KNiJrmGmThTazWMHsT26 { width:26rem;height:2.25rem;top:3.875rem;left:10.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaqTm6AyPhTk6tpr7InztxQV2eEbtM3g { width:38.1875rem;height:2.625rem;top:50.375rem;left:4.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdGlVL3qz9QDdoFtoVmvSycokTJynmhr { display:block; }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty3LHZlZVT11prVcak1sSSmXxWdz1Tpq { top:3.6875rem;left:0rem;width:8.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUkIwZyI8xFUK5hpNKK8WFpamOS6WlTW { width:8.375rem;height:1.625rem;top:6.8125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXWfgT2MmhmnJtu48I93x9t3PDWelozy { display:block; }
 }@media only screen and (max-width: 763px) { #MqRomgLu0vRwu8TbSObSVWa0cRN6OF0I { top:3.875rem;left:28.9375rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIn3q7bKr7OrNQlern9swVaIVyTwpRWX { top:3.875rem;left:41.8125rem;width:5.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIewEnATw6zlOZWRqLHCq1Xgn62r2MfQ { width:9.25rem;height:2.375rem;top:5.0625rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cztpJNNx6ECXBDol9OHCzuUgonezycTc { display:block; }
 }@media only screen and (max-width: 763px) { #ftFcIm7Z54y331KS9qlds4677OgH22zo { width:10.75rem;height:1.875rem;top:8.25rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB0JrrR5w4qTRk43xnoqzTGVf1m3UUfM { display:block; }
 }@media only screen and (max-width: 763px) { #MGXecUEuDpsbciloz3h6yrTcNGDKCBXu { width:13.4375rem;height:1.9375rem;top:9.75rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7unNHIaVQ4TsdF6Lci2OwDnHsa1dBcv { display:block; }
 }@media only screen and (max-width: 763px) { #fua540mCUVFI7PwekwCZWcfCwGbau1CZ { width:10.9375rem;height:1.875rem;top:11.25rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB4fXoLi92D5pTgNUCVIVLymCmzCCrEm { display:block; }
 }@media only screen and (max-width: 763px) { #EAJkn7uBGP7MPKXGAN47sU2H65MDEpd0 { top:5.875rem;left:0rem;width:9.6875rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJSFk1znbLicJhuHss8hH2BhfPva0OzU { top:21.5rem;left:11.71875rem;width:24.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JppJyoFWGF2bTklvszKCQVnipboxcbEW { width:20.375rem;height:1.6875rem;top:5.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmrIm8TyPJ0mQdxC0QGqyPQVn2WGv4d { display:block; }
 }@media only screen and (max-width: 763px) { #yS3mgRnvr1ckZR36f0PRHfm5pHl3pDAa { width:19rem;height:1.625rem;top:6.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLuKJVkam6fhWGKdXZV8JLgys7RausfQ { display:block; }
 }@media only screen and (max-width: 763px) { #EqKziU8RU5JTZNR6XPgKwVn7DnDm5XNA { width:18.8125rem;height:1.625rem;top:8.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIOd5AH0DFARodVRTrTbUUnf5VCwEzxT { display:block; }
 }@media only screen and (max-width: 763px) { #b99fb6fhETK9GwPu6o0vLTBGQdCGWkWC { top:3.9375rem;left:6.625rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpAUMobDGZlZdLrqEOTSVXTGpukAlZxb { width:6.8125rem;height:1.625rem;top:5.25rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC8LmqAIFSJNmbZPdxHibpx7LJdi9P2K { display:block; }
 }@media only screen and (max-width: 763px) { #vwS8MCWXheXXCPQ1mW24mIczdah2iyTe { top:12.8125rem;left:6.625rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1e6vvPXnk6DmAgvPTGpSMnRtSVIdIou { width:20.375rem;height:1.6875rem;top:14.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scKuyTcM6vpbRDOqtkwbw81nzkvsnXU5 { display:block; }
 }@media only screen and (max-width: 763px) { #eUBeE25b9qk1Hwzd5UhBLy0FCmltoJgF { width:9.25rem;height:1.6875rem;top:15.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBX5rCMixopN7feHpLxVMsF01A8DKxGi { display:block; }
 }@media only screen and (max-width: 763px) { #FdHDSKtbqQ0skB7WQRQ02TMkrddLIcNy { top:20rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8sddT5XMKBkIo3AK078QpwaZ6i0NV03 { top:20.0625rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w80WkMHsPxs3CTaWftNTtLwweSGaPtrE { top:5.5625rem;left:42.375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQfwVcMhTATPHwFhJRKsEFxAuUSCQBpU { top:17.5625rem;left:0rem;width:4.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc1AO8lzDPriNBPpryAgvZ34P3qI4HQT { width:5.6875rem;height:1.625rem;top:14.375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAOuGCE7ZITOl1gKd2C9mXEcvWxnzfsF { display:block; }
 }@media only screen and (max-width: 763px) { #LwJRFMAdzKtdwqghIvzBeSeSfZlUJAUW { width:13.75rem;height:1.875rem;top:12.8125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krhaQHe79klHdzGEDiGerHTyDcVoyHof { display:block; }
 }@media only screen and (max-width: 763px) { #zCHJxrtWZt8MbKqwKCAWhUaKMm99UNFp { width:13.3125rem;height:1.625rem;top:10rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eROZy42OTwPHuOAXnS7Kw3WeB9EQNnbO { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 { background-color:#ffffff;background-image:none;display:block; }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row .container { background-color: transparent; background-image: none; }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row .container > .video-iframe-container { display: none; }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row > .video-iframe-container { display: none; }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .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); }#LbPytZ3N4WC960rVIXpw6kRMyuRl4WA1 > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Of674c9de639835df483c0519e8ab130 { width:7.625rem;height:2.6875rem;top:4.9375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7b655da601b61f19ff96b761cf86f40 { display:block; }
 }@media only screen and (max-width: 763px) { #f331e73621b20627822031a0a6f9289e { width:9.125rem;height:2.6875rem;top:8.875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3941fe7a1a7b0c9bd4de46560adf8ed { display:block; }
 }@media only screen and (max-width: 763px) { #ab754d13bdb94fd76f309d7f4014d748 { width:9.125rem;height:2.6875rem;top:12.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3797e0b099d7c01b2d46922cf70dba5 { display:block; }
 }@media only screen and (max-width: 763px) { #b6151a5451ae4eaa59cb92690aafec05 { width:7.75rem;height:2.5rem;top:24.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbea4e0cdef20332cebe82f7e69fc6bf { display:block; }
 }@media only screen and (max-width: 763px) { #f1788e8955c9882510c9f34ed8ec6eb7 { width:10.125rem;height:1.8125rem;top:1.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMgRqJ6k4BvofyW5zPNOl3sfto6EFGik { width:6.5625rem;height:2.6875rem;top:16.5625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6TDmBZ2IkkTR2BTKHNAdbfeI0QvwOeO { display:block; }
 }@media only screen and (max-width: 763px) { #nkV2eTVME1bWMAn4MKVqHb15xBUfNtMU { width:4.5rem;height:2.6875rem;top:20.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEDQKEUSWP55GNqRrnTF95qKkEAMNifw { display:block; }
 }@media only screen and (max-width: 763px) { #oPL1AymKoNWQamgeUInT8GfnnMtlc2tm { background-color:#1c51c4;background-image:none;display:block; }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row .container { background-color: transparent; background-image: none; }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row .container > .video-iframe-container { display: none; }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row > .video-iframe-container { display: none; }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .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); }#oPL1AymKoNWQamgeUInT8GfnnMtlc2tm > .row .container { width:20rem;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SH0UhxOIxDJQIEKDzHWXELvDXGyfGSnR { width:12.1875rem;height:3.25rem;top:32.75rem;left:3.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUmoPnPKCN5AWN9RKE8Dezz6gi5mIPuH { display:block; }
 }@media only screen and (max-width: 763px) { #kJDMTXHr5vIvivpiIvcMRlPySdycmfoK { width:19.125rem;height:5.0625rem;top:13.5625rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMrt6e79fUeJ5rTL6iSsmgNbPhvp5JiG { width:15.9375rem;height:11.25rem;top:19.875rem;left:2.03125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CvytLk3W74QuygeXkkv0vUl4JTnfoby2 { width:0.125rem;height:11.4375rem;top:19.78125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxDB3HG8PR73caKnFCJqZ1PXQM1h8zNT { width:7.1875rem;height:10.5rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBc2UE8MhTWmkaErpHPqay6VUIP7dONS { width:9.4375rem;height:2.4375rem;top:36.75rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9OhuLV0FZEh9FGyv1gVrza1r3WU9aBX { display:block; }
 }@media only screen and (max-width: 763px) { #Ig92Q9eSO9SXMqRLzPSkTqA0ra8ytxkF { width:20rem;height:11.875rem;top:0.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KsUbkMgBSNOuRzgTrAyJ2tUPlBeJlPP2 { width:20rem;height:20rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIQpZQ0ge8hkDeETt3Cx3M89WxrXdz0E { width:6.75rem;height:2.4375rem;top:42.25rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR83VdA6rV34bkyXmxTHbQnwhhEC3cT1 { width:7.4375rem;height:1.5625rem;top:40.75rem;left:12.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpvn9VGiEqZslvTqfyMvTJTxnSu5d0zu { width:8.0625rem;height:1.5rem;top:12.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6IbXvkhfmEkexTd2D77ORReWHehcDvF { width:5.3125rem;height:1.5625rem;top:15.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2BeG4bROmXVcbhxWeM9PqOWZS4azvxd { width:4.5rem;height:2.25rem;top:18.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT0cLisb7JPsqk4EKWlFdlQ8zVpxhgq1 { width:5.6875rem;height:1.875rem;top:21.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyKRQ2nZb1d6mybI1lEJmEU1FwDboaMC { width:4.375rem;height:1.25rem;top:29.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y97woR2WRgFIQALLwwQ8b3pnno5u07i6 { width:7.25rem;height:1.8125rem;top:31.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTUOH1hrqGUGdpOyqS9P4fz3Ohf7q7v8 { width:3.25rem;height:2.875rem;top:34.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDXtUzuFEP3U3loK5vLguB87zKZgGZZA { width:7rem;height:2.125rem;top:38.9375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWdpSPSrotuHly2xTGa8bsFfa35TQAXo { width:7.1875rem;height:9.875rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w75zaJpTh3bdMkd7xbudCcaTbV1Mkwdh { width:8.625rem;height:3.1875rem;top:24.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIdwPnQzmB5qmeWR5QhXxtOSmA60UnbC { width:7.0625rem;height:1.4375rem;top:42.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJJuxQ22uWDaqbn6FmlpF8XiDkTelyu0 { width:16.1875rem;height:10.875rem;top:1.0625rem;left:0.90625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDP0Ekc3QgKXdAvdOg6FaZCld3gh0ur3 { width:14.0625rem;height:3.5625rem;top:48.1875rem;left:2.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeIsWVSo7BngLgNPIKH3Gypq2wR5QybG { width:9.0625rem;height:3.5625rem;top:57.9375rem;left:5.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAe6VPRqCU4vQC8KAQGk1dfN26sltyNc { width:14.5rem;height:2.5rem;top:51.75rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCt9emTNu4osmC1NovWOkElhiO6ybEel { width:11.4375rem;height:2.5rem;top:61.5rem;left:4.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJadDTydPqOHJ8N4SfMOqiL4zM1mqMlb { width:13.5rem;height:3.5625rem;top:68.375rem;left:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpC2E30FXhqibOdE2uFtFi4D0N5gV3ur { width:12.75rem;height:2.5rem;top:71.9375rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhn8I9ZDAqHGiyXuIZkghVodCzqWok8w { width:7.1875rem;height:8.75rem;top:29.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvuAiVfclcZ5amftpZJaKKe3Ct7NOLBX { width:5.1875rem;height:2rem;top:46.75rem;left:7.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNFHolx34SlKicVNpkIfTqxnTKHQpBIK { width:9.9375rem;height:2rem;top:56.5rem;left:5.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bquXg7I4fLKo6zV1mIidbTZXUgAtZxMC { width:8.3125rem;height:2rem;top:66.375rem;left:5.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL { display:block; }#aU5VDhBu8zgCGXyDGmvd39WaXK69mXEL > .row .container { width:20rem;height:101.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0SSFHtaeL37iMz9bp0sx1OhfnR3tg2G { width:16.0625rem;height:2.5625rem;top:1.8125rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsaVBMWcUCp8FWZN9uBbodlbkv1mQRXD { width:20rem;height:10.9375rem;top:28.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMVBrT9gChHmETF3ETTXICbhfVhABKBG { width:20rem;height:14.25rem;top:5.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pRH27HIvpx9aDu4HCF9hhKSzmlBuzVbI { width:0.125rem;height:6.375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfMpTwDcJmtVh74iGQVUKtuyFEdNZ6GO { width:4.5625rem;height:4.5625rem;top:22.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUIyFGEecB2dyR9BAmOIXPLpWxhPivJO { width:5.125rem;height:5.125rem;top:41.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck5pRtQz9Rll31V1gyL3sT7m4r99wdp5 { width:6.5625rem;height:6.5625rem;top:64.875rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM8StcSNIZSG7QncH6wfRF472OxLAnfh { width:5.5rem;height:5.5rem;top:83.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wctfkBs9HT0Jrq14gpWgRZtoTPKkpk5N { width:20rem;height:15.625rem;top:48.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCL8Ftuz2sRXdNacyeT3dKPSZEydePTT { width:20rem;height:9.375rem;top:72.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp81MFkUTkeC2uClzH2CygBt80QLqecB { width:20rem;height:9.375rem;top:90rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC { display:block; }#OQU6GStTJ5M8EL6LDJVrTdto1xdt4ieC > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT675v5NSkAPCopAIWce56fSD6DDzdNW { width:4.125rem;height:2.5625rem;top:1.5625rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWKTKtzW2Z39yTbsfWrz3Rlea4m8cuZn { width:20rem;height:9.5rem;top:5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ORAooVTQ4XGM9u660MraAlqszE9Jgugg { width:0.125rem;height:6.375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA3zTXVqVrPT6a61IpOA904yxJqwcH0E { display:block; }#zA3zTXVqVrPT6a61IpOA904yxJqwcH0E > .row .container { width:20rem;height:112.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0yCe3zkavOchuEIUMqpDa4hZvaKqQDD { width:13.6875rem;height:12.375rem;top:13.75rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmsfHbgxxr2mTsnzcV2lbn3SabyGRu9F { width:13.3125rem;height:13.75rem;top:41.75rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfqEAfAgmQ5QEea3ZQKrBp9XNdpI4LcU { width:12.5625rem;height:15.125rem;top:94.8125rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qND07RqOlMxLpVkfxa7LI78ZMFDwBH2e { width:13.0625rem;height:13.75rem;top:68.875rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfgCWMNWNAoheTcaf1okfCg0v92p4zSI { width:13.125rem;height:6.9375rem;top:5.5625rem;left:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRxA2wJuTVQEiTheV8IkPypUwcOMeVtB { width:12.8125rem;height:9.25rem;top:31.25rem;left:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd84SGLCtF3lKPvqyJHUG0yRao7ThpSp { width:11.375rem;height:6.9375rem;top:86.625rem;left:4.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFWq5SNv71ysPJqnzsiL9oarF9xyGDOu { width:13.375rem;height:6.9375rem;top:60.6875rem;left:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZDgGOAhJB0c0boxP3qZ55r5dzSQfxTs { width:2.625rem;height:2.625rem;top:27.375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uixPlHCxRRkZDKvB4rRvQ1HU6frR3ABm { width:3.0625rem;height:3.0625rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivh64xygnylJfwmFkheA2ovNPPMCBzgE { width:2.6875rem;height:2.6875rem;top:56.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgoTFIZ8XCytJKmTT6DB6mgseSIOQ0BZ { width:5.875rem;height:1.5rem;top:83.875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA { display:block; }#WHGP6HQDgPnb2vLfBxZC0GpWZBV0wkxA > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7n5ncDzMpRm5poDHPECIDzZxBu7k4Mq { width:16.0625rem;height:2.5625rem;top:1.25rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #enfM90w5HtFLaNhe2IGXtNTXvclQSrDZ { width:0.125rem;height:6.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe9wcy5s3rOC91ZT5iseEd05LwU0kMfF { width:20rem;height:7.125rem;top:5.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pklWbptkMIupg1pTJoU3oxtCiNFTx14H { display:block; }#pklWbptkMIupg1pTJoU3oxtCiNFTx14H > .row .container { width:20rem;height:89.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngu7NSQxAD2rsXWosZwV2MVkBzrfz7Dr { width:16.5625rem;height:4.625rem;top:1.25rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz1How57y9b8vD4BUc3vn5HM0rNHi9T2 { width:14.75rem;height:4.625rem;top:27.625rem;left:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MonTPi9fV2vPWQ80ny5wq9oxSOG2qeXt { width:15rem;height:6.9375rem;top:57.46875rem;left:2.5rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yzJqlgD0lWDMaoAcKJfr8anLOh7MSSG7 { width:17.125rem;height:8.25rem;top:33.75rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCm5H5IslwKgkgAUQPpMbbg8oxBhr9tt { width:16.9375rem;height:9.625rem;top:7.125rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk3F4IXy9fbpTrbWmLGO5tezd46quOkh { width:16.6875rem;height:11rem;top:66.0625rem;left:1.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6C4Unc4nP87xh1dEAQC1Xvw9BXaJvSF { width:10.1875rem;height:5rem;top:19.5rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #it8lx9qBRCd6phqKl5HhcMnuHFZrySgg { width:7.4375rem;height:7.4375rem;top:78.75rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmCXXPZ4vwE5TVpyAHqTynDzLNHJVDhN { width:7.75rem;height:9.4375rem;top:44.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB5w4poW4wrT4oTfA4X3kBPBbS0LrDRu { width:0.125rem;height:6.375rem;top:18.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooN33QHySo5lXqc0JiVgXBTtWZqnRtnN { width:0.125rem;height:6.375rem;top:47.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd { display:block; }#D6TZMFZsIBkveUd2HkF2AyzGzhwxDqAd > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2  { width:17.25rem;height:auto;top:4.75rem;left:0rem; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 {display:block;}#QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 { width:17.25rem;height:auto;top:4.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #fA39lcFKtAZMFMT9sVEqJ59qhfVgeitt {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #fcN290A82J3VOQeGF7vrTlBip2wqxgUZ {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #CGobdQNaIwNXxl8daOsZ8G4mFNdqLSso {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #GOV3om8NLVu6TbVeMir42tfTG333B3i8 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #lsG5HEcgP4ec980JumHS0DQ7ucVTS8MM {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #Oq1Ux3Fbc46BEDxNhbqGrPeRUBsZpsuN {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #vO1NQzFpt7KfaiO21oTtv6t3QIRNfn8H {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #NORbTZV0mcb0NZTSrxRGSEa6wiU7NFl4 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #UH6Av6AgOzHIqA9tH54T5VCBVNtSGXC1 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #StffkOhslUv4oOseMicZS48pqNBz2C3v {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #m0iZl2dNTe1zIKxKsZiTsXFugFHGFkHu {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #qn8H5HseLuGEhVt3bozFi8ehcheCtTO6 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #IlEwTo6kPOCxis5KzDwu0ph7uKo6R2AG {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #T5zNPxF4KQWJVTkvDpxSl1PMyJWJcrw2 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #ZTttUWJOytnFzpsr4iITicOOLfAInKpe {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #IOGqEDHSw5HMRGtv4qtxqnMTrrUehVvN {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #p7k0me1dvZuZCqqCUfv1nl8VrCnI3R80 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #zrlnSPZLpUxlFGRRb0vauyaGndJMFlWD {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #JazAL1LrJTIBUhmKPp87aBMITQitZ1m7 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #OM5yWun5LJ8rq2ulwRlu9givGbaTJydh {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #cb7UTefsttTopGT74lVq1K43CtcEwvl7 {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #L8LrNlZen3JTky3lftRzdWFp849woBAQ {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #tyRQV2XAdz3PBCl7FCeGC27EW87yTrHE {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #DOeZrQEvITSvyTz4AlqVCpFUmFWFcHGR {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #Q4mKJZP4n4oUyNvtplXuU4Jw7FGXOSRo {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #FPOuoK1bMU0CB1WoFcXygEiGKO15QXii {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #xq4axLfg8bfUKai3TSSGXPxvdZ9U5L4W {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #x1ETD7fSb6G4ZxPOfy4UzXwBwtSNKebA {  }
 }@media only screen and (max-width: 763px) { #QtcOD9NcKWRBn2t1AZqNca2GxqbziIK2 #a1HELKGil9NTfBcG1T2ZHPmLXWZxtlOL {  }
 }@media only screen and (max-width: 763px) { #BqZt2LCg2fL6KNiJrmGmThTazWMHsT26 { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaqTm6AyPhTk6tpr7InztxQV2eEbtM3g { width:20rem;height:5.25rem;top:52.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdGlVL3qz9QDdoFtoVmvSycokTJynmhr { background-color:#1c51c4;background-image:none;display:block; }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row .container { background-color: transparent; background-image: none; }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row .container > .video-iframe-container { display: none; }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row > .video-iframe-container { display: none; }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .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); }#WdGlVL3qz9QDdoFtoVmvSycokTJynmhr > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty3LHZlZVT11prVcak1sSSmXxWdz1Tpq { width:8.9375rem;height:1.5625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUkIwZyI8xFUK5hpNKK8WFpamOS6WlTW { width:8.375rem;height:1.625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXWfgT2MmhmnJtu48I93x9t3PDWelozy { display:block; }
 }@media only screen and (max-width: 763px) { #MqRomgLu0vRwu8TbSObSVWa0cRN6OF0I { width:9.375rem;height:1.25rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIn3q7bKr7OrNQlern9swVaIVyTwpRWX { width:5.9375rem;height:1.25rem;top:14.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIewEnATw6zlOZWRqLHCq1Xgn62r2MfQ { width:9.25rem;height:2.375rem;top:15.4375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cztpJNNx6ECXBDol9OHCzuUgonezycTc { display:block; }
 }@media only screen and (max-width: 763px) { #ftFcIm7Z54y331KS9qlds4677OgH22zo { width:10.75rem;height:1.875rem;top:20.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB0JrrR5w4qTRk43xnoqzTGVf1m3UUfM { display:block; }
 }@media only screen and (max-width: 763px) { #MGXecUEuDpsbciloz3h6yrTcNGDKCBXu { width:13.4375rem;height:1.9375rem;top:22.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7unNHIaVQ4TsdF6Lci2OwDnHsa1dBcv { display:block; }
 }@media only screen and (max-width: 763px) { #fua540mCUVFI7PwekwCZWcfCwGbau1CZ { width:10.9375rem;height:1.875rem;top:17.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB4fXoLi92D5pTgNUCVIVLymCmzCCrEm { display:block; }
 }@media only screen and (max-width: 763px) { #EAJkn7uBGP7MPKXGAN47sU2H65MDEpd0 { width:9.6875rem;height:1.875rem;top:1.9375rem;left:10.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJSFk1znbLicJhuHss8hH2BhfPva0OzU { width:20rem;height:1.75rem;top:58.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JppJyoFWGF2bTklvszKCQVnipboxcbEW { width:19rem;height:1.6875rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmrIm8TyPJ0mQdxC0QGqyPQVn2WGv4d { display:block; }
 }@media only screen and (max-width: 763px) { #yS3mgRnvr1ckZR36f0PRHfm5pHl3pDAa { width:19rem;height:1.625rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLuKJVkam6fhWGKdXZV8JLgys7RausfQ { display:block; }
 }@media only screen and (max-width: 763px) { #EqKziU8RU5JTZNR6XPgKwVn7DnDm5XNA { width:18.8125rem;height:1.625rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIOd5AH0DFARodVRTrTbUUnf5VCwEzxT { display:block; }
 }@media only screen and (max-width: 763px) { #b99fb6fhETK9GwPu6o0vLTBGQdCGWkWC { width:9.375rem;height:1.25rem;top:29.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpAUMobDGZlZdLrqEOTSVXTGpukAlZxb { width:6.8125rem;height:1.625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC8LmqAIFSJNmbZPdxHibpx7LJdi9P2K { display:block; }
 }@media only screen and (max-width: 763px) { #vwS8MCWXheXXCPQ1mW24mIczdah2iyTe { width:9.375rem;height:1.25rem;top:43.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1e6vvPXnk6DmAgvPTGpSMnRtSVIdIou { width:19rem;height:1.6875rem;top:45.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scKuyTcM6vpbRDOqtkwbw81nzkvsnXU5 { display:block; }
 }@media only screen and (max-width: 763px) { #eUBeE25b9qk1Hwzd5UhBLy0FCmltoJgF { width:9.25rem;height:1.6875rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBX5rCMixopN7feHpLxVMsF01A8DKxGi { display:block; }
 }@media only screen and (max-width: 763px) { #FdHDSKtbqQ0skB7WQRQ02TMkrddLIcNy { width:2.3125rem;height:2.3125rem;top:53.875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8sddT5XMKBkIo3AK078QpwaZ6i0NV03 { width:2.3125rem;height:2.3125rem;top:53.875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w80WkMHsPxs3CTaWftNTtLwweSGaPtrE { width:1.3125rem;height:1.3125rem;top:15.96875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQfwVcMhTATPHwFhJRKsEFxAuUSCQBpU { width:4.5rem;height:4.875rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc1AO8lzDPriNBPpryAgvZ34P3qI4HQT { width:5.6875rem;height:1.625rem;top:19.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAOuGCE7ZITOl1gKd2C9mXEcvWxnzfsF { display:block; }
 }@media only screen and (max-width: 763px) { #LwJRFMAdzKtdwqghIvzBeSeSfZlUJAUW { width:13.75rem;height:1.875rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krhaQHe79klHdzGEDiGerHTyDcVoyHof { display:block; }
 }@media only screen and (max-width: 763px) { #zCHJxrtWZt8MbKqwKCAWhUaKMm99UNFp { width:13.3125rem;height:1.625rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eROZy42OTwPHuOAXnS7Kw3WeB9EQNnbO { display:block; }
 }