.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:253,243,218;--color-primary-1:248,218,143;--color-primary-2:244,194,69;--color-primary-3:241,194,50;--color-primary-4:251,193,21;--color-secondary-0:226,248,250;--color-secondary-1:169,235,239;--color-secondary-2:111,221,229;--color-secondary-3:40,175,176;--color-secondary-4:22,44,46;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:128,128,128;--color-tertiary-3:77,77,77;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }body { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG > .row .container { background-color: transparent; background-image: none; }#lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG > .row .container > .video-iframe-container { display: none; }#lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG > .row > .video-iframe-container { display: none; }#lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG > .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); }#lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG > .row .container { border-width: 0; border-radius: 0; }#lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#XWLDQJRiG9sln1NOohGZONXvl9FMZMu4 { 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:#00c1c7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.436525rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:45.125rem;display:block; }
#xyPoUExIlAAS1B4snBvV3RqJ0fQhLEqg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S9TLA8lPfPUQTB9ubIhsh3hT4ehC46JS { 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:#00c1c7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.436525rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:34rem;display:block; }
#xLrXwopDLsxP6oNEQQMcFrRAXzoH37qw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSZHkiGPmSDd5EUlJihGLBaBQvdMw18i { 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:#00c1c7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.436525rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:56.375rem;display:block; }
#gukZ2o0y9DIz3NRX35NsUaKmpZozB8sA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHguAEBCGqcFyzGvAq34CEOnt5zXTd9E { 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:#00c1c7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.436525rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:56.375rem;display:none; }
#oxXQwnQOJgEZK0MOuWpo6JkMkfofryZ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd > .row .container { background-color: transparent; background-image: none; }#nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd > .row .container > .video-iframe-container { display: none; }#nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd > .row > .video-iframe-container { display: none; }#nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd > .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); }#nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd > .row .container { border-width: 0; border-radius: 0; }#nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#V66EEa7iBLv2PcXBzhrMSeUKfEwbSyzJ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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:15000;text-align:center;text-align-last:center;display:none; }
#ecVksTgCK4CMyfM9fvdcZ8HHAnJiaf8r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PdZP4px7OVrx1mwT5tDUwpxCruICUyBP { position:relative;z-index:auto;display:block; } #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection *:focus-visible, #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection input[type="text"]:focus-visible, #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection input[type="email"]:focus-visible, #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection input[type="tel"]:focus-visible, #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection textarea:focus-visible { outline: none; } #PdZP4px7OVrx1mwT5tDUwpxCruICUyBP > .row .container { position:relative;display:block; }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00c1c7;background-image:url("https://images.assets-landingi.com/uc/696068bd-5396-4fda-bd92-6e84a63bd693/RJ1920x700px.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT.adaptive-delivery-prevent-bg, #kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT.lazyload, #kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT.lazyloading { background-image: none; }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row .container { background-color: transparent; background-image: none; }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row .container > .video-iframe-container { display: none; }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row > .video-iframe-container { display: none; }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .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); }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row .container { border-width: 0; border-radius: 0; }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#xJGWkLqE6TeH79OL455N2MFJK4t3RvT8 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:zuumerough;font-size:4.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.0625rem;left:7.5rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qVQWAlS4SeGetMtCmCv1sA1T6Br133xy { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:zuumerough;font-size:5.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:9.8125rem;left:10.0625rem;height:6.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#smZSiiER62xdeVssSTUsn4IrwLQIk2Co { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:16.3125rem;left:9.875rem;height:3.0237875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sqFzodL2PzW7FMPBicM7OLUfT9EwShfI { background-color:rgba(var(--color-tertiary-4),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:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32rem;left:12.5625rem;display:block; }
#PRtxba7x4sQT1qfumnO2OVWrQPRdmc4B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wD2MxQih5VNoUruaCWnUElusInXhqodK { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#wGFA7KkE3WEWrnH9WWGRXE2Bn42FDI9n { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:6.2478303909302rem;left:30.9375rem;overflow:hidden;display:none; }
#lEQvGXGv6wJKq2TwMfMuyAzdVpfU02Tr { box-sizing:content-box;height:4rem;width:31.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:5.4375rem;left:7.5rem;display:block; }
#l1aZ96GhGnJiVhWG711FVQzQEw60EU5t { box-sizing:content-box;height:5.25rem;width:25.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:10.25rem;left:9.875rem;display:block; }
#KPqTwDmMnqNcCTT03JK9I3g9X4keRfug { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:8.25rem;left:27.875rem;height:2.5435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W7po7JZI7dONPqOeOO0TmVkTNlUuwbMh { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:10.3125rem;left:-20.75rem;overflow:hidden;display:block; }
#ffQd7ZKLJNSWwHEL135o4axTOT14NhaE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:3.1875rem;left:10.375rem;overflow:hidden;display:none; }
#SFOCaHunSAoQ1n3TquDRyyNB4yHJ8hA0 { box-sizing:content-box;height:4rem;width:15.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.125rem;left:13.6875rem;display:none; }
#o6DibBBGWe6WfR5QEbsMz4vOalLXgJus { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:21rem;left:8.8125rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mnUTmmebqEOLPQMCOBGVfPsX8vhu0dW4 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.0625rem;position:absolute;font-family:zuumerough;font-size:4.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:22.5rem;left:8.75rem;height:5.4314625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DO5abSPEu4wnEscQnc7BoUphHvIbEVMn { box-sizing:content-box;height:5.25rem;width:25.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:22.5625rem;left:8.75rem;display:block; }
#iKQykmEaRxtJIUCmnRyN8hU6rHBX70Rh { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:28.9375rem;left:8.75rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLmw3s6Tg7LTTgix25l9oOVWH4Uw4qUP { box-sizing:content-box;height:4rem;width:31.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:2rem;left:7.5rem;display:none; }
#AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1 > .row .container { background-color: transparent; background-image: none; }#AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1 > .row .container > .video-iframe-container { display: none; }#AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1 > .row > .video-iframe-container { display: none; }#AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1 > .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); }#AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1 > .row .container { border-width: 0; border-radius: 0; }#AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#p5eTpQwgeq6qrb257BQ5mJB89TH1tUus { color:#4f648c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.5rem;left:-0.0625rem;height:2.8497875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EnxfWTqITOhiitFPbNlniUiJT8CmpUGK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EnxfWTqITOhiitFPbNlniUiJT8CmpUGK > .row .container { background-color: transparent; background-image: none; }#EnxfWTqITOhiitFPbNlniUiJT8CmpUGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnxfWTqITOhiitFPbNlniUiJT8CmpUGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnxfWTqITOhiitFPbNlniUiJT8CmpUGK > .row .container > .video-iframe-container { display: none; }#EnxfWTqITOhiitFPbNlniUiJT8CmpUGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnxfWTqITOhiitFPbNlniUiJT8CmpUGK > .row > .video-iframe-container { display: none; }#EnxfWTqITOhiitFPbNlniUiJT8CmpUGK > .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); }#EnxfWTqITOhiitFPbNlniUiJT8CmpUGK > .row .container { border-width: 0; border-radius: 0; }#EnxfWTqITOhiitFPbNlniUiJT8CmpUGK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EnxfWTqITOhiitFPbNlniUiJT8CmpUGK > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#tN5QulNESfiuyXu5WlRiAadhN2Fn2JHF { position:absolute;display:block;z-index:15000;height:7.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { background-color: transparent; background-image: none; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container > .video-iframe-container { display: none; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row > .video-iframe-container { display: none; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .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); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { border-width: 0; border-radius: 0; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#DptyXcwd4Eo84VLERvZELET7fBupTI1K { color:#4f648c;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.9375rem;left:5.375rem;height:12.0703125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ONTkVmRiZRK3cTKHDvRN5yiLyLvxeatE { color:#4f648c;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:20.9375rem;left:30.3125rem;height:13.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQLL3BPdxeGs48ks57oOGTlfR7WhVCd6 { color:#4f648c;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:20.9375rem;left:55.375rem;height:18.9706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfNV8bGT2yeHOhTe6ZcHnGF1yrbIkl7G { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.4375rem;top:8.5625rem;left:10.8125rem;overflow:hidden;display:block; }
#RLtlGfNFIU3mhca7m5PAn4BT1aZ6RKIC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),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:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.75rem;width:12.5rem;top:5.5625rem;left:6.25rem;display:block; }
#PozAVsJQ44VqTAT6nyPGKd2tFI3wTsJE { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:12.5rem;top:5.5rem;left:31.25rem;display:block; }
#qMtHDMeuMLIHC121aReQmcmweTnB9be2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.4375rem;top:8.5625rem;left:35.8125rem;overflow:hidden;display:block; }
#rPnK1EuDPETUG2Z539oVxZo8m1dZTQQU { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),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:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.75rem;width:12.5rem;top:5.5rem;left:56.25rem;display:block; }
#RNreVksv7uoA90zIodKVzeEyPA7sUiVz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.4375rem;top:8.5625rem;left:60.8125rem;overflow:hidden;display:block; }
#LUnWhST6JQr4P4niob3hhbXIECtefXZm { color:#4f648c;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:12.6875rem;left:2.5rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqyBhmX01umcfkvQwm7y8IEtuZxz8Cmu { color:#4f648c;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:12.6875rem;left:27.5rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WvZNgrRPaPwU4WbSnNVIsXfkHKenB6WR { color:#4f648c;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:12.6875rem;left:52.5625rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { background-color: transparent; background-image: none; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container > .video-iframe-container { display: none; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row > .video-iframe-container { display: none; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .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); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { border-width: 0; border-radius: 0; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#VPehLsFuXEDqHLCyx8r3uoVB3w9TJR37 { color:#4f648c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zGyzSBrmKvsO8NAbsMDD0f54H28ffJTK { color:#4f648c;display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:10.4375rem;height:9.34081875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#guu0oQnkQrCdahnA2HEcQbtmy1DOZF0S { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:42.8125rem;top:13.875rem;left:16.0625rem;display:block; }
#TNoThs5Tco8H8XRmFwCTORtakILUVzRl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#TNoThs5Tco8H8XRmFwCTORtakILUVzRl > .row .container { background-color: transparent; background-image: none; }#TNoThs5Tco8H8XRmFwCTORtakILUVzRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNoThs5Tco8H8XRmFwCTORtakILUVzRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNoThs5Tco8H8XRmFwCTORtakILUVzRl > .row .container > .video-iframe-container { display: none; }#TNoThs5Tco8H8XRmFwCTORtakILUVzRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNoThs5Tco8H8XRmFwCTORtakILUVzRl > .row > .video-iframe-container { display: none; }#TNoThs5Tco8H8XRmFwCTORtakILUVzRl > .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); }#TNoThs5Tco8H8XRmFwCTORtakILUVzRl > .row .container { border-width: 0; border-radius: 0; }#TNoThs5Tco8H8XRmFwCTORtakILUVzRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNoThs5Tco8H8XRmFwCTORtakILUVzRl > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#t5VIETrdMv6gMqQAGTAgWrLoUs9lxDit { position:absolute;display:block;z-index:15008;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:10rem;width:15rem;top:0rem;left:1.875rem;overflow:hidden;display:block; }
#cTCQla50rEqoTDbnhThW1cBDfdyTX4pr { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#xla06C6ogo7v1AmNpp7dlDePX4vkxWH7 { position:absolute;display:block;z-index:15010;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:10rem;width:15rem;top:0rem;left:39.375rem;overflow:hidden;display:block; }
#CoZxbKCztlD0vJyNhGf9PsFua3JpuvlP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:15rem;top:0.0625rem;left:58.125rem;overflow:hidden;display:block; }
#RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy > .row .container { background-color: transparent; background-image: none; }#RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy > .row .container > .video-iframe-container { display: none; }#RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy > .row > .video-iframe-container { display: none; }#RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy > .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); }#RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy > .row .container { border-width: 0; border-radius: 0; }#RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#zcdL0JRoJ8mzvrSMgWi2sgftBUsloAmq { position:absolute;display:block;z-index:15008;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:10rem;width:15rem;top:0rem;left:1.875rem;overflow:hidden;display:block; }
#VHJLagccarmi4xr00kFQ1ElxdZZN8gTP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#tT2Uv4D4Wlod3xPJZo0PepC6F043sreR { position:absolute;display:block;z-index:15010;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:10rem;width:15rem;top:0rem;left:39.375rem;overflow:hidden;display:block; }
#D5OXmc8RJk2uaEtDwy9Cg1bxRTETThWb { position:absolute;display:block;z-index:15011;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:10rem;width:15rem;top:0rem;left:58.125rem;overflow:hidden;display:block; }
#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { background-color: transparent; background-image: none; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container > .video-iframe-container { display: none; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row > .video-iframe-container { display: none; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .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); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { border-width: 0; border-radius: 0; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#olwqAeD24OiPssS99Nhl71pT0yLURDl1 { box-sizing:content-box;color:#00c1c7;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.4375rem;left:36.3125rem;display:block; }
#MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { color:#00c1c7;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8125rem;left:32.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e715b890-ad51-49a8-9cf7-df7a1d04785a/PARCDASARTS1.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz.adaptive-delivery-prevent-bg, #uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz.lazyload, #uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz.lazyloading { background-image: none; }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row .container { background-color: transparent; background-image: none; }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row .container > .video-iframe-container { display: none; }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row > .video-iframe-container { display: none; }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .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); }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row .container { border-width: 0; border-radius: 0; }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#oSTu6t8Z5DtU4AOPWFMKybU1VvRI2KWq { 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:10.5rem;width:10.5rem;top:0.25rem;left:-18rem;overflow:hidden;display:block; }
#SmdTdx4G00gocCvpt74hnnpCBxAUmGLR { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.6875rem;top:1.09375rem;left:56.8125rem;overflow:hidden;display:block; }
#HOoJrSZivBf1LU5LHzXAxNEeG5FW8zTd { color:rgba(var(--color-primary-4),1);display:block;width:47.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.69);top:3.1875rem;left:11.6875rem;height:6.7506875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KHFcUKwTyt4iQ9kQT474F2UyWilkoivD { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.75rem;left:19.375rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO > .row .container { background-color: transparent; background-image: none; }#khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO > .row .container > .video-iframe-container { display: none; }#khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO > .row > .video-iframe-container { display: none; }#khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO > .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); }#khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO > .row .container { border-width: 0; border-radius: 0; }#khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#Csv0t1NAMve0xIJ5MfTTLLJQZuRKI56d { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;height:14.5625rem;width:26rem;top:7.75rem;left:9.0625rem;display:block; }
#FzzTPq3cn5oUQDhgLWRFEo53MarKNi6H { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;height:14.5625rem;width:26rem;top:7.875rem;left:39.3125rem;display:block; }
#lAApgVrkTRthi5WtI9GNdwuczw3TVDPM { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:20.75rem;top:11.625rem;left:46.375rem;display:block; }
#eLHlkrAXgwXsTVGnEKnbZEF93cX2fBzq { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.874125rem;width:27.1245625rem;top:6.25rem;left:20.875rem;display:block; }
#mI1wqN0mcpxImRAnaJTFWh4oZO88aOrG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:22.625rem;top:9.375rem;left:7.625rem;display:block; }
#eTn7e08SpaMZuulbETZLqvmn5pcGmDEA { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27rem;left:16.9375rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#geziA2dQ8w0PPbNy3h9204yMuLT0Wkw7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:0.9375rem;left:3.6875rem;overflow:hidden;display:block; }
#fhOSOqGRfiveQMTQIm6PLJsm9UZ9oERh { 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:13.25rem;width:13.25rem;top:14.375rem;left:56.5rem;overflow:hidden;display:block; }
#SaePVxQLdT0WfRM8klGNye9ewwOJPuTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SaePVxQLdT0WfRM8klGNye9ewwOJPuTo > .row .container { background-color: transparent; background-image: none; }#SaePVxQLdT0WfRM8klGNye9ewwOJPuTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaePVxQLdT0WfRM8klGNye9ewwOJPuTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaePVxQLdT0WfRM8klGNye9ewwOJPuTo > .row .container > .video-iframe-container { display: none; }#SaePVxQLdT0WfRM8klGNye9ewwOJPuTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaePVxQLdT0WfRM8klGNye9ewwOJPuTo > .row > .video-iframe-container { display: none; }#SaePVxQLdT0WfRM8klGNye9ewwOJPuTo > .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); }#SaePVxQLdT0WfRM8klGNye9ewwOJPuTo > .row .container { border-width: 0; border-radius: 0; }#SaePVxQLdT0WfRM8klGNye9ewwOJPuTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SaePVxQLdT0WfRM8klGNye9ewwOJPuTo > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#v30d2oifGxAxBPWfTNfU2QsJCivmZBX8 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;height:12.1875rem;width:21.8125rem;top:2rem;left:3rem;display:block; }
#S4G5iFxiu6SA2zbTiifn6XgTLI5CpBdH { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:20.75rem;top:2.6875rem;left:53.8125rem;display:block; }
#TTZV0CCgXZIoF3v1G6FBKzFP9J2UDZhu { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:39.5625rem;top:4.9375rem;left:21.625rem;display:block; }
#mBfkHkr3OH3EnV3DaR71DV1KTKXmOPTy { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:24rem;top:3.5625rem;left:1.625rem;display:block; }
#qDe5z34tAR767FFmSv4FOn65rFG63CKs { 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:13.3125rem;width:13.3125rem;top:5rem;left:63.625rem;overflow:hidden;display:block; }
#bSMnpdadH1sUat5DZscDIhbN3ht6mTL4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;height:12.1875rem;width:21.8125rem;top:2rem;left:26.875rem;display:block; }
#saT3CcrHMJobX4bTMlk1Cd8qSEI4zkZr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;height:12.1875rem;width:21.8125rem;top:2rem;left:50.5rem;display:block; }
#rJEADbebuvk4a5R6amVwk3TnIR5LggsP { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:11rem;top:1.125rem;left:-3.1875rem;overflow:hidden;display:block; }
#lFph03MVSFZkgU75RXKPyBgS5GhHJU3x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lFph03MVSFZkgU75RXKPyBgS5GhHJU3x > .row .container { background-color: transparent; background-image: none; }#lFph03MVSFZkgU75RXKPyBgS5GhHJU3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFph03MVSFZkgU75RXKPyBgS5GhHJU3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFph03MVSFZkgU75RXKPyBgS5GhHJU3x > .row .container > .video-iframe-container { display: none; }#lFph03MVSFZkgU75RXKPyBgS5GhHJU3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFph03MVSFZkgU75RXKPyBgS5GhHJU3x > .row > .video-iframe-container { display: none; }#lFph03MVSFZkgU75RXKPyBgS5GhHJU3x > .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); }#lFph03MVSFZkgU75RXKPyBgS5GhHJU3x > .row .container { border-width: 0; border-radius: 0; }#lFph03MVSFZkgU75RXKPyBgS5GhHJU3x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFph03MVSFZkgU75RXKPyBgS5GhHJU3x > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#dv41UfvT2WimxB30xd3yCnALMJn397SG { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ecf814e8-93df-4337-95b5-e8611e514e53/CapturadeTela20250205as045652.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#dv41UfvT2WimxB30xd3yCnALMJn397SG.adaptive-delivery-prevent-bg, #dv41UfvT2WimxB30xd3yCnALMJn397SG.lazyload, #dv41UfvT2WimxB30xd3yCnALMJn397SG.lazyloading { background-image: none; }
#mtoqFz6oOKIepDnOoTiXOzBs7TTa564f { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9734e133-1993-4f4b-9e9d-9a01b6b7bc6b/CapturadeTela20250205as045217.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:13.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#mtoqFz6oOKIepDnOoTiXOzBs7TTa564f.adaptive-delivery-prevent-bg, #mtoqFz6oOKIepDnOoTiXOzBs7TTa564f.lazyload, #mtoqFz6oOKIepDnOoTiXOzBs7TTa564f.lazyloading { background-image: none; }
#hyvVIlCKuhadlSMFrcaM4kTlMvIxSb88 { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7f14ade9-15f4-407d-9ad0-a87df38b0242/CapturadeTela20250205as045712.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:37.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#hyvVIlCKuhadlSMFrcaM4kTlMvIxSb88.adaptive-delivery-prevent-bg, #hyvVIlCKuhadlSMFrcaM4kTlMvIxSb88.lazyload, #hyvVIlCKuhadlSMFrcaM4kTlMvIxSb88.lazyloading { background-image: none; }
#HeQD1XBDF8Bazt2ATg6Umy825oRAb3ve { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9e7476af-c1c7-4f18-a8d6-a1d818959404/CapturadeTela20250205as045658.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#HeQD1XBDF8Bazt2ATg6Umy825oRAb3ve.adaptive-delivery-prevent-bg, #HeQD1XBDF8Bazt2ATg6Umy825oRAb3ve.lazyload, #HeQD1XBDF8Bazt2ATg6Umy825oRAb3ve.lazyloading { background-image: none; }
#NKMMEX1JxoDGUSZOLb5TXAOL3lBAW9EE { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3e73156e-8b4e-4a8b-8953-1e86a124ed5d/CapturadeTela20250205as045722.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:61.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#NKMMEX1JxoDGUSZOLb5TXAOL3lBAW9EE.adaptive-delivery-prevent-bg, #NKMMEX1JxoDGUSZOLb5TXAOL3lBAW9EE.lazyload, #NKMMEX1JxoDGUSZOLb5TXAOL3lBAW9EE.lazyloading { background-image: none; }
#Vi83ZQxpnav2GarX9XKgTn8zW12yFu0M { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f4ad4ba6-6729-4337-9c8d-991ef5fc2b53/CapturadeTela20250205as045718.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:49.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#Vi83ZQxpnav2GarX9XKgTn8zW12yFu0M.adaptive-delivery-prevent-bg, #Vi83ZQxpnav2GarX9XKgTn8zW12yFu0M.lazyload, #Vi83ZQxpnav2GarX9XKgTn8zW12yFu0M.lazyloading { background-image: none; }
#lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0 > .row .container { background-color: transparent; background-image: none; }#lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0 > .row .container > .video-iframe-container { display: none; }#lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0 > .row > .video-iframe-container { display: none; }#lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0 > .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); }#lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0 > .row .container { border-width: 0; border-radius: 0; }#lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#hfkzysntvbFlDUZc5T6ffnIIzSJxOcIT { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8d315dd5-2b1d-4198-97bf-5cd72da1fbbe/CapturadeTela20250205as045727.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:1.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#hfkzysntvbFlDUZc5T6ffnIIzSJxOcIT.adaptive-delivery-prevent-bg, #hfkzysntvbFlDUZc5T6ffnIIzSJxOcIT.lazyload, #hfkzysntvbFlDUZc5T6ffnIIzSJxOcIT.lazyloading { background-image: none; }
#HDSn5FZRP7xPx1Lp2TDvG8qTqAx5CDyl { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/75d68b73-d855-4740-bfca-22893ce4561a/CapturadeTela20250205as045732.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:13.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#HDSn5FZRP7xPx1Lp2TDvG8qTqAx5CDyl.adaptive-delivery-prevent-bg, #HDSn5FZRP7xPx1Lp2TDvG8qTqAx5CDyl.lazyload, #HDSn5FZRP7xPx1Lp2TDvG8qTqAx5CDyl.lazyloading { background-image: none; }
#wJxhBScaxl8L3rD21m0i1DFnTAAWbW7G { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/86ef9ce0-15fd-45a3-88e6-704b85d09909/CapturadeTela20250205as045748.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:37.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#wJxhBScaxl8L3rD21m0i1DFnTAAWbW7G.adaptive-delivery-prevent-bg, #wJxhBScaxl8L3rD21m0i1DFnTAAWbW7G.lazyload, #wJxhBScaxl8L3rD21m0i1DFnTAAWbW7G.lazyloading { background-image: none; }
#Rw5TUUHnmQOnS0TrFxHBSLinVHFSdqUg { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9e2f3117-9bf0-4638-b828-a979597213cf/CapturadeTela20250205as045743.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:25.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#Rw5TUUHnmQOnS0TrFxHBSLinVHFSdqUg.adaptive-delivery-prevent-bg, #Rw5TUUHnmQOnS0TrFxHBSLinVHFSdqUg.lazyload, #Rw5TUUHnmQOnS0TrFxHBSLinVHFSdqUg.lazyloading { background-image: none; }
#e8eU4HrkTH4SHTvVU0IEw9csQ3KVo6tC { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/18d1b42f-9185-40af-a0b0-b16b2970f0b3/CapturadeTela20250205as045753.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:61.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#e8eU4HrkTH4SHTvVU0IEw9csQ3KVo6tC.adaptive-delivery-prevent-bg, #e8eU4HrkTH4SHTvVU0IEw9csQ3KVo6tC.lazyload, #e8eU4HrkTH4SHTvVU0IEw9csQ3KVo6tC.lazyloading { background-image: none; }
#uFpxCh6z8ZTRspSsdxqFU13BtdtsVCDZ { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cf94774b-231d-4dc4-9bad-159539e4a78b/CapturadeTela20250205as045803.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:49.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#uFpxCh6z8ZTRspSsdxqFU13BtdtsVCDZ.adaptive-delivery-prevent-bg, #uFpxCh6z8ZTRspSsdxqFU13BtdtsVCDZ.lazyload, #uFpxCh6z8ZTRspSsdxqFU13BtdtsVCDZ.lazyloading { background-image: none; }
#CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG > .row .container { background-color: transparent; background-image: none; }#CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG > .row .container > .video-iframe-container { display: none; }#CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG > .row > .video-iframe-container { display: none; }#CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG > .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); }#CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG > .row .container { border-width: 0; border-radius: 0; }#CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#bhNqThCkVnihHeiFX4A1xIU43qRZS751 { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5f1b4997-4305-46b7-8060-10cd0e6b8e09/CapturadeTela20250205as045813.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#bhNqThCkVnihHeiFX4A1xIU43qRZS751.adaptive-delivery-prevent-bg, #bhNqThCkVnihHeiFX4A1xIU43qRZS751.lazyload, #bhNqThCkVnihHeiFX4A1xIU43qRZS751.lazyloading { background-image: none; }
#ACtSBKynVKkXuP4n3UMpvpIEIeQcgzqo { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aa35d74a-b59a-47bd-b26e-65960ac78adf/CapturadeTela20250205as045820.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:13.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#ACtSBKynVKkXuP4n3UMpvpIEIeQcgzqo.adaptive-delivery-prevent-bg, #ACtSBKynVKkXuP4n3UMpvpIEIeQcgzqo.lazyload, #ACtSBKynVKkXuP4n3UMpvpIEIeQcgzqo.lazyloading { background-image: none; }
#owFqVLQMQE3mGRHFTgJruJlV1KFHkRVQ { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/469b5f63-6a43-4d51-9f1f-f0856badfc5a/CapturadeTela20250205as045833.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:37.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#owFqVLQMQE3mGRHFTgJruJlV1KFHkRVQ.adaptive-delivery-prevent-bg, #owFqVLQMQE3mGRHFTgJruJlV1KFHkRVQ.lazyload, #owFqVLQMQE3mGRHFTgJruJlV1KFHkRVQ.lazyloading { background-image: none; }
#AyB1sauCkdD4sFn4RfHsk4OcIC4iqEl9 { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d79e1f58-7034-4006-bbd6-2e7085fb16d6/CapturadeTela20250205as045826.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#AyB1sauCkdD4sFn4RfHsk4OcIC4iqEl9.adaptive-delivery-prevent-bg, #AyB1sauCkdD4sFn4RfHsk4OcIC4iqEl9.lazyload, #AyB1sauCkdD4sFn4RfHsk4OcIC4iqEl9.lazyloading { background-image: none; }
#tZ50Fha5ZLmZsXiaARQTS8CxW1wnqor2 { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/042702b8-bf0a-49ed-aa4f-4cb8011511c9/CapturadeTela20250205as045905.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:61.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#tZ50Fha5ZLmZsXiaARQTS8CxW1wnqor2.adaptive-delivery-prevent-bg, #tZ50Fha5ZLmZsXiaARQTS8CxW1wnqor2.lazyload, #tZ50Fha5ZLmZsXiaARQTS8CxW1wnqor2.lazyloading { background-image: none; }
#iTClslbI1DLn1bUG48gJsXLXmZ8kHf8w { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/53fde1c8-f9d1-4536-90e2-0c0ec53f998f/CapturadeTela20250205as045840.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:49.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#iTClslbI1DLn1bUG48gJsXLXmZ8kHf8w.adaptive-delivery-prevent-bg, #iTClslbI1DLn1bUG48gJsXLXmZ8kHf8w.lazyload, #iTClslbI1DLn1bUG48gJsXLXmZ8kHf8w.lazyloading { background-image: none; }
#PRZdLupFyiPUht38f90USJV5NGCLDUb4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PRZdLupFyiPUht38f90USJV5NGCLDUb4 > .row .container { background-color: transparent; background-image: none; }#PRZdLupFyiPUht38f90USJV5NGCLDUb4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRZdLupFyiPUht38f90USJV5NGCLDUb4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRZdLupFyiPUht38f90USJV5NGCLDUb4 > .row .container > .video-iframe-container { display: none; }#PRZdLupFyiPUht38f90USJV5NGCLDUb4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRZdLupFyiPUht38f90USJV5NGCLDUb4 > .row > .video-iframe-container { display: none; }#PRZdLupFyiPUht38f90USJV5NGCLDUb4 > .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); }#PRZdLupFyiPUht38f90USJV5NGCLDUb4 > .row .container { border-width: 0; border-radius: 0; }#PRZdLupFyiPUht38f90USJV5NGCLDUb4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PRZdLupFyiPUht38f90USJV5NGCLDUb4 > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#obE1dPAoS80d2SNIF5mKN0tqL0cWmFn5 { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c3086846-e938-4bbe-9d97-87a79db50c92/CapturadeTela20250205as045846.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#obE1dPAoS80d2SNIF5mKN0tqL0cWmFn5.adaptive-delivery-prevent-bg, #obE1dPAoS80d2SNIF5mKN0tqL0cWmFn5.lazyload, #obE1dPAoS80d2SNIF5mKN0tqL0cWmFn5.lazyloading { background-image: none; }
#WBCni2d3Vhs5Mwhn0fcSTfGzNgSpMh1z { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f4306c7-872e-4d56-b459-990e6ef54382/CapturadeTela20250205as045910.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:13.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#WBCni2d3Vhs5Mwhn0fcSTfGzNgSpMh1z.adaptive-delivery-prevent-bg, #WBCni2d3Vhs5Mwhn0fcSTfGzNgSpMh1z.lazyload, #WBCni2d3Vhs5Mwhn0fcSTfGzNgSpMh1z.lazyloading { background-image: none; }
#BWqgkQ3RbKQPEJL4SvJ8GiFcTGzPOJGx { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3b4795c4-0a2c-442a-90c9-5455f8d1b79d/CapturadeTela20250205as045857.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:37.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#BWqgkQ3RbKQPEJL4SvJ8GiFcTGzPOJGx.adaptive-delivery-prevent-bg, #BWqgkQ3RbKQPEJL4SvJ8GiFcTGzPOJGx.lazyload, #BWqgkQ3RbKQPEJL4SvJ8GiFcTGzPOJGx.lazyloading { background-image: none; }
#mtLowkX5Um6BH313uMQOLZtw5pom3zaf { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a8f25701-87a1-4162-8f85-68b39b4cc1a4/CapturadeTela20250205as045852.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#mtLowkX5Um6BH313uMQOLZtw5pom3zaf.adaptive-delivery-prevent-bg, #mtLowkX5Um6BH313uMQOLZtw5pom3zaf.lazyload, #mtLowkX5Um6BH313uMQOLZtw5pom3zaf.lazyloading { background-image: none; }
#UTDRubMXEopI5gZQ4hLmAF8LUlErKtE4 { box-sizing:content-box;height:12.5rem;width:22.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.9375rem;left:49.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#UOm4kKsMPvl1AbunHTQI36dUxlx2pb6k { 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:9.1875rem;width:9.1875rem;top:2.59375rem;left:56.125rem;overflow:hidden;display:block; }
#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:url("https://images.assets-landingi.com/SeHuHtAN/Asset_38.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO.adaptive-delivery-prevent-bg, #mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO.lazyload, #mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO.lazyloading { background-image: none; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container { background-color: transparent; background-image: none; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container > .video-iframe-container { display: none; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row > .video-iframe-container { display: none; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .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); }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container { border-width: 0; border-radius: 0; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#Uhc3MkpVcJhPW5i59Bf2bO3Cn4TwHhqD { 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:8.4375rem;width:58.5625rem;top:4.0625rem;left:8.1875rem;overflow:hidden;display:block; }
#vOfOzJiF2PFFZJFMN2LeFORgzE5QbZTI { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d37270;border-left:0.0625rem solid #d37270;border-right:0.0625rem solid #d37270;border-bottom:0.0625rem solid #d37270;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.25rem;width:22.25rem;top:15.5625rem;left:34.75rem;display:block; }
#xbBCtMOKwyR2LtMQaVVpUhx0Bb3XrVPB { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #4f648c;border-left:0.0625rem solid #4f648c;border-right:0.0625rem solid #4f648c;border-bottom:0.0625rem solid #4f648c;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.25rem;width:22.25rem;top:14.875rem;left:35.5rem;display:block; }
#X7ADWkyunPnf3WXEqTiIZV9fmd1dgAlE { color:#4f648c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.75rem;left:39.3125rem;height:4.06278125rem;font-style:normal;display:block; }
#HNrgPPnVa1QzhzQimJ2rhv2WIQTdzKP5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.7495125rem;width:2.7495125rem;top:4.876953125rem;left:21rem;display:block; }
#PcTpPJ3CXLizVG6OBNU8kHzgGlHr6WIK { color:#61729d;display:block;width:2.625rem;position:absolute;font-family:dosis;font-size:3.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.755859375rem;left:21.4375rem;height:4.30615rem;display:block; }
#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eff7fc, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #eff7fc, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #eff7fc, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #eff7fc, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7fc', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7fc', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #eff7fc, rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { background-color: transparent; background-image: none; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container > .video-iframe-container { display: none; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row > .video-iframe-container { display: none; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .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); }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { border-width: 0; border-radius: 0; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#dXEuB8UpkrVzX3yWB28peI9o5NQO0oiy { color:#d37270;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.0625rem;left:38.875rem;height:8.125rem;font-style:normal;display:block; }
#AsBcbhMo7mym29xOOQZdNlJG32htTAoW { color:#d37270;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.375rem;left:39.25rem;height:2.03125rem;font-style:normal;display:block; }
#xAtOOTNWUD7MSJFqzeEBFsAxs6F0fJ0P { color:#4f648c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5625rem;left:41.875rem;height:4.79296875rem;font-style:normal;display:block; }
#h57oWdHt9UN9BRgHPANe5aqri7xZcTLF { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d37270;border-left:0.0625rem solid #d37270;border-right:0.0625rem solid #d37270;border-bottom:0.0625rem solid #d37270;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.25rem;width:22.25rem;top:15.5625rem;left:34.75rem;display:none; }
#LpBuXd86iqVce4TqJ5pBTt0WMSoZ9Cdp { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #4f648c;border-left:0.0625rem solid #4f648c;border-right:0.0625rem solid #4f648c;border-bottom:0.0625rem solid #4f648c;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.25rem;width:22.25rem;top:14.875rem;left:35.5rem;display:none; }
#AIMZ9w2LgVefBLtuo8nZ9b7uwxX7C0FP { color:#4f648c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.75rem;left:39.3125rem;height:4.0625rem;font-style:normal;display:none; }
#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { background-color: transparent; background-image: none; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container > .video-iframe-container { display: none; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row > .video-iframe-container { display: none; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .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); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { border-width: 0; border-radius: 0; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#BLi1TPheb0dH1J5IUqIe01WXQwLTvGcL { background-color:#eb3d37;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.15625rem;left:27.125rem;display:block; }
#RcvgsLZxKdMiEamc5gNZX7LtQO1DfrSg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb > .row .container { background-color: transparent; background-image: none; }#mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb > .row .container > .video-iframe-container { display: none; }#mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb > .row > .video-iframe-container { display: none; }#mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb > .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); }#mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb > .row .container { border-width: 0; border-radius: 0; }#mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#hgntptncKdzed2qyvRMHc53ZgSfDxfeB { color:#4f648c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nKZxnHtqbEIxm0xCBEoGnAdSCzoVyK6A { color:#4f648c;display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:10.4375rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pua7JuMND5NzKQ4KMd8230fixhBZU5O7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pua7JuMND5NzKQ4KMd8230fixhBZU5O7 > .row .container { background-color: transparent; background-image: none; }#pua7JuMND5NzKQ4KMd8230fixhBZU5O7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pua7JuMND5NzKQ4KMd8230fixhBZU5O7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pua7JuMND5NzKQ4KMd8230fixhBZU5O7 > .row .container > .video-iframe-container { display: none; }#pua7JuMND5NzKQ4KMd8230fixhBZU5O7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pua7JuMND5NzKQ4KMd8230fixhBZU5O7 > .row > .video-iframe-container { display: none; }#pua7JuMND5NzKQ4KMd8230fixhBZU5O7 > .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); }#pua7JuMND5NzKQ4KMd8230fixhBZU5O7 > .row .container { border-width: 0; border-radius: 0; }#pua7JuMND5NzKQ4KMd8230fixhBZU5O7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pua7JuMND5NzKQ4KMd8230fixhBZU5O7 > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#xeXaF6TkaRHmbQqaSfvCTPiIUE08IAA1 { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:1.25rem;left:0rem;display:block; }
#z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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:none; }#z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe > .row .container { border-width: 0; border-radius: 0; }#z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:none; }#crt5aRaha40ArhcTwHvbnvvPpA0STx24 { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:1.25rem;left:0rem;display:none; }
#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { background-color: transparent; background-image: none; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container > .video-iframe-container { display: none; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row > .video-iframe-container { display: none; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .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); }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { border-width: 0; border-radius: 0; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#QFIHrrD2zofi2rWPxpnJydzRREDs4KGv { color:#4f648c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCGITtEoNwlufOkntrZfpDd1PWznKZZH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:17.1875rem;top:12.9375rem;left:7.5rem;overflow:hidden;display:block; }
#O0BmFLb5rq06s2H0BqZX57eexsHTTXAo { position:absolute;display:block;z-index:15007;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.75rem;width:17.0625rem;top:12.9375rem;left:28.6875rem;overflow:hidden;display:block; }
#hzIyMHpUHm32TkiShUDpaQi3rMEoveTp { position:absolute;display:block;z-index:15008;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.625rem;width:16.9375rem;top:12.9375rem;left:49.8125rem;overflow:hidden;display:block; }
#yQ6htTTE0pmkT6vImQJuhPh8Dc9Ahbll { position:absolute;display:block;z-index:15010;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.6875rem;width:17.0625rem;top:25.4375rem;left:28.6875rem;overflow:hidden;display:block; }
#sPeosrKCJOmS04lTTnHCst7ob84yxFsv { position:absolute;display:block;z-index:15011;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.625rem;width:16.9375rem;top:25.4375rem;left:49.8125rem;overflow:hidden;display:block; }
#g9fneVIsmVKynm5LRVVaUfyXOHh6J1yL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:17.0625rem;top:25.4375rem;left:7.5rem;overflow:hidden;display:block; }
#DdPfayu8Fwkg5gLZez2N1SiotHlqyW5q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#CxAHJ3W7ytFbecIBTwXUOipKlkJbgmDi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { background-color: transparent; background-image: none; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container > .video-iframe-container { display: none; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row > .video-iframe-container { display: none; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .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); }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { border-width: 0; border-radius: 0; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#BHT0gn7fOxu3DfJ5cnSzJhvaKXdXNRdi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;height:14.5625rem;width:26rem;top:2.09375rem;left:5.75rem;display:block; }
#XTEpRv9kVBzDotpE7mMTCLqnS7M4UNGi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;height:14.5625rem;width:26rem;top:2.09375rem;left:43.25rem;display:block; }
#co4GtGPXT0MHm5FubP66EO0flviXUdVx { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:20.75rem;top:7.125rem;left:50.3125rem;display:block; }
#bTxaoAhqkrW95a9JhTXvvs9tbQ6FZt90 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:27.125rem;top:0.6875rem;left:10.375rem;display:block; }
#DyncJwLRevnxKh8GeHWQuKRkOTPZGrCI { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:22.625rem;top:5.5rem;left:4.3125rem;display:block; }
#QmE6cATITH2NQDFWzqtxzkze14fVvFMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { background-color: transparent; background-image: none; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container > .video-iframe-container { display: none; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row > .video-iframe-container { display: none; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .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); }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { border-width: 0; border-radius: 0; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#e8Aml7RCay5u9f1seho6ymgT0BAds4Jv { color:#4f648c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.0060375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cGkMTUp1kVfugc4Jc0wsZPZiRdKRJr8U { color:#4f648c;display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.6875rem;left:11rem;height:4.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIIQGy9oZATewQQxpq1Pxo2BEF45DJIO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:41.4375rem;top:10.84375rem;left:16.75rem;overflow:hidden;display:block; }
#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { background-color: transparent; background-image: none; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container > .video-iframe-container { display: none; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row > .video-iframe-container { display: none; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .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); }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { border-width: 0; border-radius: 0; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#E99eLHV1ChiHQRwapddr4HNJLW04g0TH { color:#4f648c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { background-color: transparent; background-image: none; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container > .video-iframe-container { display: none; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row > .video-iframe-container { display: none; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .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); }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { border-width: 0; border-radius: 0; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#iqpwd3efz9QaFwX8hd4GT6PVHXDgwuvV { 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:14.25rem;width:20rem;top:0rem;left:2.5rem;overflow:hidden;display:block; }
#Bl7ocPu9Hg4chDamiRs10yPoV2K1fUor { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:27.5rem;overflow:hidden;display:block; }
#JLph8QkSWke2xeTFlBlFI0Sp0vP7OGTA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:52.5rem;overflow:hidden;display:block; }
#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { background-color: transparent; background-image: none; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container > .video-iframe-container { display: none; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row > .video-iframe-container { display: none; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .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); }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { border-width: 0; border-radius: 0; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#rNlcN0RJVN4egNWv6t6OZAxdWmiHhaC1 { 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:14.25rem;width:20rem;top:0rem;left:2.5rem;overflow:hidden;display:block; }
#ZAAlmTyUxRTspJNrmRUlNLhBdEQRluN2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:27.5rem;overflow:hidden;display:block; }
#ur2JsWQdFlugkW2ImEshdWHtu3zLTpVJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:52.5rem;overflow:hidden;display:block; }
#ryVkUK2kiFabeikKruba7dXWEunZF9Nd { position:relative;display:block; } #X5d0912627486f547e713993aa0506d2.widget-smartsection *:focus-visible, #X5d0912627486f547e713993aa0506d2.widget-smartsection input[type="text"]:focus-visible, #X5d0912627486f547e713993aa0506d2.widget-smartsection input[type="email"]:focus-visible, #X5d0912627486f547e713993aa0506d2.widget-smartsection input[type="tel"]:focus-visible, #X5d0912627486f547e713993aa0506d2.widget-smartsection textarea:focus-visible { outline: none; } #ryVkUK2kiFabeikKruba7dXWEunZF9Nd > .row .container { position:relative;display:block; }#IEgt6Bir5QxeNEhvxfJkTOr0LrGb6EHW { position:relative;display:block; } #q442f101a91f558f48021d2628f495e4.widget-smartsection *:focus-visible, #q442f101a91f558f48021d2628f495e4.widget-smartsection input[type="text"]:focus-visible, #q442f101a91f558f48021d2628f495e4.widget-smartsection input[type="email"]:focus-visible, #q442f101a91f558f48021d2628f495e4.widget-smartsection input[type="tel"]:focus-visible, #q442f101a91f558f48021d2628f495e4.widget-smartsection textarea:focus-visible { outline: none; } #IEgt6Bir5QxeNEhvxfJkTOr0LrGb6EHW > .row .container { position:relative;display:block; }#oy2v40T8EOgqOA5av5u059gJz4KLhKFw { position:relative;display:block; } #J2b1e987ad875cefe586dea77761fefd.widget-smartsection *:focus-visible, #J2b1e987ad875cefe586dea77761fefd.widget-smartsection input[type="text"]:focus-visible, #J2b1e987ad875cefe586dea77761fefd.widget-smartsection input[type="email"]:focus-visible, #J2b1e987ad875cefe586dea77761fefd.widget-smartsection input[type="tel"]:focus-visible, #J2b1e987ad875cefe586dea77761fefd.widget-smartsection textarea:focus-visible { outline: none; } #oy2v40T8EOgqOA5av5u059gJz4KLhKFw > .row .container { position:relative;display:block; }#zbTzTnHm9oSCyWKobrTEkRsAesDCxZ7X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00d7ec;background-image:url("https://images.assets-landingi.com/uc/0be9036f-d675-4017-8515-8fc02ef04aba/Camada_8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zbTzTnHm9oSCyWKobrTEkRsAesDCxZ7X.adaptive-delivery-prevent-bg, #zbTzTnHm9oSCyWKobrTEkRsAesDCxZ7X.lazyload, #zbTzTnHm9oSCyWKobrTEkRsAesDCxZ7X.lazyloading { background-image: none; }#zbTzTnHm9oSCyWKobrTEkRsAesDCxZ7X > .row .container { border-width: 0; border-radius: 0; }#zbTzTnHm9oSCyWKobrTEkRsAesDCxZ7X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zbTzTnHm9oSCyWKobrTEkRsAesDCxZ7X > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:none; }#y0tOOA2zbIXCan1JgCben1QrJk4gZ84Q { color:#035c71;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:8.84765625rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fzPPU1nDWtsBJo1qgpWqSigEQXyQmsTQ { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.0620125rem;width:57.624rem;top:17.65576171875rem;left:8.6875rem;display:block; }
#MSqTCXDbgWce8zlc7kKCVuG40dPQtTR0 { color:#035c71;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:17.25rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bAUkNcWanuKSATc8ZJazvlII5Ty4ure9 { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.0625rem;width:57.625rem;top:9.49755859375rem;left:8.375rem;display:block; }
#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 { position:relative;display:none; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 { border-width: 0; border-radius: 0; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#imxVZlyXG8aHGyJEhhv4Kzf85ebE2G23 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:15.5rem;width:19.6875rem;top:1.625rem;left:11.375rem;overflow:hidden;display:block; }
#VHEV9TXIElssgbTaHssW0k5vvTfnMgko { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:14.1875rem;width:18rem;top:2.28125rem;left:39.625rem;overflow:hidden;display:block; }
#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcb822;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; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { background-color: transparent; background-image: none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container > .video-iframe-container { display: none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row > .video-iframe-container { display: none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .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); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { border-width: 0; border-radius: 0; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#qLVscSOSBdHXaiPzB7VKBs44vpMVSxNB { background-color:#eb3d37;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.5625rem;height:4.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.59375rem;left:22.1875rem;display:block; }
#ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { background-color: transparent; background-image: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .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); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { border-width: 0; border-radius: 0; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#xeoO48hTDhusTf0zws04gHZnBsPyRqH3 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:6rem;left:14rem;display:block; }
#w0vG2QOXAbkDhkld2RoRrdl4VOx8lZp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.375rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iC5lfMZLoi2un8Jz3Fnooz6TkmKWtTTy { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:10.0625rem;left:14rem;display:block; }
#xab0C2ppOWfWfbUyvVtDA7PGGulQfu1Q { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:6.5625rem;left:55.0625rem;display:block; }
#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { background-color: transparent; background-image: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .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); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { border-width: 0; border-radius: 0; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#E1fxrgmifvtPTZ6q4qGbGxVSMKHXTAKJ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#EFLipnInI3gVRZCPPBemA0iCTQiRyI1Z { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { background-color: transparent; background-image: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .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); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { border-width: 0; border-radius: 0; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#yfNKbf5zvfR6CLKdXqSMBSFwuwkLCw1y { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#TFe0vPTaS5skhXBCZDayhhdmZMJxBfPH { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eZwic1fGMDtRsSxNo4Tq0VOEk1lXgbOe { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#d3dWOCGfwAVEbeVFz1JTCAUTt95ES5NO { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.03125rem;left:55.0625rem;display:block; }
#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { background-color: transparent; background-image: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container > .video-iframe-container { display: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container { display: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .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); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { border-width: 0; border-radius: 0; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#RqJ8dL25XgPZva88JzvMzgWsv7oxeh4r { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.5rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#qTpysn7wcOeygRusZA7of7KgDS5EM3V4 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { background-color: transparent; background-image: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .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); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { border-width: 0; border-radius: 0; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#p5wuqTPZ7nk6NcTurUMfMNTKWl52NMru { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#OJxOfqE4FeEHO2ALDJTTxzVGNpPXNu8t { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fNeL1PVpN6X4qBBrXESoPol8NdZStxNu { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#r0SmmMEFTT9gJuDgiba9uWKMLAlWGLop { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row .container { background-color: transparent; background-image: none; }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row .container > .video-iframe-container { display: none; }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row > .video-iframe-container { display: none; }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .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); }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row .container { border-width: 0; border-radius: 0; }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#C76db6ofthWzVpVFgUVSCH9APfiFeyyW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:37.25rem;width:46.9375rem;top:0rem;left:13.937322616577rem;display:block; }
#fOMEUeUJkaodN0dPOlC6Z6Q1CF5camME { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:1.125rem;left:17.15625rem;height:33rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { background-color: transparent; background-image: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container > .video-iframe-container { display: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container { display: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .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); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { border-width: 0; border-radius: 0; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#cTiUcDOu0OKcLm5Oqkaxax51VK4iaGTg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#yu2X02r6gMOT7qCXJrIk5X0P00azPst1 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UZ7UUMATpsQF78DIXQuiUlp21Z8oAAwx { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#pM8GRB4WcoHLIu076uSS59CiB3mDxrGV { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { background-color: transparent; background-image: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container > .video-iframe-container { display: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container { display: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .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); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { border-width: 0; border-radius: 0; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#anVnWHHFq2k8mJ4BrWRQxngaopWhO1o0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.4375rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#a1lpfmH5i9qAMw7k9rfuT6cpSwknoF2u { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { background-color: transparent; background-image: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .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); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { border-width: 0; border-radius: 0; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#DuOuTk3aNS9wnOl3hNTdNSnQkttVKQXe { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#C1adka1bwfRUp5CwsGXrnd8iOazlZvP0 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hQLIwpGGX3qpPZy4Ix90NTzRWkLLSMFt { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#DHkqoI5yUx5BDVvyllphNbmHcupm9W9z { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { background-color: transparent; background-image: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container > .video-iframe-container { display: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container { display: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .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); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { border-width: 0; border-radius: 0; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#GNPmFrdPPQ7BPKk5mzvSppuRnpgubeNS { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#fgxAT1wSKkbZiVkG3Tc4Ms1Rvpy9ZQyc { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MohmczXlVhOn24gczblvWN9LBb5lCQSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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:none; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { border-width: 0; border-radius: 0; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:none; }#ZhcKVGF8IGeTeXUzta3QKbHABhzqO4GV { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#clsn8eUlkIblEANaixH6cMQG9DlcyISt { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OAG0zudnDmubdr94TIE8tFehxtm8JoER { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#uqv7SoQmZLfOKyixLcCU4gOJEH8srpkT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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:none; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { border-width: 0; border-radius: 0; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:none; }#pxBUI6WH5xeGsgSVH6rAvz2940ypKBvw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#fAzf7GBCcmTKHvF62eT0q5ZXCLKBceX2 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:14.994675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { background-color: transparent; background-image: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container > .video-iframe-container { display: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container { display: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .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); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { border-width: 0; border-radius: 0; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#S4Byiw4d8inJbhAZZkQXTXlEHOlR0u7X { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#kFDvZVkGdbTKAWnBFZvWADd490bLWC3l { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ReWdF8WN9GeKRz1dh1OQmBtIPJXZRVSE { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#SBUubs7CbnwHSE5arbdT9yiwg4f7RaZH { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { background-color: transparent; background-image: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container > .video-iframe-container { display: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container { display: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .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); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { border-width: 0; border-radius: 0; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#LsOoaGQExzfBMVgWQQdgF1t5peNL6NNU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.1875rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#xdcwmwaJ4dx2og7g107tK9AdBgHRrRBt { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { background-color: transparent; background-image: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .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); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { border-width: 0; border-radius: 0; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#Ie6TsI6tDVcZyC5bo0kFeCsf9D0wqnKs { position:absolute;display:block;z-index:15000;background-color:#4f648c;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#GQlADtklK0959b7s7DEADPxVD9Abi5qy { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bZQMfuXdcVZTQDhNFCALHTxR5ZQky9PV { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#NSz5h6fu4i2rlsJ4t9l6iy1KesBJHmhx { position:absolute;display:block;z-index:15009;background-color:#22304d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { background-color: transparent; background-image: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .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); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { border-width: 0; border-radius: 0; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#Tnre1WTvv8zvg1tgxzMhPVFRxpSiQNgD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.6875rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#H3av2dx0gIuubDUMMlTtJTDmmd4bRr3m { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WdJygm9cmBQKN1FTVINkBe11NVy6evve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { background-color: transparent; background-image: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .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); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { border-width: 0; border-radius: 0; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#Al32gxwIRzw0S0Seqd9UvXqBNcJdqOtI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#EvcIfHP8mgsNl89beQhM6L8QPgBDAgl7 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZ1VqwzRaKwJWSBacRfia3QahrkscD8g { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#dtUTlmstombgeKpaSH0JKIQ4HvKEmeuw { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { background-color: transparent; background-image: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container > .video-iframe-container { display: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container { display: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .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); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { border-width: 0; border-radius: 0; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#DXKHl1FtEFfuDmcsVNZG5ncHovPDGvDd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.1875rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#ztT5VlQp1L59tTnD5KXClKkvwVOnsgis { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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:none; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { border-width: 0; border-radius: 0; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:none; }#i2qT7uoa96o0Sm8kSWIiEK4csy1NHTbo { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#SkMrH1lmHmhIEh45Ce2Rm5ISBwHSr57V { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTta5e2N8ib0soivFH6cgo9Tyq4mfAQR { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#GT89uAoN4x6tAU3EhuIr7tZO4gqO2Tmt { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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:none; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { border-width: 0; border-radius: 0; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#WiJmTXnz4SF5q6gHRePtfbq0TQxJ6UhV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.375rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#SU3w3lHO3pGcZLa6A2dsfP2XCqJ4W0fv { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:8.99680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp > .row .container { background-color: transparent; background-image: none; }#a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp > .row .container > .video-iframe-container { display: none; }#a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp > .row > .video-iframe-container { display: none; }#a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp > .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); }#a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp > .row .container { border-width: 0; border-radius: 0; }#a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#oJ1tBnTuxObkuSTmPT8PSPgqCh7MsHcT { color:#00c1c7;display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:2.58203125rem;left:8.8125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cIm90yaPe2ZTWi0J9rbFGUpNwGzcBqSy { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:15.375rem;top:3.9375rem;left:29.3125rem;display:block; }
#A4ibPNuoBnyBbvIzBJzgHAFcRxP6eQmw { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:3.875rem;left:29.3125rem;display:block; }
#UM5md4Qr7SpMfFR2FUITcNcQy8rP37n0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:4.1875rem;left:31.6875rem;height:1.125rem;font-style:normal;display:block; }
#dOK8I1upUhBESsJHpwKw3RnhMVuH2iGT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:5.5rem;left:31.6875rem;height:0.9002125rem;font-style:normal;display:block; }
#tbCLAgS5SCqqiUJlDduHs4TCDulJrVd7 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:13.4375rem;top:4rem;left:58.125rem;display:block; }
#Wnxl1C1yRt5KQTamkRXQML2AiQp5Gqvd { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:3.875rem;left:58.125rem;display:block; }
#v8GUyCg3LgfcsA2KTeDokST8CxCqIawe { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:4.375rem;left:60.5rem;height:1.125rem;font-style:normal;display:block; }
#RE0geCBTBRWZUGi3JzzXxrTnvWG19t9p { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.6875rem;left:60.5rem;height:0.9002125rem;font-style:normal;display:block; }
#ukkhRkzrbfB13MISt9T51J4m2i52eKrk { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.625rem;top:3.9375rem;left:45.625rem;display:block; }
#J6WslFnkn7zv9D6w1T6ckBQ8DNyQvkdT { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:3.875rem;left:45.6875rem;display:block; }
#e3uPlEnNNDQ9iNlPKBBPL8SmTBszzJxr { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:4.1875rem;left:48.5rem;height:1.125rem;font-style:normal;display:block; }
#NcZap9XSx93bxxODRqMOvwaxLi13KG87 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.5rem;left:47.6875rem;height:0.9002125rem;font-style:normal;display:block; }
#NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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:none; }#NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2 > .row .container { border-width: 0; border-radius: 0; }#NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2 > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:none; }#WdeiJJKtIgM7GMIRIliyAtsdBSNsWI4V { color:#00c1c7;display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:2.58203125rem;left:8.8125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00c1c7;background-image:url("https://images.assets-landingi.com/8bFg3Mlc/form_background.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU.adaptive-delivery-prevent-bg, #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU.lazyload, #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU.lazyloading { background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { background-color: transparent; background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .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); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { border-width: 0; border-radius: 0; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#qyitIhyWRMwkc0wsFcMDLRdJ0fcQg3hc { 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:24.5625rem;width:24.0625rem;top:6rem;left:45.125rem;overflow:hidden;display:block; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-form-header {  }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:21.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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(100,100,100,0.48);border-left:0.0625rem solid rgba(100,100,100,0.48);border-right:0.0625rem solid rgba(100,100,100,0.48);border-bottom:0.0625rem solid rgba(100,100,100,0.48);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:21.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-text {padding-top: 0; padding-bottom: 0;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(100,100,100,0.48);border-left:0.0625rem solid rgba(100,100,100,0.48);border-right:0.0625rem solid rgba(100,100,100,0.48);border-bottom:0.0625rem solid rgba(100,100,100,0.48);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:21.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-select { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(100,100,100,0.48);border-left:0.0625rem solid rgba(100,100,100,0.48);border-right:0.0625rem solid rgba(100,100,100,0.48);border-bottom:0.0625rem solid rgba(100,100,100,0.48);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:21.125rem;box-sizing:border-box;height:2.8125rem;color:#333333;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;text-align:center;text-align-last:center; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-select {padding-top: 0; padding-bottom: 0;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .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; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#ff0000;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.625rem;margin-bottom:0.25rem;margin-left:0.625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:19.8125rem;height:3.4375rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.22); }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt [class*="-text"]:-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt [class*="-text"]::-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.9375rem;overflow:hidden;font-style:normal;float:none; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .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; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.25rem;vertical-align:middle;font-family:"open sans";font-size:0.9375rem;font-weight:400;color:#909090;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-container:first-of-type{padding-top:0;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-container:last-of-type{padding-bottom:0;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:3.75rem;top:2.8935546875rem;z-index:15001;position:absolute; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.125rem;display:block;vertical-align:top; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt {display:block;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:3.75rem;top:2.8935546875rem;z-index:15001;position:absolute; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #daMJCD2sqkusqunSmhqxMwn4V2i2Wvfa { position:relative; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #QONawMfs7v3VCX4PXTVAfh42NIRC8Whe { position:relative;display:none; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #bKe8FREnFg0tfyHbvv90xEx0h3zclbxC { position:relative; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #WSCoWtGJLef7tkZP2lWvoTNEWqKTUCQy { position:relative; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #reRxxf9U55ExPJp7Rg4xv7miD2iMyChs { position:relative;display:none; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #PhhTn4kcHAEyopzu5ATBCRwKqJIfQQ7u { position:relative; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #z87d8DUlnRUlW5EQUxnGC8oqxwqEVInk { position:relative; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #FgbDP7zuV1dXnzmcLBfFQk8QAGZJiOJ8 { position:relative;display:none; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #hvXk9DuyL0OkfflW0FKIbQlalwZUsF7b { position:relative; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #wf51z14Cf5tV8lGpTwJpK4N0oUkh7hdW { position:relative; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #Rl3DGs0i8HJTZLLtkZBsMm6pb9UwmVHM { position:relative;display:none; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #K3ZZHMDfOTzNO0x03BWUQakseZmJsOOf { position:relative; }
#oTHI8GbnsEEeatMq4PmteVN9bEIzbFE3 { position:relative;display:block; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #HfbArEM7d2t0QtouWRAom447IapUF5S9 { position:relative; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #lJLVBUuRxPWfiZI1Nisy3yVK40zsskTw { position:relative;display:none; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #h7OT6velf2umtp39sUoE7DdCvnc2VfDK { position:relative; }
#emSi9OtTJH5Aims2Emcy2VtWvLz5sMoJ { position:relative;display:block; }
#oDLgdM1E3Zsaru44HPeyGLE8FBORJ0lz { position:relative;display:block; }
#bBoqfAOGzPLsS8KGngfu3C40BxZiQNQF { position:relative;display:block; }
#Z2pF5o7EkywihBlE5FbDWzNufpXtPSbr { position:relative;display:block; }
#DhOrLeT6MHeLVw54RypDrKV6qbUDxnMp { position:relative;display:block; }
#c8fes7iEcizTtJTbnEdBGdI8zHdFe4Xx { position:relative;display:block; }
#h6uWuFssBtxoM1GtV3oLJ7mbahKrFqS4 { position:relative;display:block; }
#cmNmN6T5MN0AI1oJ2vLqWMKwkDnR6LdL { position:relative;display:block; }
#vNwHdBchmmqR1K8IDDACGF72rPsID6d8 { position:relative;display:block; }
#k7ez8GEcsRETIRlxhQhOX0itwrSaoXMh { position:relative;display:block; }
#UEV1nibeD6XoOsvNm5A1nxe6k3OyMsWz { position:relative;display:block; }
#UTu5yBQFVdeMe3c4a6pq9ZA35nwkO3CD { position:relative;display:block; }
#yG1NTVG26hPaTe3FDwcvfk460VC6VhwQ { position:relative;display:block; }
#JZRhuvZePQIff6fZLrdiL2h19xMc4y3y { position:relative;display:block; }
#lJkbnXQkqKvo5Sav1bIsKtea10hPzJg5 { position:relative;display:block; }
#KAFx7vKstBuvxJTCDCLUAK6v1y9t42QZ { position:relative;display:block; }
#Fgmi4xbsn1xkD7EZ2wnb0B7mUDpykHPf { position:relative;display:block; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #GpWi8onmTykMw8EVR49NNR3Zd1PTOwz2 { position:relative; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #e4PEc74aN6mQUQxzw1gLRgTpLZhpS1uE { position:relative; }
#Nq6HskFeyaTwZBzBFV1w0pDZbf3xKNd3 { position:absolute;display:block;z-index:15002;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:16.6875rem;width:16.6875rem;top:8.8125rem;left:48.8125rem;overflow:hidden;display:block; }
#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/3m5MD1jK/Artboard_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0.adaptive-delivery-prevent-bg, #s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0.lazyload, #s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0.lazyloading { background-image: none; }#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0 > .row .container { border-width: 0; border-radius: 0; }#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0 > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:none; }#hHhWSHRwL4l1iaEWlFrM2b4Rk6GNttqg { 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:4.875rem;width:19.25rem;top:3.5625rem;left:27.875rem;overflow:hidden;display:block; }
#ytttoOAm0wt4AJh32pCQLXFH6iqIzRcy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.5625rem;left:11.25rem;overflow:hidden;display:block; }
#TJFaLvS4pxll0mPv9vv4PPmJnvp178SQ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:15.375rem;top:0.875rem;left:52.125rem;display:block; }
#oSJ2hemkC4akxi3mTRt3xZzwsANe1kxV { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.125rem;left:54.5rem;height:1.125rem;font-style:normal;display:block; }
#Lxz348w99W5xFzW0FlxaDBl8CPG8KVBT { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0.8125rem;left:52.125rem;display:block; }
#gDbo0NQyazcPwtoBX4wziDJQ6QLEaLKE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.4375rem;left:54.5rem;height:0.9002125rem;font-style:normal;display:block; }
#GiXkWcW3ewUBtvU3STPCDZWRO9oh2A0q { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10rem;top:7.5rem;left:57.5rem;display:block; }
#UN5FCM5vrZcLBJefLuLBm6GVkewQivsE { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:7.4375rem;left:58.75rem;display:block; }
#S2ulNH72TSLe7DgkT0cUnNWD8S86n2rp { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:7.75rem;left:61.125rem;height:1.125rem;font-style:normal;display:block; }
#plH3KfB2gyhEawKiEBqyRHcfwP25qD6r { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:9.0625rem;left:61.125rem;height:0.8999rem;font-style:normal;display:block; }
#XOd0y8MU3HanRokKDBXSbS93yU5XX3d8 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:12.8125rem;top:4.25rem;left:54.6875rem;display:block; }
#E1dS71io4vWoR6AySuk6zsg573D65JKI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:5.73828125rem;left:57rem;height:0.8999rem;font-style:normal;display:block; }
#WleFGp9DALS086A1mPdC2Gb1oHNCNzxn { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:4.25rem;left:54.5rem;display:block; }
#lfW1UEOMxtBoVQWUDuApv0dc49vBAiBB { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:4.5rem;left:56.8125rem;height:1.125rem;font-style:normal;display:block; }
#VCrMZfvq4AwtvnF61rWvqDqH5NEOTsch { 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:24.5625rem;width:24.0625rem;top:6rem;left:41.375rem;overflow:hidden;display:none; }
#oIOiHLzolKaTIFeVZR0mSm3Zwi1M7lkI { position:absolute;display:block;z-index:15002;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:16.6875rem;width:16.6875rem;top:8.8125rem;left:45.0625rem;overflow:hidden;display:none; }
#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { background-color: transparent; background-image: none; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container > .video-iframe-container { display: none; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row > .video-iframe-container { display: none; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .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); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { border-width: 0; border-radius: 0; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#mrEbTJgO7VpTraa9Cg9BMwkNFfaz7M5d { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.91796875rem;left:0rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#FtqLlmngf91VJzO6D46PX4lGPHlTV9No { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FtqLlmngf91VJzO6D46PX4lGPHlTV9No > .row .container { border-width: 0; border-radius: 0; }#FtqLlmngf91VJzO6D46PX4lGPHlTV9No > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtqLlmngf91VJzO6D46PX4lGPHlTV9No > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:none; }#wL5XVlZNzJhDuQpWTQv342X44pfZxo9h { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:7.625rem;top:9.75rem;left:19.25rem;overflow:hidden;display:block; }
#ZZ3gImxChDZX7K6oTTULV42cpbhFlWlk { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:7.625rem;top:9.75rem;left:28.4375rem;overflow:hidden;display:block; }
#P8TtTuW7TtJ20IkNewrLZTBgqEVkRqHe { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:7.625rem;top:9.75rem;left:46.4375rem;overflow:hidden;display:block; }
#f1W0lNqLJURzmPguKEdQlITx1pTo3p7z { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:7.625rem;top:19.3125rem;left:46.4375rem;overflow:hidden;display:block; }
#V13rHe3JesqiRKP295xJNe7OgFXMLI6I { 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:5.6875rem;width:7.625rem;top:9.75rem;left:37.25rem;overflow:hidden;display:block; }
#c98CJeQHTJOhFOfO7NdbmaMld65Mc5f5 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:7.625rem;top:18.625rem;left:56.375rem;overflow:hidden;display:block; }
#K5TPqir5nxpna56rpl653muZzqrp0GzQ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:7.625rem;top:18.625rem;left:37.25rem;overflow:hidden;display:block; }
#EyxPDSy5X0uNbqeX7PeSHWM4HDDz6H7K { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:7.625rem;top:9.75rem;left:10.1875rem;overflow:hidden;display:block; }
#Rb5AhTL5MgAkwr44Q2v26KuAytcTWTvC { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:7.625rem;top:19rem;left:28.5rem;overflow:hidden;display:block; }
#rUXJkKCkCV06NpG7VI4ZdKCXDIpzJRBd { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:7.625rem;top:19.1875rem;left:10.1875rem;overflow:hidden;display:block; }
#NUfUIN6Dfg8e3ESqIpVGmHwDFbl7crG2 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:7.625rem;top:19rem;left:19.25rem;overflow:hidden;display:block; }
#pWZfd5uptyqn3i1zMC73iM3laEnogE4i { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:7.625rem;top:9.75rem;left:57.1875rem;overflow:hidden;display:block; }
#hN20zfXN7L5EL0uNPwZmBB7IyV3atQbZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:7.625rem;top:1.75rem;left:46.4375rem;overflow:hidden;display:block; }
#JmrIdoRkoOd48zJRTqe77KoZs6gqDTgq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:7.625rem;top:1.75rem;left:57.1875rem;overflow:hidden;display:block; }
#rdTmNybGgTPbAlEu7N2cHwONm0aBou69 { 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:5.0625rem;width:7.625rem;top:1.75rem;left:37.25rem;overflow:hidden;display:block; }
#iva0krlsJTTd3LiqDSmPuQaG8tRlTVPy { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:6.375rem;top:1.75rem;left:28.4375rem;overflow:hidden;display:block; }
#hu0JeXtkAydivwhGcJ236CGU5sBvt418 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:7.625rem;top:1.75rem;left:19.25rem;overflow:hidden;display:block; }
#ToAwXGHtb6A57XDzMunQOJhnJifrN6XC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:7.625rem;top:1.75rem;left:10.1875rem;overflow:hidden;display:block; }
#MKwPR0WTvvkpwgHk5rqxGxUou5xRhXb1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MKwPR0WTvvkpwgHk5rqxGxUou5xRhXb1 > .row .container { border-width: 0; border-radius: 0; }#MKwPR0WTvvkpwgHk5rqxGxUou5xRhXb1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKwPR0WTvvkpwgHk5rqxGxUou5xRhXb1 > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;position:relative;display:none; }#HauIowJ6eJK0Xk8efuHTmGxIlTwssDTZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.6875rem;top:1.1875rem;left:10.1875rem;overflow:hidden;display:block; }
#bJsMQnTPGpRN7ouPGgnrRKniwuS3KSi8 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.6875rem;top:1.1875rem;left:19.375rem;overflow:hidden;display:block; }
#L5oND4AopCMQGOKGrowsGoX0ZkHsWz7Q { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:5.75rem;top:1.1875rem;left:28.875rem;overflow:hidden;display:block; }
#kX6P8TTddb3eIpfe3HLyye0T8WkGuZen { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.6875rem;top:1.1875rem;left:47rem;overflow:hidden;display:block; }
#wZ4RRoFnTf6zL8KAsbQihUzI5uusNB0p { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.6875rem;top:1.1875rem;left:37rem;overflow:hidden;display:block; }
#xVRCnklXO9x7IqkBmcTUOzNLpeftKDoZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.6875rem;top:10.25rem;left:19.375rem;overflow:hidden;display:block; }
#FVesua3xbBWJBvSutOKQM8gsVCTcftsD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.6875rem;top:10.25rem;left:10.1875rem;overflow:hidden;display:block; }
#aShCUShNuXXyL4xqJEM1wav3UlRTL471 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.6875rem;top:0.875rem;left:56.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG { display:block; }#lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XWLDQJRiG9sln1NOohGZONXvl9FMZMu4 { width:10.3125rem;height:3.375rem;top:0rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xyPoUExIlAAS1B4snBvV3RqJ0fQhLEqg { display:block; }
 }@media only screen and (max-width: 1199px) { #S9TLA8lPfPUQTB9ubIhsh3hT4ehC46JS { width:10.3125rem;height:3.375rem;top:0rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xLrXwopDLsxP6oNEQQMcFrRAXzoH37qw { display:block; }
 }@media only screen and (max-width: 1199px) { #TSZHkiGPmSDd5EUlJihGLBaBQvdMw18i { width:10.3125rem;height:3.375rem;top:0rem;left:37.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gukZ2o0y9DIz3NRX35NsUaKmpZozB8sA { display:block; }
 }@media only screen and (max-width: 1199px) { #QHguAEBCGqcFyzGvAq34CEOnt5zXTd9E { width:10.3125rem;height:3.375rem;top:0rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oxXQwnQOJgEZK0MOuWpo6JkMkfofryZ1 { display:block; }
 }@media only screen and (max-width: 1199px) { #nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd { display:block; }#nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #V66EEa7iBLv2PcXBzhrMSeUKfEwbSyzJ { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ecVksTgCK4CMyfM9fvdcZ8HHAnJiaf8r { display:block; }
 }@media only screen and (max-width: 1199px) { #PdZP4px7OVrx1mwT5tDUwpxCruICUyBP { display:block; } #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection *:focus-visible, #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection input[type="text"]:focus-visible, #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection input[type="email"]:focus-visible, #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection input[type="tel"]:focus-visible, #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection textarea:focus-visible { outline: none; } #PdZP4px7OVrx1mwT5tDUwpxCruICUyBP > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT { display:block; }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xJGWkLqE6TeH79OL455N2MFJK4t3RvT8 { top:5.0625rem;left:0rem;width:31.75rem;height:4.75rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qVQWAlS4SeGetMtCmCv1sA1T6Br133xy { top:9.8125rem;left:0rem;width:25.25rem;height:6.04980625rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #smZSiiER62xdeVssSTUsn4IrwLQIk2Co { top:16.3125rem;left:0rem;width:25.4375rem;height:2.4746125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sqFzodL2PzW7FMPBicM7OLUfT9EwShfI { width:17.9375rem;height:3.625rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRtxba7x4sQT1qfumnO2OVWrQPRdmc4B { display:block; }
 }@media only screen and (max-width: 1199px) { #wD2MxQih5VNoUruaCWnUElusInXhqodK { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wGFA7KkE3WEWrnH9WWGRXE2Bn42FDI9n { width:31.25rem;height:31.25rem;top:6.1875rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lEQvGXGv6wJKq2TwMfMuyAzdVpfU02Tr { width:31.125rem;height:4rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1aZ96GhGnJiVhWG711FVQzQEw60EU5t { width:25.25rem;height:5.25rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KPqTwDmMnqNcCTT03JK9I3g9X4keRfug { top:8.25rem;left:14.25rem;width:2.75rem;height:2.54296875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W7po7JZI7dONPqOeOO0TmVkTNlUuwbMh { width:13.25rem;height:13.25rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffQd7ZKLJNSWwHEL135o4axTOT14NhaE { width:5.375rem;height:5.375rem;top:3.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SFOCaHunSAoQ1n3TquDRyyNB4yHJ8hA0 { width:15.25rem;height:4rem;top:4.125rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o6DibBBGWe6WfR5QEbsMz4vOalLXgJus { top:21rem;left:0rem;width:25.5625rem;height:1.23730625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mnUTmmebqEOLPQMCOBGVfPsX8vhu0dW4 { top:22.5rem;left:0rem;width:25.0625rem;height:3.29980625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DO5abSPEu4wnEscQnc7BoUphHvIbEVMn { width:25.25rem;height:5.25rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iKQykmEaRxtJIUCmnRyN8hU6rHBX70Rh { top:28.9375rem;left:0rem;width:25.5625rem;height:1.23730625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLmw3s6Tg7LTTgix25l9oOVWH4Uw4qUP { width:31.125rem;height:4rem;top:2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1 { display:block; }#AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p5eTpQwgeq6qrb257BQ5mJB89TH1tUus { top:1.5rem;left:0rem;width:47.75rem;height:2.0996125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EnxfWTqITOhiitFPbNlniUiJT8CmpUGK { display:block; }#EnxfWTqITOhiitFPbNlniUiJT8CmpUGK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tN5QulNESfiuyXu5WlRiAadhN2Fn2JHF { width:47.75rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC { display:block; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DptyXcwd4Eo84VLERvZELET7fBupTI1K { top:20.9375rem;left:0.8125rem;width:14.25rem;height:12.0703125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ONTkVmRiZRK3cTKHDvRN5yiLyLvxeatE { top:20.9375rem;left:16.625rem;width:14.4375rem;height:13.796875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQLL3BPdxeGs48ks57oOGTlfR7WhVCd6 { top:20.9375rem;left:32.5625rem;width:14.25rem;height:16.875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OfNV8bGT2yeHOhTe6ZcHnGF1yrbIkl7G { top:8.5625rem;left:6.25rem;width:3.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLtlGfNFIU3mhca7m5PAn4BT1aZ6RKIC { width:12.5rem;height:4.75rem;top:5.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PozAVsJQ44VqTAT6nyPGKd2tFI3wTsJE { width:12.5rem;height:4.75rem;top:5.5rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qMtHDMeuMLIHC121aReQmcmweTnB9be2 { top:8.5625rem;left:22.125rem;width:3.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rPnK1EuDPETUG2Z539oVxZo8m1dZTQQU { width:12.5rem;height:4.75rem;top:5.5rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RNreVksv7uoA90zIodKVzeEyPA7sUiVz { top:8.5625rem;left:38rem;width:3.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LUnWhST6JQr4P4niob3hhbXIECtefXZm { top:12.6875rem;left:0rem;width:19.9375rem;height:4.199225rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqyBhmX01umcfkvQwm7y8IEtuZxz8Cmu { top:12.6875rem;left:11.8125rem;width:19.9375rem;height:4.199225rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WvZNgrRPaPwU4WbSnNVIsXfkHKenB6WR { top:12.6875rem;left:27.6875rem;width:19.9375rem;height:5.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SIZeDsVnmdIdBE0cBNViDEbVSeC98qno { display:block; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VPehLsFuXEDqHLCyx8r3uoVB3w9TJR37 { width:47.75rem;height:2.2744125rem;top:1.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zGyzSBrmKvsO8NAbsMDD0f54H28ffJTK { top:6.75rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #guu0oQnkQrCdahnA2HEcQbtmy1DOZF0S { width:42.8125rem;height:2.1875rem;top:13.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TNoThs5Tco8H8XRmFwCTORtakILUVzRl { display:block; }#TNoThs5Tco8H8XRmFwCTORtakILUVzRl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #t5VIETrdMv6gMqQAGTAgWrLoUs9lxDit { width:15rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTCQla50rEqoTDbnhThW1cBDfdyTX4pr { width:15rem;height:10rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xla06C6ogo7v1AmNpp7dlDePX4vkxWH7 { width:15rem;height:10rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CoZxbKCztlD0vJyNhGf9PsFua3JpuvlP { width:15rem;height:9.9375rem;top:0.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy { display:block; }#RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zcdL0JRoJ8mzvrSMgWi2sgftBUsloAmq { width:15rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VHJLagccarmi4xr00kFQ1ElxdZZN8gTP { width:15rem;height:10rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tT2Uv4D4Wlod3xPJZo0PepC6F043sreR { width:15rem;height:10rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5OXmc8RJk2uaEtDwy9Cg1bxRTETThWb { width:15rem;height:10rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv { display:block; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #olwqAeD24OiPssS99Nhl71pT0yLURDl1 { width:2.375rem;height:2.375rem;top:1.4375rem;left:22.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { width:9.625rem;height:3.8994125rem;top:3.8125rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz { display:block; }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oSTu6t8Z5DtU4AOPWFMKybU1VvRI2KWq { width:10.5rem;height:10.5rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SmdTdx4G00gocCvpt74hnnpCBxAUmGLR { width:10.6875rem;height:10.6875rem;top:1.0625rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HOoJrSZivBf1LU5LHzXAxNEeG5FW8zTd { width:47.6875rem;height:6.75rem;top:3.1875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHFcUKwTyt4iQ9kQT474F2UyWilkoivD { top:10.75rem;left:5.75rem;width:32.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO { display:block; }#khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Csv0t1NAMve0xIJ5MfTTLLJQZuRKI56d { width:26rem;height:14.5625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzzTPq3cn5oUQDhgLWRFEo53MarKNi6H { width:26rem;height:14.5625rem;top:7.875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lAApgVrkTRthi5WtI9GNdwuczw3TVDPM { width:20.75rem;height:12.8125rem;top:11.625rem;left:25.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eLHlkrAXgwXsTVGnEKnbZEF93cX2fBzq { width:27.0625rem;height:14.8125rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mI1wqN0mcpxImRAnaJTFWh4oZO88aOrG { width:22.625rem;height:14.25rem;top:9.375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eTn7e08SpaMZuulbETZLqvmn5pcGmDEA { top:27rem;left:0rem;width:40.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #geziA2dQ8w0PPbNy3h9204yMuLT0Wkw7 { width:13.25rem;height:13.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fhOSOqGRfiveQMTQIm6PLJsm9UZ9oERh { width:13.25rem;height:13.25rem;top:14.375rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SaePVxQLdT0WfRM8klGNye9ewwOJPuTo { display:block; }#SaePVxQLdT0WfRM8klGNye9ewwOJPuTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v30d2oifGxAxBPWfTNfU2QsJCivmZBX8 { width:21.8125rem;height:12.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4G5iFxiu6SA2zbTiifn6XgTLI5CpBdH { width:20.75rem;height:15.5rem;top:2.6875rem;left:27rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TTZV0CCgXZIoF3v1G6FBKzFP9J2UDZhu { width:39.5625rem;height:12.1875rem;top:4.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mBfkHkr3OH3EnV3DaR71DV1KTKXmOPTy { width:24rem;height:11.875rem;top:3.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qDe5z34tAR767FFmSv4FOn65rFG63CKs { width:13.3125rem;height:13.3125rem;top:5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bSMnpdadH1sUat5DZscDIhbN3ht6mTL4 { width:21.8125rem;height:12.1875rem;top:2rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #saT3CcrHMJobX4bTMlk1Cd8qSEI4zkZr { width:21.8125rem;height:12.1875rem;top:2rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rJEADbebuvk4a5R6amVwk3TnIR5LggsP { width:11rem;height:11rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lFph03MVSFZkgU75RXKPyBgS5GhHJU3x { display:block; }#lFph03MVSFZkgU75RXKPyBgS5GhHJU3x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dv41UfvT2WimxB30xd3yCnALMJn397SG { width:10.9375rem;height:12.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mtoqFz6oOKIepDnOoTiXOzBs7TTa564f { width:10.9375rem;height:12.5rem;top:2.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hyvVIlCKuhadlSMFrcaM4kTlMvIxSb88 { width:10.9375rem;height:12.5rem;top:2.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HeQD1XBDF8Bazt2ATg6Umy825oRAb3ve { width:10.9375rem;height:12.5rem;top:2.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKMMEX1JxoDGUSZOLb5TXAOL3lBAW9EE { width:10.9375rem;height:12.5rem;top:2.5625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vi83ZQxpnav2GarX9XKgTn8zW12yFu0M { width:10.9375rem;height:12.5rem;top:2.5625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0 { display:block; }#lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hfkzysntvbFlDUZc5T6ffnIIzSJxOcIT { width:10.9375rem;height:12.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HDSn5FZRP7xPx1Lp2TDvG8qTqAx5CDyl { width:10.9375rem;height:12.5rem;top:0.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wJxhBScaxl8L3rD21m0i1DFnTAAWbW7G { width:10.9375rem;height:12.5rem;top:0.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rw5TUUHnmQOnS0TrFxHBSLinVHFSdqUg { width:10.9375rem;height:12.5rem;top:0.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8eU4HrkTH4SHTvVU0IEw9csQ3KVo6tC { width:10.9375rem;height:12.5rem;top:0.625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uFpxCh6z8ZTRspSsdxqFU13BtdtsVCDZ { width:10.9375rem;height:12.5rem;top:0.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG { display:block; }#CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bhNqThCkVnihHeiFX4A1xIU43qRZS751 { width:10.9375rem;height:12.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ACtSBKynVKkXuP4n3UMpvpIEIeQcgzqo { width:10.9375rem;height:12.5rem;top:0.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #owFqVLQMQE3mGRHFTgJruJlV1KFHkRVQ { width:10.9375rem;height:12.5rem;top:0.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AyB1sauCkdD4sFn4RfHsk4OcIC4iqEl9 { width:10.9375rem;height:12.5rem;top:0.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tZ50Fha5ZLmZsXiaARQTS8CxW1wnqor2 { width:10.9375rem;height:12.5rem;top:0.9375rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTClslbI1DLn1bUG48gJsXLXmZ8kHf8w { width:10.9375rem;height:12.5rem;top:0.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRZdLupFyiPUht38f90USJV5NGCLDUb4 { display:block; }#PRZdLupFyiPUht38f90USJV5NGCLDUb4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #obE1dPAoS80d2SNIF5mKN0tqL0cWmFn5 { width:10.9375rem;height:12.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WBCni2d3Vhs5Mwhn0fcSTfGzNgSpMh1z { width:10.9375rem;height:12.5rem;top:0.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BWqgkQ3RbKQPEJL4SvJ8GiFcTGzPOJGx { width:10.9375rem;height:12.5rem;top:0.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mtLowkX5Um6BH313uMQOLZtw5pom3zaf { width:10.9375rem;height:12.5rem;top:0.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTDRubMXEopI5gZQ4hLmAF8LUlErKtE4 { width:22.6875rem;height:12.5rem;top:0.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOm4kKsMPvl1AbunHTQI36dUxlx2pb6k { width:9.1875rem;height:9.1875rem;top:2.5625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO { display:block; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Uhc3MkpVcJhPW5i59Bf2bO3Cn4TwHhqD { width:47.75rem;height:6.8796691568838rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vOfOzJiF2PFFZJFMN2LeFORgzE5QbZTI { top:15.5625rem;left:21.125rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbBCtMOKwyR2LtMQaVVpUhx0Bb3XrVPB { top:14.875rem;left:21.875rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7ADWkyunPnf3WXEqTiIZV9fmd1dgAlE { width:12.5rem;height:4.0625rem;top:19.75rem;left:25.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HNrgPPnVa1QzhzQimJ2rhv2WIQTdzKP5 { width:2.6875rem;height:2.6875rem;top:4.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PcTpPJ3CXLizVG6OBNU8kHzgGlHr6WIK { width:2.625rem;height:4.3056625rem;top:3.75rem;left:7.8125rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF { display:block; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dXEuB8UpkrVzX3yWB28peI9o5NQO0oiy { width:12.5rem;height:5.0371125rem;top:0.0625rem;left:25.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AsBcbhMo7mym29xOOQZdNlJG32htTAoW { width:12.5rem;height:1.70605625rem;top:7.375rem;left:25.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xAtOOTNWUD7MSJFqzeEBFsAxs6F0fJ0P { width:12.5rem;height:3.0058625rem;top:6.5625rem;left:28.25rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h57oWdHt9UN9BRgHPANe5aqri7xZcTLF { top:15.5625rem;left:21.125rem;width:22.25rem;height:22.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LpBuXd86iqVce4TqJ5pBTt0WMSoZ9Cdp { top:14.875rem;left:21.875rem;width:22.25rem;height:22.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AIMZ9w2LgVefBLtuo8nZ9b7uwxX7C0FP { width:12.5rem;height:4.0625rem;top:19.75rem;left:25.6875rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI { display:block; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BLi1TPheb0dH1J5IUqIe01WXQwLTvGcL { width:20.75rem;height:3.75rem;top:1.125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcvgsLZxKdMiEamc5gNZX7LtQO1DfrSg { display:block; }
 }@media only screen and (max-width: 1199px) { #mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb { display:block; }#mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hgntptncKdzed2qyvRMHc53ZgSfDxfeB { width:47.75rem;height:1.94921875rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nKZxnHtqbEIxm0xCBEoGnAdSCzoVyK6A { top:6.6875rem;left:0rem;width:47.75rem;height:1.4619125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pua7JuMND5NzKQ4KMd8230fixhBZU5O7 { display:none; }#pua7JuMND5NzKQ4KMd8230fixhBZU5O7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xeXaF6TkaRHmbQqaSfvCTPiIUE08IAA1 { width:47.75rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe { display:none; }#z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #crt5aRaha40ArhcTwHvbnvvPpA0STx24 { width:47.75rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 { display:block; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QFIHrrD2zofi2rWPxpnJydzRREDs4KGv { width:47.75rem;height:2.5996125rem;top:4.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCGITtEoNwlufOkntrZfpDd1PWznKZZH { width:17.1875rem;height:8.75rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0BmFLb5rq06s2H0BqZX57eexsHTTXAo { width:17.0625rem;height:8.75rem;top:12.9375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hzIyMHpUHm32TkiShUDpaQi3rMEoveTp { width:16.9375rem;height:8.625rem;top:12.9375rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQ6htTTE0pmkT6vImQJuhPh8Dc9Ahbll { width:17.0625rem;height:8.6875rem;top:25.4375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sPeosrKCJOmS04lTTnHCst7ob84yxFsv { width:16.9375rem;height:8.625rem;top:25.4375rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9fneVIsmVKynm5LRVVaUfyXOHh6J1yL { width:17.0625rem;height:8.6875rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DdPfayu8Fwkg5gLZez2N1SiotHlqyW5q { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CxAHJ3W7ytFbecIBTwXUOipKlkJbgmDi { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 { display:block; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BHT0gn7fOxu3DfJ5cnSzJhvaKXdXNRdi { width:26rem;height:14.5625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTEpRv9kVBzDotpE7mMTCLqnS7M4UNGi { width:26rem;height:14.5625rem;top:2.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #co4GtGPXT0MHm5FubP66EO0flviXUdVx { width:20.75rem;height:11.5rem;top:7.125rem;left:27rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bTxaoAhqkrW95a9JhTXvvs9tbQ6FZt90 { width:27.125rem;height:14.875rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DyncJwLRevnxKh8GeHWQuKRkOTPZGrCI { width:22.625rem;height:12.5rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QmE6cATITH2NQDFWzqtxzkze14fVvFMT { display:block; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e8Aml7RCay5u9f1seho6ymgT0BAds4Jv { width:47.75rem;height:3.0058625rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cGkMTUp1kVfugc4Jc0wsZPZiRdKRJr8U { top:4.6875rem;left:0rem;width:47.75rem;height:4.19824375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WIIQGy9oZATewQQxpq1Pxo2BEF45DJIO { width:41.4375rem;height:22rem;top:10.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 { display:block; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E99eLHV1ChiHQRwapddr4HNJLW04g0TH { width:47.75rem;height:2.5996125rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf { display:block; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iqpwd3efz9QaFwX8hd4GT6PVHXDgwuvV { width:20rem;height:14.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bl7ocPu9Hg4chDamiRs10yPoV2K1fUor { width:20rem;height:14.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JLph8QkSWke2xeTFlBlFI0Sp0vP7OGTA { width:20rem;height:14.25rem;top:0rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WztK76ckIJbhZVgwKb7he8gtXzI0GHtl { display:block; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rNlcN0RJVN4egNWv6t6OZAxdWmiHhaC1 { width:20rem;height:14.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZAAlmTyUxRTspJNrmRUlNLhBdEQRluN2 { width:20rem;height:14.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ur2JsWQdFlugkW2ImEshdWHtu3zLTpVJ { width:20rem;height:14.25rem;top:0rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ryVkUK2kiFabeikKruba7dXWEunZF9Nd { display:block; } #X5d0912627486f547e713993aa0506d2.widget-smartsection *:focus-visible, #X5d0912627486f547e713993aa0506d2.widget-smartsection input[type="text"]:focus-visible, #X5d0912627486f547e713993aa0506d2.widget-smartsection input[type="email"]:focus-visible, #X5d0912627486f547e713993aa0506d2.widget-smartsection input[type="tel"]:focus-visible, #X5d0912627486f547e713993aa0506d2.widget-smartsection textarea:focus-visible { outline: none; } #ryVkUK2kiFabeikKruba7dXWEunZF9Nd > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IEgt6Bir5QxeNEhvxfJkTOr0LrGb6EHW { display:block; } #q442f101a91f558f48021d2628f495e4.widget-smartsection *:focus-visible, #q442f101a91f558f48021d2628f495e4.widget-smartsection input[type="text"]:focus-visible, #q442f101a91f558f48021d2628f495e4.widget-smartsection input[type="email"]:focus-visible, #q442f101a91f558f48021d2628f495e4.widget-smartsection input[type="tel"]:focus-visible, #q442f101a91f558f48021d2628f495e4.widget-smartsection textarea:focus-visible { outline: none; } #IEgt6Bir5QxeNEhvxfJkTOr0LrGb6EHW > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oy2v40T8EOgqOA5av5u059gJz4KLhKFw { display:block; } #J2b1e987ad875cefe586dea77761fefd.widget-smartsection *:focus-visible, #J2b1e987ad875cefe586dea77761fefd.widget-smartsection input[type="text"]:focus-visible, #J2b1e987ad875cefe586dea77761fefd.widget-smartsection input[type="email"]:focus-visible, #J2b1e987ad875cefe586dea77761fefd.widget-smartsection input[type="tel"]:focus-visible, #J2b1e987ad875cefe586dea77761fefd.widget-smartsection textarea:focus-visible { outline: none; } #oy2v40T8EOgqOA5av5u059gJz4KLhKFw > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zbTzTnHm9oSCyWKobrTEkRsAesDCxZ7X { display:none; }#zbTzTnHm9oSCyWKobrTEkRsAesDCxZ7X > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #y0tOOA2zbIXCan1JgCben1QrJk4gZ84Q { width:47.75rem;height:9.75rem;top:8.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzPPU1nDWtsBJo1qgpWqSigEQXyQmsTQ { width:47.75rem;height:4rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MSqTCXDbgWce8zlc7kKCVuG40dPQtTR0 { width:47.75rem;height:4.875rem;top:17.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bAUkNcWanuKSATc8ZJazvlII5Ty4ure9 { width:47.75rem;height:4rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 { display:none; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #imxVZlyXG8aHGyJEhhv4Kzf85ebE2G23 { width:19.6875rem;height:15.5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VHEV9TXIElssgbTaHssW0k5vvTfnMgko { width:18rem;height:14.1875rem;top:2.25rem;left:26rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr { display:block; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qLVscSOSBdHXaiPzB7VKBs44vpMVSxNB { width:30.5625rem;height:4.5rem;top:2.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { display:block; }
 }@media only screen and (max-width: 1199px) { #TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp { display:block; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xeoO48hTDhusTf0zws04gHZnBsPyRqH3 { top:6rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0vG2QOXAbkDhkld2RoRrdl4VOx8lZp2 { top:7.375rem;left:3.4375rem;width:36.6875rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iC5lfMZLoi2un8Jz3Fnooz6TkmKWtTTy { top:10.0625rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xab0C2ppOWfWfbUyvVtDA7PGGulQfu1Q { top:6.5625rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 { display:block; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E1fxrgmifvtPTZ6q4qGbGxVSMKHXTAKJ { top:0rem;left:0.3125rem;width:46.9375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFLipnInI3gVRZCPPBemA0iCTQiRyI1Z { top:1.1875rem;left:3.5rem;width:40.6875rem;height:15.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN { display:block; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yfNKbf5zvfR6CLKdXqSMBSFwuwkLCw1y { top:0.5rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFe0vPTaS5skhXBCZDayhhdmZMJxBfPH { top:1.875rem;left:3.4375rem;width:36.6875rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZwic1fGMDtRsSxNo4Tq0VOEk1lXgbOe { top:4.5625rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3dWOCGfwAVEbeVFz1JTCAUTt95ES5NO { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh { display:block; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RqJ8dL25XgPZva88JzvMzgWsv7oxeh4r { top:0rem;left:0.3125rem;width:46.9375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTpysn7wcOeygRusZA7of7KgDS5EM3V4 { top:1.1875rem;left:3.5rem;width:40.6875rem;height:18.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa { display:block; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p5wuqTPZ7nk6NcTurUMfMNTKWl52NMru { top:0.5rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJxOfqE4FeEHO2ALDJTTxzVGNpPXNu8t { top:1.6875rem;left:3.5rem;width:36.6875rem;height:1.3808625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNeL1PVpN6X4qBBrXESoPol8NdZStxNu { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r0SmmMEFTT9gJuDgiba9uWKMLAlWGLop { top:4.5625rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi { display:block; }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C76db6ofthWzVpVFgUVSCH9APfiFeyyW { top:0rem;left:0.31232261657715rem;width:46.9375rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fOMEUeUJkaodN0dPOlC6Z6Q1CF5camME { top:1.125rem;left:3.53125rem;width:40.6875rem;height:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 { display:block; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cTiUcDOu0OKcLm5Oqkaxax51VK4iaGTg { top:0.5rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yu2X02r6gMOT7qCXJrIk5X0P00azPst1 { top:1.875rem;left:3.4375rem;width:36.6875rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZ7UUMATpsQF78DIXQuiUlp21Z8oAAwx { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pM8GRB4WcoHLIu076uSS59CiB3mDxrGV { top:4.5625rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf { display:block; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #anVnWHHFq2k8mJ4BrWRQxngaopWhO1o0 { top:0rem;left:0.3125rem;width:46.9375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1lpfmH5i9qAMw7k9rfuT6cpSwknoF2u { top:1.1875rem;left:3.5rem;width:40.6875rem;height:14.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq { display:block; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DuOuTk3aNS9wnOl3hNTdNSnQkttVKQXe { top:0.5rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1adka1bwfRUp5CwsGXrnd8iOazlZvP0 { top:1.875rem;left:3.4375rem;width:36.6875rem;height:1.0556625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQLIwpGGX3qpPZy4Ix90NTzRWkLLSMFt { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHkqoI5yUx5BDVvyllphNbmHcupm9W9z { top:4.5625rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC { display:block; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GNPmFrdPPQ7BPKk5mzvSppuRnpgubeNS { top:0rem;left:0.3125rem;width:46.9375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgxAT1wSKkbZiVkG3Tc4Ms1Rvpy9ZQyc { top:1.1875rem;left:3.5rem;width:40.875rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MohmczXlVhOn24gczblvWN9LBb5lCQSK { display:none; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZhcKVGF8IGeTeXUzta3QKbHABhzqO4GV { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #clsn8eUlkIblEANaixH6cMQG9DlcyISt { top:1.875rem;left:3.4375rem;width:36.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OAG0zudnDmubdr94TIE8tFehxtm8JoER { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uqv7SoQmZLfOKyixLcCU4gOJEH8srpkT { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx { display:none; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #pxBUI6WH5xeGsgSVH6rAvz2940ypKBvw { top:0rem;left:0.3125rem;width:46.9375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fAzf7GBCcmTKHvF62eT0q5ZXCLKBceX2 { top:1.1875rem;left:3.5rem;width:40.6875rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF { display:block; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S4Byiw4d8inJbhAZZkQXTXlEHOlR0u7X { top:0.5rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFDvZVkGdbTKAWnBFZvWADd490bLWC3l { top:1.875rem;left:3.4375rem;width:36.625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ReWdF8WN9GeKRz1dh1OQmBtIPJXZRVSE { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBUubs7CbnwHSE5arbdT9yiwg4f7RaZH { top:4.5625rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH { display:block; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LsOoaGQExzfBMVgWQQdgF1t5peNL6NNU { top:0rem;left:0.3125rem;width:46.9375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xdcwmwaJ4dx2og7g107tK9AdBgHRrRBt { top:1.1875rem;left:3.5rem;width:40.625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu { display:block; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ie6TsI6tDVcZyC5bo0kFeCsf9D0wqnKs { top:0.5rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GQlADtklK0959b7s7DEADPxVD9Abi5qy { top:1.875rem;left:3.4375rem;width:36.6875rem;height:1.13671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bZQMfuXdcVZTQDhNFCALHTxR5ZQky9PV { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NSz5h6fu4i2rlsJ4t9l6iy1KesBJHmhx { top:4.5625rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm { display:block; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tnre1WTvv8zvg1tgxzMhPVFRxpSiQNgD { top:0rem;left:0.3125rem;width:46.9375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H3av2dx0gIuubDUMMlTtJTDmmd4bRr3m { top:1.1875rem;left:3.5rem;width:40.6875rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WdJygm9cmBQKN1FTVINkBe11NVy6evve { display:block; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Al32gxwIRzw0S0Seqd9UvXqBNcJdqOtI { top:0.5rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvcIfHP8mgsNl89beQhM6L8QPgBDAgl7 { top:1.875rem;left:3.4375rem;width:36.625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tZ1VqwzRaKwJWSBacRfia3QahrkscD8g { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dtUTlmstombgeKpaSH0JKIQ4HvKEmeuw { top:4.5625rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 { display:block; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DXKHl1FtEFfuDmcsVNZG5ncHovPDGvDd { top:0rem;left:0.3125rem;width:46.9375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ztT5VlQp1L59tTnD5KXClKkvwVOnsgis { top:1.1875rem;left:3.5rem;width:40.6875rem;height:7.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V02os9LmLBxAfpZLwgmSIu6aZpoNil7J { display:none; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #i2qT7uoa96o0Sm8kSWIiEK4csy1NHTbo { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SkMrH1lmHmhIEh45Ce2Rm5ISBwHSr57V { top:1.875rem;left:3.4375rem;width:36.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTta5e2N8ib0soivFH6cgo9Tyq4mfAQR { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GT89uAoN4x6tAU3EhuIr7tZO4gqO2Tmt { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo { display:none; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WiJmTXnz4SF5q6gHRePtfbq0TQxJ6UhV { top:0rem;left:0.3125rem;width:46.9375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SU3w3lHO3pGcZLa6A2dsfP2XCqJ4W0fv { top:1.1875rem;left:3.5rem;width:40.625rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp { display:none; }#a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #oJ1tBnTuxObkuSTmPT8PSPgqCh7MsHcT { top:2.5625rem;left:0rem;width:19.5rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cIm90yaPe2ZTWi0J9rbFGUpNwGzcBqSy { width:15.375rem;height:2.75rem;top:3.9375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A4ibPNuoBnyBbvIzBJzgHAFcRxP6eQmw { width:2.875rem;height:2.875rem;top:3.875rem;left:15.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UM5md4Qr7SpMfFR2FUITcNcQy8rP37n0 { width:9.9375rem;height:1.125rem;top:4.1875rem;left:18.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOK8I1upUhBESsJHpwKw3RnhMVuH2iGT { width:11.75rem;height:0.875rem;top:5.5rem;left:18.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tbCLAgS5SCqqiUJlDduHs4TCDulJrVd7 { width:13.4375rem;height:2.75rem;top:4rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wnxl1C1yRt5KQTamkRXQML2AiQp5Gqvd { width:2.875rem;height:2.875rem;top:3.875rem;left:44.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v8GUyCg3LgfcsA2KTeDokST8CxCqIawe { width:10.9375rem;height:1.125rem;top:4.375rem;left:36.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RE0geCBTBRWZUGi3JzzXxrTnvWG19t9p { width:5.375rem;height:0.875rem;top:5.6875rem;left:42.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ukkhRkzrbfB13MISt9T51J4m2i52eKrk { width:11.625rem;height:2.75rem;top:3.9375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J6WslFnkn7zv9D6w1T6ckBQ8DNyQvkdT { width:2.875rem;height:2.875rem;top:3.875rem;left:32.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e3uPlEnNNDQ9iNlPKBBPL8SmTBszzJxr { width:8rem;height:1.125rem;top:4.1875rem;left:34.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NcZap9XSx93bxxODRqMOvwaxLi13KG87 { width:9.4375rem;height:0.875rem;top:5.5rem;left:34.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2 { display:none; }#NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WdeiJJKtIgM7GMIRIliyAtsdBSNsWI4V { top:2.5625rem;left:0rem;width:19.5rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qyitIhyWRMwkc0wsFcMDLRdJ0fcQg3hc { top:6rem;left:23.6875rem;width:24.0625rem;height:24.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-regular-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-text { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-text {padding-top: 0; padding-bottom: 0;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-textarea { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-select { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-select {padding-top: 0; padding-bottom: 0;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-button { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.625rem; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-checkbox-label { width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt  { width:21.125rem;height:auto;top:2.875rem;left:0rem; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .radio-container { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt {display:block;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt { width:21.125rem;height:auto;top:2.875rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #daMJCD2sqkusqunSmhqxMwn4V2i2Wvfa {  }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #QONawMfs7v3VCX4PXTVAfh42NIRC8Whe { display:none; }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #bKe8FREnFg0tfyHbvv90xEx0h3zclbxC {  }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #WSCoWtGJLef7tkZP2lWvoTNEWqKTUCQy {  }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #reRxxf9U55ExPJp7Rg4xv7miD2iMyChs { display:none; }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #PhhTn4kcHAEyopzu5ATBCRwKqJIfQQ7u {  }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #z87d8DUlnRUlW5EQUxnGC8oqxwqEVInk {  }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #FgbDP7zuV1dXnzmcLBfFQk8QAGZJiOJ8 { display:none; }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #hvXk9DuyL0OkfflW0FKIbQlalwZUsF7b {  }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #wf51z14Cf5tV8lGpTwJpK4N0oUkh7hdW {  }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #Rl3DGs0i8HJTZLLtkZBsMm6pb9UwmVHM { display:none; }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #K3ZZHMDfOTzNO0x03BWUQakseZmJsOOf {  }
 }@media only screen and (max-width: 1199px) { #oTHI8GbnsEEeatMq4PmteVN9bEIzbFE3 { display:block; }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #HfbArEM7d2t0QtouWRAom447IapUF5S9 {  }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #lJLVBUuRxPWfiZI1Nisy3yVK40zsskTw {  }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #h7OT6velf2umtp39sUoE7DdCvnc2VfDK {  }
 }@media only screen and (max-width: 1199px) { #emSi9OtTJH5Aims2Emcy2VtWvLz5sMoJ { display:block; }
 }@media only screen and (max-width: 1199px) { #oDLgdM1E3Zsaru44HPeyGLE8FBORJ0lz { display:block; }
 }@media only screen and (max-width: 1199px) { #bBoqfAOGzPLsS8KGngfu3C40BxZiQNQF { display:block; }
 }@media only screen and (max-width: 1199px) { #Z2pF5o7EkywihBlE5FbDWzNufpXtPSbr { display:block; }
 }@media only screen and (max-width: 1199px) { #DhOrLeT6MHeLVw54RypDrKV6qbUDxnMp { display:block; }
 }@media only screen and (max-width: 1199px) { #c8fes7iEcizTtJTbnEdBGdI8zHdFe4Xx { display:block; }
 }@media only screen and (max-width: 1199px) { #h6uWuFssBtxoM1GtV3oLJ7mbahKrFqS4 { display:block; }
 }@media only screen and (max-width: 1199px) { #cmNmN6T5MN0AI1oJ2vLqWMKwkDnR6LdL { display:block; }
 }@media only screen and (max-width: 1199px) { #vNwHdBchmmqR1K8IDDACGF72rPsID6d8 { display:block; }
 }@media only screen and (max-width: 1199px) { #k7ez8GEcsRETIRlxhQhOX0itwrSaoXMh { display:block; }
 }@media only screen and (max-width: 1199px) { #UEV1nibeD6XoOsvNm5A1nxe6k3OyMsWz { display:block; }
 }@media only screen and (max-width: 1199px) { #UTu5yBQFVdeMe3c4a6pq9ZA35nwkO3CD { display:block; }
 }@media only screen and (max-width: 1199px) { #yG1NTVG26hPaTe3FDwcvfk460VC6VhwQ { display:block; }
 }@media only screen and (max-width: 1199px) { #JZRhuvZePQIff6fZLrdiL2h19xMc4y3y { display:block; }
 }@media only screen and (max-width: 1199px) { #lJkbnXQkqKvo5Sav1bIsKtea10hPzJg5 { display:block; }
 }@media only screen and (max-width: 1199px) { #KAFx7vKstBuvxJTCDCLUAK6v1y9t42QZ { display:block; }
 }@media only screen and (max-width: 1199px) { #Fgmi4xbsn1xkD7EZ2wnb0B7mUDpykHPf { display:block; }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #GpWi8onmTykMw8EVR49NNR3Zd1PTOwz2 {  }
 }@media only screen and (max-width: 1199px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #e4PEc74aN6mQUQxzw1gLRgTpLZhpS1uE {  }
 }@media only screen and (max-width: 1199px) { #Nq6HskFeyaTwZBzBFV1w0pDZbf3xKNd3 { width:16.6875rem;height:16.6875rem;top:8.8125rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0 { display:none; }#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hHhWSHRwL4l1iaEWlFrM2b4Rk6GNttqg { width:19.25rem;height:4.875rem;top:3.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytttoOAm0wt4AJh32pCQLXFH6iqIzRcy { width:9.1875rem;height:9.1875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJFaLvS4pxll0mPv9vv4PPmJnvp178SQ { width:15.375rem;height:2.75rem;top:0.875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oSJ2hemkC4akxi3mTRt3xZzwsANe1kxV { width:9.9375rem;height:1.125rem;top:1.125rem;left:37.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lxz348w99W5xFzW0FlxaDBl8CPG8KVBT { width:2.875rem;height:2.875rem;top:0.8125rem;left:38.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDbo0NQyazcPwtoBX4wziDJQ6QLEaLKE { width:11.75rem;height:0.875rem;top:2.4375rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GiXkWcW3ewUBtvU3STPCDZWRO9oh2A0q { width:10rem;height:2.75rem;top:7.5rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UN5FCM5vrZcLBJefLuLBm6GVkewQivsE { width:2.875rem;height:2.875rem;top:7.4375rem;left:44.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S2ulNH72TSLe7DgkT0cUnNWD8S86n2rp { width:4.1875rem;height:2.875rem;top:4.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #plH3KfB2gyhEawKiEBqyRHcfwP25qD6r { width:5.375rem;height:0.875rem;top:9.0625rem;left:42.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XOd0y8MU3HanRokKDBXSbS93yU5XX3d8 { width:12.8125rem;height:2.75rem;top:4.25rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E1dS71io4vWoR6AySuk6zsg573D65JKI { width:10.375rem;height:0.875rem;top:5.6875rem;left:37.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WleFGp9DALS086A1mPdC2Gb1oHNCNzxn { width:2.875rem;height:2.875rem;top:4.25rem;left:40.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lfW1UEOMxtBoVQWUDuApv0dc49vBAiBB { width:9.9375rem;height:1.125rem;top:4.5rem;left:37.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VCrMZfvq4AwtvnF61rWvqDqH5NEOTsch { top:6rem;left:23.6875rem;width:24.0625rem;height:24.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oIOiHLzolKaTIFeVZR0mSm3Zwi1M7lkI { width:16.6875rem;height:16.6875rem;top:8.8125rem;left:31.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dI7J75Ne0hvEZhutfwF1262yAqdXTgEh { display:block; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mrEbTJgO7VpTraa9Cg9BMwkNFfaz7M5d { width:47.75rem;height:0.89355625rem;top:0.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FtqLlmngf91VJzO6D46PX4lGPHlTV9No { display:none; }#FtqLlmngf91VJzO6D46PX4lGPHlTV9No > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #wL5XVlZNzJhDuQpWTQv342X44pfZxo9h { width:7.625rem;height:5.0625rem;top:9.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZZ3gImxChDZX7K6oTTULV42cpbhFlWlk { width:7.625rem;height:4.25rem;top:9.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8TtTuW7TtJ20IkNewrLZTBgqEVkRqHe { width:7.625rem;height:5.0625rem;top:9.75rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1W0lNqLJURzmPguKEdQlITx1pTo3p7z { width:7.625rem;height:5.0625rem;top:19.3125rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V13rHe3JesqiRKP295xJNe7OgFXMLI6I { width:7.625rem;height:5.6875rem;top:9.75rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c98CJeQHTJOhFOfO7NdbmaMld65Mc5f5 { width:7.625rem;height:5.0625rem;top:18.625rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5TPqir5nxpna56rpl653muZzqrp0GzQ { width:7.625rem;height:5.0625rem;top:18.625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EyxPDSy5X0uNbqeX7PeSHWM4HDDz6H7K { width:7.625rem;height:5.0625rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rb5AhTL5MgAkwr44Q2v26KuAytcTWTvC { width:7.625rem;height:4.25rem;top:19rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rUXJkKCkCV06NpG7VI4ZdKCXDIpzJRBd { width:7.625rem;height:4.25rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NUfUIN6Dfg8e3ESqIpVGmHwDFbl7crG2 { width:7.625rem;height:5.6875rem;top:19rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pWZfd5uptyqn3i1zMC73iM3laEnogE4i { width:7.625rem;height:5.6875rem;top:9.75rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hN20zfXN7L5EL0uNPwZmBB7IyV3atQbZ { width:7.625rem;height:5.0625rem;top:1.75rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JmrIdoRkoOd48zJRTqe77KoZs6gqDTgq { width:7.625rem;height:5.0625rem;top:1.75rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rdTmNybGgTPbAlEu7N2cHwONm0aBou69 { width:7.625rem;height:5.0625rem;top:1.75rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iva0krlsJTTd3LiqDSmPuQaG8tRlTVPy { width:6.375rem;height:4.25rem;top:1.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hu0JeXtkAydivwhGcJ236CGU5sBvt418 { width:7.625rem;height:5.0625rem;top:1.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ToAwXGHtb6A57XDzMunQOJhnJifrN6XC { width:7.625rem;height:5.0625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MKwPR0WTvvkpwgHk5rqxGxUou5xRhXb1 { display:none; }#MKwPR0WTvvkpwgHk5rqxGxUou5xRhXb1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HauIowJ6eJK0Xk8efuHTmGxIlTwssDTZ { width:7.6875rem;height:5.75rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bJsMQnTPGpRN7ouPGgnrRKniwuS3KSi8 { width:7.6875rem;height:5.75rem;top:1.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L5oND4AopCMQGOKGrowsGoX0ZkHsWz7Q { width:5.75rem;height:7.6875rem;top:1.1875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kX6P8TTddb3eIpfe3HLyye0T8WkGuZen { width:7.6875rem;height:5.125rem;top:1.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wZ4RRoFnTf6zL8KAsbQihUzI5uusNB0p { width:7.6875rem;height:5.125rem;top:1.1875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xVRCnklXO9x7IqkBmcTUOzNLpeftKDoZ { width:7.6875rem;height:5.125rem;top:10.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FVesua3xbBWJBvSutOKQM8gsVCTcftsD { width:7.6875rem;height:5.125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aShCUShNuXXyL4xqJEM1wav3UlRTL471 { width:7.6875rem;height:5.75rem;top:0.875rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lxu60g6cAcI4sMQTcucRnaVmkL7u2zBG > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWLDQJRiG9sln1NOohGZONXvl9FMZMu4 { width:7.0625rem;height:2.375rem;top:0.5625rem;left:8.125rem;font-size:0.8125rem;border-top:0.0625rem solid #00c1c7;border-left:0.0625rem solid #00c1c7;border-right:0.0625rem solid #00c1c7;border-bottom:0.0625rem solid #00c1c7;display:none; }
 }@media only screen and (max-width: 763px) { #xyPoUExIlAAS1B4snBvV3RqJ0fQhLEqg { display:block; }
 }@media only screen and (max-width: 763px) { #S9TLA8lPfPUQTB9ubIhsh3hT4ehC46JS { width:9.375rem;height:2.375rem;top:0.125rem;left:0rem;font-size:0.9375rem;border-top:0.0625rem solid #00c1c7;border-left:0.0625rem solid #00c1c7;border-right:0.0625rem solid #00c1c7;border-bottom:0.0625rem solid #00c1c7;display:block; }
 }@media only screen and (max-width: 763px) { #xLrXwopDLsxP6oNEQQMcFrRAXzoH37qw { display:block; }
 }@media only screen and (max-width: 763px) { #TSZHkiGPmSDd5EUlJihGLBaBQvdMw18i { width:9.6875rem;height:2.375rem;top:0.125rem;left:10.3125rem;font-size:0.9375rem;border-top:0.0625rem solid #00c1c7;border-left:0.0625rem solid #00c1c7;border-right:0.0625rem solid #00c1c7;border-bottom:0.0625rem solid #00c1c7;display:none; }
 }@media only screen and (max-width: 763px) { #gukZ2o0y9DIz3NRX35NsUaKmpZozB8sA { display:block; }
 }@media only screen and (max-width: 763px) { #QHguAEBCGqcFyzGvAq34CEOnt5zXTd9E { width:9.6875rem;height:2.375rem;top:0.125rem;left:10.3125rem;font-size:0.9375rem;border-top:0.0625rem solid #00c1c7;border-left:0.0625rem solid #00c1c7;border-right:0.0625rem solid #00c1c7;border-bottom:0.0625rem solid #00c1c7;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #oxXQwnQOJgEZK0MOuWpo6JkMkfofryZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd { display:block; }#nAsdK2uf2ZJoUyfVaRINRgJCnrxf9CMd > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V66EEa7iBLv2PcXBzhrMSeUKfEwbSyzJ { top:2.8125rem;left:0rem;width:20rem;height:5.375rem;z-index:15007;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ecVksTgCK4CMyfM9fvdcZ8HHAnJiaf8r { display:block; }
 }@media only screen and (max-width: 763px) { #PdZP4px7OVrx1mwT5tDUwpxCruICUyBP { position:relative;z-index:auto;display:block; } #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection *:focus-visible, #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection input[type="text"]:focus-visible, #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection input[type="email"]:focus-visible, #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection input[type="tel"]:focus-visible, #ae9e311f5c82eb501cc22e4247e3fb05.widget-smartsection textarea:focus-visible { outline: none; } #PdZP4px7OVrx1mwT5tDUwpxCruICUyBP > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT { background-color:#ffc419;background-image:none;position:relative;z-index:auto;display:block; }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row .container { background-color: transparent; background-image: none; }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row .container > .video-iframe-container { display: none; }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row > .video-iframe-container { display: none; }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .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); }#kZnTFxL3FOTFHePGbTHVE6l62VLHq0vT > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJGWkLqE6TeH79OL455N2MFJK4t3RvT8 { width:19.9375rem;height:3rem;top:12.59375rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVQWAlS4SeGetMtCmCv1sA1T6Br133xy { width:18.625rem;height:3.29980625rem;top:16.630859375rem;left:0.6875rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smZSiiER62xdeVssSTUsn4IrwLQIk2Co { width:20rem;height:2.699225rem;top:21.2744140625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sqFzodL2PzW7FMPBicM7OLUfT9EwShfI { width:16rem;height:3.25rem;top:36.25rem;left:2rem;font-weight:700;font-style:normal;color:#ffffff;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.15) ;font-size:1.1875rem;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRtxba7x4sQT1qfumnO2OVWrQPRdmc4B { display:block; }
 }@media only screen and (max-width: 763px) { #wD2MxQih5VNoUruaCWnUElusInXhqodK { top:1.5rem;left:5.5625rem;width:8.9375rem;height:8.875rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wGFA7KkE3WEWrnH9WWGRXE2Bn42FDI9n { width:20rem;height:20rem;top:43.027778625488rem;left:1.2777777314186rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #lEQvGXGv6wJKq2TwMfMuyAzdVpfU02Tr { width:19.3125rem;height:3.5625rem;top:12.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1aZ96GhGnJiVhWG711FVQzQEw60EU5t { width:20rem;height:5.25rem;top:19.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPqTwDmMnqNcCTT03JK9I3g9X4keRfug { width:2.75rem;height:3.19970625rem;top:14.875rem;left:12.125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #W7po7JZI7dONPqOeOO0TmVkTNlUuwbMh { width:13.25rem;height:13.25rem;top:0rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ffQd7ZKLJNSWwHEL135o4axTOT14NhaE { width:7.9375rem;height:7.9375rem;top:2rem;left:6.0625rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SFOCaHunSAoQ1n3TquDRyyNB4yHJ8hA0 { width:15.25rem;height:3.5625rem;top:16.5rem;left:2.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #o6DibBBGWe6WfR5QEbsMz4vOalLXgJus { width:20rem;height:1.3496125rem;top:24.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mnUTmmebqEOLPQMCOBGVfPsX8vhu0dW4 { width:20rem;height:3.29980625rem;top:27.125rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DO5abSPEu4wnEscQnc7BoUphHvIbEVMn { width:20rem;height:5.25rem;top:22.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKQykmEaRxtJIUCmnRyN8hU6rHBX70Rh { width:18rem;height:3.44815625rem;top:32.1875rem;left:1rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TLmw3s6Tg7LTTgix25l9oOVWH4Uw4qUP { width:19.3125rem;height:3.5625rem;top:26.912109375rem;left:0.34375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1 { display:block; }#AKbOeXElOXS8ANS08Udvt2Bp15nXMRK1 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5eTpQwgeq6qrb257BQ5mJB89TH1tUus { width:18.0625rem;height:6.2988125rem;top:1.22509765625rem;left:0.96875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnxfWTqITOhiitFPbNlniUiJT8CmpUGK { display:block; }#EnxfWTqITOhiitFPbNlniUiJT8CmpUGK > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tN5QulNESfiuyXu5WlRiAadhN2Fn2JHF { width:20rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC { display:block; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DptyXcwd4Eo84VLERvZELET7fBupTI1K { width:14.25rem;height:8.749125rem;top:13.4375rem;left:2.875rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ONTkVmRiZRK3cTKHDvRN5yiLyLvxeatE { width:14.25rem;height:12.24875rem;top:37.875rem;left:2.875rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wQLL3BPdxeGs48ks57oOGTlfR7WhVCd6 { width:14.25rem;height:0;top:65.1875rem;left:2.875rem;font-size:1.25rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #OfNV8bGT2yeHOhTe6ZcHnGF1yrbIkl7G { width:3.4375rem;height:2.875rem;top:3.9375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLtlGfNFIU3mhca7m5PAn4BT1aZ6RKIC { width:12.5rem;height:4.75rem;top:3rem;left:3.75rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PozAVsJQ44VqTAT6nyPGKd2tFI3wTsJE { width:12.5rem;height:4.75rem;top:26.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMtHDMeuMLIHC121aReQmcmweTnB9be2 { width:3.4375rem;height:2.875rem;top:27.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPnK1EuDPETUG2Z539oVxZo8m1dZTQQU { width:12.5rem;height:4.75rem;top:53rem;left:3.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNreVksv7uoA90zIodKVzeEyPA7sUiVz { width:3.4375rem;height:2.875rem;top:53.9375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUnWhST6JQr4P4niob3hhbXIECtefXZm { width:19.9375rem;height:4.199225rem;top:8.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqyBhmX01umcfkvQwm7y8IEtuZxz8Cmu { width:19.9375rem;height:4.199225rem;top:32.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvZNgrRPaPwU4WbSnNVIsXfkHKenB6WR { width:19.9375rem;height:0;top:58.5rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIZeDsVnmdIdBE0cBNViDEbVSeC98qno { display:block; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPehLsFuXEDqHLCyx8r3uoVB3w9TJR37 { width:15rem;height:4.19921875rem;top:0rem;left:2.5rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zGyzSBrmKvsO8NAbsMDD0f54H28ffJTK { width:18.1875rem;height:20.9978625rem;top:5.0625rem;left:0.90625rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #guu0oQnkQrCdahnA2HEcQbtmy1DOZF0S { width:20rem;height:3.875rem;top:22.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNoThs5Tco8H8XRmFwCTORtakILUVzRl { display:block; }#TNoThs5Tco8H8XRmFwCTORtakILUVzRl > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5VIETrdMv6gMqQAGTAgWrLoUs9lxDit { width:9.8125rem;height:6.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTCQla50rEqoTDbnhThW1cBDfdyTX4pr { width:10rem;height:6.625rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xla06C6ogo7v1AmNpp7dlDePX4vkxWH7 { width:10rem;height:6.625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoZxbKCztlD0vJyNhGf9PsFua3JpuvlP { width:10rem;height:6.625rem;top:9.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy { display:none; }#RAATnTWTBeNOy0XS6G5LrFQmJqD4bfvy > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zcdL0JRoJ8mzvrSMgWi2sgftBUsloAmq { width:9.8125rem;height:6.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHJLagccarmi4xr00kFQ1ElxdZZN8gTP { width:10rem;height:6.625rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT2Uv4D4Wlod3xPJZo0PepC6F043sreR { width:10rem;height:6.625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5OXmc8RJk2uaEtDwy9Cg1bxRTETThWb { width:10rem;height:6.625rem;top:9.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv { display:block; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olwqAeD24OiPssS99Nhl71pT0yLURDl1 { width:2.375rem;height:2.375rem;top:0rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { width:11.875rem;height:3.8964875rem;top:2.375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e715b890-ad51-49a8-9cf7-df7a1d04785a/PARCDASARTS1.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz.adaptive-delivery-prevent-bg, #uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz.lazyload, #uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz.lazyloading { background-image: none; }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row .container { background-color: transparent; background-image: none; }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row .container > .video-iframe-container { display: none; }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row > .video-iframe-container { display: none; }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .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); }#uhAQoGRIZbZO4VTCTEfhgqt85rzDHDoz > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSTu6t8Z5DtU4AOPWFMKybU1VvRI2KWq { width:10.5rem;height:10.5rem;top:0.25rem;left:4.75rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #SmdTdx4G00gocCvpt74hnnpCBxAUmGLR { width:10.6875rem;height:10.6875rem;top:1.0625rem;left:4.625rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #HOoJrSZivBf1LU5LHzXAxNEeG5FW8zTd { width:15rem;height:4.19921875rem;top:1.48828125rem;left:2.5rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KHFcUKwTyt4iQ9kQT474F2UyWilkoivD { width:18.1875rem;height:5.25rem;top:5.75rem;left:0.90625rem;font-size:1.25rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO { display:block; }#khy1NVLKk2oaNws3OxGlLC5Cf3iSp6vO > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Csv0t1NAMve0xIJ5MfTTLLJQZuRKI56d { height:11.224625rem;width:20rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzzTPq3cn5oUQDhgLWRFEo53MarKNi6H { height:11.2011875rem;width:20rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAApgVrkTRthi5WtI9GNdwuczw3TVDPM { width:20rem;height:10.625rem;top:3.263671875rem;left:0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #eLHlkrAXgwXsTVGnEKnbZEF93cX2fBzq { width:20rem;height:10.625rem;top:16.849609375rem;left:-0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mI1wqN0mcpxImRAnaJTFWh4oZO88aOrG { width:20rem;height:14.25rem;top:9.375rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #eTn7e08SpaMZuulbETZLqvmn5pcGmDEA { width:17.5rem;height:8.749125rem;top:29.037109375rem;left:1.25rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #geziA2dQ8w0PPbNy3h9204yMuLT0Wkw7 { width:13.25rem;height:13.25rem;top:28.724609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #fhOSOqGRfiveQMTQIm6PLJsm9UZ9oERh { width:13.25rem;height:13.25rem;top:51.474609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #SaePVxQLdT0WfRM8klGNye9ewwOJPuTo { display:block; }#SaePVxQLdT0WfRM8klGNye9ewwOJPuTo > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v30d2oifGxAxBPWfTNfU2QsJCivmZBX8 { height:11.224625rem;width:20rem;top:0.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4G5iFxiu6SA2zbTiifn6XgTLI5CpBdH { width:20rem;height:10.625rem;top:3.263671875rem;left:0.8125rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #TTZV0CCgXZIoF3v1G6FBKzFP9J2UDZhu { width:20rem;height:10.625rem;top:2.25rem;left:-0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mBfkHkr3OH3EnV3DaR71DV1KTKXmOPTy { width:20rem;height:11.875rem;top:3.5625rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #qDe5z34tAR767FFmSv4FOn65rFG63CKs { width:13.25rem;height:13.25rem;top:51.474609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #bSMnpdadH1sUat5DZscDIhbN3ht6mTL4 { height:11.174785100286rem;width:20rem;top:14.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saT3CcrHMJobX4bTMlk1Cd8qSEI4zkZr { height:11.174785100286rem;width:20rem;top:26.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJEADbebuvk4a5R6amVwk3TnIR5LggsP { width:13.25rem;height:13.25rem;top:28.724609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #lFph03MVSFZkgU75RXKPyBgS5GhHJU3x { display:block; }#lFph03MVSFZkgU75RXKPyBgS5GhHJU3x > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dv41UfvT2WimxB30xd3yCnALMJn397SG { width:10.9375rem;height:12.5rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtoqFz6oOKIepDnOoTiXOzBs7TTa564f { width:10.9375rem;height:12.5rem;top:15rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyvVIlCKuhadlSMFrcaM4kTlMvIxSb88 { width:10.9375rem;height:12.5rem;top:42.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeQD1XBDF8Bazt2ATg6Umy825oRAb3ve { width:10.9375rem;height:12.5rem;top:28.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKMMEX1JxoDGUSZOLb5TXAOL3lBAW9EE { width:10.9375rem;height:12.5rem;top:70rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi83ZQxpnav2GarX9XKgTn8zW12yFu0M { width:10.9375rem;height:12.5rem;top:56.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0 { display:block; }#lmqEhi7Psi2OJkhVKKqzMQwgZ7v6CRG0 > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfkzysntvbFlDUZc5T6ffnIIzSJxOcIT { width:10.9375rem;height:12.5rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDSn5FZRP7xPx1Lp2TDvG8qTqAx5CDyl { width:10.9375rem;height:12.5rem;top:15rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJxhBScaxl8L3rD21m0i1DFnTAAWbW7G { width:10.9375rem;height:12.5rem;top:42.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw5TUUHnmQOnS0TrFxHBSLinVHFSdqUg { width:10.9375rem;height:12.5rem;top:28.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8eU4HrkTH4SHTvVU0IEw9csQ3KVo6tC { width:10.9375rem;height:12.5rem;top:70rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFpxCh6z8ZTRspSsdxqFU13BtdtsVCDZ { width:10.9375rem;height:12.5rem;top:56.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG { display:block; }#CZ5nWiHwsMDa3Hccene7bPKKHLHozrBG > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhNqThCkVnihHeiFX4A1xIU43qRZS751 { width:10.9375rem;height:12.5rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACtSBKynVKkXuP4n3UMpvpIEIeQcgzqo { width:10.9375rem;height:12.5rem;top:15rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owFqVLQMQE3mGRHFTgJruJlV1KFHkRVQ { width:10.9375rem;height:12.5rem;top:42.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyB1sauCkdD4sFn4RfHsk4OcIC4iqEl9 { width:10.9375rem;height:12.5rem;top:28.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ50Fha5ZLmZsXiaARQTS8CxW1wnqor2 { width:10.9375rem;height:12.5rem;top:70rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTClslbI1DLn1bUG48gJsXLXmZ8kHf8w { width:10.9375rem;height:12.5rem;top:56.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRZdLupFyiPUht38f90USJV5NGCLDUb4 { display:block; }#PRZdLupFyiPUht38f90USJV5NGCLDUb4 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obE1dPAoS80d2SNIF5mKN0tqL0cWmFn5 { width:10.9375rem;height:12.5rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBCni2d3Vhs5Mwhn0fcSTfGzNgSpMh1z { width:10.9375rem;height:12.5rem;top:15rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWqgkQ3RbKQPEJL4SvJ8GiFcTGzPOJGx { width:10.9375rem;height:12.5rem;top:42.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtLowkX5Um6BH313uMQOLZtw5pom3zaf { width:10.9375rem;height:12.5rem;top:28.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTDRubMXEopI5gZQ4hLmAF8LUlErKtE4 { width:20rem;height:12.5rem;top:56.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOm4kKsMPvl1AbunHTQI36dUxlx2pb6k { width:9.1875rem;height:9.1875rem;top:57.90625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO { display:block; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uhc3MkpVcJhPW5i59Bf2bO3Cn4TwHhqD { width:20rem;height:2.8815368196371rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOfOzJiF2PFFZJFMN2LeFORgzE5QbZTI { width:18.5rem;height:18.5rem;top:6.1312503814697rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbBCtMOKwyR2LtMQaVVpUhx0Bb3XrVPB { width:18.75rem;height:18.75rem;top:4.7562503814697rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7ADWkyunPnf3WXEqTiIZV9fmd1dgAlE { width:12.5rem;height:0;top:8.25625038147rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HNrgPPnVa1QzhzQimJ2rhv2WIQTdzKP5 { width:1.0625rem;height:1.25rem;top:1.88134765625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcTpPJ3CXLizVG6OBNU8kHzgGlHr6WIK { width:1rem;height:1.625rem;top:1.6875rem;left:4.3125rem;font-size:1.25rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF { display:block; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXEuB8UpkrVzX3yWB28peI9o5NQO0oiy { width:12.5rem;height:5.0375rem;top:6.625rem;left:3.8125rem;font-size:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsBcbhMo7mym29xOOQZdNlJG32htTAoW { width:2.4375rem;height:1.70625rem;top:11.375rem;left:5.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAtOOTNWUD7MSJFqzeEBFsAxs6F0fJ0P { width:7.8125rem;height:3.00625rem;top:10.875rem;left:7.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h57oWdHt9UN9BRgHPANe5aqri7xZcTLF { width:16.3125rem;height:16.3125rem;top:1.75rem;left:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LpBuXd86iqVce4TqJ5pBTt0WMSoZ9Cdp { width:16.1875rem;height:16.1875rem;top:0.875rem;left:1.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AIMZ9w2LgVefBLtuo8nZ9b7uwxX7C0FP { width:12.5rem;height:2.6rem;top:5rem;left:3.8125rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI { display:block; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLi1TPheb0dH1J5IUqIe01WXQwLTvGcL { width:19rem;height:3.75rem;top:1.09326171875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcvgsLZxKdMiEamc5gNZX7LtQO1DfrSg { display:block; }
 }@media only screen and (max-width: 763px) { #mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb { display:block; }#mAneXnwTaP67LvDV6R2Xu9ZQWA3VQoIb > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgntptncKdzed2qyvRMHc53ZgSfDxfeB { width:20rem;height:1.800425rem;top:1.875rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nKZxnHtqbEIxm0xCBEoGnAdSCzoVyK6A { width:15.999375rem;height:4.72265625rem;top:4.2979602813721rem;left:1.9997830986977rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pua7JuMND5NzKQ4KMd8230fixhBZU5O7 { display:none; }#pua7JuMND5NzKQ4KMd8230fixhBZU5O7 > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xeXaF6TkaRHmbQqaSfvCTPiIUE08IAA1 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe { background-color:#fbfbfb;background-image:none;display:block; }#z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe > .row .container { background-color: transparent; background-image: none; }#z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe > .row .container > .video-iframe-container { display: none; }#z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe > .row > .video-iframe-container { display: none; }#z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe > .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); }#z86fp23vvIPZDEGNq4J3cd7V8KIPsIQe > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crt5aRaha40ArhcTwHvbnvvPpA0STx24 { width:20rem;height:21.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 { display:block; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFIHrrD2zofi2rWPxpnJydzRREDs4KGv { width:11.1875rem;height:4.7993625rem;top:2.3125rem;left:4.40625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TCGITtEoNwlufOkntrZfpDd1PWznKZZH { width:8.875rem;height:4.5rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0BmFLb5rq06s2H0BqZX57eexsHTTXAo { width:9.375rem;height:4.75rem;top:9.7625007629394rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzIyMHpUHm32TkiShUDpaQi3rMEoveTp { width:9.375rem;height:4.75rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ6htTTE0pmkT6vImQJuhPh8Dc9Ahbll { width:9.375rem;height:4.75rem;top:29.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPeosrKCJOmS04lTTnHCst7ob84yxFsv { width:9.375rem;height:4.75rem;top:22.637500762939rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9fneVIsmVKynm5LRVVaUfyXOHh6J1yL { width:9.375rem;height:4.75rem;top:16.231250762939rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdPfayu8Fwkg5gLZez2N1SiotHlqyW5q { top:10.8125rem;left:1.8125rem;width:4.6875rem;height:4.6875rem;z-index:15012;color:#76e3ea;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxAHJ3W7ytFbecIBTwXUOipKlkJbgmDi { top:9.3125rem;left:4.75rem;width:4.6875rem;height:4.6875rem;z-index:15013;color:#76e3ea;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 { display:block; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHT0gn7fOxu3DfJ5cnSzJhvaKXdXNRdi { height:11.224625rem;width:20rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEpRv9kVBzDotpE7mMTCLqnS7M4UNGi { height:11.2011875rem;width:20rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #co4GtGPXT0MHm5FubP66EO0flviXUdVx { width:20rem;height:10.625rem;top:3.263671875rem;left:0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bTxaoAhqkrW95a9JhTXvvs9tbQ6FZt90 { width:20rem;height:10.625rem;top:16.849609375rem;left:-0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DyncJwLRevnxKh8GeHWQuKRkOTPZGrCI { width:20rem;height:12.5rem;top:5.5rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #QmE6cATITH2NQDFWzqtxzkze14fVvFMT { display:block; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8Aml7RCay5u9f1seho6ymgT0BAds4Jv { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cGkMTUp1kVfugc4Jc0wsZPZiRdKRJr8U { width:19.5625rem;height:8.394875rem;top:5.0625rem;left:0.21875rem;font-size:1rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WIIQGy9oZATewQQxpq1Pxo2BEF45DJIO { width:20rem;height:10.6181875rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 { display:block; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E99eLHV1ChiHQRwapddr4HNJLW04g0TH { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf { display:block; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqpwd3efz9QaFwX8hd4GT6PVHXDgwuvV { width:18.75rem;height:13.3125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl7ocPu9Hg4chDamiRs10yPoV2K1fUor { width:18.75rem;height:13.3125rem;top:13.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLph8QkSWke2xeTFlBlFI0Sp0vP7OGTA { width:18.75rem;height:13.3125rem;top:26.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WztK76ckIJbhZVgwKb7he8gtXzI0GHtl { display:block; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNlcN0RJVN4egNWv6t6OZAxdWmiHhaC1 { width:18.75rem;height:13.3125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAAlmTyUxRTspJNrmRUlNLhBdEQRluN2 { width:18.75rem;height:13.3125rem;top:13.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur2JsWQdFlugkW2ImEshdWHtu3zLTpVJ { width:18.75rem;height:13.3125rem;top:26.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryVkUK2kiFabeikKruba7dXWEunZF9Nd { display:block; } #X5d0912627486f547e713993aa0506d2.widget-smartsection *:focus-visible, #X5d0912627486f547e713993aa0506d2.widget-smartsection input[type="text"]:focus-visible, #X5d0912627486f547e713993aa0506d2.widget-smartsection input[type="email"]:focus-visible, #X5d0912627486f547e713993aa0506d2.widget-smartsection input[type="tel"]:focus-visible, #X5d0912627486f547e713993aa0506d2.widget-smartsection textarea:focus-visible { outline: none; } #ryVkUK2kiFabeikKruba7dXWEunZF9Nd > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEgt6Bir5QxeNEhvxfJkTOr0LrGb6EHW { display:block; } #q442f101a91f558f48021d2628f495e4.widget-smartsection *:focus-visible, #q442f101a91f558f48021d2628f495e4.widget-smartsection input[type="text"]:focus-visible, #q442f101a91f558f48021d2628f495e4.widget-smartsection input[type="email"]:focus-visible, #q442f101a91f558f48021d2628f495e4.widget-smartsection input[type="tel"]:focus-visible, #q442f101a91f558f48021d2628f495e4.widget-smartsection textarea:focus-visible { outline: none; } #IEgt6Bir5QxeNEhvxfJkTOr0LrGb6EHW > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #oy2v40T8EOgqOA5av5u059gJz4KLhKFw { display:block; } #J2b1e987ad875cefe586dea77761fefd.widget-smartsection *:focus-visible, #J2b1e987ad875cefe586dea77761fefd.widget-smartsection input[type="text"]:focus-visible, #J2b1e987ad875cefe586dea77761fefd.widget-smartsection input[type="email"]:focus-visible, #J2b1e987ad875cefe586dea77761fefd.widget-smartsection input[type="tel"]:focus-visible, #J2b1e987ad875cefe586dea77761fefd.widget-smartsection textarea:focus-visible { outline: none; } #oy2v40T8EOgqOA5av5u059gJz4KLhKFw > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbTzTnHm9oSCyWKobrTEkRsAesDCxZ7X { display:none; }#zbTzTnHm9oSCyWKobrTEkRsAesDCxZ7X > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y0tOOA2zbIXCan1JgCben1QrJk4gZ84Q { width:20rem;height:2.9736375rem;top:4.9967956542969rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fzPPU1nDWtsBJo1qgpWqSigEQXyQmsTQ { width:17.3739375rem;height:1.6867875rem;top:4.9959163665771rem;left:1.3121448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSqTCXDbgWce8zlc7kKCVuG40dPQtTR0 { width:20rem;height:1.48698125rem;top:7.59534740448rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bAUkNcWanuKSATc8ZJazvlII5Ty4ure9 { width:17.4375rem;height:2rem;top:7.3831787109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 { display:none; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 > .row .container { width:20rem;height:33.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #imxVZlyXG8aHGyJEhhv4Kzf85ebE2G23 { width:19.6875rem;height:15.5rem;top:1.25rem;left:0.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #VHEV9TXIElssgbTaHssW0k5vvTfnMgko { width:18rem;height:14.1875rem;top:18rem;left:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr { display:block; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLVscSOSBdHXaiPzB7VKBs44vpMVSxNB { width:17.8125rem;height:3.75rem;top:1.78125rem;left:1.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { display:block; }
 }@media only screen and (max-width: 763px) { #TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { background-color: transparent; background-image: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .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); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { border-width: 0; border-radius: 0; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeoO48hTDhusTf0zws04gHZnBsPyRqH3 { width:20rem;height:4.6875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0vG2QOXAbkDhkld2RoRrdl4VOx8lZp2 { width:13.875rem;height:1.38139375rem;top:4.25rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iC5lfMZLoi2un8Jz3Fnooz6TkmKWtTTy { width:20rem;height:0.625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xab0C2ppOWfWfbUyvVtDA7PGGulQfu1Q { width:3.125rem;height:3.125rem;top:3.5rem;left:16.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { background-color: transparent; background-image: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .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); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { border-width: 0; border-radius: 0; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1fxrgmifvtPTZ6q4qGbGxVSMKHXTAKJ { width:19.9375rem;height:36.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFLipnInI3gVRZCPPBemA0iCTQiRyI1Z { width:16.875rem;height:29.53125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { background-color: transparent; background-image: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .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); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { border-width: 0; border-radius: 0; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { width:20rem;height:5.0621490478516rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfNKbf5zvfR6CLKdXqSMBSFwuwkLCw1y { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFe0vPTaS5skhXBCZDayhhdmZMJxBfPH { width:13.875rem;height:2.76278125rem;top:1.15625rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eZwic1fGMDtRsSxNo4Tq0VOEk1lXgbOe { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dWOCGfwAVEbeVFz1JTCAUTt95ES5NO { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { background-color: transparent; background-image: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container > .video-iframe-container { display: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container { display: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .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); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { border-width: 0; border-radius: 0; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqJ8dL25XgPZva88JzvMzgWsv7oxeh4r { width:19.9375rem;height:25.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTpysn7wcOeygRusZA7of7KgDS5EM3V4 { width:16.875rem;height:19.6875rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { background-color: transparent; background-image: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .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); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { border-width: 0; border-radius: 0; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { width:20rem;height:5.0621490478516rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5wuqTPZ7nk6NcTurUMfMNTKWl52NMru { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxOfqE4FeEHO2ALDJTTxzVGNpPXNu8t { width:13.875rem;height:2.76278125rem;top:1.1875rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fNeL1PVpN6X4qBBrXESoPol8NdZStxNu { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0SmmMEFTT9gJuDgiba9uWKMLAlWGLop { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row .container { background-color: transparent; background-image: none; }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row .container > .video-iframe-container { display: none; }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row > .video-iframe-container { display: none; }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .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); }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row .container { border-width: 0; border-radius: 0; }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7V8MvTyvXKLDaTDZRTRn6Efml2T4WXi > .row .container { width:20rem;height:91.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C76db6ofthWzVpVFgUVSCH9APfiFeyyW { width:19.9375rem;height:55.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOMEUeUJkaodN0dPOlC6Z6Q1CF5camME { width:20rem;height:0;top:56.875rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { background-color: transparent; background-image: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container > .video-iframe-container { display: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container { display: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .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); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { border-width: 0; border-radius: 0; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { width:20rem;height:5.0621452331543rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTiUcDOu0OKcLm5Oqkaxax51VK4iaGTg { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu2X02r6gMOT7qCXJrIk5X0P00azPst1 { width:13.875rem;height:2.2745rem;top:1.1875rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UZ7UUMATpsQF78DIXQuiUlp21Z8oAAwx { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM8GRB4WcoHLIu076uSS59CiB3mDxrGV { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { background-color: transparent; background-image: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container > .video-iframe-container { display: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container { display: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .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); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { border-width: 0; border-radius: 0; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anVnWHHFq2k8mJ4BrWRQxngaopWhO1o0 { width:19.9375rem;height:36.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1lpfmH5i9qAMw7k9rfuT6cpSwknoF2u { width:16.875rem;height:32.34375rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { background-color: transparent; background-image: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .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); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { border-width: 0; border-radius: 0; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { width:20rem;height:5.062141418457rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuOuTk3aNS9wnOl3hNTdNSnQkttVKQXe { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1adka1bwfRUp5CwsGXrnd8iOazlZvP0 { width:13.875rem;height:2.111325rem;top:1.65625rem;left:1.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hQLIwpGGX3qpPZy4Ix90NTzRWkLLSMFt { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHkqoI5yUx5BDVvyllphNbmHcupm9W9z { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { background-color: transparent; background-image: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container > .video-iframe-container { display: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container { display: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .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); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { border-width: 0; border-radius: 0; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNPmFrdPPQ7BPKk5mzvSppuRnpgubeNS { width:19.9375rem;height:21.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgxAT1wSKkbZiVkG3Tc4Ms1Rvpy9ZQyc { width:16.875rem;height:15.46875rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MohmczXlVhOn24gczblvWN9LBb5lCQSK { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { border-width: 0; border-radius: 0; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZhcKVGF8IGeTeXUzta3QKbHABhzqO4GV { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clsn8eUlkIblEANaixH6cMQG9DlcyISt { width:12.9375rem;height:3.16875rem;top:1rem;left:1.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OAG0zudnDmubdr94TIE8tFehxtm8JoER { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqv7SoQmZLfOKyixLcCU4gOJEH8srpkT { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { border-width: 0; border-radius: 0; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { width:20rem;height:37.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pxBUI6WH5xeGsgSVH6rAvz2940ypKBvw { width:19.9375rem;height:36.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAzf7GBCcmTKHvF62eT0q5ZXCLKBceX2 { width:16.875rem;height:29.53125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { background-color: transparent; background-image: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container > .video-iframe-container { display: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container { display: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .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); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { border-width: 0; border-radius: 0; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { width:20rem;height:5.0621490478516rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4Byiw4d8inJbhAZZkQXTXlEHOlR0u7X { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFDvZVkGdbTKAWnBFZvWADd490bLWC3l { width:13.875rem;height:2.76278125rem;top:1.1875rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ReWdF8WN9GeKRz1dh1OQmBtIPJXZRVSE { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBUubs7CbnwHSE5arbdT9yiwg4f7RaZH { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { background-color: transparent; background-image: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container > .video-iframe-container { display: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container { display: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .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); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { border-width: 0; border-radius: 0; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsOoaGQExzfBMVgWQQdgF1t5peNL6NNU { width:19.9375rem;height:20.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdcwmwaJ4dx2og7g107tK9AdBgHRrRBt { width:16.875rem;height:14.0625rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { background-color: transparent; background-image: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .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); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { border-width: 0; border-radius: 0; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { width:20rem;height:5.0621337890625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ie6TsI6tDVcZyC5bo0kFeCsf9D0wqnKs { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQlADtklK0959b7s7DEADPxVD9Abi5qy { width:13.875rem;height:2.2745rem;top:1.53125rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bZQMfuXdcVZTQDhNFCALHTxR5ZQky9PV { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSz5h6fu4i2rlsJ4t9l6iy1KesBJHmhx { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { background-color: transparent; background-image: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .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); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { border-width: 0; border-radius: 0; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnre1WTvv8zvg1tgxzMhPVFRxpSiQNgD { width:19.9375rem;height:28.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3av2dx0gIuubDUMMlTtJTDmmd4bRr3m { width:16.875rem;height:14.0625rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WdJygm9cmBQKN1FTVINkBe11NVy6evve { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { background-color: transparent; background-image: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .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); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { border-width: 0; border-radius: 0; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { width:20rem;height:5.0621337890625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Al32gxwIRzw0S0Seqd9UvXqBNcJdqOtI { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvcIfHP8mgsNl89beQhM6L8QPgBDAgl7 { width:13.875rem;height:2.76278125rem;top:1.1875rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1VqwzRaKwJWSBacRfia3QahrkscD8g { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtUTlmstombgeKpaSH0JKIQ4HvKEmeuw { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { background-color: transparent; background-image: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container > .video-iframe-container { display: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container { display: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .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); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { border-width: 0; border-radius: 0; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXKHl1FtEFfuDmcsVNZG5ncHovPDGvDd { width:19.9375rem;height:27.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztT5VlQp1L59tTnD5KXClKkvwVOnsgis { width:16.875rem;height:18.28125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #V02os9LmLBxAfpZLwgmSIu6aZpoNil7J { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { border-width: 0; border-radius: 0; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i2qT7uoa96o0Sm8kSWIiEK4csy1NHTbo { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkMrH1lmHmhIEh45Ce2Rm5ISBwHSr57V { width:13.875rem;height:2.76171875rem;top:1.1875rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTta5e2N8ib0soivFH6cgo9Tyq4mfAQR { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT89uAoN4x6tAU3EhuIr7tZO4gqO2Tmt { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { border-width: 0; border-radius: 0; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { width:20rem;height:23.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WiJmTXnz4SF5q6gHRePtfbq0TQxJ6UhV { width:19.9375rem;height:20.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU3w3lHO3pGcZLa6A2dsfP2XCqJ4W0fv { width:16.875rem;height:18.28125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #28afb0, #28afb0);background-image: -moz-linear-gradient(180deg, #28afb0, #28afb0);background-image: -ms-linear-gradient(180deg, #28afb0, #28afb0);background-image: -o-linear-gradient(180deg, #28afb0, #28afb0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#28afb0', endColorstr='#28afb0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#28afb0', endColorstr='#28afb0' );";background-image: linear-gradient(180deg, #28afb0, #28afb0);background-size:auto !important;display:none; }#a5tHRp91XPOe9JVgGhl0WwBXGU5WQISp > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oJ1tBnTuxObkuSTmPT8PSPgqCh7MsHcT { width:17.8125rem;height:5.0996125rem;top:1.375rem;left:1.125rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#ffffff;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #cIm90yaPe2ZTWi0J9rbFGUpNwGzcBqSy { width:15.375rem;height:2.75rem;top:7.6875rem;left:2.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #A4ibPNuoBnyBbvIzBJzgHAFcRxP6eQmw { width:2.875rem;height:2.875rem;top:7.625rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM5md4Qr7SpMfFR2FUITcNcQy8rP37n0 { width:9.9375rem;height:0.9746125rem;top:8rem;left:5.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dOK8I1upUhBESsJHpwKw3RnhMVuH2iGT { width:11.75rem;height:0.8999rem;top:9.3125rem;left:5.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tbCLAgS5SCqqiUJlDduHs4TCDulJrVd7 { width:8.75rem;height:2.75rem;top:11.4375rem;left:9rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Wnxl1C1yRt5KQTamkRXQML2AiQp5Gqvd { width:2.875rem;height:2.875rem;top:11.375rem;left:9rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8GUyCg3LgfcsA2KTeDokST8CxCqIawe { width:5.625rem;height:0.9746125rem;top:11.75rem;left:11.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RE0geCBTBRWZUGi3JzzXxrTnvWG19t9p { width:5.375rem;height:0.8999rem;top:13.0625rem;left:11.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ukkhRkzrbfB13MISt9T51J4m2i52eKrk { width:11.625rem;height:3.0625rem;top:14.8125rem;left:6.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #J6WslFnkn7zv9D6w1T6ckBQ8DNyQvkdT { width:2.875rem;height:2.875rem;top:14.75rem;left:6.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3uPlEnNNDQ9iNlPKBBPL8SmTBszzJxr { width:8rem;height:0.9746125rem;top:15.0625rem;left:9rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NcZap9XSx93bxxODRqMOvwaxLi13KG87 { width:6.625rem;height:1.79980625rem;top:16.0146484375rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #28afb0, #28afb0);background-image: -moz-linear-gradient(180deg, #28afb0, #28afb0);background-image: -ms-linear-gradient(180deg, #28afb0, #28afb0);background-image: -o-linear-gradient(180deg, #28afb0, #28afb0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#28afb0', endColorstr='#28afb0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#28afb0', endColorstr='#28afb0' );";background-image: linear-gradient(180deg, #28afb0, #28afb0);background-size:auto !important;display:block; }#NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2 > .row .container { background-color: transparent; background-image: none; }#NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2 > .row .container > .video-iframe-container { display: none; }#NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2 > .row > .video-iframe-container { display: none; }#NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2 > .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); }#NFIvRwlzt83kaOg7HQyhsuQZvWToSyR2 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdeiJJKtIgM7GMIRIliyAtsdBSNsWI4V { width:17.8125rem;height:5.0996125rem;top:1.5625rem;left:1.125rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#ffffff;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { background-color:rgba(0,0,0,0);background-image:none;display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { background-color: transparent; background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .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); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyitIhyWRMwkc0wsFcMDLRdJ0fcQg3hc { width:14.249125rem;height:14.6245625rem;top:28.25rem;left:2.9375rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-form-header {  }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:17.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:17.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-text {padding-top: 0; padding-bottom: 0;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:17.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:17.1875rem;box-sizing:border-box;height:2.5625rem;color:#333333;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-select {padding-top: 0; padding-bottom: 0;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .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; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#ff0000;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.6875rem;margin-bottom:0.25rem;margin-left:0.6875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:15.8125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt [class*="-text"]:-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt [class*="-text"]::-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:16rem;overflow:hidden;font-style:normal; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .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; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .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:"open sans";font-size:0.8125rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-container:first-of-type{padding-top:0;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-container:last-of-type{padding-bottom:0;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0.1875rem solid #f1c232;border-left:0.1875rem solid #f1c232;border-right:0.1875rem solid #f1c232;border-bottom:0.1875rem solid #f1c232;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0.15625rem;top:1.0625rem;z-index:15004; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.1875rem;display:block;vertical-align:top; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt {display:block;}#xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0.1875rem solid #f1c232;border-left:0.1875rem solid #f1c232;border-right:0.1875rem solid #f1c232;border-bottom:0.1875rem solid #f1c232;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0.15625rem;top:1.0625rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #daMJCD2sqkusqunSmhqxMwn4V2i2Wvfa {  }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #QONawMfs7v3VCX4PXTVAfh42NIRC8Whe { display:none; }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #bKe8FREnFg0tfyHbvv90xEx0h3zclbxC {  }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #WSCoWtGJLef7tkZP2lWvoTNEWqKTUCQy {  }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #reRxxf9U55ExPJp7Rg4xv7miD2iMyChs { display:none; }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #PhhTn4kcHAEyopzu5ATBCRwKqJIfQQ7u {  }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #z87d8DUlnRUlW5EQUxnGC8oqxwqEVInk {  }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #FgbDP7zuV1dXnzmcLBfFQk8QAGZJiOJ8 { display:none; }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #hvXk9DuyL0OkfflW0FKIbQlalwZUsF7b {  }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #wf51z14Cf5tV8lGpTwJpK4N0oUkh7hdW {  }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #Rl3DGs0i8HJTZLLtkZBsMm6pb9UwmVHM { display:none; }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #K3ZZHMDfOTzNO0x03BWUQakseZmJsOOf {  }
 }@media only screen and (max-width: 763px) { #oTHI8GbnsEEeatMq4PmteVN9bEIzbFE3 { display:block; }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #HfbArEM7d2t0QtouWRAom447IapUF5S9 {  }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #lJLVBUuRxPWfiZI1Nisy3yVK40zsskTw {  }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #h7OT6velf2umtp39sUoE7DdCvnc2VfDK {  }
 }@media only screen and (max-width: 763px) { #emSi9OtTJH5Aims2Emcy2VtWvLz5sMoJ { display:block; }
 }@media only screen and (max-width: 763px) { #oDLgdM1E3Zsaru44HPeyGLE8FBORJ0lz { display:block; }
 }@media only screen and (max-width: 763px) { #bBoqfAOGzPLsS8KGngfu3C40BxZiQNQF { display:block; }
 }@media only screen and (max-width: 763px) { #Z2pF5o7EkywihBlE5FbDWzNufpXtPSbr { display:block; }
 }@media only screen and (max-width: 763px) { #DhOrLeT6MHeLVw54RypDrKV6qbUDxnMp { display:block; }
 }@media only screen and (max-width: 763px) { #c8fes7iEcizTtJTbnEdBGdI8zHdFe4Xx { display:block; }
 }@media only screen and (max-width: 763px) { #h6uWuFssBtxoM1GtV3oLJ7mbahKrFqS4 { display:block; }
 }@media only screen and (max-width: 763px) { #cmNmN6T5MN0AI1oJ2vLqWMKwkDnR6LdL { display:block; }
 }@media only screen and (max-width: 763px) { #vNwHdBchmmqR1K8IDDACGF72rPsID6d8 { display:block; }
 }@media only screen and (max-width: 763px) { #k7ez8GEcsRETIRlxhQhOX0itwrSaoXMh { display:block; }
 }@media only screen and (max-width: 763px) { #UEV1nibeD6XoOsvNm5A1nxe6k3OyMsWz { display:block; }
 }@media only screen and (max-width: 763px) { #UTu5yBQFVdeMe3c4a6pq9ZA35nwkO3CD { display:block; }
 }@media only screen and (max-width: 763px) { #yG1NTVG26hPaTe3FDwcvfk460VC6VhwQ { display:block; }
 }@media only screen and (max-width: 763px) { #JZRhuvZePQIff6fZLrdiL2h19xMc4y3y { display:block; }
 }@media only screen and (max-width: 763px) { #lJkbnXQkqKvo5Sav1bIsKtea10hPzJg5 { display:block; }
 }@media only screen and (max-width: 763px) { #KAFx7vKstBuvxJTCDCLUAK6v1y9t42QZ { display:block; }
 }@media only screen and (max-width: 763px) { #Fgmi4xbsn1xkD7EZ2wnb0B7mUDpykHPf { display:block; }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #GpWi8onmTykMw8EVR49NNR3Zd1PTOwz2 {  }
 }@media only screen and (max-width: 763px) { #xKab7DofoFkcvelTv4ntgIQ1ndtsCdUt #e4PEc74aN6mQUQxzw1gLRgTpLZhpS1uE {  }
 }@media only screen and (max-width: 763px) { #Nq6HskFeyaTwZBzBFV1w0pDZbf3xKNd3 { width:10.811625rem;height:10.811625rem;top:30.125rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0 { background-color:#28afb0;background-image:url("https://images.assets-landingi.com/3m5MD1jK/Artboard_2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:block; }#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0.adaptive-delivery-prevent-bg, #s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0.lazyload, #s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0.lazyloading { background-image: none; }#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0 > .row .container { background-color: transparent; background-image: none; }#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0 > .row .container > .video-iframe-container { display: none; }#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0 > .row > .video-iframe-container { display: none; }#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0 > .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); }#s4lH4AHX3fIBsbAmuUXsAMNuCVWhiWX0 > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHhWSHRwL4l1iaEWlFrM2b4Rk6GNttqg { width:12.75rem;height:3rem;top:0.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytttoOAm0wt4AJh32pCQLXFH6iqIzRcy { width:7.6875rem;height:7.6875rem;top:5.875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJFaLvS4pxll0mPv9vv4PPmJnvp178SQ { width:14.4375rem;height:3.25rem;top:0.375rem;left:2.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #oSJ2hemkC4akxi3mTRt3xZzwsANe1kxV { width:8.9375rem;height:0.9747875rem;top:0.9375rem;left:5.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lxz348w99W5xFzW0FlxaDBl8CPG8KVBT { width:2.4375rem;height:2.4375rem;top:4.5rem;left:2.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDbo0NQyazcPwtoBX4wziDJQ6QLEaLKE { width:11.9375rem;height:0.9002125rem;top:2.1875rem;left:5.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GiXkWcW3ewUBtvU3STPCDZWRO9oh2A0q { width:14.4375rem;height:3.25rem;top:4.125rem;left:2.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #UN5FCM5vrZcLBJefLuLBm6GVkewQivsE { width:2.4375rem;height:2.4375rem;top:0.875rem;left:2.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ulNH72TSLe7DgkT0cUnNWD8S86n2rp { width:9.625rem;height:0.9747875rem;top:4.75rem;left:5.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #plH3KfB2gyhEawKiEBqyRHcfwP25qD6r { width:4.5rem;height:0.9002125rem;top:5.9375rem;left:5.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XOd0y8MU3HanRokKDBXSbS93yU5XX3d8 { width:14.4375rem;height:3.25rem;top:7.6875rem;left:2.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #E1dS71io4vWoR6AySuk6zsg573D65JKI { width:8.9375rem;height:0.82470625rem;top:9.375rem;left:5.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WleFGp9DALS086A1mPdC2Gb1oHNCNzxn { width:2.4375rem;height:2.4375rem;top:8.125rem;left:2.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfW1UEOMxtBoVQWUDuApv0dc49vBAiBB { width:8rem;height:0.9747875rem;top:8.125rem;left:5.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VCrMZfvq4AwtvnF61rWvqDqH5NEOTsch { width:10.75rem;height:11.0625rem;top:13.1875rem;left:4.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oIOiHLzolKaTIFeVZR0mSm3Zwi1M7lkI { width:8.4375rem;height:8.4375rem;top:14.5rem;left:5.59375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dI7J75Ne0hvEZhutfwF1262yAqdXTgEh { display:block; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrEbTJgO7VpTraa9Cg9BMwkNFfaz7M5d { width:20rem;height:1.78621875rem;top:0.88671875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtqLlmngf91VJzO6D46PX4lGPHlTV9No { display:none; }#FtqLlmngf91VJzO6D46PX4lGPHlTV9No > .row .container { width:20rem;height:260.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wL5XVlZNzJhDuQpWTQv342X44pfZxo9h { width:7.6875rem;height:5.125rem;top:17.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ3gImxChDZX7K6oTTULV42cpbhFlWlk { width:7.6875rem;height:4.3125rem;top:26.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8TtTuW7TtJ20IkNewrLZTBgqEVkRqHe { width:7.6875rem;height:5.125rem;top:44.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1W0lNqLJURzmPguKEdQlITx1pTo3p7z { width:7.6875rem;height:5.125rem;top:80rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V13rHe3JesqiRKP295xJNe7OgFXMLI6I { width:7.6875rem;height:5.75rem;top:71.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c98CJeQHTJOhFOfO7NdbmaMld65Mc5f5 { width:7.6875rem;height:5.125rem;top:106.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5TPqir5nxpna56rpl653muZzqrp0GzQ { width:7.6875rem;height:5.125rem;top:97.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyxPDSy5X0uNbqeX7PeSHWM4HDDz6H7K { width:7.6875rem;height:5.125rem;top:88.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb5AhTL5MgAkwr44Q2v26KuAytcTWTvC { width:7.6875rem;height:4.3125rem;top:142.5625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUXJkKCkCV06NpG7VI4ZdKCXDIpzJRBd { width:7.625rem;height:4.25rem;top:148.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUfUIN6Dfg8e3ESqIpVGmHwDFbl7crG2 { width:7.625rem;height:5.6875rem;top:153.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWZfd5uptyqn3i1zMC73iM3laEnogE4i { width:7.625rem;height:5.6875rem;top:160.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN20zfXN7L5EL0uNPwZmBB7IyV3atQbZ { width:7.6875rem;height:5.125rem;top:44.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmrIdoRkoOd48zJRTqe77KoZs6gqDTgq { width:7.625rem;height:5.0625rem;top:160.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdTmNybGgTPbAlEu7N2cHwONm0aBou69 { width:7.6875rem;height:5.0625rem;top:71.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iva0krlsJTTd3LiqDSmPuQaG8tRlTVPy { width:6.4375rem;height:4.3125rem;top:26.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu0JeXtkAydivwhGcJ236CGU5sBvt418 { width:7.6875rem;height:5.125rem;top:17.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToAwXGHtb6A57XDzMunQOJhnJifrN6XC { width:7.6875rem;height:5.125rem;top:88.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKwPR0WTvvkpwgHk5rqxGxUou5xRhXb1 { display:none; }#MKwPR0WTvvkpwgHk5rqxGxUou5xRhXb1 > .row .container { width:20rem;height:260.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HauIowJ6eJK0Xk8efuHTmGxIlTwssDTZ { width:15rem;height:11.1875rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJsMQnTPGpRN7ouPGgnrRKniwuS3KSi8 { width:7.6875rem;height:5.75rem;top:17.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5oND4AopCMQGOKGrowsGoX0ZkHsWz7Q { width:5.75rem;height:7.6875rem;top:26.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX6P8TTddb3eIpfe3HLyye0T8WkGuZen { width:7.6875rem;height:5.125rem;top:44.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ4RRoFnTf6zL8KAsbQihUzI5uusNB0p { width:7.6875rem;height:5.125rem;top:35.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVRCnklXO9x7IqkBmcTUOzNLpeftKDoZ { width:7.6875rem;height:5.125rem;top:62.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVesua3xbBWJBvSutOKQM8gsVCTcftsD { width:7.6875rem;height:5.125rem;top:53.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aShCUShNuXXyL4xqJEM1wav3UlRTL471 { width:7.6875rem;height:5.75rem;top:115.75rem;left:6.125rem;display:block; }
 }