.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:244,194,69;--color-primary-1:234,176,65;--color-primary-2:241,194,50;--color-primary-3:252,184,34;--color-primary-4:251,193,21;--color-secondary-0:255,255,255;--color-secondary-1:245,245,245;--color-secondary-2:227,227,227;--color-secondary-3:40,40,40;--color-secondary-4:0,0,0;--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"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#ySdsq7sCf24UaepM873v5FSG52tWGeU5 { background-color:#161617;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#ySdsq7sCf24UaepM873v5FSG52tWGeU5 > .row .container { background-color: transparent; background-image: none; }#ySdsq7sCf24UaepM873v5FSG52tWGeU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySdsq7sCf24UaepM873v5FSG52tWGeU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySdsq7sCf24UaepM873v5FSG52tWGeU5 > .row .container > .video-iframe-container { display: none; }#ySdsq7sCf24UaepM873v5FSG52tWGeU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySdsq7sCf24UaepM873v5FSG52tWGeU5 > .row > .video-iframe-container { display: none; }#ySdsq7sCf24UaepM873v5FSG52tWGeU5 > .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); }#ySdsq7sCf24UaepM873v5FSG52tWGeU5 > .row .container { border-width: 0; border-radius: 0; }#ySdsq7sCf24UaepM873v5FSG52tWGeU5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ySdsq7sCf24UaepM873v5FSG52tWGeU5 > .row .container { font-size:0.875rem;font-family:cairo;height:5.875rem;width:75rem;overflow:visible;position:relative;display:block; }#bS6uepbItG6qb2lXO94qXXklSu75lMe0 { 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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:59.0625rem;display:block; }
#ykadNGAzPLqxtP5HWFRrPaZkZ58B6vqr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTwTBS8iqQ7uXQ9fAEhg9Nl61VoUvg49 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:10.3125rem;height:3.436525rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:37.125rem;display:block; }
#CkG3xOfQQkrJaWo5zW1GNueE8473no0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#opVTKiidtPR3JCgnuv7xSNbOo6Z8bf3p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:10.3125rem;height:3.436525rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:48.25rem;display:block; }
#xsbiGqdVMExbo1t0e3CzsHNeaPr8l1mX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 { 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; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row .container { background-color: transparent; background-image: none; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row .container > .video-iframe-container { display: none; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row > .video-iframe-container { display: none; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .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); }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row .container { border-width: 0; border-radius: 0; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/265d80d6-4d10-48c2-b804-96161afb6f09/5ca9b34e86f64e8985fb01baf3f49627.jpg");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;z-index:auto;display:block; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V.adaptive-delivery-prevent-bg, #r8Gdb74dllbaeGiAteWG4pAUZkNToI6V.lazyload, #r8Gdb74dllbaeGiAteWG4pAUZkNToI6V.lazyloading { background-image: none; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row .container { background-color: transparent; background-image: none; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row .container > .video-iframe-container { display: none; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .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.78); }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row > .video-iframe-container { display: none; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .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); }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row .container { border-width: 0; border-radius: 0; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V::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; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#zSCc0APJiEIghnb6ElLrIZIfMkTlTkmB { position:absolute;display:block;z-index:15004;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:2.75rem;width:15.375rem;top:0.875rem;left:52.125rem;display:block; }
#o0tnNafRnqP7za2lR68qq3N5gIf2Rh3t { 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; }
#U0P9IGOBhSVOcC1OZyWQiqOqxpesmKdv { box-sizing:content-box;color:rgba(var(--color-secondary-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; }
#wLHbi2UwtsAwb3MTKUSnTA4oUXk5Ze5q { 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.8999rem;font-style:normal;display:block; }
#RCVVMNQgskv6V3kVQ6gyFbFhTfQuMIcb { position:absolute;display:block;z-index:15008;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:2.75rem;width:10rem;top:7.5rem;left:57.5rem;display:block; }
#ChrcBkFN9Tx4siiGXifRK16ifRVI65ii { box-sizing:content-box;color:rgba(var(--color-secondary-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; }
#tuB3ETK2FescOMlpDEnV4y0GFZrM4OFM { 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; }
#B3Zsv9rUZJDBLULRdTCPoBwr9B1H2aIi { 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; }
#S8nWnQycNnWTTpf3eePupwuaODzy0G56 { position:absolute;display:block;z-index:15012;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:2.75rem;width:12.8125rem;top:4.25rem;left:54.6875rem;display:block; }
#WXT2URAHJS6sMuFWMwRvC0NXEpnogyrT { 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; }
#Pn8C1CH2p1ByTN4yhx9u0UwmulQGW13N { box-sizing:content-box;color:rgba(var(--color-secondary-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; }
#I0s2ZWD0FtUetcVKBafHIZffoihroefy { 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; }
#TATDT8BxQag8y7tHsRcfsAyZZT2CVvdO { 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:7.6875rem;width:7.6875rem;top:2.1875rem;left:12.8125rem;overflow:hidden;display:none; }
#yJq3XsVhtQ3bmq1I6kU8g9CiWCKQrFv1 { box-sizing:content-box;height:9.125rem;width:9.375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7rem;left:10.125rem;display:block; }
#JkqmHbqVWPRdRc0TfXkuBehQg3dIHEiR { 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:7.8125rem;width:7.8125rem;top:7.0625rem;left:10.9375rem;overflow:hidden;display:block; }
#ZRgG52QdcpN66sveLiKbMlTEfTZZCNPW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:23.0625rem;top:0rem;left:25.96875rem;overflow:hidden;display:block; }
#HmIiTptnruFwh3JJIefIPlzGFIPEUXLD { position:absolute;display:block;z-index:15024;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:2.75rem;width:14rem;top:10.8125rem;left:53.5625rem;display:block; }
#tMEDtgG7sUh6qXh36Pn8T58P11yULMUO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:11.125rem;left:56.25rem;height:1.125rem;font-style:normal;display:block; }
#s1AbPDg5bXOzQu7wIqK8u5TV0qu5W4dD { 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:15026;top:10.6875rem;left:53.5rem;display:block; }
#GEH4vBCWx3ceTGJzZXdMzb5lVH9qXb9D { 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:15026;line-height:1.2;letter-spacing:0;top:12.375rem;left:56.1875rem;height:0.8994125rem;font-style:normal;display:block; }
#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd.adaptive-delivery-prevent-bg, #AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd.lazyload, #AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd.lazyloading { background-image: none; }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row .container { background-color: transparent; background-image: none; }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row .container > .video-iframe-container { display: none; }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row > .video-iframe-container { display: none; }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .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); }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row .container { border-width: 0; border-radius: 0; }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#TUkOxNfq2ZFsSb9b2yomudHD9IJUU3G5 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:zuumerough;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.1875rem;left:8.5625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTCrcwnd1P5OMIQPrFrXRA5M8PRVLssR { color:#f9ac26;display:block;width:15rem;position:absolute;font-family:zuumerough;font-size:3.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:9.6875rem;left:13.875rem;height:3.91796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dcu89PrynQDtesHz2fsTUhlbOIVca2U3 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:18.9375rem;left:5.9375rem;height:3.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gui8zfKMTa23mB5CqLu7vrA1l2iq4O7n { background-color:rgba(var(--color-secondary-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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(var(--color-secondary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.5625rem;left:13.21875rem;display:block; }
#NqlHiUxQwQVyPeBXDT9WisgLEO1DOOdu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2Zlqz625bzEt3D2tiCB7Tervbxb2V2C { 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; }
#eXmzu3mTk6DC9nATB2XFXETSuZfBA8Mo { 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; }
#WISpOIpiB3AmlXBVTLGCdMAmCxa1DGfV { box-sizing:content-box;height:4.4375rem;width:25.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:4.75rem;left:8.5625rem;display:block; }
#SdpL84y835FyEOhIN8JBk2dMLdp2T4pA { box-sizing:content-box;height:3.8125rem;width:14.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:9.5625rem;left:13.9375rem;display:block; }
#DyxElUz7sHdcSlORC9UoxWOdozzDHNIe { 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:4.75rem;left:15.9375rem;height:2.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITuEWcwuZ8VnTy6ZVITyTXIvtqJbcd8R { 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:14rem;left:-7.3125rem;overflow:hidden;display:block; }
#VMNlJISwdgi8XMswgoHg3we6MsEK50ag { 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; }
#xA24v3c49KBqIAdCZlE41RHwN3ew8OIZ { box-sizing:content-box;height:4rem;width:15.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:4.125rem;left:13.6875rem;display:none; }
#HiE1r0Dgg3KJcQHDmRFHHDuoQ3DwbmkM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:34.84375rem;left:14.59375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Dk6EQqmEwOa7KBaDJyQ5miHKRpXXxqaw { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:23.625rem;left:6.125rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }#Dk6EQqmEwOa7KBaDJyQ5miHKRpXXxqaw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dk6EQqmEwOa7KBaDJyQ5miHKRpXXxqaw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee0049d7fbac804d8a33cb3e3c03415c.svg); }
#mTo1nc6ruIPRN9mA7VKBHSvCeo5dski3 { box-sizing:content-box;height:4rem;width:31.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:2rem;left:7.1875rem;display:none; }
#q76hKvgEJSvh9R1WXI63NeggdJi7PQJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:zuumerough;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:14.3125rem;left:8.3125rem;height:2.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E8qAHATsHa9gAueqsGdbCiMVMz6yWN04 { box-sizing:content-box;height:3.625rem;width:25.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:13.8125rem;left:8.3125rem;display:block; }
#L2J68WJ6wxwyzIWq9SPgSFfR7nwInyb5 { color:#f9ac26;display:block;width:2.75rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:9.4375rem;left:23.1875rem;height:2.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm { 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; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm.adaptive-delivery-prevent-bg, #vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm.lazyload, #vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm.lazyloading { background-image: none; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row .container { border-width: 0; border-radius: 0; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:none; }#LxvFP6O8iWVwEuPibwDdyl7VOgHlJVql { 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; }
#Auw2zn5Ka1wkrTd9mH5RTMKs8mLKrcau { 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:6.625rem;width:6.625rem;top:3.5625rem;left:11.25rem;overflow:hidden;display:block; }
#cz6MXkAcp5Mx3oGJETmDOCCn47T63c7T { position:absolute;display:block;z-index:15004;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:2.75rem;width:15.375rem;top:0.875rem;left:52.125rem;display:block; }
#tmLo6bK0raPPK2KebbTNMg1VOE8vEmEM { 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; }
#UbdTTLdTc5Tr6g4eE2RExkGEDC30FK86 { box-sizing:content-box;color:rgba(var(--color-secondary-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; }
#ahSSirw2XUFGLc4yHFTMlBdIf1dOUIAV { 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.8999rem;font-style:normal;display:block; }
#SAL5FQ6rq8OqRFwbJMCgfbO09obRdemk { position:absolute;display:block;z-index:15008;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:2.75rem;width:10rem;top:7.5rem;left:57.5rem;display:block; }
#MRmi0coxbD2sWzbMPq0w6qDMpSDzNz2i { box-sizing:content-box;color:rgba(var(--color-secondary-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; }
#Tx7t3TzNxXVNSQZmfV5T5hxrZNLx2oA1 { 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; }
#qD6Ano96KnEsNNQV32a4MoFnrLqFTOfv { 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; }
#CdesbQ7vimkGn7B2rNEF31Emp7FAJVwA { position:absolute;display:block;z-index:15012;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:2.75rem;width:12.8125rem;top:4.25rem;left:54.6875rem;display:block; }
#JtcJ1idn8dU9s6GP8tesNyBfCoKMcBzB { 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; }
#s5UnKTo7vNnn2aziqDmCE7RwGIQFBw9q { box-sizing:content-box;color:rgba(var(--color-secondary-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; }
#b8ICEsLEpLlWdHcALaA5BwcgZVQPBS3M { 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; }
#tum10MhJfpeQA8tFRBQOBvB5xEopCtut { 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; }#tum10MhJfpeQA8tFRBQOBvB5xEopCtut > .row .container { background-color: transparent; background-image: none; }#tum10MhJfpeQA8tFRBQOBvB5xEopCtut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tum10MhJfpeQA8tFRBQOBvB5xEopCtut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tum10MhJfpeQA8tFRBQOBvB5xEopCtut > .row .container > .video-iframe-container { display: none; }#tum10MhJfpeQA8tFRBQOBvB5xEopCtut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tum10MhJfpeQA8tFRBQOBvB5xEopCtut > .row > .video-iframe-container { display: none; }#tum10MhJfpeQA8tFRBQOBvB5xEopCtut > .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); }#tum10MhJfpeQA8tFRBQOBvB5xEopCtut > .row .container { border-width: 0; border-radius: 0; }#tum10MhJfpeQA8tFRBQOBvB5xEopCtut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tum10MhJfpeQA8tFRBQOBvB5xEopCtut > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#vJxnIz4lzTtOl7lGgBDutuHLebPhxQJL { color:#333333;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.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb { 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; }#KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb > .row .container { background-color: transparent; background-image: none; }#KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb > .row .container > .video-iframe-container { display: none; }#KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb > .row > .video-iframe-container { display: none; }#KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb > .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); }#KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb > .row .container { border-width: 0; border-radius: 0; }#KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#eSv0AnOtrTX68J3PKoRPT0H0uho9zOcm { position:absolute;display:block;z-index:15000;height:7.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1 { 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; }#KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1 > .row .container { background-color: transparent; background-image: none; }#KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1 > .row .container > .video-iframe-container { display: none; }#KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1 > .row > .video-iframe-container { display: none; }#KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1 > .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); }#KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1 > .row .container { border-width: 0; border-radius: 0; }#KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#PXz6ESvx0oPtWWwVR5wOJ2ZLa1ChvwWm { color:#333333;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.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T { 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; }#sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T > .row .container { background-color: transparent; background-image: none; }#sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T > .row .container > .video-iframe-container { display: none; }#sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T > .row > .video-iframe-container { display: none; }#sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T > .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); }#sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T > .row .container { border-width: 0; border-radius: 0; }#sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#dOHxeSUhaXZ201ZnWq0a4cFqBE4yIfvo { box-sizing:content-box;height:10.625rem;width:20.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.34375rem;left:2.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#nxLZO0qqKJweMETh0lpLzT8WgDHSMtu4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.03125rem;left:1.9375rem; }
#TaxSbDJWBwfxoUntHFy5FG3iyl4wFyN5 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:7.03125rem;left:5.40625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rA3px7BE2TaGL90TPz4rBJPRnmskrmKL { box-sizing:content-box;height:10.625rem;width:20.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.5rem;left:27.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#BoaFq6kDBC1THKTLLOxbe41FiobXyZXw { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:7.03125rem;left:29.65625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8UhD57lkk8l0ozrodQnV5Fb2XKLNgrg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.1875rem;left:27.125rem; }
#kg44mOvltto75zl0fZRltGnLFFQkeZE8 { box-sizing:content-box;height:10.625rem;width:20.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.5rem;left:52.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#QK1XKZzI0qMyVntzfzfcHyC5MsZ2x3bt { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:6.21875rem;left:53.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLWNVPporeF3LDZ5Je79Hi7bbupS7h4m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.1875rem;left:52.125rem; }
#vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq { 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; }#vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq > .row .container { background-color: transparent; background-image: none; }#vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq > .row .container > .video-iframe-container { display: none; }#vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq > .row > .video-iframe-container { display: none; }#vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq > .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); }#vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq > .row .container { border-width: 0; border-radius: 0; }#vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#RcDwGwwaOTH7I5OJc1GVQV8tf1ldcKHo { color:#333333;display:block;width:63rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.5625rem;left:6rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2azMKcZOoikOdFWTCGzC4vPTtMRBWbP { background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(var(--color-secondary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:7.375rem;left:28.21875rem;display:block; }
#FZKpmnee5rcloKHE5aTsOxtKZgdSS4Ns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/830b39de-84dd-4efe-af4b-84485a57f474/4DS_85111.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb.adaptive-delivery-prevent-bg, #NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb.lazyload, #NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb.lazyloading { background-image: none; }#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb > .row .container { background-color: transparent; background-image: none; }#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.44); }#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb > .row .container > .video-iframe-container { display: none; }#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb > .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.44); }#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb > .row > .video-iframe-container { display: none; }#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb > .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); }#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb > .row .container { border-width: 0; border-radius: 0; }#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb::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; }#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb > .row .container { font-size:0.875rem;font-family:"open sans";height:32.1875rem;width:75rem;position:relative;display:block; }#DXlw61w6E67d0f0wXcOasIlDds4pvtlV { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:32.1875rem;width:30.75rem;top:0rem;left:8.875rem;display:block; }
#l5RGJW1VMOMOil570qnT5Q9bOrdCWUIo { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:11rem;left:12.6875rem;height:18.69140625rem;font-style:normal;display:block; }
#QtaTw1QnU9mM97mWwJA1tayMstDmfvh9 { color:rgba(var(--color-primary-3),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:3.9375rem;left:12.6875rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx { 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; }#BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx > .row .container { background-color: transparent; background-image: none; }#BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx > .row .container > .video-iframe-container { display: none; }#BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx > .row > .video-iframe-container { display: none; }#BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx > .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); }#BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx > .row .container { border-width: 0; border-radius: 0; }#BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I { 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; }#RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I > .row .container { background-color: transparent; background-image: none; }#RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I > .row .container > .video-iframe-container { display: none; }#RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I > .row > .video-iframe-container { display: none; }#RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I > .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); }#RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I > .row .container { border-width: 0; border-radius: 0; }#RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#AzGs07PR5aOW1GepCWSmzZMB0rv6vsdA { color:#333333;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.234375rem;left:0rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx { position:relative;display:block; }#F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx { background-color: transparent; background-image: none; }#F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx > .row .container > .video-iframe-container { display: none; }#F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx > .row > .video-iframe-container { display: none; }#F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx > .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); }#F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx { border-width: 0; border-radius: 0; }#F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx > .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; }#F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx > .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:21.5625rem;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:block; }#o1QvDeni0tJBbv9wUTc8y4oRzlqSKo8E { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-secondary-4),0.1) ;height:6.25rem;width:6.25rem;top:2.125rem;left:9.9375rem;display:block; }
#VvDHzg2CqecN9lxlz6hiXlup46q21hbZ { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));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:14.6875rem;width:20.5rem;top:5.125rem;left:2.8125rem;display:block; }
#dfZNFyXdbchDVbNCsqxAr5bOZc03OcVI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:11.8046875rem;left:6.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#dfZNFyXdbchDVbNCsqxAr5bOZc03OcVI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dfZNFyXdbchDVbNCsqxAr5bOZc03OcVI li:before{  }
#oZJeHsvyCDFJUgQJImdtLIRBdVsLOsxN { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));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:14.6875rem;width:20.5rem;top:5.125rem;left:27.25rem;display:block; }
#dT7C4wnWvhTtGLhLn7ThsLILrvvGRrn8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-secondary-4),0.1) ;height:6.25rem;width:6.25rem;top:2.125rem;left:34.375rem;display:block; }
#KmzQrlTtR0u5oTpUaD0SdTFFlxZa8i95 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:3.6875rem;left:11.5rem; }
#eiRTwdTXR1x9cMaQUralWTNXutXrA3Cm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:3.6875rem;left:35.9375rem; }
#OOmargXcTwlhNC8N9ZT9P16bTGQHmNOf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:9.244140625rem;left:5.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AUdFDSMiPg1P1Sw3iU8HzBbB5TgSTeGc { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.3125rem;left:30.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SRmBNrnH8G2ZrTCZmTARqe4q5yyxHKmI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:11.875rem;left:31.25rem;height:4.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#SRmBNrnH8G2ZrTCZmTARqe4q5yyxHKmI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SRmBNrnH8G2ZrTCZmTARqe4q5yyxHKmI li:before{  }
#r44JuKFcGmS6JWn9C1Ji7nhTzTrStKCk { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));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:14.6875rem;width:20.5rem;top:5.125rem;left:52.25rem;display:block; }
#bshIMLpLVAVGDSJNx6Xig8zBR7eicg7K { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1;letter-spacing:0;top:11.8125rem;left:55.6875rem;height:6.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#bshIMLpLVAVGDSJNx6Xig8zBR7eicg7K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bshIMLpLVAVGDSJNx6Xig8zBR7eicg7K li:before{  }
#At0qUmxINJvx6OTeFkUCxTEGxT6SfLeU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:9.25rem;left:55.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UuvzJEUqDiQ0zWqvs7ggAV5NFx6BHZuL { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-secondary-4),0.1) ;height:6.25rem;width:6.25rem;top:2.125rem;left:59.375rem;display:block; }
#gbr9liuAZ853ryhyzRvD7Li7v7ThsgsF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:3.6875rem;left:60.9375rem; }
#Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw { position:relative;display:block; }#Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw { background-color: transparent; background-image: none; }#Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw > .row .container > .video-iframe-container { display: none; }#Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw > .row > .video-iframe-container { display: none; }#Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw > .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); }#Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw { border-width: 0; border-radius: 0; }#Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw > .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; }#Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw > .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:21.5625rem;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:block; }#HFaXgb32dXphXTrHQkIBkT9SAm1dwTR0 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-secondary-4),0.1) ;height:6.25rem;width:6.25rem;top:2.125rem;left:9.9375rem;display:block; }
#Pv0fGzhT4Jsyip2ItlXuZ0c0gDkXkLOV { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));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:14.6875rem;width:20.5rem;top:5.125rem;left:2.8125rem;display:block; }
#mTVXuUUBDtEf5T4sOTo5uKSC0hvDI5Nf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:11.875rem;left:4.90625rem;height:5.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#mTVXuUUBDtEf5T4sOTo5uKSC0hvDI5Nf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mTVXuUUBDtEf5T4sOTo5uKSC0hvDI5Nf li:before{  }
#imBrwZnHO9G9JKab4aDrAD68TTLOfC12 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));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:14.6875rem;width:20.5rem;top:5.125rem;left:27.25rem;display:block; }
#GoBdDS6ECrZLTxInMBmC6JomHBnUpATN { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-secondary-4),0.1) ;height:6.25rem;width:6.25rem;top:2.125rem;left:34.375rem;display:block; }
#PWCvJwALfvTJlLeWFZm0pri8FoPkz1TI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:3.6875rem;left:11.5rem; }
#tBmHRlTid9Tn4urJgVCe5w5VwZJRayBG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:3.6875rem;left:35.9375rem; }
#gMtnJusJTAeRcKEqTR9FT9moxyf8OG9a { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:9.25rem;left:4.71875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZrvOXGPBpxT52f6wJnxLyERqyFaxO5OI { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.25rem;left:30.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qheElPKwGt2GRBnZiOhnFBRODcCLKqGH { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));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:14.6875rem;width:20.5rem;top:5.125rem;left:52.25rem;display:block; }
#AVP24xfL4aXbRpK3e7KgGqaUoOhhtBJU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1;letter-spacing:0;top:11.8125rem;left:55.6875rem;height:3.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#AVP24xfL4aXbRpK3e7KgGqaUoOhhtBJU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AVP24xfL4aXbRpK3e7KgGqaUoOhhtBJU li:before{  }
#TcXcsGihtTKchDuSZTnpBsa7rtWUBBm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:9.25rem;left:55.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZV8wufgMODNx9GveOmrl3m1tPJz6Kpd { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-secondary-4),0.1) ;height:6.25rem;width:6.25rem;top:2.125rem;left:59.375rem;display:block; }
#KyZBbUko5X9XX1SfyhiIViJXf2VZKbwV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:3.6875rem;left:60.9375rem; }
#VIDclSDGqU48mz7OvykpcN2SGO5O1y9H { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:11.875rem;left:29.25rem;height:5.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VIDclSDGqU48mz7OvykpcN2SGO5O1y9H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VIDclSDGqU48mz7OvykpcN2SGO5O1y9H li:before{  }
#yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT { 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; }#yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT > .row .container { background-color: transparent; background-image: none; }#yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT > .row .container > .video-iframe-container { display: none; }#yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT > .row > .video-iframe-container { display: none; }#yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT > .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); }#yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT > .row .container { border-width: 0; border-radius: 0; }#yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:#333333;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zGyzSBrmKvsO8NAbsMDD0f54H28ffJTK { color:#333333;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:7.375rem;left:9.125rem;height:7.472625rem;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-secondary-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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:54.6875rem;top:12.8125rem;left:8.75rem;display:block; }
#UOFpvXJlI5nwtiMi7WIfQmun968sCJf2 { color:#333333;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:7.375rem;left:9.125rem;height:7.472625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV > .row .container { background-color: transparent; background-image: none; }#ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV > .row .container > .video-iframe-container { display: none; }#ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV > .row > .video-iframe-container { display: none; }#ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV > .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); }#ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV > .row .container { border-width: 0; border-radius: 0; }#ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV > .row .container { font-size:0.875rem;font-family:"open sans";height:31.375rem;width:75rem;position:relative;display:block; }#fFIwTbaXcJDzP7wgJhsRLaykg0GUDpgl { box-sizing:content-box;height:24.8125rem;width:19.875rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.25rem;left:-3.5625rem;display:block; }
#mH3vwzImMx2t4FJc9LLsw4iZQhkDgHW9 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.1875rem;width:42.8125rem;top:2.3125rem;left:0rem;display:block; }
#VE0okstEJeZl4fXXNR7OUKNh8PoE7F03 { 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:2.3125rem;left:44.25rem;overflow:hidden;display:block; }
#REkDTw96QvCOZl4DxBst45FEm2uBAhf6 { 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:2.3125rem;left:60rem;overflow:hidden;display:block; }
#MzkRk6n9WHRlN6Ic93qVHfaO0wOecVD2 { 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:13.125rem;left:60rem;overflow:hidden;display:block; }
#NcVAmcetPWT10FxHpfuMZ2izoGPLrMPC { 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:13.1875rem;left:44.25rem;overflow:hidden;display:block; }
#olwqAeD24OiPssS99Nhl71pT0yLURDl1 { box-sizing:content-box;color:#333333;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:25.0625rem;left:46.375rem;display:block; }
#MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { color:#333333;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:25.65625rem;left:46.625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ILx3KANC1XHfHatBILq1v8XDOUaAVPFL { box-sizing:content-box;height:23.5rem;width:16.3125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.875rem;left:23.1875rem;display:block; }
#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T { 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; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row .container { border-width: 0; border-radius: 0; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;position:relative;display:none; }#wPT6LACqxe0F63eV8Tu5BU8fGXnL6deo { 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:0.875rem;left:10.1875rem;overflow:hidden;display:block; }
#CULrSaR5pAV5g9F3cq8wCozv0sSt8cd6 { 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:0.875rem;left:19.25rem;overflow:hidden;display:block; }
#d6SELLh2dXcT4q6ynzMcxNEOevm50ihf { 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:0.875rem;left:28.4375rem;overflow:hidden;display:block; }
#l6tZdI7ngCDbswumqoo0y9Roza2O8mWI { 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:0.875rem;left:46.4375rem;overflow:hidden;display:block; }
#ILRrIeplAhyqCwGMPQ6RWzqCgkd9GRyz { 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:0.875rem;left:37.25rem;overflow:hidden;display:block; }
#OZWCopGxdkGPWIqaW9QhlugQSSqekL83 { 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; }
#RvlVJlxU0BlbQQKre77Mst6zfqs3Xv9l { 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; }
#gkBsV9fwZWNWWNDP9MTgVa3foOKNxT2T { 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:17.999134063721rem;left:10.125rem;overflow:hidden;display:block; }
#THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));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; }#THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC > .row .container { background-color: transparent; background-image: none; }#THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC > .row .container > .video-iframe-container { display: none; }#THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC > .row > .video-iframe-container { display: none; }#THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC > .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); }#THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC > .row .container { border-width: 0; border-radius: 0; }#THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#Ir6tPleA0E0fKd1HcK4JUe3LtGTkvDzK { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-4),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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:12.9375rem;display:block; }
#XsemIWaC7RRiwmBicMg4Arlch0BRR3Vq { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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.875rem;left:12.9375rem;display:block; }
#MmPGTtIcqm7ErSuQDFdcuPiNU8v3oAH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;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.25rem;left:14.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M0LTxLeE7AE0qEasNVunxZffGTPBGGCM { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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:4.25rem;width:43.875rem;top:3.5rem;left:23.5rem;display:block; }
#r5pCBt3Hq9eyIhmzTf8SKDoriA0KflHS { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8125rem;position:absolute;font-family:dosis;font-size:3.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.47265625rem;left:12.75rem;height:4.3056625rem;display:block; }
#nNUlqq4VcUtc0SNWn0Mw20QAWSvmrthT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:4.25rem;width:24.1875rem;top:8.375rem;left:11.75rem;display:block; }
#FIgXI0dV37piV4zi2pEcqbzTlCDTwppc { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:dosis;font-size:3.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.375rem;left:13.125rem;height:4.3056625rem;display:block; }
#NzmzEti6mKcRUgei8Lmq0t54yP3BTusN { 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:17.0625rem;width:17.0625rem;top:2.8125rem;left:-8rem;overflow:hidden;display:block; }
#cq9X1qIkAsO0OWR9z4wcsM76qOgHT0rf { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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:4.25rem;width:42.25rem;top:3.5rem;left:23.5rem;display:none; }
#dZS45TKslg6IZG2FzxvbTHTJzwxLRQNo { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/63afe189-6d74-4961-8ef6-e63de146f6b0/DSC01450.JPG");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.625rem;width:24.5625rem;top:14.25rem;left:37.5625rem;display:block; }#dZS45TKslg6IZG2FzxvbTHTJzwxLRQNo.adaptive-delivery-prevent-bg, #dZS45TKslg6IZG2FzxvbTHTJzwxLRQNo.lazyload, #dZS45TKslg6IZG2FzxvbTHTJzwxLRQNo.lazyloading { background-image: none; }
#KbgTqgEg55z94GRyavqtQX2zihZJZufe { 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; }#KbgTqgEg55z94GRyavqtQX2zihZJZufe > .row .container { background-color: transparent; background-image: none; }#KbgTqgEg55z94GRyavqtQX2zihZJZufe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbgTqgEg55z94GRyavqtQX2zihZJZufe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbgTqgEg55z94GRyavqtQX2zihZJZufe > .row .container > .video-iframe-container { display: none; }#KbgTqgEg55z94GRyavqtQX2zihZJZufe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbgTqgEg55z94GRyavqtQX2zihZJZufe > .row > .video-iframe-container { display: none; }#KbgTqgEg55z94GRyavqtQX2zihZJZufe > .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); }#KbgTqgEg55z94GRyavqtQX2zihZJZufe > .row .container { border-width: 0; border-radius: 0; }#KbgTqgEg55z94GRyavqtQX2zihZJZufe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KbgTqgEg55z94GRyavqtQX2zihZJZufe > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#Gr9ZBGVVOANPLcLCkWBuiDskDTMTHfZC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.9375rem;left:19.25rem;height:4.79345625rem;font-style:normal;display:block; }
#bCRzJWzHPgpHETBOWUDWSlhG3fhJbT9I { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8125rem;left:16.8125rem;height:2.03125rem;font-style:normal;display:block; }
#UCnzS63UEbEzNPCgXpO1rDhu3HtXE7Mn { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:12.4375rem;height:0;font-style:normal;display:none; }
#M8bzfHa531zxcmAgwDhqiMbsfrdfQuSe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:13.1875rem;height:0;font-style:normal;display:none; }
#BJHzdkq0DwVpOCSobv53kVBI0qycTxEs { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:16.25rem;width:16.25rem;top:1.84375rem;left:0rem;display:none; }
#mCyIQAXW0d1vHbe4v2duTQvVTRSX3ZN4 { color:rgba(var(--color-primary-2),1);display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:13.0625rem;height:9.505875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl { 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; }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl.adaptive-delivery-prevent-bg, #Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl.lazyload, #Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl.lazyloading { background-image: none; }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .row .container { background-color: transparent; background-image: none; }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.71); }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .row .container > .video-iframe-container { display: none; }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .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.71); }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .row > .video-iframe-container { display: none; }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .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); }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .row .container { border-width: 0; border-radius: 0; }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl::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; }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#x02sRSbRrqN2A9nHpNf3A5zucqvXJsZ7 { 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:-5.75rem;overflow:hidden;display:block; }
#hQkT051zwPLD08h5Esi4wSsi1WOUUMGm { 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:70.5rem;overflow:hidden;display:block; }
#z2cqtNlE6hTdTRmgIggoiLGGS2P9TJTT { 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;top:2.5625rem;left:11.5625rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xOnnlTo7R9ezdMhmETVKD1ah0KKD4Q7L { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;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.125rem;left:19.3125rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA { 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; }#wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA > .row .container { background-color: transparent; background-image: none; }#wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA > .row .container > .video-iframe-container { display: none; }#wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA > .row > .video-iframe-container { display: none; }#wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA > .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); }#wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA > .row .container { border-width: 0; border-radius: 0; }#wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#PtTKOZaeTqZCqHdqJO4y15iQTRiWnOL7 { 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-secondary-4),0.19) ;height:14.5625rem;width:26rem;top:7.75rem;left:9.0625rem;display:block; }
#yBEGFgaNloGVmAru2cT1BlQxAvC7Vkkf { 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-secondary-4),0.19) ;height:14.5625rem;width:26rem;top:7.875rem;left:39.3125rem;display:block; }
#KdWt5CGmBAQrps4TbBuJmOMrKN8Qml73 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-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:12.8125rem;width:20.75rem;top:11.625rem;left:46.375rem;display:block; }
#IwHTXTqk1WTog0JnT3tT1vrIbclMU4nF { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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; }
#Q9sTGEfzTOJEJRaOOF6xApPMA4qd3Qes { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-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:14.25rem;width:22.625rem;top:9.375rem;left:7.625rem;display:block; }
#iXG9aObPEdlu4CPRTJNMMi65446GXh0O { 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; }
#EdkIugW5a5MM3fzOFVZLtUUrhcn1A1cD { 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; }
#pMJfpHFS67PhHd4T5pps1RUPGQtH0ZAO { 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; }
#ac7IXGSFSXZn8eQseIAb78P44hzxTmgs { 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; }#ac7IXGSFSXZn8eQseIAb78P44hzxTmgs > .row .container { background-color: transparent; background-image: none; }#ac7IXGSFSXZn8eQseIAb78P44hzxTmgs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac7IXGSFSXZn8eQseIAb78P44hzxTmgs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac7IXGSFSXZn8eQseIAb78P44hzxTmgs > .row .container > .video-iframe-container { display: none; }#ac7IXGSFSXZn8eQseIAb78P44hzxTmgs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac7IXGSFSXZn8eQseIAb78P44hzxTmgs > .row > .video-iframe-container { display: none; }#ac7IXGSFSXZn8eQseIAb78P44hzxTmgs > .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); }#ac7IXGSFSXZn8eQseIAb78P44hzxTmgs > .row .container { border-width: 0; border-radius: 0; }#ac7IXGSFSXZn8eQseIAb78P44hzxTmgs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ac7IXGSFSXZn8eQseIAb78P44hzxTmgs > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#wVVnOahR2x45G113Xh4fDLH2e11HkReU { color:rgba(var(--color-tertiary-0),1);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; }
#cLF0eGtOOMMkJCMWpSwBDcUDhLblqcms { color:rgba(var(--color-tertiary-0),1);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; }
#tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp { 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; }#tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp > .row .container { background-color: transparent; background-image: none; }#tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp > .row .container > .video-iframe-container { display: none; }#tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp > .row > .video-iframe-container { display: none; }#tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp > .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); }#tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp > .row .container { border-width: 0; border-radius: 0; }#tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#T7qbR0MraaIikP3opB55M44fsZZvM33W { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:1.25rem;left:0rem;display:block; }
#Atzf3ONeyJnXt30NtDiTcPh0K2ShVvDT { 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; }#Atzf3ONeyJnXt30NtDiTcPh0K2ShVvDT > .row .container { border-width: 0; border-radius: 0; }#Atzf3ONeyJnXt30NtDiTcPh0K2ShVvDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Atzf3ONeyJnXt30NtDiTcPh0K2ShVvDT > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:none; }#VE48sVqL6zcoTffTiNIQaarww2prcfqx { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:1.25rem;left:0rem;display:none; }
#zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR { 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; }#zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR > .row .container { background-color: transparent; background-image: none; }#zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR > .row .container > .video-iframe-container { display: none; }#zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR > .row > .video-iframe-container { display: none; }#zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR > .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); }#zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR > .row .container { border-width: 0; border-radius: 0; }#zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#yxVrWQfXJTxUGtDqzQnHUUGbGyUqIaOG { 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; } #yxVrWQfXJTxUGtDqzQnHUUGbGyUqIaOG > .row .container { position:relative;display:block; }#IPHzTR8oXhvA3RIVLBXO997M1QCwaZbW { 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; } #IPHzTR8oXhvA3RIVLBXO997M1QCwaZbW > .row .container { position:relative;display:block; }#LdMvJMvvPo0mGPlNfHeyzA7DBdZ6c8qN { 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; } #LdMvJMvvPo0mGPlNfHeyzA7DBdZ6c8qN > .row .container { position:relative;display:block; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.0625rem;width:75rem;position:relative;display:block; }#qLVscSOSBdHXaiPzB7VKBs44vpMVSxNB { background-color:rgba(var(--color-secondary-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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"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.28125rem;left:19.625rem;display:block; }
#ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGlWy1z6otmVfKIcTkOkNvGtJCfgHU0E { 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:6.625rem;width:5.625rem;top:1.21875rem;left:53rem;overflow:hidden;display:block; }
#Fg152R4TqDtEzRMVXQ7UX9hnTyUUFSIA { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:5.1875rem;top:1.5rem;left:10.0625rem;overflow:hidden;display:block; }
#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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-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: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-secondary-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-secondary-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:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:rgba(var(--color-secondary-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: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-0),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:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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-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: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-secondary-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-secondary-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:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:rgba(var(--color-secondary-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: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-0),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:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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-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: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-secondary-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-secondary-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; }
#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row .container { background-color: transparent; background-image: none; }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row .container > .video-iframe-container { display: none; }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row > .video-iframe-container { display: none; }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .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); }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row .container { border-width: 0; border-radius: 0; }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#TD9SsJkiVkTiMF9r5obnsQVdqp4obWVS { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:37.375rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#HzLbZWIFOl5CRR3dGmJbWc6xKkF7HE34 { color:rgba(var(--color-tertiary-0),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: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:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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-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: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-secondary-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-secondary-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:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:rgba(var(--color-secondary-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: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-0),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:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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-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: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-secondary-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-secondary-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:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:rgba(var(--color-secondary-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: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-0),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-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: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-secondary-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-secondary-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:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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-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: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-secondary-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-secondary-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:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:rgba(var(--color-secondary-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: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-0),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:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:rgba(var(--color-secondary-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: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-secondary-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:rgba(var(--color-primary-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: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:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:17.875rem;width:75rem;position:relative;display:block; }#Tnre1WTvv8zvg1tgxzMhPVFRxpSiQNgD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;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:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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-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: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-secondary-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-secondary-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:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:rgba(var(--color-secondary-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: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-0),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-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: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-secondary-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-secondary-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; }
#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd { 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; }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row .container { background-color: transparent; background-image: none; }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row .container > .video-iframe-container { display: none; }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row > .video-iframe-container { display: none; }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .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); }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row .container { border-width: 0; border-radius: 0; }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#uM7Cd7FtJ7e6aVrAHW6m1yKo7v4LbUMz { color:#333333;display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:1.625rem;left:15.53125rem;height:4.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BLguI98vQQFFal4UUXhahxsMDlX53gsz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/8bFg3Mlc/form_background.svg");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; }#BLguI98vQQFFal4UUXhahxsMDlX53gsz.adaptive-delivery-prevent-bg, #BLguI98vQQFFal4UUXhahxsMDlX53gsz.lazyload, #BLguI98vQQFFal4UUXhahxsMDlX53gsz.lazyloading { background-image: none; }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row .container { background-color: transparent; background-image: none; }#BLguI98vQQFFal4UUXhahxsMDlX53gsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row .container > .video-iframe-container { display: none; }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row > .video-iframe-container { display: none; }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .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); }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row .container { border-width: 0; border-radius: 0; }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#QT22AyeauTrcoFsV3ZObI1bKkQHMVwix { box-sizing:content-box;height:19.0625rem;width:19.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;top:8.6875rem;left:46.0625rem;border-top:1.25rem solid rgba(var(--color-secondary-0),1);border-left:1.25rem solid rgba(var(--color-secondary-0),1);border-right:1.25rem solid rgba(var(--color-secondary-0),1);border-bottom:1.25rem solid rgba(var(--color-secondary-0),1);display:block; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-form-header {  }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-input-text {padding-top: 0; padding-bottom: 0;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-input-select {padding-top: 0; padding-bottom: 0;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.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-secondary-4),0.3) ; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws [class*="-text"]:-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws [class*="-text"]::-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-container:first-of-type{padding-top:0;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-container:last-of-type{padding-bottom:0;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws  { 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-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),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-secondary-4),0.15) ;left:6.6875rem;top:5.75rem;z-index:15001;position:absolute; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.125rem;display:block;vertical-align:top; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws {display:block;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws { 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-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),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-secondary-4),0.15) ;left:6.6875rem;top:5.75rem;z-index:15001;position:absolute; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #f9gN7z2Zc8t3zGWWChfMJ7TA9Z5H48af { position:relative; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #baWQQxH823w80cDq7Q9zDDk8HPmfkSm1 { position:relative;display:none; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #XV7ytZHJlRXP7cGqI8swrdHQeXT7yThH { position:relative; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #LQu5nshqGXRvvlchwsJBF3uNuVuxKrn3 { position:relative; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #w9yCIg6GhafZFkMzsX4OHyJrCyVC830H { position:relative;display:none; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #aRi5i0OB5cCvb0CLUpo3zFKh6qdTsGdQ { position:relative; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #gqmUd1aU3bkf3f3lXopvgDWuELpCu3JH { position:relative; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #eG0olhTq23W8II85qoOA2VWTNfDu8Xlo { position:relative;display:none; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #bJ2TcZId8O2sfSD5MAnW0HJVLfR944da { position:relative; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #ATKHBgkZcUWW14E91B6zThxi9hF79XcQ { position:relative; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #rvABxtNfrih9XfCRtxdRw9xBkoSTTFUO { position:relative;display:none; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #nTSSfo93E9PLKGIIDRVwAAcg1FlHkIKv { position:relative; }
#VrcwEkx5MfX3wh25ddKkzWBEQNvkQGKB { position:relative;display:block; }
#HSMWy1twyEGemVM772uo4Tpv1CJ1Ig4b { position:relative;display:block; }
#F9IMMQXriZMhWUMXLlHwRnUtTKDx2Onl { position:relative;display:block; }
#Efzl3Wqa3UAwc4EHzdcg7TAb5FSONzNq { position:relative;display:block; }
#zZZ6A3SNE2JdZ8yF0r9SQxPVD1z3anne { position:relative;display:block; }
#JS2HwMN2Baa7LcREPhXsTlaLQuvwa4kg { position:relative;display:block; }
#O8GePyWEARMEc35eSsATxFLyNRPWBraD { position:relative;display:block; }
#IDkJqRn4mk4VLm1as62eNnsymhwHWIog { position:relative;display:block; }
#JPTgeVqr26Ex2TZBS098Asirk6DUFhUa { position:relative;display:block; }
#qtTC7WiTihWX5xvRc3C733NsOdUAatRL { position:relative;display:block; }
#cepc6e1QZ6thDGbhO6bL8G2Cvtr9W2FH { position:relative;display:block; }
#B8CDWUIVBlAP4hCtomJu0oAI9TQV3u42 { position:relative;display:block; }
#FZ5cQ2LXgUEZpvnuALwwCkN7of9um8XT { position:relative;display:block; }
#ebEqfDnx1kyy8EvJea9HyuQwWD5FGGOg { position:relative;display:block; }
#k0zL9ySh0KoCM9wk30g4yxRhI6DWibF3 { position:relative;display:block; }
#s2P3oE8v9i85RiswHpTIXiV47T6tXKov { position:relative;display:block; }
#QfM3UitNLEX0lhlZbVAc6QeoDEoaKEu3 { position:relative;display:block; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #XLWPDgrNamW3JrSShRRTckzTlyOND3wD { position:relative; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #fwJk0Qhk2irFTMgVXuSrS30b7ktLW8AC { position:relative; }
#vACmnz2COfJnSJ8TrZDprirO5T1mxBsL { 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:12.5625rem;width:12.5625rem;top:13.1875rem;left:50.5625rem;overflow:hidden;display:block; }
#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG { 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; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.adaptive-delivery-prevent-bg, #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.lazyload, #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.lazyloading { background-image: none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container { border-width: 0; border-radius: 0; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:none; }#ukTELLey1POy6BdkC8XUxdcuVOBFyOR5 { 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; }
#dc1kaLkfIOh2rurpA2ftv5OrqOEKdvxD { 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.9746125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ySdsq7sCf24UaepM873v5FSG52tWGeU5 { display:block; }#ySdsq7sCf24UaepM873v5FSG52tWGeU5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bS6uepbItG6qb2lXO94qXXklSu75lMe0 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykadNGAzPLqxtP5HWFRrPaZkZ58B6vqr { display:block; }
 }@media only screen and (max-width: 763px) { #vTwTBS8iqQ7uXQ9fAEhg9Nl61VoUvg49 { width:10.3125rem;height:3.375rem;top:1.25rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkG3xOfQQkrJaWo5zW1GNueE8473no0U { display:block; }
 }@media only screen and (max-width: 763px) { #opVTKiidtPR3JCgnuv7xSNbOo6Z8bf3p { width:10.3125rem;height:3.375rem;top:1.25rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsbiGqdVMExbo1t0e3CzsHNeaPr8l1mX { display:block; }
 }@media only screen and (max-width: 763px) { #hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 { display:block; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8Gdb74dllbaeGiAteWG4pAUZkNToI6V { display:block; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSCc0APJiEIghnb6ElLrIZIfMkTlTkmB { width:15.375rem;height:2.75rem;top:0.875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0tnNafRnqP7za2lR68qq3N5gIf2Rh3t { width:9.9375rem;height:1.125rem;top:1.125rem;left:37.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0P9IGOBhSVOcC1OZyWQiqOqxpesmKdv { width:2.875rem;height:2.875rem;top:0.8125rem;left:38.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLHbi2UwtsAwb3MTKUSnTA4oUXk5Ze5q { width:11.75rem;height:0.875rem;top:2.4375rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCVVMNQgskv6V3kVQ6gyFbFhTfQuMIcb { width:10rem;height:2.75rem;top:7.5rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChrcBkFN9Tx4siiGXifRK16ifRVI65ii { width:2.875rem;height:2.875rem;top:7.4375rem;left:44.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuB3ETK2FescOMlpDEnV4y0GFZrM4OFM { width:5.625rem;height:1.125rem;top:7.75rem;left:42.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Zsv9rUZJDBLULRdTCPoBwr9B1H2aIi { width:5.375rem;height:0.875rem;top:9.0625rem;left:42.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8nWnQycNnWTTpf3eePupwuaODzy0G56 { width:12.8125rem;height:2.75rem;top:4.25rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXT2URAHJS6sMuFWMwRvC0NXEpnogyrT { width:10.375rem;height:0.875rem;top:5.6875rem;left:37.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn8C1CH2p1ByTN4yhx9u0UwmulQGW13N { width:2.875rem;height:2.875rem;top:4.25rem;left:40.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0s2ZWD0FtUetcVKBafHIZffoihroefy { width:9.9375rem;height:1.125rem;top:4.5rem;left:37.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TATDT8BxQag8y7tHsRcfsAyZZT2CVvdO { width:7.6875rem;height:7.6875rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJq3XsVhtQ3bmq1I6kU8g9CiWCKQrFv1 { width:9.375rem;height:9.125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkqmHbqVWPRdRc0TfXkuBehQg3dIHEiR { width:7.8125rem;height:7.8125rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRgG52QdcpN66sveLiKbMlTEfTZZCNPW { width:23.0625rem;height:11.375rem;top:0rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmIiTptnruFwh3JJIefIPlzGFIPEUXLD { width:14rem;height:2.75rem;top:10.8125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMEDtgG7sUh6qXh36Pn8T58P11yULMUO { width:10.6875rem;height:1.125rem;top:11.125rem;left:37.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1AbPDg5bXOzQu7wIqK8u5TV0qu5W4dD { width:2.875rem;height:2.875rem;top:10.6875rem;left:39.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEH4vBCWx3ceTGJzZXdMzb5lVH9qXb9D { width:10.375rem;height:0.875rem;top:12.375rem;left:37.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd { display:block; }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUkOxNfq2ZFsSb9b2yomudHD9IJUU3G5 { top:5.1875rem;left:0rem;width:25.375rem;height:3.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTCrcwnd1P5OMIQPrFrXRA5M8PRVLssR { top:9.6875rem;left:0.25rem;width:15rem;height:3.875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcu89PrynQDtesHz2fsTUhlbOIVca2U3 { top:18.9375rem;left:0rem;width:30.6875rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gui8zfKMTa23mB5CqLu7vrA1l2iq4O7n { width:15.6875rem;height:3.375rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqlHiUxQwQVyPeBXDT9WisgLEO1DOOdu { display:block; }
 }@media only screen and (max-width: 763px) { #p2Zlqz625bzEt3D2tiCB7Tervbxb2V2C { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXmzu3mTk6DC9nATB2XFXETSuZfBA8Mo { width:31.25rem;height:31.25rem;top:6.1875rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WISpOIpiB3AmlXBVTLGCdMAmCxa1DGfV { width:25.4375rem;height:4.4375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdpL84y835FyEOhIN8JBk2dMLdp2T4pA { width:14.25rem;height:3.8125rem;top:9.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyxElUz7sHdcSlORC9UoxWOdozzDHNIe { top:4.75rem;left:2.3125rem;width:2.75rem;height:2.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITuEWcwuZ8VnTy6ZVITyTXIvtqJbcd8R { width:13.25rem;height:13.25rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMNlJISwdgi8XMswgoHg3we6MsEK50ag { width:5.375rem;height:5.375rem;top:3.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xA24v3c49KBqIAdCZlE41RHwN3ew8OIZ { width:15.25rem;height:4rem;top:4.125rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HiE1r0Dgg3KJcQHDmRFHHDuoQ3DwbmkM { top:44.125rem;left:0rem;width:13.875rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dk6EQqmEwOa7KBaDJyQ5miHKRpXXxqaw { top:23.625rem;left:0rem;width:30.3125rem;height:1.1875rem;font-size:1.0625rem;display:block; }#Dk6EQqmEwOa7KBaDJyQ5miHKRpXXxqaw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee0049d7fbac804d8a33cb3e3c03415c.svg); }
 }@media only screen and (max-width: 763px) { #mTo1nc6ruIPRN9mA7VKBHSvCeo5dski3 { width:31.125rem;height:4rem;top:2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q76hKvgEJSvh9R1WXI63NeggdJi7PQJJ { top:14.3125rem;left:0rem;width:25.875rem;height:2.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8qAHATsHa9gAueqsGdbCiMVMz6yWN04 { width:25.875rem;height:3.625rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2J68WJ6wxwyzIWq9SPgSFfR7nwInyb5 { top:9.4375rem;left:9.5625rem;width:2.75rem;height:2.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm { display:none; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LxvFP6O8iWVwEuPibwDdyl7VOgHlJVql { width:19.25rem;height:4.875rem;top:3.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auw2zn5Ka1wkrTd9mH5RTMKs8mLKrcau { width:6.625rem;height:6.625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz6MXkAcp5Mx3oGJETmDOCCn47T63c7T { width:15.375rem;height:2.75rem;top:0.875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmLo6bK0raPPK2KebbTNMg1VOE8vEmEM { width:9.9375rem;height:1.125rem;top:1.125rem;left:37.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbdTTLdTc5Tr6g4eE2RExkGEDC30FK86 { width:2.875rem;height:2.875rem;top:0.8125rem;left:38.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahSSirw2XUFGLc4yHFTMlBdIf1dOUIAV { width:11.75rem;height:0.875rem;top:2.4375rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAL5FQ6rq8OqRFwbJMCgfbO09obRdemk { width:10rem;height:2.75rem;top:7.5rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRmi0coxbD2sWzbMPq0w6qDMpSDzNz2i { width:2.875rem;height:2.875rem;top:7.4375rem;left:44.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx7t3TzNxXVNSQZmfV5T5hxrZNLx2oA1 { width:5.625rem;height:1.125rem;top:7.75rem;left:42.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD6Ano96KnEsNNQV32a4MoFnrLqFTOfv { width:5.375rem;height:0.875rem;top:9.0625rem;left:42.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdesbQ7vimkGn7B2rNEF31Emp7FAJVwA { width:12.8125rem;height:2.75rem;top:4.25rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtcJ1idn8dU9s6GP8tesNyBfCoKMcBzB { width:10.375rem;height:0.875rem;top:5.6875rem;left:37.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5UnKTo7vNnn2aziqDmCE7RwGIQFBw9q { width:2.875rem;height:2.875rem;top:4.25rem;left:40.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ICEsLEpLlWdHcALaA5BwcgZVQPBS3M { width:9.9375rem;height:1.125rem;top:4.5rem;left:37.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tum10MhJfpeQA8tFRBQOBvB5xEopCtut { display:block; }#tum10MhJfpeQA8tFRBQOBvB5xEopCtut > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJxnIz4lzTtOl7lGgBDutuHLebPhxQJL { top:1.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb { display:block; }#KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSv0AnOtrTX68J3PKoRPT0H0uho9zOcm { width:47.75rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1 { display:block; }#KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXz6ESvx0oPtWWwVR5wOJ2ZLa1ChvwWm { top:1.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T { display:block; }#sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOHxeSUhaXZ201ZnWq0a4cFqBE4yIfvo { width:20.5rem;height:10.625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxLZO0qqKJweMETh0lpLzT8WgDHSMtu4 { width:3.125rem;height:3.125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaxSbDJWBwfxoUntHFy5FG3iyl4wFyN5 { top:7rem;left:0.84375rem;width:14.1875rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA3px7BE2TaGL90TPz4rBJPRnmskrmKL { width:20.5rem;height:10.625rem;top:3.5rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoaFq6kDBC1THKTLLOxbe41FiobXyZXw { top:7rem;left:15.96875rem;width:15.6875rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8UhD57lkk8l0ozrodQnV5Fb2XKLNgrg { width:3.125rem;height:3.125rem;top:3.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg44mOvltto75zl0fZRltGnLFFQkeZE8 { width:20.5rem;height:10.625rem;top:3.5rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK1XKZzI0qMyVntzfzfcHyC5MsZ2x3bt { top:6.1875rem;left:30.375rem;width:17.25rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLWNVPporeF3LDZ5Je79Hi7bbupS7h4m { width:3.125rem;height:3.125rem;top:3.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq { display:block; }#vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcDwGwwaOTH7I5OJc1GVQV8tf1ldcKHo { top:1.5625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2azMKcZOoikOdFWTCGzC4vPTtMRBWbP { width:18.5625rem;height:3.25rem;top:7.375rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZKpmnee5rcloKHE5aTsOxtKZgdSS4Ns { display:block; }
 }@media only screen and (max-width: 763px) { #NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb { display:block; }#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXlw61w6E67d0f0wXcOasIlDds4pvtlV { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5RGJW1VMOMOil570qnT5Q9bOrdCWUIo { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtaTw1QnU9mM97mWwJA1tayMstDmfvh9 { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx { display:block; }#BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I { display:block; }#RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzGs07PR5aOW1GepCWSmzZMB0rv6vsdA { width:47.75rem;height:4.4375rem;top:1.1875rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx { display:block; }#F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1QvDeni0tJBbv9wUTc8y4oRzlqSKo8E { width:6.25rem;height:6.25rem;top:2.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvDHzg2CqecN9lxlz6hiXlup46q21hbZ { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfZNFyXdbchDVbNCsqxAr5bOZc03OcVI { top:11.75rem;left:1.6875rem;width:12.5rem;height:;font-size:1.375rem;display:block; }#dfZNFyXdbchDVbNCsqxAr5bOZc03OcVI li:before{  }
 }@media only screen and (max-width: 763px) { #oZJeHsvyCDFJUgQJImdtLIRBdVsLOsxN { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT7C4wnWvhTtGLhLn7ThsLILrvvGRrn8 { width:6.25rem;height:6.25rem;top:2.125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmzQrlTtR0u5oTpUaD0SdTFFlxZa8i95 { width:3.125rem;height:3.125rem;top:3.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiRTwdTXR1x9cMaQUralWTNXutXrA3Cm { width:3.125rem;height:3.125rem;top:3.6875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOmargXcTwlhNC8N9ZT9P16bTGQHmNOf { top:9.1875rem;left:1.125rem;width:13.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUdFDSMiPg1P1Sw3iU8HzBbB5TgSTeGc { top:9.3125rem;left:17rem;width:13.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRmBNrnH8G2ZrTCZmTARqe4q5yyxHKmI { top:11.875rem;left:17.5625rem;width:12.5rem;height:4.4375rem;font-size:1.375rem;display:block; }#SRmBNrnH8G2ZrTCZmTARqe4q5yyxHKmI li:before{  }
 }@media only screen and (max-width: 763px) { #r44JuKFcGmS6JWn9C1Ji7nhTzTrStKCk { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bshIMLpLVAVGDSJNx6Xig8zBR7eicg7K { top:11.8125rem;left:32.875rem;width:12.5rem;height:;font-size:1.375rem;display:block; }#bshIMLpLVAVGDSJNx6Xig8zBR7eicg7K li:before{  }
 }@media only screen and (max-width: 763px) { #At0qUmxINJvx6OTeFkUCxTEGxT6SfLeU { top:9.25rem;left:32.3125rem;width:13.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuvzJEUqDiQ0zWqvs7ggAV5NFx6BHZuL { width:6.25rem;height:6.25rem;top:2.125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbr9liuAZ853ryhyzRvD7Li7v7ThsgsF { width:3.125rem;height:3.125rem;top:3.6875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw { display:block; }#Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFaXgb32dXphXTrHQkIBkT9SAm1dwTR0 { width:6.25rem;height:6.25rem;top:2.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv0fGzhT4Jsyip2ItlXuZ0c0gDkXkLOV { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTVXuUUBDtEf5T4sOTo5uKSC0hvDI5Nf { top:11.875rem;left:0rem;width:16.5625rem;height:;font-size:1.375rem;display:block; }#mTVXuUUBDtEf5T4sOTo5uKSC0hvDI5Nf li:before{  }
 }@media only screen and (max-width: 763px) { #imBrwZnHO9G9JKab4aDrAD68TTLOfC12 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoBdDS6ECrZLTxInMBmC6JomHBnUpATN { width:6.25rem;height:6.25rem;top:2.125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWCvJwALfvTJlLeWFZm0pri8FoPkz1TI { width:3.125rem;height:3.125rem;top:3.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBmHRlTid9Tn4urJgVCe5w5VwZJRayBG { width:3.125rem;height:3.125rem;top:3.6875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMtnJusJTAeRcKEqTR9FT9moxyf8OG9a { top:9.25rem;left:0rem;width:16.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrvOXGPBpxT52f6wJnxLyERqyFaxO5OI { top:9.25rem;left:17rem;width:13.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qheElPKwGt2GRBnZiOhnFBRODcCLKqGH { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVP24xfL4aXbRpK3e7KgGqaUoOhhtBJU { top:11.8125rem;left:31.9375rem;width:15.8125rem;height:3.0625rem;font-size:1.375rem;display:block; }#AVP24xfL4aXbRpK3e7KgGqaUoOhhtBJU li:before{  }
 }@media only screen and (max-width: 763px) { #TcXcsGihtTKchDuSZTnpBsa7rtWUBBm3 { top:9.25rem;left:32.3125rem;width:13.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZV8wufgMODNx9GveOmrl3m1tPJz6Kpd { width:6.25rem;height:6.25rem;top:2.125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyZBbUko5X9XX1SfyhiIViJXf2VZKbwV { width:3.125rem;height:3.125rem;top:3.6875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIDclSDGqU48mz7OvykpcN2SGO5O1y9H { top:11.875rem;left:15.25rem;width:16.5rem;height:5.8125rem;font-size:1.375rem;display:block; }#VIDclSDGqU48mz7OvykpcN2SGO5O1y9H li:before{  }
 }@media only screen and (max-width: 763px) { #yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT { display:block; }#yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIZeDsVnmdIdBE0cBNViDEbVSeC98qno { display:block; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPehLsFuXEDqHLCyx8r3uoVB3w9TJR37 { width:47.75rem;height:4.4375rem;top:2.5625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGyzSBrmKvsO8NAbsMDD0f54H28ffJTK { top:7.375rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guu0oQnkQrCdahnA2HEcQbtmy1DOZF0S { width:47.75rem;height:2.1875rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOFpvXJlI5nwtiMi7WIfQmun968sCJf2 { top:7.75rem;left:0rem;width:16.9375rem;height:21rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV { display:block; }#ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFIwTbaXcJDzP7wgJhsRLaykg0GUDpgl { width:19.875rem;height:24.8125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH3vwzImMx2t4FJc9LLsw4iZQhkDgHW9 { width:42.8125rem;height:23.1875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE0okstEJeZl4fXXNR7OUKNh8PoE7F03 { width:15rem;height:10rem;top:2.3125rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REkDTw96QvCOZl4DxBst45FEm2uBAhf6 { width:15rem;height:10rem;top:2.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzkRk6n9WHRlN6Ic93qVHfaO0wOecVD2 { width:15rem;height:10rem;top:13.125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcVAmcetPWT10FxHpfuMZ2izoGPLrMPC { width:15rem;height:9.9375rem;top:13.1875rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olwqAeD24OiPssS99Nhl71pT0yLURDl1 { width:2.375rem;height:2.375rem;top:25.0625rem;left:32.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { width:27.5rem;height:1.1875rem;top:25.625rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILx3KANC1XHfHatBILq1v8XDOUaAVPFL { width:16.3125rem;height:23.5rem;top:3.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T { display:none; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wPT6LACqxe0F63eV8Tu5BU8fGXnL6deo { width:7.6875rem;height:5.75rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CULrSaR5pAV5g9F3cq8wCozv0sSt8cd6 { width:7.6875rem;height:5.75rem;top:0.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6SELLh2dXcT4q6ynzMcxNEOevm50ihf { width:5.75rem;height:7.6875rem;top:0.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6tZdI7ngCDbswumqoo0y9Roza2O8mWI { width:7.6875rem;height:5.125rem;top:0.875rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILRrIeplAhyqCwGMPQ6RWzqCgkd9GRyz { width:7.6875rem;height:5.125rem;top:0.875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZWCopGxdkGPWIqaW9QhlugQSSqekL83 { width:7.6875rem;height:5.125rem;top:10.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvlVJlxU0BlbQQKre77Mst6zfqs3Xv9l { width:7.6875rem;height:5.125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkBsV9fwZWNWWNDP9MTgVa3foOKNxT2T { width:7.6875rem;height:5.75rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC { display:block; }#THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ir6tPleA0E0fKd1HcK4JUe3LtGTkvDzK { top:14.875rem;left:0rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsemIWaC7RRiwmBicMg4Arlch0BRR3Vq { top:15.875rem;left:0rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmPGTtIcqm7ErSuQDFdcuPiNU8v3oAH5 { width:19.6875rem;height:4.0625rem;top:19.25rem;left:0.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0LTxLeE7AE0qEasNVunxZffGTPBGGCM { width:43.875rem;height:4.25rem;top:3.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5pCBt3Hq9eyIhmzTf8SKDoriA0KflHS { width:47.75rem;height:4.3125rem;top:3.4375rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNUlqq4VcUtc0SNWn0Mw20QAWSvmrthT { width:24.1875rem;height:4.25rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIgXI0dV37piV4zi2pEcqbzTlCDTwppc { width:47.75rem;height:4.25rem;top:8.375rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzmzEti6mKcRUgei8Lmq0t54yP3BTusN { width:17.0625rem;height:17.0625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq9X1qIkAsO0OWR9z4wcsM76qOgHT0rf { width:42.25rem;height:4.25rem;top:3.5rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZS45TKslg6IZG2FzxvbTHTJzwxLRQNo { width:24.5625rem;height:23.625rem;top:14.25rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbgTqgEg55z94GRyavqtQX2zihZJZufe { display:block; }#KbgTqgEg55z94GRyavqtQX2zihZJZufe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gr9ZBGVVOANPLcLCkWBuiDskDTMTHfZC { width:12.5rem;height:4.75rem;top:7.9375rem;left:5.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCRzJWzHPgpHETBOWUDWSlhG3fhJbT9I { width:12.5rem;height:2rem;top:8.8125rem;left:3.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCnzS63UEbEzNPCgXpO1rDhu3HtXE7Mn { width:12.5rem;height:8.125rem;top:10.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8bzfHa531zxcmAgwDhqiMbsfrdfQuSe { width:12.5rem;height:4.0625rem;top:14.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJHzdkq0DwVpOCSobv53kVBI0qycTxEs { top:1.8125rem;left:0rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCyIQAXW0d1vHbe4v2duTQvVTRSX3ZN4 { width:21.9375rem;height:9.5rem;top:0rem;left:0rem;font-size:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl { display:block; }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x02sRSbRrqN2A9nHpNf3A5zucqvXJsZ7 { width:10.5rem;height:10.5rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQkT051zwPLD08h5Esi4wSsi1WOUUMGm { width:10.6875rem;height:10.6875rem;top:1.0625rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2cqtNlE6hTdTRmgIggoiLGGS2P9TJTT { width:47.6875rem;height:6.75rem;top:2.5625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOnnlTo7R9ezdMhmETVKD1ah0KKD4Q7L { top:10.125rem;left:5.6875rem;width:30.1875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA { display:block; }#wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtTKOZaeTqZCqHdqJO4y15iQTRiWnOL7 { width:26rem;height:14.5625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBEGFgaNloGVmAru2cT1BlQxAvC7Vkkf { width:26rem;height:14.5625rem;top:7.875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdWt5CGmBAQrps4TbBuJmOMrKN8Qml73 { width:20.75rem;height:12.8125rem;top:11.625rem;left:25.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwHTXTqk1WTog0JnT3tT1vrIbclMU4nF { width:27.0625rem;height:14.8125rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9sTGEfzTOJEJRaOOF6xApPMA4qd3Qes { width:22.625rem;height:14.25rem;top:9.375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXG9aObPEdlu4CPRTJNMMi65446GXh0O { top:27rem;left:0rem;width:40.3125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdkIugW5a5MM3fzOFVZLtUUrhcn1A1cD { width:13.25rem;height:13.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMJfpHFS67PhHd4T5pps1RUPGQtH0ZAO { width:13.25rem;height:13.25rem;top:14.375rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac7IXGSFSXZn8eQseIAb78P44hzxTmgs { display:block; }#ac7IXGSFSXZn8eQseIAb78P44hzxTmgs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVVnOahR2x45G113Xh4fDLH2e11HkReU { width:47.75rem;height:5.25rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLF0eGtOOMMkJCMWpSwBDcUDhLblqcms { top:6.75rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp { display:none; }#tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T7qbR0MraaIikP3opB55M44fsZZvM33W { width:47.75rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atzf3ONeyJnXt30NtDiTcPh0K2ShVvDT { display:none; }#Atzf3ONeyJnXt30NtDiTcPh0K2ShVvDT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VE48sVqL6zcoTffTiNIQaarww2prcfqx { width:47.75rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR { display:block; }#zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxVrWQfXJTxUGtDqzQnHUUGbGyUqIaOG { 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; } #yxVrWQfXJTxUGtDqzQnHUUGbGyUqIaOG > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPHzTR8oXhvA3RIVLBXO997M1QCwaZbW { 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; } #IPHzTR8oXhvA3RIVLBXO997M1QCwaZbW > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdMvJMvvPo0mGPlNfHeyzA7DBdZ6c8qN { 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; } #LdMvJMvvPo0mGPlNfHeyzA7DBdZ6c8qN > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr { display:block; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLVscSOSBdHXaiPzB7VKBs44vpMVSxNB { width:30.5625rem;height:4.5rem;top:2.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { display:block; }
 }@media only screen and (max-width: 763px) { #AGlWy1z6otmVfKIcTkOkNvGtJCfgHU0E { width:5.625rem;height:6.625rem;top:1.1875rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg152R4TqDtEzRMVXQ7UX9hnTyUUFSIA { width:5.1875rem;height:6.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp { display:block; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeoO48hTDhusTf0zws04gHZnBsPyRqH3 { top:5.9375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0vG2QOXAbkDhkld2RoRrdl4VOx8lZp2 { top:7.3125rem;left:3.4375rem;width:36.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC5lfMZLoi2un8Jz3Fnooz6TkmKWtTTy { top:10rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #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: 763px) { #DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 { display:block; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1fxrgmifvtPTZ6q4qGbGxVSMKHXTAKJ { top:0rem;left:0.3125rem;width:46.9375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFLipnInI3gVRZCPPBemA0iCTQiRyI1Z { top:1.1875rem;left:3.5rem;width:40.6875rem;height:18rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN { display:block; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfNKbf5zvfR6CLKdXqSMBSFwuwkLCw1y { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFe0vPTaS5skhXBCZDayhhdmZMJxBfPH { top:1.875rem;left:3.4375rem;width:36.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZwic1fGMDtRsSxNo4Tq0VOEk1lXgbOe { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dWOCGfwAVEbeVFz1JTCAUTt95ES5NO { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh { display:block; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqJ8dL25XgPZva88JzvMzgWsv7oxeh4r { top:0rem;left:0.3125rem;width:46.9375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTpysn7wcOeygRusZA7of7KgDS5EM3V4 { top:1.1875rem;left:3.5rem;width:40.6875rem;height:19.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa { display:block; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5wuqTPZ7nk6NcTurUMfMNTKWl52NMru { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxOfqE4FeEHO2ALDJTTxzVGNpPXNu8t { top:1.6875rem;left:3.5rem;width:36.6875rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNeL1PVpN6X4qBBrXESoPol8NdZStxNu { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0SmmMEFTT9gJuDgiba9uWKMLAlWGLop { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ { display:block; }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD9SsJkiVkTiMF9r5obnsQVdqp4obWVS { top:0rem;left:0.3125rem;width:46.9375rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzLbZWIFOl5CRR3dGmJbWc6xKkF7HE34 { top:1.1875rem;left:3.5rem;width:40.6875rem;height:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 { display:block; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTiUcDOu0OKcLm5Oqkaxax51VK4iaGTg { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu2X02r6gMOT7qCXJrIk5X0P00azPst1 { top:1.875rem;left:3.4375rem;width:36.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ7UUMATpsQF78DIXQuiUlp21Z8oAAwx { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM8GRB4WcoHLIu076uSS59CiB3mDxrGV { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf { display:block; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anVnWHHFq2k8mJ4BrWRQxngaopWhO1o0 { top:0rem;left:0.3125rem;width:46.9375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1lpfmH5i9qAMw7k9rfuT6cpSwknoF2u { top:1.1875rem;left:3.5rem;width:40.6875rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq { display:block; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuOuTk3aNS9wnOl3hNTdNSnQkttVKQXe { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1adka1bwfRUp5CwsGXrnd8iOazlZvP0 { top:1.875rem;left:3.4375rem;width:36.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQLIwpGGX3qpPZy4Ix90NTzRWkLLSMFt { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHkqoI5yUx5BDVvyllphNbmHcupm9W9z { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC { display:block; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNPmFrdPPQ7BPKk5mzvSppuRnpgubeNS { top:0rem;left:0.3125rem;width:46.9375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgxAT1wSKkbZiVkG3Tc4Ms1Rvpy9ZQyc { top:1.1875rem;left:3.5rem;width:40.875rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MohmczXlVhOn24gczblvWN9LBb5lCQSK { display:none; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZhcKVGF8IGeTeXUzta3QKbHABhzqO4GV { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #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: 763px) { #OAG0zudnDmubdr94TIE8tFehxtm8JoER { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqv7SoQmZLfOKyixLcCU4gOJEH8srpkT { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx { display:none; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pxBUI6WH5xeGsgSVH6rAvz2940ypKBvw { top:0rem;left:0.3125rem;width:46.9375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAzf7GBCcmTKHvF62eT0q5ZXCLKBceX2 { top:1.1875rem;left:3.5rem;width:40.6875rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF { display:block; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4Byiw4d8inJbhAZZkQXTXlEHOlR0u7X { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFDvZVkGdbTKAWnBFZvWADd490bLWC3l { top:1.875rem;left:3.4375rem;width:36.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReWdF8WN9GeKRz1dh1OQmBtIPJXZRVSE { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBUubs7CbnwHSE5arbdT9yiwg4f7RaZH { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH { display:block; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsOoaGQExzfBMVgWQQdgF1t5peNL6NNU { top:0rem;left:0.3125rem;width:46.9375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdcwmwaJ4dx2og7g107tK9AdBgHRrRBt { top:1.1875rem;left:3.5rem;width:40.625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu { display:block; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ie6TsI6tDVcZyC5bo0kFeCsf9D0wqnKs { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQlADtklK0959b7s7DEADPxVD9Abi5qy { top:1.875rem;left:3.4375rem;width:36.6875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZQMfuXdcVZTQDhNFCALHTxR5ZQky9PV { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSz5h6fu4i2rlsJ4t9l6iy1KesBJHmhx { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm { display:block; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnre1WTvv8zvg1tgxzMhPVFRxpSiQNgD { top:0rem;left:0.3125rem;width:46.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3av2dx0gIuubDUMMlTtJTDmmd4bRr3m { top:1.1875rem;left:3.5rem;width:40.6875rem;height:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdJygm9cmBQKN1FTVINkBe11NVy6evve { display:block; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Al32gxwIRzw0S0Seqd9UvXqBNcJdqOtI { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvcIfHP8mgsNl89beQhM6L8QPgBDAgl7 { top:1.875rem;left:3.4375rem;width:36.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1VqwzRaKwJWSBacRfia3QahrkscD8g { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtUTlmstombgeKpaSH0JKIQ4HvKEmeuw { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 { display:block; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXKHl1FtEFfuDmcsVNZG5ncHovPDGvDd { top:0rem;left:0.3125rem;width:46.9375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztT5VlQp1L59tTnD5KXClKkvwVOnsgis { top:1.1875rem;left:3.5rem;width:40.6875rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V02os9LmLBxAfpZLwgmSIu6aZpoNil7J { display:none; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i2qT7uoa96o0Sm8kSWIiEK4csy1NHTbo { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkMrH1lmHmhIEh45Ce2Rm5ISBwHSr57V { top:1.875rem;left:3.4375rem;width:36.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTta5e2N8ib0soivFH6cgo9Tyq4mfAQR { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT89uAoN4x6tAU3EhuIr7tZO4gqO2Tmt { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo { display:none; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WiJmTXnz4SF5q6gHRePtfbq0TQxJ6UhV { top:0rem;left:0.3125rem;width:46.9375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU3w3lHO3pGcZLa6A2dsfP2XCqJ4W0fv { top:1.1875rem;left:3.5rem;width:40.625rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrWyUdsqBD0bz5fmVder9eyqdntX5qUd { display:block; }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uM7Cd7FtJ7e6aVrAHW6m1yKo7v4LbUMz { width:43.9375rem;height:4.625rem;top:1.625rem;left:1.90625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLguI98vQQFFal4UUXhahxsMDlX53gsz { display:block; }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QT22AyeauTrcoFsV3ZObI1bKkQHMVwix { width:19.0625rem;height:19.0625rem;top:8.6875rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-regular-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-input-text { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-input-text {padding-top: 0; padding-bottom: 0;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-textarea { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-input-select { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-input-select {padding-top: 0; padding-bottom: 0;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-input-button { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.625rem; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-checkbox-label { width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws  { width:21.125rem;height:auto;top:5.75rem;left:0rem; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .radio-container { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws {display:block;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws { width:21.125rem;height:auto;top:5.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #f9gN7z2Zc8t3zGWWChfMJ7TA9Z5H48af {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #baWQQxH823w80cDq7Q9zDDk8HPmfkSm1 { display:none; }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #XV7ytZHJlRXP7cGqI8swrdHQeXT7yThH {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #LQu5nshqGXRvvlchwsJBF3uNuVuxKrn3 {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #w9yCIg6GhafZFkMzsX4OHyJrCyVC830H { display:none; }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #aRi5i0OB5cCvb0CLUpo3zFKh6qdTsGdQ {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #gqmUd1aU3bkf3f3lXopvgDWuELpCu3JH {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #eG0olhTq23W8II85qoOA2VWTNfDu8Xlo { display:none; }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #bJ2TcZId8O2sfSD5MAnW0HJVLfR944da {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #ATKHBgkZcUWW14E91B6zThxi9hF79XcQ {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #rvABxtNfrih9XfCRtxdRw9xBkoSTTFUO { display:none; }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #nTSSfo93E9PLKGIIDRVwAAcg1FlHkIKv {  }
 }@media only screen and (max-width: 763px) { #VrcwEkx5MfX3wh25ddKkzWBEQNvkQGKB { display:block; }
 }@media only screen and (max-width: 763px) { #HSMWy1twyEGemVM772uo4Tpv1CJ1Ig4b { display:block; }
 }@media only screen and (max-width: 763px) { #F9IMMQXriZMhWUMXLlHwRnUtTKDx2Onl { display:block; }
 }@media only screen and (max-width: 763px) { #Efzl3Wqa3UAwc4EHzdcg7TAb5FSONzNq { display:block; }
 }@media only screen and (max-width: 763px) { #zZZ6A3SNE2JdZ8yF0r9SQxPVD1z3anne { display:block; }
 }@media only screen and (max-width: 763px) { #JS2HwMN2Baa7LcREPhXsTlaLQuvwa4kg { display:block; }
 }@media only screen and (max-width: 763px) { #O8GePyWEARMEc35eSsATxFLyNRPWBraD { display:block; }
 }@media only screen and (max-width: 763px) { #IDkJqRn4mk4VLm1as62eNnsymhwHWIog { display:block; }
 }@media only screen and (max-width: 763px) { #JPTgeVqr26Ex2TZBS098Asirk6DUFhUa { display:block; }
 }@media only screen and (max-width: 763px) { #qtTC7WiTihWX5xvRc3C733NsOdUAatRL { display:block; }
 }@media only screen and (max-width: 763px) { #cepc6e1QZ6thDGbhO6bL8G2Cvtr9W2FH { display:block; }
 }@media only screen and (max-width: 763px) { #B8CDWUIVBlAP4hCtomJu0oAI9TQV3u42 { display:block; }
 }@media only screen and (max-width: 763px) { #FZ5cQ2LXgUEZpvnuALwwCkN7of9um8XT { display:block; }
 }@media only screen and (max-width: 763px) { #ebEqfDnx1kyy8EvJea9HyuQwWD5FGGOg { display:block; }
 }@media only screen and (max-width: 763px) { #k0zL9ySh0KoCM9wk30g4yxRhI6DWibF3 { display:block; }
 }@media only screen and (max-width: 763px) { #s2P3oE8v9i85RiswHpTIXiV47T6tXKov { display:block; }
 }@media only screen and (max-width: 763px) { #QfM3UitNLEX0lhlZbVAc6QeoDEoaKEu3 { display:block; }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #XLWPDgrNamW3JrSShRRTckzTlyOND3wD {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #fwJk0Qhk2irFTMgVXuSrS30b7ktLW8AC {  }
 }@media only screen and (max-width: 763px) { #vACmnz2COfJnSJ8TrZDprirO5T1mxBsL { width:12.5625rem;height:12.5625rem;top:13.1875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG { display:none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ukTELLey1POy6BdkC8XUxdcuVOBFyOR5 { top:6rem;left:23.6875rem;width:24.0625rem;height:24.76199127907rem;display:none; }
 }@media only screen and (max-width: 763px) { #dc1kaLkfIOh2rurpA2ftv5OrqOEKdvxD { width:16.6875rem;height:16.6875rem;top:8.8125rem;left:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dI7J75Ne0hvEZhutfwF1262yAqdXTgEh { display:block; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrEbTJgO7VpTraa9Cg9BMwkNFfaz7M5d { width:47.75rem;height:0.9375rem;top:0.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ySdsq7sCf24UaepM873v5FSG52tWGeU5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ySdsq7sCf24UaepM873v5FSG52tWGeU5 > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bS6uepbItG6qb2lXO94qXXklSu75lMe0 { width:16.5625rem;height:2.625rem;top:1.75rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykadNGAzPLqxtP5HWFRrPaZkZ58B6vqr { display:block; }
 }@media only screen and (max-width: 763px) { #vTwTBS8iqQ7uXQ9fAEhg9Nl61VoUvg49 { width:9.6875rem;height:2.375rem;top:0rem;left:5.7499998807907rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #CkG3xOfQQkrJaWo5zW1GNueE8473no0U { display:block; }
 }@media only screen and (max-width: 763px) { #opVTKiidtPR3JCgnuv7xSNbOo6Z8bf3p { 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) { #xsbiGqdVMExbo1t0e3CzsHNeaPr8l1mX { display:block; }
 }@media only screen and (max-width: 763px) { #hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 { display:block; }#hLOdNynX3GCT3OGinTJPbD0zJDPpsJn4 > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8Gdb74dllbaeGiAteWG4pAUZkNToI6V { 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:none; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V.adaptive-delivery-prevent-bg, #r8Gdb74dllbaeGiAteWG4pAUZkNToI6V.lazyload, #r8Gdb74dllbaeGiAteWG4pAUZkNToI6V.lazyloading { background-image: none; }#r8Gdb74dllbaeGiAteWG4pAUZkNToI6V > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zSCc0APJiEIghnb6ElLrIZIfMkTlTkmB { width:18.4375rem;height:3.25rem;top:0.375rem;left:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #f1c232;border-left:0.125rem solid #f1c232;border-right:0.125rem solid #f1c232;border-bottom:0.125rem solid #f1c232;display:block; }
 }@media only screen and (max-width: 763px) { #o0tnNafRnqP7za2lR68qq3N5gIf2Rh3t { width:8.9375rem;height:0.9746125rem;top:0.9375rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U0P9IGOBhSVOcC1OZyWQiqOqxpesmKdv { width:2.4375rem;height:2.4375rem;top:4.5rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLHbi2UwtsAwb3MTKUSnTA4oUXk5Ze5q { width:11.9375rem;height:0.8999rem;top:2.1875rem;left:3.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RCVVMNQgskv6V3kVQ6gyFbFhTfQuMIcb { width:12rem;height:3.25rem;top:4.125rem;left:0.8125rem;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) { #ChrcBkFN9Tx4siiGXifRK16ifRVI65ii { width:2.4375rem;height:2.4375rem;top:0.875rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuB3ETK2FescOMlpDEnV4y0GFZrM4OFM { width:4.1875rem;height:0.9746125rem;top:4.75rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B3Zsv9rUZJDBLULRdTCPoBwr9B1H2aIi { width:4.5rem;height:0.8999rem;top:5.9375rem;left:3.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S8nWnQycNnWTTpf3eePupwuaODzy0G56 { width:12rem;height:3.25rem;top:7.6875rem;left:0.8125rem;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) { #WXT2URAHJS6sMuFWMwRvC0NXEpnogyrT { width:8.9375rem;height:0.82470625rem;top:9.375rem;left:3.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pn8C1CH2p1ByTN4yhx9u0UwmulQGW13N { width:2.4375rem;height:2.4375rem;top:8.09375rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0s2ZWD0FtUetcVKBafHIZffoihroefy { width:8rem;height:0.9746125rem;top:8.125rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TATDT8BxQag8y7tHsRcfsAyZZT2CVvdO { width:6.8125rem;height:6.8125rem;top:3.875rem;left:12.4375rem;z-index:15006;border-top:0.25rem solid #28afb0;border-left:0.25rem solid #28afb0;border-right:0.25rem solid #28afb0;border-bottom:0.25rem solid #28afb0;display:block; }
 }@media only screen and (max-width: 763px) { #yJq3XsVhtQ3bmq1I6kU8g9CiWCKQrFv1 { width:9.375rem;height:9.375rem;top:12.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkqmHbqVWPRdRc0TfXkuBehQg3dIHEiR { width:7.8125rem;height:7.8125rem;top:12.5rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRgG52QdcpN66sveLiKbMlTEfTZZCNPW { width:6rem;height:3rem;top:0.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmIiTptnruFwh3JJIefIPlzGFIPEUXLD { width:14rem;height:2.75rem;top:27.1875rem;left:3rem;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) { #tMEDtgG7sUh6qXh36Pn8T58P11yULMUO { width:10.6875rem;height:0;top:27.5rem;left:5.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s1AbPDg5bXOzQu7wIqK8u5TV0qu5W4dD { width:2.875rem;height:2.875rem;top:23.0625rem;left:8.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEH4vBCWx3ceTGJzZXdMzb5lVH9qXb9D { width:10.375rem;height:0;top:28.75rem;left:5.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd { background-color:#ffc419;background-image:none;position:relative;z-index:auto;display:block; }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row .container { background-color: transparent; background-image: none; }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row .container > .video-iframe-container { display: none; }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row > .video-iframe-container { display: none; }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .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); }#AWKWTiWGhDsTv6UPFv4subt9OQNPhkqd > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUkOxNfq2ZFsSb9b2yomudHD9IJUU3G5 { 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) { #VTCrcwnd1P5OMIQPrFrXRA5M8PRVLssR { width:9.6875rem;height:3.09375rem;top:16.734375rem;left:5.15625rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcu89PrynQDtesHz2fsTUhlbOIVca2U3 { width:17.5625rem;height:4.048825rem;top:25.8125rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gui8zfKMTa23mB5CqLu7vrA1l2iq4O7n { width:16rem;height:3.25rem;top:35.9375rem;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.125rem;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) { #NqlHiUxQwQVyPeBXDT9WisgLEO1DOOdu { display:block; }
 }@media only screen and (max-width: 763px) { #p2Zlqz625bzEt3D2tiCB7Tervbxb2V2C { 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) { #eXmzu3mTk6DC9nATB2XFXETSuZfBA8Mo { width:20rem;height:20rem;top:43.027778625488rem;left:1.2777777314186rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #WISpOIpiB3AmlXBVTLGCdMAmCxa1DGfV { width:19.3125rem;height:3.5625rem;top:12.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdpL84y835FyEOhIN8JBk2dMLdp2T4pA { width:20rem;height:5.25rem;top:19.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyxElUz7sHdcSlORC9UoxWOdozzDHNIe { width:2.75rem;height:3.19970625rem;top:11.65625rem;left:5.5625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ITuEWcwuZ8VnTy6ZVITyTXIvtqJbcd8R { width:13.25rem;height:13.25rem;top:0rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #VMNlJISwdgi8XMswgoHg3we6MsEK50ag { 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) { #xA24v3c49KBqIAdCZlE41RHwN3ew8OIZ { width:10.625rem;height:3.5625rem;top:16.5rem;left:4.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HiE1r0Dgg3KJcQHDmRFHHDuoQ3DwbmkM { width:13.875rem;height:0;top:47.1875rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15007;color:#000000;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Dk6EQqmEwOa7KBaDJyQ5miHKRpXXxqaw { width:18rem;height:2.54980625rem;top:30.625rem;left:1rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#Dk6EQqmEwOa7KBaDJyQ5miHKRpXXxqaw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee0049d7fbac804d8a33cb3e3c03415c.svg); }
 }@media only screen and (max-width: 763px) { #mTo1nc6ruIPRN9mA7VKBHSvCeo5dski3 { width:19.3125rem;height:3.5625rem;top:26.912109375rem;left:0.34375rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #q76hKvgEJSvh9R1WXI63NeggdJi7PQJJ { width:20rem;height:2rem;top:21.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8qAHATsHa9gAueqsGdbCiMVMz6yWN04 { width:20rem;height:3rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2J68WJ6wxwyzIWq9SPgSFfR7nwInyb5 { width:2.75rem;height:3.19970625rem;top:15.875rem;left:11.3125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm { background-color:transparent;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; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm.adaptive-delivery-prevent-bg, #vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm.lazyload, #vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm.lazyloading { background-image: none; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row .container { background-color: transparent; background-image: none; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #28afb0; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row .container > .video-iframe-container { display: none; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #28afb0; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row > .video-iframe-container { display: none; }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .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); }#vu13USGa9W2DGbCIvLG0VE8hm2Vbr4Tm > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxvFP6O8iWVwEuPibwDdyl7VOgHlJVql { width:12.75rem;height:3rem;top:2.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auw2zn5Ka1wkrTd9mH5RTMKs8mLKrcau { width:7.6875rem;height:7.6875rem;top:5.875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cz6MXkAcp5Mx3oGJETmDOCCn47T63c7T { width:18.4375rem;height:3.25rem;top:1.625rem;left:0.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #f1c232;border-left:0.125rem solid #f1c232;border-right:0.125rem solid #f1c232;border-bottom:0.125rem solid #f1c232;display:block; }
 }@media only screen and (max-width: 763px) { #tmLo6bK0raPPK2KebbTNMg1VOE8vEmEM { width:8.9375rem;height:0.9746125rem;top:2.1875rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UbdTTLdTc5Tr6g4eE2RExkGEDC30FK86 { width:2.4375rem;height:2.4375rem;top:5.75rem;left:0.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahSSirw2XUFGLc4yHFTMlBdIf1dOUIAV { width:11.9375rem;height:0.8999rem;top:3.4375rem;left:3.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SAL5FQ6rq8OqRFwbJMCgfbO09obRdemk { width:18.75rem;height:3.25rem;top:5.375rem;left:0.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) { #MRmi0coxbD2sWzbMPq0w6qDMpSDzNz2i { width:2.4375rem;height:2.4375rem;top:2.125rem;left:0.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx7t3TzNxXVNSQZmfV5T5hxrZNLx2oA1 { width:4.1875rem;height:0.9746125rem;top:6rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qD6Ano96KnEsNNQV32a4MoFnrLqFTOfv { width:4.5rem;height:0.8999rem;top:7.1875rem;left:3.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CdesbQ7vimkGn7B2rNEF31Emp7FAJVwA { width:18.75rem;height:3.25rem;top:8.9375rem;left:0.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) { #JtcJ1idn8dU9s6GP8tesNyBfCoKMcBzB { width:8.9375rem;height:0.82470625rem;top:10.625rem;left:3.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s5UnKTo7vNnn2aziqDmCE7RwGIQFBw9q { width:2.4375rem;height:2.4375rem;top:9.375rem;left:0.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ICEsLEpLlWdHcALaA5BwcgZVQPBS3M { width:8rem;height:0.9746125rem;top:9.375rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tum10MhJfpeQA8tFRBQOBvB5xEopCtut { display:block; }#tum10MhJfpeQA8tFRBQOBvB5xEopCtut > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJxnIz4lzTtOl7lGgBDutuHLebPhxQJL { 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) { #KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb { display:block; }#KzSXW0KTPpfhIUHDA4LTco9CuPa6lHVb > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSv0AnOtrTX68J3PKoRPT0H0uho9zOcm { width:20rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1 { display:block; }#KrwKfC3VaKt3fATTwLTxEcUgl7rBxIJ1 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXz6ESvx0oPtWWwVR5wOJ2ZLa1ChvwWm { 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) { #sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T { display:block; }#sBQvQETksTUaxFvMBUBcbpUJrmF2QW7T > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOHxeSUhaXZ201ZnWq0a4cFqBE4yIfvo { width:19rem;height:10.625rem;top:1.5625rem;left:0.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxLZO0qqKJweMETh0lpLzT8WgDHSMtu4 { display:flex;width:3.125rem;height:3.125rem;top:1.0625rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #TaxSbDJWBwfxoUntHFy5FG3iyl4wFyN5 { width:14.1875rem;height:3.25rem;top:5.25rem;left:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA3px7BE2TaGL90TPz4rBJPRnmskrmKL { width:19.125rem;height:10.625rem;top:13.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoaFq6kDBC1THKTLLOxbe41FiobXyZXw { width:15.6875rem;height:3.25rem;top:17rem;left:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8UhD57lkk8l0ozrodQnV5Fb2XKLNgrg { display:flex;width:3.125rem;height:3.125rem;top:12.8125rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #kg44mOvltto75zl0fZRltGnLFFQkeZE8 { width:19.1875rem;height:10.625rem;top:25.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK1XKZzI0qMyVntzfzfcHyC5MsZ2x3bt { width:17.25rem;height:4.875rem;top:28.0625rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLWNVPporeF3LDZ5Je79Hi7bbupS7h4m { display:flex;width:3.125rem;height:3.125rem;top:25rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq { display:block; }#vtJd6ZK4Mxez9OkudBv3btTygB7EgWNq > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcDwGwwaOTH7I5OJc1GVQV8tf1ldcKHo { width:17.6875rem;height:9.75rem;top:1.224609375rem;left:0.96875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s2azMKcZOoikOdFWTCGzC4vPTtMRBWbP { width:18.5625rem;height:3.25rem;top:12.724609375rem;left:0.71875rem;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.125rem;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) { #FZKpmnee5rcloKHE5aTsOxtKZgdSS4Ns { display:block; }
 }@media only screen and (max-width: 763px) { #NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb { display:block; }#NgBrfP3RTbvONkX5Iq11b1aAbVhUFwsb > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXlw61w6E67d0f0wXcOasIlDds4pvtlV { width:20rem;height:35.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5RGJW1VMOMOil570qnT5Q9bOrdCWUIo { width:17.5rem;height:25.4956375rem;top:12rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtaTw1QnU9mM97mWwJA1tayMstDmfvh9 { width:17.5rem;height:4rem;top:5.125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx { display:block; }#BC8gwgq5q62qg5grG7RWsnKJIy3fxaRx > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I { display:block; }#RSvzLqKyEDvvcPx5czaEkKPqqVw2f91I > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzGs07PR5aOW1GepCWSmzZMB0rv6vsdA { 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) { #F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx { display:block; }#F6rlVA9S3a9eAmZZhkoaUebQ8SzcpNKx > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1QvDeni0tJBbv9wUTc8y4oRzlqSKo8E { width:6.25rem;height:6.25rem;top:1.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvDHzg2CqecN9lxlz6hiXlup46q21hbZ { width:20rem;height:11.75rem;top:3.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfZNFyXdbchDVbNCsqxAr5bOZc03OcVI { width:12.5rem;height:3.0625rem;top:10rem;left:3.75rem;font-size:1.375rem;display:block; }#dfZNFyXdbchDVbNCsqxAr5bOZc03OcVI li:before{  }
 }@media only screen and (max-width: 763px) { #oZJeHsvyCDFJUgQJImdtLIRBdVsLOsxN { width:20rem;height:14.3125rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT7C4wnWvhTtGLhLn7ThsLILrvvGRrn8 { width:6.25rem;height:6.25rem;top:15.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmzQrlTtR0u5oTpUaD0SdTFFlxZa8i95 { display:flex;width:3.125rem;height:3.125rem;top:2.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eiRTwdTXR1x9cMaQUralWTNXutXrA3Cm { display:flex;width:3.125rem;height:3.125rem;top:17.375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #OOmargXcTwlhNC8N9ZT9P16bTGQHmNOf { width:13.625rem;height:1.7871125rem;top:7.8125rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUdFDSMiPg1P1Sw3iU8HzBbB5TgSTeGc { width:13.625rem;height:1.7871125rem;top:22.8125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRmBNrnH8G2ZrTCZmTARqe4q5yyxHKmI { width:12.5rem;height:4.4375rem;top:25.875rem;left:4.3125rem;font-size:1.375rem;display:block; }#SRmBNrnH8G2ZrTCZmTARqe4q5yyxHKmI li:before{  }
 }@media only screen and (max-width: 763px) { #r44JuKFcGmS6JWn9C1Ji7nhTzTrStKCk { width:20rem;height:14.6875rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bshIMLpLVAVGDSJNx6Xig8zBR7eicg7K { width:12.5rem;height:6.4375rem;top:44.75rem;left:3.4375rem;font-size:1.375rem;display:block; }#bshIMLpLVAVGDSJNx6Xig8zBR7eicg7K li:before{  }
 }@media only screen and (max-width: 763px) { #At0qUmxINJvx6OTeFkUCxTEGxT6SfLeU { width:13.625rem;height:1.7871125rem;top:42.1875rem;left:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuvzJEUqDiQ0zWqvs7ggAV5NFx6BHZuL { width:6.25rem;height:6.25rem;top:35.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbr9liuAZ853ryhyzRvD7Li7v7ThsgsF { display:flex;width:3.125rem;height:3.125rem;top:36.625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw { display:block; }#Q5g0FRi9T4w68Qi3Jv8bDt9KNHkKpQHw > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFaXgb32dXphXTrHQkIBkT9SAm1dwTR0 { width:6.25rem;height:6.25rem;top:1.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv0fGzhT4Jsyip2ItlXuZ0c0gDkXkLOV { width:20rem;height:17.125rem;top:3.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTVXuUUBDtEf5T4sOTo5uKSC0hvDI5Nf { width:17.5rem;height:5.8125rem;top:10.892578125rem;left:1.75rem;font-size:1.375rem;display:block; }#mTVXuUUBDtEf5T4sOTo5uKSC0hvDI5Nf li:before{  }
 }@media only screen and (max-width: 763px) { #imBrwZnHO9G9JKab4aDrAD68TTLOfC12 { width:20rem;height:15.4375rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoBdDS6ECrZLTxInMBmC6JomHBnUpATN { width:6.25rem;height:6.25rem;top:22.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWCvJwALfvTJlLeWFZm0pri8FoPkz1TI { display:flex;width:3.125rem;height:3.125rem;top:2.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tBmHRlTid9Tn4urJgVCe5w5VwZJRayBG { display:flex;width:3.125rem;height:3.125rem;top:23.625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #gMtnJusJTAeRcKEqTR9FT9moxyf8OG9a { width:16.6875rem;height:1.7871125rem;top:8.10546875rem;left:1.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrvOXGPBpxT52f6wJnxLyERqyFaxO5OI { width:13.625rem;height:1.7871125rem;top:28.9375rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qheElPKwGt2GRBnZiOhnFBRODcCLKqGH { width:20rem;height:12rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVP24xfL4aXbRpK3e7KgGqaUoOhhtBJU { width:15.8125rem;height:3.0625rem;top:52.1875rem;left:3.4375rem;font-size:1.375rem;display:block; }#AVP24xfL4aXbRpK3e7KgGqaUoOhhtBJU li:before{  }
 }@media only screen and (max-width: 763px) { #TcXcsGihtTKchDuSZTnpBsa7rtWUBBm3 { width:13.625rem;height:1.7871125rem;top:49.625rem;left:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZV8wufgMODNx9GveOmrl3m1tPJz6Kpd { width:6.25rem;height:6.25rem;top:42.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyZBbUko5X9XX1SfyhiIViJXf2VZKbwV { display:flex;width:3.125rem;height:3.125rem;top:44.0625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #VIDclSDGqU48mz7OvykpcN2SGO5O1y9H { width:16.5rem;height:5.8125rem;top:32rem;left:1.75rem;font-size:1.375rem;display:block; }#VIDclSDGqU48mz7OvykpcN2SGO5O1y9H li:before{  }
 }@media only screen and (max-width: 763px) { #yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT { display:block; }#yWMhTJzpT7OfqMWUfkZy7yVsVZaMFQgT > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIZeDsVnmdIdBE0cBNViDEbVSeC98qno { display:block; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPehLsFuXEDqHLCyx8r3uoVB3w9TJR37 { width:15rem;height:4.19921875rem;top:1.75rem;left:2.5rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zGyzSBrmKvsO8NAbsMDD0f54H28ffJTK { width:16.9375rem;height:0;top:7.1875rem;left:1.53125rem;font-size:1.25rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #guu0oQnkQrCdahnA2HEcQbtmy1DOZF0S { width:19.125rem;height:6.4375rem;top:22.625rem;left:0.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #UOFpvXJlI5nwtiMi7WIfQmun968sCJf2 { width:16.9375rem;height:21rem;top:7.75rem;left:1.53125rem;font-size:1.25rem;line-height:1.4;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV { display:block; }#ZdKOuhp5QmgwbhACwDwVOqgdCfu6yANV > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFIwTbaXcJDzP7wgJhsRLaykg0GUDpgl { width:7.0625rem;height:13.4375rem;top:1.220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH3vwzImMx2t4FJc9LLsw4iZQhkDgHW9 { height:10.8661875rem;width:20rem;top:2.283203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE0okstEJeZl4fXXNR7OUKNh8PoE7F03 { width:9.375rem;height:6.1875rem;top:23.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REkDTw96QvCOZl4DxBst45FEm2uBAhf6 { width:9.375rem;height:6.1875rem;top:23.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzkRk6n9WHRlN6Ic93qVHfaO0wOecVD2 { width:9.375rem;height:6.1875rem;top:16.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcVAmcetPWT10FxHpfuMZ2izoGPLrMPC { width:9.375rem;height:6.1875rem;top:16.625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olwqAeD24OiPssS99Nhl71pT0yLURDl1 { width:2.375rem;height:2.375rem;top:31rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { width:11.875rem;height:3.8994125rem;top:33.375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILx3KANC1XHfHatBILq1v8XDOUaAVPFL { width:8.875rem;height:7.4375rem;top:7.220703125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T { display:none; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row .container { width:20rem;height:260.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wPT6LACqxe0F63eV8Tu5BU8fGXnL6deo { width:15rem;height:11.1875rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CULrSaR5pAV5g9F3cq8wCozv0sSt8cd6 { width:7.6875rem;height:5.75rem;top:17.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6SELLh2dXcT4q6ynzMcxNEOevm50ihf { width:5.75rem;height:7.6875rem;top:26.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6tZdI7ngCDbswumqoo0y9Roza2O8mWI { width:7.6875rem;height:5.125rem;top:44.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILRrIeplAhyqCwGMPQ6RWzqCgkd9GRyz { width:7.6875rem;height:5.125rem;top:35.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZWCopGxdkGPWIqaW9QhlugQSSqekL83 { width:7.6875rem;height:5.125rem;top:62.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvlVJlxU0BlbQQKre77Mst6zfqs3Xv9l { width:7.6875rem;height:5.125rem;top:53.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkBsV9fwZWNWWNDP9MTgVa3foOKNxT2T { width:7.6875rem;height:5.75rem;top:115.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC { display:block; }#THAno3QNTBZpkn8uhmzFu3TzVgSIKZzC > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ir6tPleA0E0fKd1HcK4JUe3LtGTkvDzK { width:18.5rem;height:18.5rem;top:6.1312503814697rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsemIWaC7RRiwmBicMg4Arlch0BRR3Vq { width:18.75rem;height:18.75rem;top:3.3125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmPGTtIcqm7ErSuQDFdcuPiNU8v3oAH5 { 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) { #M0LTxLeE7AE0qEasNVunxZffGTPBGGCM { width:8.3125rem;height:1.6875rem;top:1.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5pCBt3Hq9eyIhmzTf8SKDoriA0KflHS { width:12.75rem;height:3.25rem;top:1.625rem;left:3.625rem;font-size:1.25rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNUlqq4VcUtc0SNWn0Mw20QAWSvmrthT { width:9.5rem;height:1.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIgXI0dV37piV4zi2pEcqbzTlCDTwppc { width:20rem;height:1.625rem;top:4.875rem;left:0rem;font-size:1.25rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzmzEti6mKcRUgei8Lmq0t54yP3BTusN { width:5.875rem;height:5.875rem;top:5.1875rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cq9X1qIkAsO0OWR9z4wcsM76qOgHT0rf { width:8.4375rem;height:1.5625rem;top:3.375rem;left:5.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dZS45TKslg6IZG2FzxvbTHTJzwxLRQNo { width:20rem;height:23.625rem;top:14.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbgTqgEg55z94GRyavqtQX2zihZJZufe { display:block; }#KbgTqgEg55z94GRyavqtQX2zihZJZufe > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gr9ZBGVVOANPLcLCkWBuiDskDTMTHfZC { width:7.1875rem;height:2.5996125rem;top:11.9375rem;left:7.125rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bCRzJWzHPgpHETBOWUDWSlhG3fhJbT9I { width:12.5rem;height:1.70605625rem;top:12.125rem;left:5.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UCnzS63UEbEzNPCgXpO1rDhu3HtXE7Mn { width:12.5rem;height:3.4121125rem;top:8.1875rem;left:3.625rem;font-size:2.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M8bzfHa531zxcmAgwDhqiMbsfrdfQuSe { width:12.5rem;height:3.25rem;top:5.9375rem;left:3.625rem;font-size:2.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BJHzdkq0DwVpOCSobv53kVBI0qycTxEs { width:15.5rem;height:15.5rem;top:2.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCyIQAXW0d1vHbe4v2duTQvVTRSX3ZN4 { width:12.5rem;height:0;top:30.625rem;left:3.75rem;font-size:3.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl { 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; }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl.adaptive-delivery-prevent-bg, #Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl.lazyload, #Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl.lazyloading { background-image: none; }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .row .container { background-color: transparent; background-image: none; }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .row .container > .video-iframe-container { display: none; }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .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); }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .row > .video-iframe-container { display: none; }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .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); }#Ifuuo0OHWq0kZCGt3QapFC8EE4m5EAMl > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x02sRSbRrqN2A9nHpNf3A5zucqvXJsZ7 { width:10.5rem;height:10.5rem;top:0.25rem;left:4.75rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #hQkT051zwPLD08h5Esi4wSsi1WOUUMGm { width:10.6875rem;height:10.6875rem;top:1.0625rem;left:4.625rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #z2cqtNlE6hTdTRmgIggoiLGGS2P9TJTT { 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) { #xOnnlTo7R9ezdMhmETVKD1ah0KKD4Q7L { 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) { #wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA { display:block; }#wZQBuZ5bvRdCyUfwKrf6cBqnzFtyhFwA > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtTKOZaeTqZCqHdqJO4y15iQTRiWnOL7 { height:11.224625rem;width:20rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBEGFgaNloGVmAru2cT1BlQxAvC7Vkkf { height:11.2011875rem;width:20rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdWt5CGmBAQrps4TbBuJmOMrKN8Qml73 { width:20rem;height:10.625rem;top:3.263671875rem;left:0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #IwHTXTqk1WTog0JnT3tT1vrIbclMU4nF { width:20rem;height:10.625rem;top:16.849609375rem;left:-0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Q9sTGEfzTOJEJRaOOF6xApPMA4qd3Qes { width:20rem;height:14.25rem;top:9.375rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #iXG9aObPEdlu4CPRTJNMMi65446GXh0O { width:17.5rem;height:8.75rem;top:29.037109375rem;left:1.25rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EdkIugW5a5MM3fzOFVZLtUUrhcn1A1cD { width:13.25rem;height:13.25rem;top:28.724609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #pMJfpHFS67PhHd4T5pps1RUPGQtH0ZAO { width:13.25rem;height:13.25rem;top:51.474609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #ac7IXGSFSXZn8eQseIAb78P44hzxTmgs { display:block; }#ac7IXGSFSXZn8eQseIAb78P44hzxTmgs > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVVnOahR2x45G113Xh4fDLH2e11HkReU { width:20rem;height:1.8rem;top:1.875rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cLF0eGtOOMMkJCMWpSwBDcUDhLblqcms { width:15.999375rem;height:4.72411875rem;top:4.2979602813721rem;left:1.9997830986977rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp { display:none; }#tAbsKcZ0ayuMQnriySdbvEN29a2PGCNp > .row .container { width:20rem;height:26.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T7qbR0MraaIikP3opB55M44fsZZvM33W { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atzf3ONeyJnXt30NtDiTcPh0K2ShVvDT { display:block; }#Atzf3ONeyJnXt30NtDiTcPh0K2ShVvDT > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE48sVqL6zcoTffTiNIQaarww2prcfqx { width:20rem;height:21.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR { display:block; }#zSgFl7g1LkE9o1gnGEUNgUUz5RwSAuJR > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxVrWQfXJTxUGtDqzQnHUUGbGyUqIaOG { 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; } #yxVrWQfXJTxUGtDqzQnHUUGbGyUqIaOG > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPHzTR8oXhvA3RIVLBXO997M1QCwaZbW { 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; } #IPHzTR8oXhvA3RIVLBXO997M1QCwaZbW > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdMvJMvvPo0mGPlNfHeyzA7DBdZ6c8qN { 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; } #LdMvJMvvPo0mGPlNfHeyzA7DBdZ6c8qN > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr { display:none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { width:20rem;height:20.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qLVscSOSBdHXaiPzB7VKBs44vpMVSxNB { width:14.5625rem;height:3rem;top:1.15625rem;left:2.7187501192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { display:block; }
 }@media only screen and (max-width: 763px) { #AGlWy1z6otmVfKIcTkOkNvGtJCfgHU0E { width:5.625rem;height:6.625rem;top:12.71875rem;left:7.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Fg152R4TqDtEzRMVXQ7UX9hnTyUUFSIA { width:5.1875rem;height:6.0625rem;top:5.40625rem;left:7.375rem;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:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeoO48hTDhusTf0zws04gHZnBsPyRqH3 { width:20rem;height:4.6875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0vG2QOXAbkDhkld2RoRrdl4VOx8lZp2 { width:13.875rem;height:1.38125rem;top:7.8125rem;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:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xab0C2ppOWfWfbUyvVtDA7PGGulQfu1Q { width:3.125rem;height:3.125rem;top:7.0625rem;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;background-color:#000000;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) { #EFLipnInI3gVRZCPPBemA0iCTQiRyI1Z { width:16.875rem;height:29.53125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;color:#ffffff;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.0625rem;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.76171875rem;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;background-color:#000000;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) { #qTpysn7wcOeygRusZA7of7KgDS5EM3V4 { width:16.875rem;height:19.6875rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;color:#ffffff;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.0625rem;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:1.3808625rem;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) { #GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ { 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; }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row .container { background-color: transparent; background-image: none; }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row .container > .video-iframe-container { display: none; }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row > .video-iframe-container { display: none; }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .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); }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row .container { border-width: 0; border-radius: 0; }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD9SsJkiVkTiMF9r5obnsQVdqp4obWVS { width:19.9375rem;height:55rem;top:0rem;left:0rem;background-color:#000000;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) { #HzLbZWIFOl5CRR3dGmJbWc6xKkF7HE34 { width:16.875rem;height:50.625rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;color:#ffffff;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.0625rem;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.2744125rem;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;background-color:#000000;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) { #a1lpfmH5i9qAMw7k9rfuT6cpSwknoF2u { width:16.875rem;height:32.34375rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;color:#ffffff;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.0625rem;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.11230625rem;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;background-color:#000000;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) { #fgxAT1wSKkbZiVkG3Tc4Ms1Rvpy9ZQyc { width:16.875rem;height:15.46875rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;color:#ffffff;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.8125rem;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.0625rem;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.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) { #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;background-color:#000000;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) { #xdcwmwaJ4dx2og7g107tK9AdBgHRrRBt { width:16.875rem;height:14.0625rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;color:#ffffff;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.0625rem;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:14.9375rem;height:2.2744125rem;top:1.5310668945312rem;left:1.4995661377907rem;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.875rem;left:16.375rem;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;background-color:#f4c245;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) { #H3av2dx0gIuubDUMMlTtJTDmmd4bRr3m { width:16.875rem;height:14.0625rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;color:#000000;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.0625rem;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.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) { #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;background-color:#000000;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) { #ztT5VlQp1L59tTnD5KXClKkvwVOnsgis { width:16.875rem;height:18.28125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;color:#ffffff;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.7625rem;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.75rem;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) { #DrWyUdsqBD0bz5fmVder9eyqdntX5qUd { background-color:#000000;background-image:none;display:block; }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row .container { background-color: transparent; background-image: none; }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row .container > .video-iframe-container { display: none; }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row > .video-iframe-container { display: none; }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .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); }#DrWyUdsqBD0bz5fmVder9eyqdntX5qUd > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uM7Cd7FtJ7e6aVrAHW6m1yKo7v4LbUMz { width:20rem;height:9.599625rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BLguI98vQQFFal4UUXhahxsMDlX53gsz { background-color:#000000;background-image:none;display:block; }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row .container { background-color: transparent; background-image: none; }#BLguI98vQQFFal4UUXhahxsMDlX53gsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row .container > .video-iframe-container { display: none; }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row > .video-iframe-container { display: none; }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .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); }#BLguI98vQQFFal4UUXhahxsMDlX53gsz > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QT22AyeauTrcoFsV3ZObI1bKkQHMVwix { width:16.75rem;height:16.75rem;top:29.625rem;left:1.625rem;border-top:0.1875rem solid #ffca08;border-left:0.1875rem solid #ffca08;border-right:0.1875rem solid #ffca08;border-bottom:0.1875rem solid #ffca08;display:block; }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-form-header {  }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-input-text {padding-top: 0; padding-bottom: 0;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-input-select {padding-top: 0; padding-bottom: 0;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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:#d37270;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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws [class*="-text"]:-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws [class*="-text"]::-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-container:first-of-type{padding-top:0;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .widget-container:last-of-type{padding-bottom:0;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws  { 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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.1875rem;display:block;vertical-align:top; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws .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; }
#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws {display:block;}#d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws { 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) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #f9gN7z2Zc8t3zGWWChfMJ7TA9Z5H48af {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #baWQQxH823w80cDq7Q9zDDk8HPmfkSm1 { display:none; }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #XV7ytZHJlRXP7cGqI8swrdHQeXT7yThH {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #LQu5nshqGXRvvlchwsJBF3uNuVuxKrn3 {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #w9yCIg6GhafZFkMzsX4OHyJrCyVC830H { display:none; }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #aRi5i0OB5cCvb0CLUpo3zFKh6qdTsGdQ {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #gqmUd1aU3bkf3f3lXopvgDWuELpCu3JH {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #eG0olhTq23W8II85qoOA2VWTNfDu8Xlo { display:none; }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #bJ2TcZId8O2sfSD5MAnW0HJVLfR944da {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #ATKHBgkZcUWW14E91B6zThxi9hF79XcQ {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #rvABxtNfrih9XfCRtxdRw9xBkoSTTFUO { display:none; }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #nTSSfo93E9PLKGIIDRVwAAcg1FlHkIKv {  }
 }@media only screen and (max-width: 763px) { #VrcwEkx5MfX3wh25ddKkzWBEQNvkQGKB { display:block; }
 }@media only screen and (max-width: 763px) { #HSMWy1twyEGemVM772uo4Tpv1CJ1Ig4b { display:block; }
 }@media only screen and (max-width: 763px) { #F9IMMQXriZMhWUMXLlHwRnUtTKDx2Onl { display:block; }
 }@media only screen and (max-width: 763px) { #Efzl3Wqa3UAwc4EHzdcg7TAb5FSONzNq { display:block; }
 }@media only screen and (max-width: 763px) { #zZZ6A3SNE2JdZ8yF0r9SQxPVD1z3anne { display:block; }
 }@media only screen and (max-width: 763px) { #JS2HwMN2Baa7LcREPhXsTlaLQuvwa4kg { display:block; }
 }@media only screen and (max-width: 763px) { #O8GePyWEARMEc35eSsATxFLyNRPWBraD { display:block; }
 }@media only screen and (max-width: 763px) { #IDkJqRn4mk4VLm1as62eNnsymhwHWIog { display:block; }
 }@media only screen and (max-width: 763px) { #JPTgeVqr26Ex2TZBS098Asirk6DUFhUa { display:block; }
 }@media only screen and (max-width: 763px) { #qtTC7WiTihWX5xvRc3C733NsOdUAatRL { display:block; }
 }@media only screen and (max-width: 763px) { #cepc6e1QZ6thDGbhO6bL8G2Cvtr9W2FH { display:block; }
 }@media only screen and (max-width: 763px) { #B8CDWUIVBlAP4hCtomJu0oAI9TQV3u42 { display:block; }
 }@media only screen and (max-width: 763px) { #FZ5cQ2LXgUEZpvnuALwwCkN7of9um8XT { display:block; }
 }@media only screen and (max-width: 763px) { #ebEqfDnx1kyy8EvJea9HyuQwWD5FGGOg { display:block; }
 }@media only screen and (max-width: 763px) { #k0zL9ySh0KoCM9wk30g4yxRhI6DWibF3 { display:block; }
 }@media only screen and (max-width: 763px) { #s2P3oE8v9i85RiswHpTIXiV47T6tXKov { display:block; }
 }@media only screen and (max-width: 763px) { #QfM3UitNLEX0lhlZbVAc6QeoDEoaKEu3 { display:block; }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #XLWPDgrNamW3JrSShRRTckzTlyOND3wD {  }
 }@media only screen and (max-width: 763px) { #d6sy5ZQOd6TIvdhKpt1n0rGTZkgZ2Aws #fwJk0Qhk2irFTMgVXuSrS30b7ktLW8AC {  }
 }@media only screen and (max-width: 763px) { #vACmnz2COfJnSJ8TrZDprirO5T1mxBsL { width:12.5625rem;height:12.5625rem;top:31.9375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG { 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:none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.adaptive-delivery-prevent-bg, #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.lazyload, #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.lazyloading { background-image: none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container { width:20rem;height:15.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ukTELLey1POy6BdkC8XUxdcuVOBFyOR5 { width:10.75rem;height:11.0625rem;top:1.9375rem;left:4.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dc1kaLkfIOh2rurpA2ftv5OrqOEKdvxD { width:8.4375rem;height:8.4375rem;top:3.25rem;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.7875rem;top:0.88671875rem;left:0rem;font-size:0.6875rem;display:block; }
 }