.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:225,241,240;--color-primary-1:166,212,209;--color-primary-2:107,183,178;--color-primary-3:70,165,159;--color-primary-4:76,133,142;--color-secondary-0:251,242,217;--color-secondary-1:243,216,140;--color-secondary-2:235,190,63;--color-secondary-3:220,220,44;--color-secondary-4:47,38,13;--color-tertiary-0:228,237,238;--color-tertiary-1:166,194,199;--color-tertiary-2:76,133,142;--color-tertiary-3:38,67,71;--color-tertiary-4:11,20,21;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@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:#ffffff;background-image:none;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); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;z-index:auto;display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { background-color: transparent; background-image: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .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); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { border-width: 0; border-radius: 0; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:9.5rem;width:60rem;position:relative;display:block; }#gDWQazIZTwoEnUcC61u79LXhnZoQ135V { position:absolute;display:block;z-index:15000;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:11.125rem;width:18.5625rem;top:0rem;left:-3.1294027093596rem;overflow:hidden;display:block; }
#ghKZz77dcCCopCMCVZn2rNQyDklPriPU { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.5625rem;left:41.125rem;display:block; }
#Qe1ZyFBSPVOTO6V98o1E1FxEu648HKMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HvKGXOv9rZb7CEig3OBd1ImODX9gBBRv { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.5625rem;left:49.125rem;display:block; }
#mbKvagrcBAZsuNRCczS2GGpT4WhmaC5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { background-color:rgba(var(--color-tertiary-2),1);background-image:none;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;display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { border-width: 0; border-radius: 0; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:60rem;height:37.25rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#DGF3rSShJltiomrqavUWwv0AVy6H5rET { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0.0625rem;height:7.474625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNbaaDMgcqfDq8psU0kS8HsqQyST4uRu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:23.625rem;width:30.75rem;top:6.4375rem;left:29.25rem;overflow:hidden;display:block; }
#cnWEZcaHsUnDCzdepeTHSmUb48A1OWoL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.3125rem;left:0.0625rem;height:2.625rem;font-style:normal;display:block; }
#tOnKQISVZ47ydBCcPaQTKrxAynf2sNym { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:14.875rem;left:0.0625rem;height:13.7988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HkDS0gfpDSBwXGsv3gTtiv4iZZwewQ2g { 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.375rem;width:2.375rem;top:30.6875rem;left:0.0625rem;overflow:hidden;display:block; }
#qDv9r23niuIVnRK3FxFBLDdQNOoPdM2K { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:30.0625rem;left:3.625rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy > .row .container { background-color: transparent; background-image: none; }#nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy > .row .container > .video-iframe-container { display: none; }#nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy > .row > .video-iframe-container { display: none; }#nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy > .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); }#nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy > .row .container { border-width: 0; border-radius: 0; }#nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:0.6875rem;width:60rem;position:relative;display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbffff;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; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { background-color: transparent; background-image: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container > .video-iframe-container { display: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container { display: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .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); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { border-width: 0; border-radius: 0; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:57.0625rem;width:60rem;position:relative;display:block; }#eNXlHpqT108gapImAnSogGdcrvDfXQVN { color:rgba(var(--color-tertiary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.650390625rem;left:38.03125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-form-header { font-size:1rem; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:#fdfdfd;width:19.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .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;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-text {padding-top: 0; padding-bottom: 0;}#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .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;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .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;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.125rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-select {padding-top: 0; padding-bottom: 0;}#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;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:1rem;font-weight:bold;color:rgba(var(--color-primary-4),1);width:19.125rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.1;font-size:0.75rem;font-weight:400;color:#eff2f8;vertical-align:top;width:17.875rem;overflow:hidden;font-style:normal;float:none; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .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; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-container:first-of-type{padding-top:0;}#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-container:last-of-type{padding-bottom:0;}#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD  { background-color:rgba(var(--color-tertiary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:35.9375rem;top:6.111328125rem;z-index:15022;position:absolute;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;font-size:1rem; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.125rem;display:block;vertical-align:top; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD {display:block;}#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD { background-color:rgba(var(--color-tertiary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:35.9375rem;top:6.111328125rem;z-index:15022;position:absolute;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;font-size:1rem; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #qT3s8nkS4cZ4rWIAWVtvd4X2iFrAoFSm { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #smEZpnb5qkHDuc83MdgJzLFlECildo1R { position:relative;display:block; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #KrcO9bGP6sLGFamulKkS8t9RfnSJX57I { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #uyTpVpupbgNOxOiAp99iV6sOuzf5XzFb { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #wsTq6LPJud7r3EUwC7O73AFry0dv5Inb { position:relative;display:block; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #NVaC2Ds16GDrMuwO8iIX7dqf87XKWDe0 { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #R1dMF3hxekCLoMV0KCisEo91rQlwWbsI { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #FuAJh7ICCkHsv6SgyyoA18PgW5rtgHz5 { position:relative;display:block; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #BKrJ65pUcRlBwkGT3RIWHHMkRyV1uMTn { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #GSX2xx7dJfuhOBaBgzArJsrx7Kv8sQDD { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #saDfusqGbgtMxUNDKTnqMxcolR6KsJGC { position:relative;display:block; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #hyTWPRqST6FLZ8rLvQdZaP0R5eM9vMK4 { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #nyTvUVdOfB63WgJTBu1diSCDW6PwVSMz { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #Vil6iCAD8w37lFwMJuWncoTrUklVG4dL { position:relative;display:block; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #TdrPc5HS5OzThKmSUQlr6KGDHlqink3z { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #mN7TQ4Z4huUftGLtqF30tLyZ1aTJvaN2 { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #RETPALsa7rShpgFoWsa87rLLPHxu4SoT { position:relative;display:block; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #oMopg2m8TT4KcuZEKGM58Z0HfKOOZHBV { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #IzRQhtyCscaWAmSIlapdFk3ARe5ocNdI { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #WBuq4TnxsU6w7le9WMqqLiIHqkI7XHQR { position:relative;z-index:2; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #p5z4V73hfAhTHqVE3ZhJfqC0omqliS7b { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #eVo3qK6u93AgX2dJBfvs4A0Vn8rEwZVr { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #Ld03Ttsc7yNQTkDhxc9gAaut2U1Gpwl6 { position:relative;z-index:2; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #ZKQVTVJXWQ5PxE4phvmgBRga9U2TsxE4 { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #TCmniueNxcrrE4SoHFgbJlra6Etf00cs { position:relative; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #JfL3trqd4BWzflFkXGJD4P4hFNt1o3ac { position:relative; }
#TQ7pSy9VU2HXs6xIdOi7MUQGGbpPRHdx { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:2.375rem;left:0rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#pE8MfTDmIpLqWyhLbnpbg2r5ok2M947T { color:rgba(var(--color-tertiary-2),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:4.57373046875rem;left:0rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#MFSGPw1IsTr1TeJ4HnFuBrWuBc6AGRTL { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:7.125rem;left:2.375rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#FVToCre6vo3Wvet0oddDBgpzfmLS0ZSJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:11.375rem;left:0rem; }
#R7UVuhAini3Mg1C9R7mUfq1ed6tbMIS0 { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:9.25rem;left:2.375rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#KxWKq0Lvi3GILPpsTLlmPpBeHcsb1CQB { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:11.3125rem;left:2.375rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#vd2NLGyHbguTZ9a3LEUdi2feVwKiRRw6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:7.25rem;left:0rem; }
#oplRnWZNcHEGbZcT5JNpDaLolSKEeupF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:9.3125rem;left:0rem; }
#pARMvTDvrZtrRnVPnwZaDPx6TNvK6QGG { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:16.4375rem;left:0rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#eaZymSu28IMLBx4NeolRIOU1CcTOolye { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:18.875rem;left:2.375rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#a7hcs5k7ntHEeUXK19bJQhqKNZIO4yX3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:19rem;left:0rem; }
#l5AVdQodIuSe2T37Z0wudrrlvPhX1750 { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:22.1875rem;left:2.375rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#zEN5a7Pi2OtEk672dagMZ6RITRVxhbzU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:22.25rem;left:0rem; }
#V1CUFxABd75D10NCTrqxJRyZBKT2xIaW { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:27.3125rem;left:0rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#r0CN05XvGD8BuKMa9NrO9NP3orbbzdFH { color:rgba(var(--color-tertiary-2),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:29.5rem;left:0rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#b3IlltBuAD21tWJU7s8E7F9qQSn2xw8X { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:32.0625rem;left:2.375rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#w8xumuG8vX0WGLMVzaDgA0eptezVyFnk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:32.1875rem;left:0rem; }
#CFriQp5ftv6KBb2EEoXZqNIh2y48VNIv { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:34.1875rem;left:2.375rem;height:5.423825rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#CFriQp5ftv6KBb2EEoXZqNIh2y48VNIv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CFriQp5ftv6KBb2EEoXZqNIh2y48VNIv li:before{  }
#QQPGiw5GTgPhm4i12NCl9k8StVAZtuQe { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:40.5rem;left:0rem;height:3.199225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#SHR0baOfEaWiWUeksywdVMaDaPUaXbvn { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:46.125rem;left:0rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#TDXVKpmF6I4L5XTtzOJEBAOAZWE8kFnA { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:48.5625rem;left:2.375rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#U6NqJk6tvRGbFLacspDkniVGKkh1F5eU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:48.6875rem;left:0rem; }
#bbzwZQDCRTWLtzTNR1yNSJAFIrvtWu6C { color:rgba(var(--color-tertiary-2),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:52.32421875rem;left:0rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2 > .row .container { background-color: transparent; background-image: none; }#nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2 > .row .container > .video-iframe-container { display: none; }#nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2 > .row > .video-iframe-container { display: none; }#nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2 > .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); }#nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2 > .row .container { border-width: 0; border-radius: 0; }#nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4.0625rem;width:60rem;position:relative;display:block; }#tbzBEvwyvI1X4PNXILKb2vUDTXW9shoV { color:rgba(var(--color-tertiary-2),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1367225646973rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA > .row .container { background-color: transparent; background-image: none; }#TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA > .row .container > .video-iframe-container { display: none; }#TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA > .row > .video-iframe-container { display: none; }#TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA > .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); }#TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA > .row .container { border-width: 0; border-radius: 0; }#TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:10.875rem;width:60rem;position:relative;display:block; }#yZokoV5WEx5oUxBXsO7BDdmNlPEDXFKe { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 2rem rgba(0,0,0,0.25) ;height:4.375rem;width:4.375rem;top:0rem;left:0rem;display:block; }
#SthDuusggXnyTzSAqnmNSVpgzklsTCwi { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K1u3OFpCsNb6FoUpcgwRST8qvpp1zbQr { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:5.5rem;left:0rem;height:3.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bBiZ4ixn7PoeRMVW0Q6swfiWLsQw6cKa { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 2rem rgba(0,0,0,0.25) ;height:4.375rem;width:4.375rem;top:0rem;left:19.9375rem;display:block; }
#Otn4N5fCtZgtWwXTzEs1PUCMVWZNPs9T { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:19.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cCwXtVg0ItG6lOorZZh132TvBhTF58so { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:5.5rem;left:20rem;height:3.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qLrUzpsDCo4uk7GZrSFydpJXJUSxo6xG { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 2rem rgba(0,0,0,0.25) ;height:4.375rem;width:4.375rem;top:0rem;left:39.9375rem;display:block; }
#BkdpbNCUQUxWECr7MlXOZzdGTLnWUFl3 { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.375rem;left:39.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W0sZ7pElOyVLzuKzTgbieTsp2wDBZSvQ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:5.5rem;left:40rem;height:3.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7 > .row .container { background-color: transparent; background-image: none; }#LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7 > .row .container > .video-iframe-container { display: none; }#LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7 > .row > .video-iframe-container { display: none; }#LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7 > .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); }#LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7 > .row .container { border-width: 0; border-radius: 0; }#LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:11.0625rem;width:60rem;position:relative;display:block; }#Hvu1fr1nusPGeiw1LzTp7hw7nVvOIsPH { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 2rem rgba(0,0,0,0.25) ;height:4.375rem;width:4.375rem;top:0rem;left:0rem;display:block; }
#ITf6EOhQcOg5CTb92MuQ7mETWqCTOVSC { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zGoKP04zSQtWplOzeyKhOJfdxhmMIviH { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:5.4375rem;left:0rem;height:3.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DTUyl5nwANPmwda8rIJFTvvz793vUkIe { position:absolute;display:block;z-index:15004;background-color:#6bad6e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 2rem rgba(0,0,0,0.25) ;height:4.375rem;width:4.375rem;top:0rem;left:19.9375rem;display:block; }
#F6l3AOqXvQs4tckS2tQDyEZTNUXyganN { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:19.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C52Mk6mKyLq8cNQ9ECMOgei9AqmaEx3m { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:5.4375rem;left:20rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pQP9quc2sbMde6cLT1QzaOA3qXiCQaMS { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 2rem rgba(0,0,0,0.25) ;height:4.375rem;width:4.375rem;top:0rem;left:39.9375rem;display:block; }
#UHh3US6Dt5ttXEfz6VsxmWT5nMAnQHob { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.375rem;left:39.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XhuA7oXZN5dBpv3hvazPdPkgUuSXTaKJ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:5.4375rem;left:40rem;height:3.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg > .row .container { background-color: transparent; background-image: none; }#iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg > .row .container > .video-iframe-container { display: none; }#iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg > .row > .video-iframe-container { display: none; }#iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg > .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); }#iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg > .row .container { border-width: 0; border-radius: 0; }#iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:42.625rem;width:60rem;position:relative;display:block; }#TSEZmnSTkkHGPIISdSgBTDON62Twe9oM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:3.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DbpNQaoysnE7g6PvQzwV1uLlcThSD0hu { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.125rem;width:7.125rem;top:8.6875rem;left:41.4375rem;overflow:hidden;display:block; }
#bhqHfGN7cskBSfkwfd5bOkEMus2SBUqf { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;box-shadow: none;height:7.1875rem;width:7.1875rem;top:8.6875rem;left:11.625rem;overflow:hidden;display:block; }
#yi3iUoD2ckgFgJevW7hVc7aPOcw3DTNn { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:10.6875rem;width:29.0625rem;top:12.3125rem;left:30.625001907349rem;display:block; }
#urXSEGsewMSEaJnevHKXOWNKLmwizN2D { color:rgba(var(--color-tertiary-2),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:18.5rem;left:32.375rem;height:3.14941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NzirOEPhT14MiTUTZOilqXlTryaK7mIp { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:16.3125rem;left:34.875rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Il0zUoFQGstUprVhUzx6lWnTTOMa0rv5 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:10.625rem;width:29.0625rem;top:12.375rem;left:0.375rem;display:block; }
#bN8ccW012N2H4y6l7TilaoiVpV8qJosv { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:16.3125rem;left:5.125rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tBoIJxAWqsWdw81lJdiKvhcTaw0TVTcR { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:18.500000953674rem;left:2.84375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s4ca53XgDpH1x9EDhBTe47w1i3ZCHOtg { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:10.6875rem;width:29.0625rem;top:27.9375rem;left:30.625rem;display:block; }
#e0dH5K64dkl6FMBkBksSRfdPc8gQqfEO { color:rgba(var(--color-tertiary-2),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:34.125rem;left:32.375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NWRFJo1Ba5Dt8uscXLUv7CBvXKeGZZXH { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:31.9375rem;left:34.875rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HR5KLZuLIZpmePn6KdfbWK6UlvPBBs0L { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.125rem;width:7.125rem;top:24.3125rem;left:41.4375rem;overflow:hidden;display:block; }
#OT96vbEfiPU91IslUtATNe41bWH4nGK3 { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:10.625rem;width:29.0625rem;top:28rem;left:0.375rem;display:block; }
#QTUnxbDgT9veUPgxUNmTykmN7tBPe1pf { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:34.125rem;left:2.8125rem;height:1.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G1DD8uV5sTJbLGzTCyescStf9GHQhnJN { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:31.9375rem;left:5.125rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TC24UoNLfaTgmoPuHnAeMrdd0lzWuvDQ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;box-shadow: none;height:7.1875rem;width:7.1875rem;top:24.3125rem;left:11.625rem;overflow:hidden;display:block; }
#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { background-color: transparent; background-image: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container > .video-iframe-container { display: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row > .video-iframe-container { display: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .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); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { border-width: 0; border-radius: 0; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:23.8125rem;width:60rem;position:relative;display:block; }#TPobtnTUy5sxJfIx32oFmoNNXskaikzK { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M6Tl4nTgm4DX5GTz8KV65C2i6Mp0DlOQ { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:7.5625rem;left:21.25rem;display:block; }
#GpHStGTK7HZCAyT80OpB5Q1kIkHPZdSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;color:#ffffff;padding-top:0.63125rem;padding-right:0.550625rem;padding-bottom:0.63125rem;padding-left:0.550625rem;display:block;align-items:center;width:3.305625rem;min-width:3.305625rem;height:3.393125rem;position:relative;font-family:var(--headlines-font-family);font-size:2.525rem;font-weight:700;line-height:54.29px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.394375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.406875rem;height:1.34125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.946875rem;font-weight:400;line-height:21.46px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21.625rem;height:6.39125rem;padding-top:0.789375rem;padding-right:0.786875rem;padding-bottom:0.789375rem;padding-left:0.786875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:14.110937595367rem;left:18.399221420288rem;z-index:15022; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #TK1l66QAMZViaQfvBvm2vioRZNoJTUPD { display:flex;position:relative;top:0rem;left:0rem; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #sIoKmWNCPyBJG8ErITQFxllsHCTlJ4iQ { width:auto; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #wh2P91Q1buOttGKv6SBiplq5CcRuUkJR {  }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #H3hFwrF3hQAuiUkubkEbBkuAJd8r8Hh1 { display:flex;position:relative;top:0rem;left:0rem; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #Kqcw74RPuyttMAuAFLCySFQqclepNSNq {  }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #byX6DD99iRyB2IpBzvqo8v9Mgis1VsMC {  }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #QXuM42Txd95U2AmnGn1HUm9vWzzqNHNh { display:flex;position:relative;top:0rem;left:0rem; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #yWS6Nuhukc1T5LMliEhV2PNgT0EnmaG5 {  }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #kIyt45kkwC2bILgcPgxDJLZG3i61HaT2 {  }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #bbccXD66XMUdrXXzo702yrD6OJTsL4Ql { display:flex;position:relative;top:0rem;left:0rem; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #wstRDcdFVGIQ1aZo8aaLDMTATfq5p3CG {  }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #iKVsZHRqvcRHMkMpCsQJaf30VxlNu7bU {  }
#gPxARWTkTcUwxlnvpZqGMIBXUdBzHCyu { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.486719608307rem;left:19.750001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;z-index:auto;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { border-width: 0; border-radius: 0; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:20.875rem;width:60rem;position:relative;display:block; }#A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { position:absolute;display:block;z-index:15004;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:8.4375rem;width:14.1875rem;top:1.125rem;left:22.90625rem;overflow:hidden;display:block; }
#JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:9.63720703125rem;left:18.46875rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#D1izvk97Cl91DhsnzTS3xcbhIfiF1ELP { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:11.23681640625rem;left:18.46875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#T5AInANvzQ56UJ5M7PuMfcpnGUPwNuWz { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:14.5rem;left:33.125rem; }
#T5AInANvzQ56UJ5M7PuMfcpnGUPwNuWz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#X2KovOn6ydTt4vMlxoe4vgSRXmL0Pp6v { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:14.625rem;left:29.25rem; }
#X2KovOn6ydTt4vMlxoe4vgSRXmL0Pp6v > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#qlUbOIH5FW4zHw6fzgQi3diyC5TETObA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:14.625rem;left:24.6875rem; }
#qlUbOIH5FW4zHw6fzgQi3diyC5TETObA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDWQazIZTwoEnUcC61u79LXhnZoQ135V { top:0rem;left:0rem;width:18.5625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghKZz77dcCCopCMCVZn2rNQyDklPriPU { width:8rem;height:3.4375rem;top:2.5625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe1ZyFBSPVOTO6V98o1E1FxEu648HKMR { display:block; }
 }@media only screen and (max-width: 763px) { #HvKGXOv9rZb7CEig3OBd1ImODX9gBBRv { width:8rem;height:3.4375rem;top:2.5625rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbKvagrcBAZsuNRCczS2GGpT4WhmaC5G { display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGF3rSShJltiomrqavUWwv0AVy6H5rET { width:30.5rem;height:7.4375rem;top:6.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNbaaDMgcqfDq8psU0kS8HsqQyST4uRu { top:6.4375rem;left:17rem;width:30.75rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnWEZcaHsUnDCzdepeTHSmUb48A1OWoL { top:2.3125rem;left:0rem;width:12.5rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOnKQISVZ47ydBCcPaQTKrxAynf2sNym { width:27.125rem;height:13.75rem;top:14.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkDS0gfpDSBwXGsv3gTtiv4iZZwewQ2g { width:2.375rem;height:2.375rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDv9r23niuIVnRK3FxFBLDdQNOoPdM2K { width:14.75rem;height:3.5625rem;top:30.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy { display:block; }#nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNXlHpqT108gapImAnSogGdcrvDfXQVN { width:17.4375rem;height:;top:1.625rem;left:30.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-regular-label { display:block;width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-text { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-text {padding-top: 0; padding-bottom: 0;}#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-textarea { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-select { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-select {padding-top: 0; padding-bottom: 0;}#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-button { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-checkbox-label { width:17.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD  { width:19.125rem;height:auto;top:6.0625rem;left:26.125rem; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .radio-container { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD {display:block;}#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD { width:19.125rem;height:auto;top:6.0625rem;left:26.125rem; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #qT3s8nkS4cZ4rWIAWVtvd4X2iFrAoFSm {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #smEZpnb5qkHDuc83MdgJzLFlECildo1R { display:block; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #KrcO9bGP6sLGFamulKkS8t9RfnSJX57I {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #uyTpVpupbgNOxOiAp99iV6sOuzf5XzFb {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #wsTq6LPJud7r3EUwC7O73AFry0dv5Inb { display:block; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #NVaC2Ds16GDrMuwO8iIX7dqf87XKWDe0 {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #R1dMF3hxekCLoMV0KCisEo91rQlwWbsI {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #FuAJh7ICCkHsv6SgyyoA18PgW5rtgHz5 { display:block; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #BKrJ65pUcRlBwkGT3RIWHHMkRyV1uMTn {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #GSX2xx7dJfuhOBaBgzArJsrx7Kv8sQDD {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #saDfusqGbgtMxUNDKTnqMxcolR6KsJGC {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #hyTWPRqST6FLZ8rLvQdZaP0R5eM9vMK4 {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #nyTvUVdOfB63WgJTBu1diSCDW6PwVSMz {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #Vil6iCAD8w37lFwMJuWncoTrUklVG4dL { display:block; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #TdrPc5HS5OzThKmSUQlr6KGDHlqink3z {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #mN7TQ4Z4huUftGLtqF30tLyZ1aTJvaN2 {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #RETPALsa7rShpgFoWsa87rLLPHxu4SoT { display:block; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #oMopg2m8TT4KcuZEKGM58Z0HfKOOZHBV {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #IzRQhtyCscaWAmSIlapdFk3ARe5ocNdI {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #WBuq4TnxsU6w7le9WMqqLiIHqkI7XHQR {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #p5z4V73hfAhTHqVE3ZhJfqC0omqliS7b {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #eVo3qK6u93AgX2dJBfvs4A0Vn8rEwZVr {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #Ld03Ttsc7yNQTkDhxc9gAaut2U1Gpwl6 { z-index:2; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #ZKQVTVJXWQ5PxE4phvmgBRga9U2TsxE4 {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #TCmniueNxcrrE4SoHFgbJlra6Etf00cs {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #JfL3trqd4BWzflFkXGJD4P4hFNt1o3ac {  }
 }@media only screen and (max-width: 763px) { #TQ7pSy9VU2HXs6xIdOi7MUQGGbpPRHdx { width:29rem;height:1.5625rem;top:2.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE8MfTDmIpLqWyhLbnpbg2r5ok2M947T { width:31.125rem;height:1.5625rem;top:4.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFSGPw1IsTr1TeJ4HnFuBrWuBc6AGRTL { width:29rem;height:1.5625rem;top:7.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVToCre6vo3Wvet0oddDBgpzfmLS0ZSJ { top:11.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7UVuhAini3Mg1C9R7mUfq1ed6tbMIS0 { width:29rem;height:1.5625rem;top:9.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxWKq0Lvi3GILPpsTLlmPpBeHcsb1CQB { width:29rem;height:3.1875rem;top:11.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd2NLGyHbguTZ9a3LEUdi2feVwKiRRw6 { top:7.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oplRnWZNcHEGbZcT5JNpDaLolSKEeupF { top:9.3125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pARMvTDvrZtrRnVPnwZaDPx6TNvK6QGG { width:29rem;height:1.5625rem;top:16.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaZymSu28IMLBx4NeolRIOU1CcTOolye { width:29rem;height:3.1875rem;top:18.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7hcs5k7ntHEeUXK19bJQhqKNZIO4yX3 { top:19rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5AVdQodIuSe2T37Z0wudrrlvPhX1750 { width:29rem;height:3.1875rem;top:22.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEN5a7Pi2OtEk672dagMZ6RITRVxhbzU { top:22.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1CUFxABd75D10NCTrqxJRyZBKT2xIaW { width:29rem;height:1.5625rem;top:27.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0CN05XvGD8BuKMa9NrO9NP3orbbzdFH { width:31.125rem;height:1.5625rem;top:29.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3IlltBuAD21tWJU7s8E7F9qQSn2xw8X { width:29rem;height:1.5625rem;top:32.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8xumuG8vX0WGLMVzaDgA0eptezVyFnk { top:32.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFriQp5ftv6KBb2EEoXZqNIh2y48VNIv { width:29rem;height:5.375rem;top:34.1875rem;left:0rem;font-size:0.8125rem;display:block; }#CFriQp5ftv6KBb2EEoXZqNIh2y48VNIv li:before{  }
 }@media only screen and (max-width: 763px) { #QQPGiw5GTgPhm4i12NCl9k8StVAZtuQe { width:29rem;height:3.1875rem;top:40.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHR0baOfEaWiWUeksywdVMaDaPUaXbvn { width:29rem;height:1.5625rem;top:46.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDXVKpmF6I4L5XTtzOJEBAOAZWE8kFnA { width:29rem;height:3.1875rem;top:48.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6NqJk6tvRGbFLacspDkniVGKkh1F5eU { top:48.6875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbzwZQDCRTWLtzTNR1yNSJAFIrvtWu6C { width:35.375rem;height:1.625rem;top:52.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2 { display:block; }#nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbzBEvwyvI1X4PNXILKb2vUDTXW9shoV { width:32.9375rem;height:1.75rem;top:1.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA { display:block; }#TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA > .row .container { width:47.75rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZokoV5WEx5oUxBXsO7BDdmNlPEDXFKe { width:4.375rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SthDuusggXnyTzSAqnmNSVpgzklsTCwi { width:4.375rem;height:0;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1u3OFpCsNb6FoUpcgwRST8qvpp1zbQr { width:15rem;height:0;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBiZ4ixn7PoeRMVW0Q6swfiWLsQw6cKa { width:4.375rem;height:4.375rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otn4N5fCtZgtWwXTzEs1PUCMVWZNPs9T { width:4.375rem;height:0;top:1.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCwXtVg0ItG6lOorZZh132TvBhTF58so { width:15rem;height:0;top:7.4375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLrUzpsDCo4uk7GZrSFydpJXJUSxo6xG { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkdpbNCUQUxWECr7MlXOZzdGTLnWUFl3 { width:4.375rem;height:0;top:1.375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0sZ7pElOyVLzuKzTgbieTsp2wDBZSvQ { width:15rem;height:0;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7 { display:block; }#LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7 > .row .container { width:47.75rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hvu1fr1nusPGeiw1LzTp7hw7nVvOIsPH { width:4.375rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITf6EOhQcOg5CTb92MuQ7mETWqCTOVSC { width:4.375rem;height:1.625rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGoKP04zSQtWplOzeyKhOJfdxhmMIviH { width:15rem;height:0;top:7.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTUyl5nwANPmwda8rIJFTvvz793vUkIe { width:4.375rem;height:4.375rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6l3AOqXvQs4tckS2tQDyEZTNUXyganN { width:4.375rem;height:0;top:1.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C52Mk6mKyLq8cNQ9ECMOgei9AqmaEx3m { width:15rem;height:0;top:7.4375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQP9quc2sbMde6cLT1QzaOA3qXiCQaMS { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHh3US6Dt5ttXEfz6VsxmWT5nMAnQHob { width:4.375rem;height:0;top:1.375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhuA7oXZN5dBpv3hvazPdPkgUuSXTaKJ { width:15rem;height:0;top:7.4375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg { display:block; }#iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSEZmnSTkkHGPIISdSgBTDON62Twe9oM { width:47.75rem;height:3.5625rem;top:5.1875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbpNQaoysnE7g6PvQzwV1uLlcThSD0hu { top:8.6875rem;left:35.3125rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhqHfGN7cskBSfkwfd5bOkEMus2SBUqf { top:8.6875rem;left:5.5rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi3iUoD2ckgFgJevW7hVc7aPOcw3DTNn { width:29.0625rem;height:10.6875rem;top:12.3125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urXSEGsewMSEaJnevHKXOWNKLmwizN2D { width:26.75rem;height:3.125rem;top:18.5rem;left:21rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzirOEPhT14MiTUTZOilqXlTryaK7mIp { width:20.5625rem;height:1.6875rem;top:16.3125rem;left:27.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il0zUoFQGstUprVhUzx6lWnTTOMa0rv5 { width:29.0625rem;height:10.625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN8ccW012N2H4y6l7TilaoiVpV8qJosv { width:20.5625rem;height:1.6875rem;top:16.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBoIJxAWqsWdw81lJdiKvhcTaw0TVTcR { width:24.75rem;height:2.0625rem;top:18.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4ca53XgDpH1x9EDhBTe47w1i3ZCHOtg { width:29.0625rem;height:10.6875rem;top:27.9375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0dH5K64dkl6FMBkBksSRfdPc8gQqfEO { width:26.75rem;height:2.0625rem;top:34.125rem;left:21rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWRFJo1Ba5Dt8uscXLUv7CBvXKeGZZXH { width:20.5625rem;height:1.6875rem;top:31.9375rem;left:27.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR5KLZuLIZpmePn6KdfbWK6UlvPBBs0L { top:24.3125rem;left:35.3125rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT96vbEfiPU91IslUtATNe41bWH4nGK3 { width:29.0625rem;height:10.625rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTUnxbDgT9veUPgxUNmTykmN7tBPe1pf { width:24.75rem;height:1rem;top:34.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1DD8uV5sTJbLGzTCyescStf9GHQhnJN { width:20.5625rem;height:1.6875rem;top:31.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC24UoNLfaTgmoPuHnAeMrdd0lzWuvDQ { top:24.3125rem;left:5.5rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k { display:block; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPobtnTUy5sxJfIx32oFmoNNXskaikzK { width:47.75rem;height:3.5625rem;top:2.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Tl4nTgm4DX5GTz8KV65C2i6Mp0DlOQ { width:17.5rem;height:3.4375rem;top:7.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpHStGTK7HZCAyT80OpB5Q1kIkHPZdSE { display:block; }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 { display:flex;width:18rem;height:5.0625rem;top:5.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #TK1l66QAMZViaQfvBvm2vioRZNoJTUPD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #sIoKmWNCPyBJG8ErITQFxllsHCTlJ4iQ {  }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #wh2P91Q1buOttGKv6SBiplq5CcRuUkJR {  }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #H3hFwrF3hQAuiUkubkEbBkuAJd8r8Hh1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #Kqcw74RPuyttMAuAFLCySFQqclepNSNq {  }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #byX6DD99iRyB2IpBzvqo8v9Mgis1VsMC {  }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #QXuM42Txd95U2AmnGn1HUm9vWzzqNHNh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #yWS6Nuhukc1T5LMliEhV2PNgT0EnmaG5 {  }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #kIyt45kkwC2bILgcPgxDJLZG3i61HaT2 {  }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #bbccXD66XMUdrXXzo702yrD6OJTsL4Ql { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #wstRDcdFVGIQ1aZo8aaLDMTATfq5p3CG {  }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #iKVsZHRqvcRHMkMpCsQJaf30VxlNu7bU {  }
 }@media only screen and (max-width: 763px) { #gPxARWTkTcUwxlnvpZqGMIBXUdBzHCyu { width:20.5rem;height:1.625rem;top:12.4375rem;left:13.625001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:14.1875rem;height:8.4375rem;top:1.125rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { top:9.625rem;left:12.34375rem;width:23.0625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1izvk97Cl91DhsnzTS3xcbhIfiF1ELP { top:11.1875rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5AInANvzQ56UJ5M7PuMfcpnGUPwNuWz { top:14.5rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
#T5AInANvzQ56UJ5M7PuMfcpnGUPwNuWz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #X2KovOn6ydTt4vMlxoe4vgSRXmL0Pp6v { top:14.625rem;left:23.125rem;width:1.875rem;height:1.875rem;display:block; }
#X2KovOn6ydTt4vMlxoe4vgSRXmL0Pp6v > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qlUbOIH5FW4zHw6fzgQi3diyC5TETObA { top:14.625rem;left:18.5625rem;width:1.875rem;height:1.875rem;display:block; }
#qlUbOIH5FW4zHw6fzgQi3diyC5TETObA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { position:relative;z-index:auto;background-color:#4c858e;background-image:none;display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { background-color: transparent; background-image: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .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); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDWQazIZTwoEnUcC61u79LXhnZoQ135V { width:12.0625rem;height:7.1875rem;top:1.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghKZz77dcCCopCMCVZn2rNQyDklPriPU { width:8rem;height:3.4375rem;top:12.75rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qe1ZyFBSPVOTO6V98o1E1FxEu648HKMR { display:block; }
 }@media only screen and (max-width: 763px) { #HvKGXOv9rZb7CEig3OBd1ImODX9gBBRv { width:8rem;height:3.4375rem;top:17.4375rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbKvagrcBAZsuNRCczS2GGpT4WhmaC5G { display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGF3rSShJltiomrqavUWwv0AVy6H5rET { width:17.1875rem;height:4.2246125rem;top:20.6748046875rem;left:1.40625rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNbaaDMgcqfDq8psU0kS8HsqQyST4uRu { width:17.6875rem;height:13.5625rem;top:5.67626953125rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnWEZcaHsUnDCzdepeTHSmUb48A1OWoL { width:12.5rem;height:1.95rem;top:2.2242191433906rem;left:1.4062500596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOnKQISVZ47ydBCcPaQTKrxAynf2sNym { width:17.3125rem;height:7.4365rem;top:25.61181640625rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HkDS0gfpDSBwXGsv3gTtiv4iZZwewQ2g { width:2.375rem;height:2.375rem;top:34.0615234375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDv9r23niuIVnRK3FxFBLDdQNOoPdM2K { width:14.75rem;height:2.2744125rem;top:34.111328125rem;left:4.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy { display:block; }#nAPmR2ABGvUs8GQ2gWMRoNdEqnuWtRqy > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { width:20rem;height:98.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNXlHpqT108gapImAnSogGdcrvDfXQVN { width:17.4375rem;height:2.6rem;top:1.5625004768372rem;left:1.2812500596046rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-text {padding-top: 0; padding-bottom: 0;}#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-select {padding-top: 0; padding-bottom: 0;}#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD  { width:17.5rem;height:auto;top:5.2476596832276rem;left:0rem; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD {display:block;}#BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD { width:17.5rem;height:auto;top:5.2476596832276rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #qT3s8nkS4cZ4rWIAWVtvd4X2iFrAoFSm {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #smEZpnb5qkHDuc83MdgJzLFlECildo1R { display:block; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #KrcO9bGP6sLGFamulKkS8t9RfnSJX57I {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #uyTpVpupbgNOxOiAp99iV6sOuzf5XzFb {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #wsTq6LPJud7r3EUwC7O73AFry0dv5Inb { display:block; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #NVaC2Ds16GDrMuwO8iIX7dqf87XKWDe0 {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #R1dMF3hxekCLoMV0KCisEo91rQlwWbsI {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #FuAJh7ICCkHsv6SgyyoA18PgW5rtgHz5 { display:block; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #BKrJ65pUcRlBwkGT3RIWHHMkRyV1uMTn {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #GSX2xx7dJfuhOBaBgzArJsrx7Kv8sQDD {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #saDfusqGbgtMxUNDKTnqMxcolR6KsJGC {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #hyTWPRqST6FLZ8rLvQdZaP0R5eM9vMK4 {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #nyTvUVdOfB63WgJTBu1diSCDW6PwVSMz {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #Vil6iCAD8w37lFwMJuWncoTrUklVG4dL { display:block; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #TdrPc5HS5OzThKmSUQlr6KGDHlqink3z {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #mN7TQ4Z4huUftGLtqF30tLyZ1aTJvaN2 {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #RETPALsa7rShpgFoWsa87rLLPHxu4SoT { display:block; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #oMopg2m8TT4KcuZEKGM58Z0HfKOOZHBV {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #IzRQhtyCscaWAmSIlapdFk3ARe5ocNdI {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #WBuq4TnxsU6w7le9WMqqLiIHqkI7XHQR {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #p5z4V73hfAhTHqVE3ZhJfqC0omqliS7b {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #eVo3qK6u93AgX2dJBfvs4A0Vn8rEwZVr {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #Ld03Ttsc7yNQTkDhxc9gAaut2U1Gpwl6 { z-index:2; }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #ZKQVTVJXWQ5PxE4phvmgBRga9U2TsxE4 {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #TCmniueNxcrrE4SoHFgbJlra6Etf00cs {  }
 }@media only screen and (max-width: 763px) { #BxiaAPKmZL8R51ZqnVFJGJIoCIR2qpLD #JfL3trqd4BWzflFkXGJD4P4hFNt1o3ac {  }
 }@media only screen and (max-width: 763px) { #TQ7pSy9VU2HXs6xIdOi7MUQGGbpPRHdx { width:17.9375rem;height:1.3808625rem;top:46.37451171875rem;left:1.03125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pE8MfTDmIpLqWyhLbnpbg2r5ok2M947T { width:17.75rem;height:2.76171875rem;top:47.693359375rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MFSGPw1IsTr1TeJ4HnFuBrWuBc6AGRTL { width:16.5rem;height:1.3808625rem;top:51rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FVToCre6vo3Wvet0oddDBgpzfmLS0ZSJ { display:flex;width:1.4375rem;height:1.4375rem;top:55.82421875rem;left:1.28125rem; }
 }@media only screen and (max-width: 763px) { #R7UVuhAini3Mg1C9R7mUfq1ed6tbMIS0 { width:15.3125rem;height:2.76171875rem;top:53.125rem;left:3.46875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KxWKq0Lvi3GILPpsTLlmPpBeHcsb1CQB { width:16rem;height:2.76171875rem;top:56.0625rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vd2NLGyHbguTZ9a3LEUdi2feVwKiRRw6 { display:flex;width:1.4375rem;height:1.4375rem;top:51rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #oplRnWZNcHEGbZcT5JNpDaLolSKEeupF { display:flex;width:1.4375rem;height:1.4375rem;top:53.0625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #pARMvTDvrZtrRnVPnwZaDPx6TNvK6QGG { width:16.125rem;height:2.76171875rem;top:60.07958984375rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eaZymSu28IMLBx4NeolRIOU1CcTOolye { width:15.1875rem;height:2.76171875rem;top:63.52880859375rem;left:3.59375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #a7hcs5k7ntHEeUXK19bJQhqKNZIO4yX3 { display:flex;width:1.4375rem;height:1.4375rem;top:63.52880859375rem;left:1.28125rem; }
 }@media only screen and (max-width: 763px) { #l5AVdQodIuSe2T37Z0wudrrlvPhX1750 { width:14.5625rem;height:2.76171875rem;top:67rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zEN5a7Pi2OtEk672dagMZ6RITRVxhbzU { display:flex;width:1.4375rem;height:1.4375rem;top:67rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #V1CUFxABd75D10NCTrqxJRyZBKT2xIaW { width:14.5625rem;height:1.3808625rem;top:71.42724609375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #r0CN05XvGD8BuKMa9NrO9NP3orbbzdFH { width:17.4375rem;height:2.76171875rem;top:72.80810546875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #b3IlltBuAD21tWJU7s8E7F9qQSn2xw8X { width:13.5625rem;height:1.3808625rem;top:76.1533203125rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #w8xumuG8vX0WGLMVzaDgA0eptezVyFnk { display:flex;width:1.4375rem;height:1.4375rem;top:76.125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #CFriQp5ftv6KBb2EEoXZqNIh2y48VNIv { width:9.1875rem;height:4.767575rem;top:78.13818359375rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }#CFriQp5ftv6KBb2EEoXZqNIh2y48VNIv li:before{  }
 }@media only screen and (max-width: 763px) { #QQPGiw5GTgPhm4i12NCl9k8StVAZtuQe { width:16.4375rem;height:2.761725rem;top:83.5302734375rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SHR0baOfEaWiWUeksywdVMaDaPUaXbvn { width:16.25rem;height:1.3808625rem;top:88.0419921875rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TDXVKpmF6I4L5XTtzOJEBAOAZWE8kFnA { width:16.75rem;height:2.76171875rem;top:89.875rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #U6NqJk6tvRGbFLacspDkniVGKkh1F5eU { display:flex;width:1.4375rem;height:1.4375rem;top:89.875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #bbzwZQDCRTWLtzTNR1yNSJAFIrvtWu6C { width:15.1875rem;height:2.76171875rem;top:93.1845703125rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2 { display:block; }#nOS9g8x0sct5Iltkh9gaJHTTSqoFCtM2 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbzBEvwyvI1X4PNXILKb2vUDTXW9shoV { width:20rem;height:3.57421875rem;top:1.431640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA { display:block; }#TP21tNEQB9MyCgaPi23CZTwUMNTqc0LA > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZokoV5WEx5oUxBXsO7BDdmNlPEDXFKe { width:4.375rem;height:4.375rem;top:0rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SthDuusggXnyTzSAqnmNSVpgzklsTCwi { width:4.375rem;height:1.625rem;top:1.375rem;left:7.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1u3OFpCsNb6FoUpcgwRST8qvpp1zbQr { width:18.75rem;height:2.8125rem;top:5.37451171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBiZ4ixn7PoeRMVW0Q6swfiWLsQw6cKa { width:4.375rem;height:4.375rem;top:10.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otn4N5fCtZgtWwXTzEs1PUCMVWZNPs9T { width:4.375rem;height:1.625rem;top:12rem;left:7.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCwXtVg0ItG6lOorZZh132TvBhTF58so { width:18.75rem;height:2.8125rem;top:26.250000953674rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLrUzpsDCo4uk7GZrSFydpJXJUSxo6xG { width:4.375rem;height:4.375rem;top:21.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkdpbNCUQUxWECr7MlXOZzdGTLnWUFl3 { width:4.375rem;height:1.625rem;top:22.5rem;left:7.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0sZ7pElOyVLzuKzTgbieTsp2wDBZSvQ { width:18.75rem;height:2.8125rem;top:16.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7 { display:block; }#LtxMRy7Ait0ZOaHTlnzPHJxL88f3mSf7 > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hvu1fr1nusPGeiw1LzTp7hw7nVvOIsPH { width:4.375rem;height:4.375rem;top:0rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITf6EOhQcOg5CTb92MuQ7mETWqCTOVSC { width:4.375rem;height:1.3rem;top:1.375rem;left:7.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGoKP04zSQtWplOzeyKhOJfdxhmMIviH { width:18.75rem;height:2.8125rem;top:16.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTUyl5nwANPmwda8rIJFTvvz793vUkIe { width:4.375rem;height:4.375rem;top:10.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6l3AOqXvQs4tckS2tQDyEZTNUXyganN { width:4.375rem;height:1.625rem;top:12rem;left:7.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C52Mk6mKyLq8cNQ9ECMOgei9AqmaEx3m { width:18.75rem;height:1.40625rem;top:5.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQP9quc2sbMde6cLT1QzaOA3qXiCQaMS { width:4.375rem;height:4.375rem;top:21.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHh3US6Dt5ttXEfz6VsxmWT5nMAnQHob { width:4.375rem;height:1.625rem;top:23.312501430511rem;left:7.8125005364419rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhuA7oXZN5dBpv3hvazPdPkgUuSXTaKJ { width:18.75rem;height:2.8125rem;top:27.53125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg { display:block; }#iNdDvCohT1XBPy3xCxFzMWGTXK0lPGfg > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSEZmnSTkkHGPIISdSgBTDON62Twe9oM { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbpNQaoysnE7g6PvQzwV1uLlcThSD0hu { width:7.125rem;height:7.125rem;top:21.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhqHfGN7cskBSfkwfd5bOkEMus2SBUqf { width:7.1875rem;height:7.1875rem;top:6.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi3iUoD2ckgFgJevW7hVc7aPOcw3DTNn { width:20rem;height:10.75rem;top:25.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #urXSEGsewMSEaJnevHKXOWNKLmwizN2D { width:16.375rem;height:3.59960625rem;top:31.625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzirOEPhT14MiTUTZOilqXlTryaK7mIp { width:20rem;height:1.69970625rem;top:29.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il0zUoFQGstUprVhUzx6lWnTTOMa0rv5 { width:20rem;height:11.0625rem;top:9.75rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bN8ccW012N2H4y6l7TilaoiVpV8qJosv { width:20rem;height:1.7rem;top:13.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBoIJxAWqsWdw81lJdiKvhcTaw0TVTcR { width:16.875rem;height:1.7998rem;top:15.999218702316rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4ca53XgDpH1x9EDhBTe47w1i3ZCHOtg { width:20rem;height:10.6875rem;top:54.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #e0dH5K64dkl6FMBkBksSRfdPc8gQqfEO { width:20rem;height:2.69970625rem;top:60.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWRFJo1Ba5Dt8uscXLUv7CBvXKeGZZXH { width:20rem;height:1.69970625rem;top:58.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR5KLZuLIZpmePn6KdfbWK6UlvPBBs0L { width:7.125rem;height:7.125rem;top:50.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT96vbEfiPU91IslUtATNe41bWH4nGK3 { width:20rem;height:8.6875rem;top:40.75rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QTUnxbDgT9veUPgxUNmTykmN7tBPe1pf { width:20rem;height:0.8999rem;top:46.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1DD8uV5sTJbLGzTCyescStf9GHQhnJN { width:20rem;height:1.69970625rem;top:44.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC24UoNLfaTgmoPuHnAeMrdd0lzWuvDQ { width:7.1875rem;height:7.1875rem;top:37rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k { display:block; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPobtnTUy5sxJfIx32oFmoNNXskaikzK { width:20rem;height:2.4375rem;top:2.028115272522rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Tl4nTgm4DX5GTz8KV65C2i6Mp0DlOQ { width:12.6875rem;height:2.5rem;top:5.2156252861023rem;left:3.6562500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpHStGTK7HZCAyT80OpB5Q1kIkHPZdSE { display:block; }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#nTa14OQuxoTCB95MhuzadeSAJyetk8s2 { display:flex;width:18rem;height:5.0625rem;top:11.575000286102rem;left:0.21171873807907rem; }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #TK1l66QAMZViaQfvBvm2vioRZNoJTUPD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #sIoKmWNCPyBJG8ErITQFxllsHCTlJ4iQ {  }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #wh2P91Q1buOttGKv6SBiplq5CcRuUkJR {  }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #H3hFwrF3hQAuiUkubkEbBkuAJd8r8Hh1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #Kqcw74RPuyttMAuAFLCySFQqclepNSNq {  }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #byX6DD99iRyB2IpBzvqo8v9Mgis1VsMC {  }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #QXuM42Txd95U2AmnGn1HUm9vWzzqNHNh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #yWS6Nuhukc1T5LMliEhV2PNgT0EnmaG5 {  }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #kIyt45kkwC2bILgcPgxDJLZG3i61HaT2 {  }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #bbccXD66XMUdrXXzo702yrD6OJTsL4Ql { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #wstRDcdFVGIQ1aZo8aaLDMTATfq5p3CG {  }
 }@media only screen and (max-width: 763px) { #nTa14OQuxoTCB95MhuzadeSAJyetk8s2 #iKVsZHRqvcRHMkMpCsQJaf30VxlNu7bU {  }
 }@media only screen and (max-width: 763px) { #gPxARWTkTcUwxlnvpZqGMIBXUdBzHCyu { width:20rem;height:1.3rem;top:9.2773442268369rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { position:relative;z-index:auto;background-color:#4c858e;background-image:none;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:8.875rem;height:5.3125rem;top:1.8984375rem;left:5.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { width:14.375rem;height:3rem;top:7.9484424591062rem;left:2.8125000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1izvk97Cl91DhsnzTS3xcbhIfiF1ELP { width:20rem;height:1.1rem;top:11.772656917572rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5AInANvzQ56UJ5M7PuMfcpnGUPwNuWz { width:2.1875rem;height:2.1875rem;top:23.61171875rem;left:8.875rem;display:none; }
#T5AInANvzQ56UJ5M7PuMfcpnGUPwNuWz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #X2KovOn6ydTt4vMlxoe4vgSRXmL0Pp6v { width:1.875rem;height:1.875rem;top:20.48671875rem;left:9.0625rem;display:none; }
#X2KovOn6ydTt4vMlxoe4vgSRXmL0Pp6v > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qlUbOIH5FW4zHw6fzgQi3diyC5TETObA { width:1.875rem;height:1.875rem;top:17.36171875rem;left:9.0625rem;display:none; }
#qlUbOIH5FW4zHw6fzgQi3diyC5TETObA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }